﻿.demoContainer {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    width: 100%;
    max-width:1611px;
    margin: auto;
    padding: 100px 50px;
}

.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;
}

.linkInfo {
    text-decoration: none;
    color: black;
}


    .linkInfo:visited {
        text-decoration: none;
        color: black;
    }

    .linkInfo:hover {
        text-decoration: none;
        color: black;
    }

    .linkInfo:focus {
        text-decoration: none;
        color: black;
    }

    .linkInfo:hover, .linkInfo:active {
        text-decoration: none;
        color: black;
    }

.innerContainer {
    width: 100%;
    gap:20px;
    display: flex;
    position:relative;
    justify-content: space-between;

}

.leftFrameContainer {
    max-width: 725px;
    /*min-width:500px;*/
    align-self: center;

}

.leftFrameInnerContainer {
    max-width: 725px;
    height: 236px;
 
    border: 3px solid yellow;
}

/*.leftFrameHeaderText {
    font-family: "MuseoSlab";
    font-weight: 600;
    font-size: 61px;
    line-height: 120%;
    color: #FFFFFF;
}*/


.leftFrameDescriptionText {
    font-family: "SourceSans";
    font-weight: 400;
    font-size: 20px;
    line-height: 20pt;
    color: #F2F3F3;
    margin:0;
}

.formContainer {
    width: 736px;
    min-width:590px;
    /*height: 1016px;*/
    padding-top: 13.3px;
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 30px;
    display: flex;
    gap: 25px;
    border-width: 1px;
    border-radius: 16px;
    background-color: #000000E5;
    border: 1px solid;
    position: relative;
    flex-direction: column;
}

.usefulImageContainer {

}

.usefulLinksContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:64px;
   margin-top:50px;
}

.imageUsefulLink {

}

.usefulLinksInnerContainer {
    display: flex;
    justify-content: center;
    align-items: center;
  
}

.leftFrameInnerDescription {
    max-width: 689px;
}

/*
.rowContainer {
    display: flex;
    justify-content: space-between;
    width: 676px;
    gap:30px;
}*/

