﻿.columnContainerContactUsPopUp {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    gap: 12px;
    flex-direction: column;
}

.requiredLabel {
    font-family: "SourceSans";
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    color: #FFFFFF;
    float: left;
}

    .requiredLabel:after {
        content: ' *';
        color: red;
        position: absolute;
        top: -2px;
        padding-left: 2px;
    }
.g-recaptchaContactUsPopUp {
    transform: scale(0.88);
    align-self: flex-start;
    transform-origin: 0px 68px;
}
.errorMessageCaptcha {
    font-family: "SourceSans";
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #E0686F;
    padding: 0px;
    margin-top: 2px;
    margin: 0px;
    margin-top: 2px;
}
.displayNone {
    display: none !important;
}

.generalCheckBox {
    -moz-appearance: none;
    -webkit-appearance: none;
    content: none;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border-width: 1px;
    outline: 1px solid rgba(169, 174, 176, 1);
    min-width: 24px !important;
}

.width640 {
    max-width: 500px;

  
    text-align: left;
}
    .generalCheckBox:checked {
        border: none;
        outline: none;
        background: url(/Dosyalar/DemoRequest/activeCheckBox.svg) 0 0 no-repeat;
    }
.successMessageContainer {
    align-self: flex-start;
    margin: 0px;
    padding: 0px;
    display: flex;
    width: 618px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.successReceivedIcon {
    width: 134px;
    height: 119px;
}
.successMessageContainer {
    align-self: flex-start;
    margin: 0px;
    padding: 0px;
    display: flex;
    width: 618px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.successMessageHeader {
    font-family: "MuseoSlab";
    font-weight: 600;
    width: 100%;
    display: flex;
    /*font-size: 65px;*/
    line-height: 120%;
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #F2F3F3;
    letter-spacing: -1.95px;
    height: 156px;
}

.successMessageDescription {
    font-family: "SourceSans";
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #F2F3F3;
    text-align: center;
    margin: 0px;
    height: 25px;
}

.errorMessageContainer {
    align-self: flex-start;
    margin: 0px;
    padding: 100px 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: auto;
    align-items: center;
    gap: 40px;
}

.errorMessageHeader {
    font-family: "MuseoSlab";
    font-weight: 600;
    font-size: 65px;
    line-height: 120%;
    color: white;
    text-align: center;
}

.errorMessageDescription {
    font-family: "SourceSans";
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: white;
    text-align: center;
}
.cardSubCoverSS {
}

.cardItemCoverSS {
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 24px;
    border: 1px solid transparent;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) -0.5%, rgba(255, 255, 255, 0.075) 49.75%, rgba(255, 255, 255, 0.5) 100%);
}

    .cardItemCoverSS:hover {
        background: linear-gradient(105.66deg, #00F4FF 16.76%, #68FFED 46.39%, #9867FF 76.01%);
        box-shadow: 0px 14px 44px 0px #00F4FF4D;
    }

.cardItemBottomSS {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 20px 32px 20px;
    gap: 16px;
}

.cardItemDscSS {
    color: white;
    font-size: 20px;
}

.cardItemRmSS {
    display: flex;
    gap: 8px;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    margin-bottom: 40px;
}

    .cardItemRmSS a {
        color: #0DDCE7;
    }


.readAllBtnSS {
    margin: auto;
    text-align: center;
}



.readAllBtnSSC {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 100px;
}

.ssLogoC {
    width: 100%;
}

.ssLogo {
    height: 50px;
}

.cardItemHeaderSS {
    height: 400px;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    overflow: hidden;
}

.SsImage {
    border-radius: 24px;
    filter: blur(0.35px);
    object-fit: cover;
}

.SSImageOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0) 122.22%);
    border-radius: 24px;
}

.successWrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

.containerSuccess {
    padding: 100px 50px;
    margin: auto;
    max-width: 1515px;
}

.subtitle {
    font-size: 20px;
    color: #ccc;
    margin-bottom: 100px;
    margin-top: 30px;
    text-align: center;
}

.filters {
    display: flex;
    gap: 15px;
    margin-bottom: 50px;
}

    .filters button {
        background-color: #1e1e1e;
        color: #fff;
        padding: 10px 20px;
        border: none;
        border-radius: 25px;
        cursor: pointer;
        font-size: 22px;
        border: 1px solid rgba(84, 50, 153, 1);
        transition: all 0.3s ease;
    }

    .filters .active {
        background: rgba(84, 50, 153, 1);
        color: #fff;
    }

.cards-success {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    margin:auto;
}

.card-success {
    width: 405px;
}


.successImgWrapper {
    display: flex;
    width: 100%;
    height: auto;
    position:relative;
}
.card-success img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.imageIconWrapper{
  position:absolute;
  bottom:25px;
  left:20px
}
.imageIconWrapper svg{
    height:40px;
    width:auto;
}
.card-success h3 {
    font-size: 25px;
    background: linear-gradient(89deg, #00F4FF 8.76%, #68FFED 9.39%, #9867FF 25.01%);
    margin-bottom: 10px;
    font-family: MuseoSlab;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

    .card-success p {
        font-size: 20px;
        color: #ccc;
        margin-bottom: 30px;
        line-height: 1.4;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

    .card-success a {
        color: #0DDCE7;
        text-decoration: none;
        font-size: 20px;
        font-weight: 500;
    }

.more-button {
    text-align: center;
    margin-top: 104px;
}

    .more-button button {
        background: linear-gradient(105.66deg, #00F4FF 16.76%, #68FFED 46.39%, #9867FF 76.01%);
        color: #000;
        border: none;
        padding: 14px 32px;
        font-size: 20px;
        font-weight: bold;
        border-radius: 8px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

        .more-button button:hover {
            background-color: #02e0c2;
        }

.successIntro {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.checkBoxRowContainer {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    align-items: center;
    text-align: left;
    padding: 0px;
    margin: 0;
    position:relative;
}

.generalRowCenterFlex {
    display: flex;
    justify-content: center;

    align-items: center;
}
.wrapperAbone {
    display: flex;
    justify-content: center;
    padding: 100px;
}

.containerAbone {
    max-width: 1620px;
    width: 100%;
    background: linear-gradient(96.75deg, #1D2225 49.99%, #6D808B 160.47%);
    border-radius: 24px;
    border: 1px solid rgb(89 89 89 / 44%);
    padding: 100px 50px;
    color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.bultenHeader {
    font-size: 61px;
    font-family: MuseoSlab;
    line-height: 100%;
    font-weight: 600;
    margin: 0;
}

.bultenDesc {
    font-size: 20px;
    color: rgba(242, 243, 243, 1);
    margin-top: 30px;
}
.containerExplain {
    display: flex;
    gap: 50px;
    justify-content: space-between;
}
.left {
    max-width: 706px;
    display: flex;
    align-items: center;
}

    .left h1 {
        font-size: 40px;
        margin-bottom: 20px;
    }


.highLightText {
    color: #68FFED;
    font-family: "SourceSans";
    font-weight: 400;
    font-size: 15px;
    /*line-height: 100%;*/
    cursor: pointer;
    text-decoration: underline;
}
.right {
    max-width: 676px;
    min-width: 480px;
    padding: 35px 30px 40px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(111.29deg, #1D2225 49.97%, #6D808B 192.83%);
}

#subscribeForm {
    display: flex;
    flex-direction:column;
    gap: 30px;
}
.formGroupWrapper{
    display:flex;
    gap:30px;
}
.form-group {
    display: flex;
    flex-wrap: wrap;
    /*gap: 20px;*/
    height: 100%;
    align-content: flex-start;
    justify-content: space-between;
    width: 48%;
    position: relative;
}

.aboneBox {
    background: transparent;
    border: 1px solid rgba(169, 174, 176, 1);
}
.formInputElementAbone {
    width: 100%;
    height: 49px;
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid rgba(169, 174, 176, 1);
    background-color: transparent;
    color: white;
    font-size: 20px;
}
.form-group label {
    margin-bottom: 8px;
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
}

.checkbox-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 14px;
}

    .checkbox-group input {
        /*margin-right: 8px;*/
    }
.checkboxError {
    outline: 1px solid red !important;
}
    .checkbox-group a {
        color: #00e5ff;
        text-decoration: none;
    }

.generalInfoText {
    font-family: "SourceSans";
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    color: white;
    margin: 0;
    line-height: 20px;
}
.buttonAbone {
    background: linear-gradient(105.66deg, #00F4FF 16.76%, #68FFED 46.39%, #9867FF 76.01%);
    color: #000;
    border: none;
    padding: 14px 32px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.aboneButtonWrapper {
    text-align: right;
    width: 100%;
}

/*Başarı hikayelerimiz kısmı*/

@media screen and (max-width: 1436px) {
    .cards-success {
        max-width: 870px;
    }
   
}
@media screen and (max-width: 1200px) {
    .containerExplain{
        flex-direction:column;
    }
    .left {
        max-width: 100%;
    }
    .right {
        max-width: 100%;
        min-width: 100%;
    }
    .aboneButtonWrapper {
        display: flex;
        justify-content: flex-end;
    }
}
@media screen and (max-width: 992px) {
    .wrapperAbone {
        padding: 0 20px;
    }

    .errorSvgIcon {
        width: 76px;
        height: 76px;
    }
    .containerAbone{
        padding:50px 20px;
    }
    .containerExplain {
        flex-direction: column;
    }

    .bultenHeader {
        font-size: 36px;
    }

    .bultenDesc {
        font-size: 15px;
        margin: 0;
        line-height: 20px;
        padding-top: 20px;
    }
    .formInputElementAbone {
        height: 44px;
        font-size: 16px;
    }
    .right {
        min-width:250px;

    }
    .generalInfoText {
        line-height: 24px;
    }
    .errorMessageContainer {
        gap: 20px;
        padding:50px 20px;
    }
    .errorMessageDescription {
        font-size: 14px;
        line-height:20px;
    }
    .containerSuccess {
        padding: 50px 35px;
    }
    .subtitle {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 50px;
        margin-top: 15px;
    }
    .filters button {
        padding: 6px 12px;
        font-size: 10px;
    }
    .cards-success {
        max-width: 680px;
        gap: 40px;
    }
    .card-success {
        width: 320px;
    }
    .imageIconWrapper {
        bottom: 20px;
        left: 15px;
    }
    .imageIconWrapper svg {
        height: 34px;
    }
    .card-success h3 {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 0;
    }
    .card-success p {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 25px;
        line-height: 20px;
    }
    .card-success a {
        font-size: 14px;
    }
}
@media (max-width:750px){
    .cards-success {
        max-width: 320px;
        gap: 40px;
    }
    .filters {
        justify-content: center;
    }
}
@media screen and (max-width: 500px) {
    .containerAbone {
        padding: 50px 10px;
    }
    .bultenHeader {
        line-height: 36px;
        font-size: 28px;
        text-align: center;
    }

    .bultenDesc {
        font-size: 14px;
        text-align: center;
    }
    .right {
        padding: 25px 20px 30px;
    }
    .formGroupWrapper{
        flex-direction:column;
    }
    .form-group{
        width:100%;
    }
    .buttonAbone {
        font-size: 16px;
        padding: 12px 24px;
    }
    .width640 {
        max-width: 100%;
    }
    .errorMessageContainer {
        gap: 20px;
        padding: 50px 0;
    }
    .containerSuccess {
        padding: 50px 20px;
    }
}