.formHeader {
    font-family: "MuseoSlab";
    font-weight: 600 !important;
    font-size: 25px !important;
    line-height: 100%;
   
}
.backgroundFormArrow {
    position: absolute;
    right:-150px;
    align-self: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.innerFormContainer {
    /*width: 676px;
    height: 845px;*/
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 4.3px;
}

.formInputContainer{
    display:flex;

    width:100%;
    flex-direction:column;
    gap:8px;
    flex-grow:1;
    position:relative;
}


    .formInputElement:focus,
    .formInputElement:active {
        background: linear-gradient(#000000, #000000) padding-box, linear-gradient(to right, #00F4FF, #68FFED, #9867FF) border-box !important;
        border: 2px solid transparent !important;
        outline: none !important;
    }
    .formInputElement::placeholder {
        color: #A9AEB0 !important;
    }


.phoneCode {
    max-width: 110px;
    text-indent: 1px;
    position: relative;
}

    .phoneCode.active {
        background: linear-gradient(#000000E5, #000000E5) padding-box, linear-gradient(to right, #00F4FF, #68FFED, #9867FF) border-box;
        border: 2px solid transparent;
        outline: none;
    }
.phoneCodeValue {
    font-family: "SourceSans";
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    margin:0px;
    padding:0px;
}

.dropDownArrow {
    background: url(/Dosyalar/DemoRequest/dropdownArrowGeneral.svg) 0 0 no-repeat;
    transform: rotate(deg);
    position: absolute;
    width: 14px;
    height: 13px;
    align-self: center;
    background-size: contain;
    right: 10px;
    bottom: 15px;
    z-index: 2;
}

.customDropDown {
    width: 323px;
    height: 240px;
    border-radius: 8px;
    border: 1px solid rgba(69, 74, 75, 1);
    border-width: 1px;
    display: none;
    position: absolute;
    top: 85px;
    background-color: black;
    z-index: 3;
    flex-direction: column;
}

.rowFlex {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.phoneValueInput {
    /*width: 215px;*/
    height: 49px;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
    border-radius: 8px;
    border-width: 1px;
    border: 1px solid rgba(169, 174, 176, 1)
}


.areaCodeInput {
    /*width: 323px;*/
    height: 44px;
    gap: 8px;
    border-bottom-width: 0.4px;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 36.5px;
    border: none;
    outline: unset;
    color: white;

    background-color: #000000;
}

    .areaCodeInput::placeholder {
        font-family: "SourceSans";
        font-weight: 400;
        font-size: 20px;
        line-height: 100%;
        color:white;

     
 
    }

.areaCodeInputContainer {
    display:flex;
    position:relative;
}

.areaCodeSearchIcon {
    background: url(/Dosyalar/DemoRequest/Search.svg) 0 0 no-repeat;

    position: absolute;
    width: 20px;
    height: 20px;
    align-self: center;
    background-size: contain;
    left: 16px;
    bottom: 12px;
    z-index: 2;
}

.areaCodeAndCountryContainer {
    display: flex;
    justify-content: space-between;
    padding-left: 16px;
    padding-right: 16px;

    cursor:pointer;
}

.countryValue {
    font-family: "SourceSans";
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: rgba(255, 255, 255, 1);
    margin-top:12px;
}

.areaCodeValue {
    font-family: "SourceSans";
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: rgba(169, 174, 176, 1);
    margin-top:12px;
}

.countries {
    display: flex;
    flex-direction: column;
    max-height: 240px;
    overflow-y: auto;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

    .countries::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }


    .unvanContainer{
        /*width:323px;*/
        height:82px;
    }


.product {
    width: 100%;
    height: 49px;
    font-size: 20px;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
    border-radius: 8px;
    font-family: "SourceSans";
    box-sizing: border-box;
    border-radius: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    position: relative;
}

    .product.active {
        background: linear-gradient(#000000E5, #000000E5) padding-box, linear-gradient(to right, #00F4FF, #68FFED, #9867FF) border-box;
        border: 2px solid transparent;
        outline: none;
    }

.productValue {
    font-family: "SourceSans";
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    margin: 0px;
    padding: 0px;
}

.productOption {
    font-family: "SourceSans";
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: rgba(255, 255, 255, 1);
    margin-top: 12px;
    cursor: pointer;
}

.customDropDownForProduct {
    width: 100%;
    height: 240px;
    border-radius: 8px;
    border: 1px solid rgba(69, 74, 75, 1);
    border-width: 1px;
    display: none;
    position: absolute;
    top: 85px;
    z-index: 5;
    flex-direction: column;
    max-height: 240px;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color:black;
}

.pickProductText {
    color: rgba(169, 174, 176, 1);
}

.messageTextArea {
    height: 124px !important;
    padding-top: 12px !important;
    padding-left: 16px !important;
    line-height: 1em !important;
    resize: none !important;
}

    .messageTextArea::-webkit-scrollbar {
        display: none;
    }


.checkBoxRowContainer {
    display: flex;
    justify-content: flex-start;
    /*width: 676px;*/
    gap: 12px;
    align-items: center;
    text-align: center;
    margin-bottom: 5px;
}

.generalRowCenterFlex {
    display: flex;
    justify-content: center;
    align-items: center;
}


.highLightText {
    color: #68FFED;
    font-family: "SourceSans";
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    cursor: pointer;
    text-decoration: underline;
}


.generalInfoText {
    font-family: "SourceSans";
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    color: white;
}

.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);
}


    .generalCheckBox:checked {
      
        border:none;
        outline:none;
        background: url(/Dosyalar/DemoRequest/activeCheckBox.svg) 0 0 no-repeat;
    }

.width640 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    text-align:left;
}


.floatRight {

    float:right;
}


.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;
}

.columnContainer{
    display: flex;
    justify-content: flex-start;
    /*width: 676px;*/
    gap: 12px;


    flex-direction:column;
}
.leftFrameInnerHeader {
    margin-bottom: 30px;
}
.displayNone{
    display:none !important;
}

.marginTop20Px{
    margin-top: 20px;
}

.demoRequestBtn {
    cursor: pointer;
    margin-right: 1px;
}

.errorStateBorder {
    outline: 2px solid rgb(160 7 38);
}


.successMessageContainer {
    padding: 100px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-left: auto;
    margin-right: auto;
}

}

.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;
}

.blogRedirectBtn{

    margin-top:10px;

}

.input-validation-error {
    border: 2px solid rgba(214, 52, 52, 1) !important;
}


.validationErrorText {
    height: 30px;
    font-family: "SourceSans";
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: rgba(224, 104, 111, 1);
    position: absolute;
    top: 80px;
    left: 16px;
    text-align: left;
}


.successReceivedIcon{
    width:134px;
    height:119px;
}

@media only screen and (max-width: 1170px) {


    .blogRedirectBtn {
        width: 123px !important;
        height: 40px !important;
        font-size: 16px !important;
        padding-right: 12px !important;
        padding-left: 12px !important;
        line-height: 12px !important;
        font-family: 'SourceSans';
        margin-top: 20px !important;
    }

    .turnHomePageText{
        width:109px;
        height:20px;
    }
    .errorMessageHeader {
  
        font-size: 28px;
        padding: 0px;
        margin: 0px;
    }

    .demoContainer {
        width: 100%;
        height: 100%;
        flex-direction: row;
    }
    .innerContainer {
        flex-direction: column;
        gap: 50px;
    }
    .leftFrameContainer {
        max-width: 100%;
    }
    .formContainer {
        width: 100%;
    }
    .formHeader {
        font-size: 24px !important;
    }
    .rowContainer {
        width: 100%;
    }
    .innerFormContainer {
        width: 100%;
    }
    .phoneValueInput {
        width: 100%;
    }
    .checkBoxRowContainer {
        width: 100%;
        gap: 7px;
    }
    .width640 {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        text-align:left;
    }
}
@media (max-width:992px){
    .demoContainer{
        padding:50px 20px;
    }
    .leftFrameContainer {
        align-self: unset;
    }
    .leftFrameInnerHeader {
        margin-bottom: 15px;
    }
    .formContainer {
        min-width: unset;
    }
    .phoneCode {
        max-width: 90px;
    }
    .errorSvgIcon {
        width: 76px;
        height: 76px;
    }

    .errorMessageContainer {
        align-self: flex-start;
        margin: auto;
        padding: 50px 20px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 2px;
    }

    .errorMessageDescription {
        font-size: 14px;
    }
    .successReceivedIcon {
        width: 92px;
        height: 81px;
    }

    .successMessageDescription {
        font-size: 14px;
        height: 100%;
    }
    .backgroundFormArrow {
        display:none
    }
}

@media only screen and (max-width: 560px) {

  /*      .demoContainer {
            width: 100%;
            padding: 0px;
            height: 100%;
       
            flex-direction: row;
            margin-right:0px;
            margin-left:0px;    
        }*/

        .errorMessageContainer {
            align-self: flex-start;
            margin: auto;
            padding: 0px;
            display: flex;
            width: 320px;
            height: 320px;
            justify-content: center;
            flex-direction: column;
            align-items: center;
            gap: 2px;
        }
        .returnHomePageBtn {
          
            width: 150px !important;
        }

        .turnHomePageText {
            width: 100%;
            height: 20px;
            font-size: 14px;
            padding-top: 2px;
        }

        .innerContainer {
          gap:30px;
        }
    .formContainer {
        min-width: unset;
        padding: 25px 20px;
    }
       .leftFrameHeaderText {
            font-size: 28px;
            line-height: 42px;
        }
  
        .leftFrameDescriptionText {
            font-size: 14px;
            line-height: 20px;
        }

    
        .formHeader {
            font-size: 24px !important;
           text-align:center;
           margin:0;
           padding-bottom:25px;
        }

        .rowContainer {
            width: 100%;
        }

        .innerFormContainer {
            width: 100%;
        }

        .phoneValueInput {
            width: 100%;
        }

        .rowContainer {
            flex-direction: column;
        }

        .g-recaptchaDemoRequest {
            transform: scale(0.88);
            align-self: center;
            transform-origin: 170px 68px;
        }
    .successMessageContainer {
        padding: 50px 20px;
    }
        .floatRight {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
        }

        .columnContainer{
            width:100%;
        }

        .marginTop20Px{
            margin-top:0px;
        }


        .linkInfo{
            font-size:13px !important;
        }

        .demoRequestBtn {
        width:100%;
        margin-top:30px;
        text-align:center;
        }
}

