@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style-type: none;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
body{
    background: linear-gradient(270.14deg, #B375C2 -2.94%, #1E1E1E -2.92%, #0F0F0F 99.88%);
}

.d-block{
    display: block !important;
}
.d-flex{
    display: flex !important;
}
.d-none{
    display: none !important;
}
.header{
    width: 100%;
    min-height: 115px;
    
}
.headerContainer{
    padding: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Roboto",sans-serif;
}
.mobileHeaderContainer{
    width: 100%;
    background: linear-gradient(180deg, rgba(35, 32, 32, 0.9) 0%, rgba(15, 15, 15, 0.48) 100%);
    height: 100px;
    display: none;
}
.mobileHeaderContainer .container{
    padding: 0 2rem;
    display: flex;
    height: 100px;
    justify-content: space-between;
    align-items: center;
}

.mobileNav{
    width: 100%;
    height: 100%;
    background-color:#161616;
    position: fixed;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    z-index: 35;
    top: 0;
    left: 0;
}
.mobile-nav-top{
    width: 100%;
    height: 100px;
    padding: 0 20px;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    
}
.mobile-nav-content{
    width: 100%;
    max-height: calc(100% - 300px);
    overflow-y: auto;
    padding: 50px;
    
}
.mobile-nav-content::-webkit-scrollbar{
    background-color: #717171;
    width: 5px;
    border:0;
    outline: none;
    scroll-behavior: smooth;
}
.mobileMenu{
    width: 100%;
    font-family: "Roboto",sans-serif;
    min-height: 200px;
    
    overflow-y: auto;
}
.mobileMenu > li{
    font-size: 20px;
    width: 100%;
    margin-bottom: 5px;
    min-height: 50px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.mobileMenu > li > a{
    width: 100%;
    color: #fff;
}
.mobileMenu > li a:hover{
    color: #B40000;
}

.mobileChildMenu{
    width: 100%;
    min-height: 100px;
    padding: 10px 20px;
    flex-direction: column;
    display: none;
    
}
.mobileChildMenu > li{
    margin-top: 10px;
}
.mobileChildMenu > li > a{
    color: #ddd;
    font-size: 17px;
}
.mobileMenu > ul{
    display: none;
}

.openChild{
    display: flex !important;
   
    
}
.openChild .nav-item{
    margin-right: unset;
}
.mobile-nav-bottom{
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
   height: 200px;
}
.mobile-nav-bottom .mobileBtn{
    width: 90%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: #B40000;
    color: #fff;
    font-family: "Roboto",sans-serif;
    margin-bottom: 20px;
}
.mobile-nav-bottom .mobileBtn span{
    margin-left: 20px;
}
.mobileBottomMenu{
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    justify-content: space-between;
}
.mobileBottomMenu a{
    width:100%;
    display: flex;
    justify-content: center;
    font-family: "Roboto",sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.mobileBottomMenu a:hover{
    color: #B40000;
}
.mobileBottomMenu span{
    margin-left: 10px;
}
.fixed-body{
    position: fixed;
}





.menu-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    color: #fff;
    cursor: pointer;
    width: 50px;
    height: 50px;
}
.menuCloseIcon{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
    color: #131313;
    cursor: pointer;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #fff;
}


.logo{
    position: absolute;
    z-index: 20;
    top: 30px;
    left: 30px;
    width: 200px;
   
}
.bars{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 110px;
}
.top-bar{
    width: 100%;
    display: flex;
    padding-right: 100px;
    text-transform: uppercase;
    justify-content: flex-end;
    align-items: center;
    height: 52px;
    background: linear-gradient(180deg, rgba(35, 32, 32, 0.9) 0%, rgba(15, 15, 15, 0.48) 100%);
}
.top-link{
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: #999;
    position: relative;
    margin-right: 22px;
}
.top-link:hover{
    color: #ddd;
}
.top-link::after{
    content: "";
    width: 20%;
    height: 2px;
    background-color: #500406;
    position: absolute;
    left: 0px;
    top: 32px;
}
.top-link-icon{
margin-left: 5px;
}
.lang-selectbox{
    height: 21px;
    display: flex;
    align-items: center;
}
.lang-selectbox img{
    margin-right: 5px;
}
.lang-selectbox select{
background: transparent;
cursor: pointer;
color: #939393;
text-transform: uppercase;
font-size: 12px;
border:0px;
outline: none;
}
.lang-selectbox optgroup{
    background-color: #1D1D1D;
    padding: 1rem;
}
.lang-selectbox option{
    background-color: unset;
}
.navbar{
    height: 58px;
    /* width: calc(100% - 350px); */
    
    width: 100%;
    font-style: normal;
    font-weight: 500;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 100px;
}
ul.nav{
    display: flex;
    
    height: 40px;
    justify-content: space-between;
    align-items: center;
}
 

.nav-link:hover{
    color: #EC2127;
    
}

.nav-item{
    
    margin-right:32px;
    position: relative;
    display: flex;
    align-items: center;
}
.nav-link{
    display: flex;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    transition: color 0.3s;
}

.nav-item > ul{
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 50px;
    margin-top: 3rem;
    min-width: 300px;
    z-index: 16;
    opacity: 0.2;
    flex-direction: column;
    transition: all 0.2s;
}
.nav-item > ul::before{
    content: "";
    position: absolute;
    width: 10px;
    top: -45px;
    left: 0px;
    height: 28px;
    background: url("../images/red-arrow.png");
    background-size: cover;
    background-position: center center;
}
.nav-item > ul li{
    line-height:14px;
    margin-bottom: 1rem;
}
.open{
    visibility: visible !important;
    opacity: 1 !important;
}

.mega-outer{
    width: 100%;
    height: 400px;
    position: absolute;
    background: linear-gradient(180deg, #161616 0%, #141414 100%);
box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
    top: 115px;
    z-index: 12;
}


.nav-item span{
    margin-right: 32px;
}
.nav-item:last-child{
    margin-right: 35px;
}
.headerBtn{
    background: #500406;
    height: 45px;
    width: 144px;
    border-radius: 5px;
    color: #fff;
    display: flex;
    justify-content: space-evenly;
    font-size: 14px;
    align-items: center;
    text-transform: uppercase;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.26);
    transition: 0.24s;
}
.headerBtn:hover{
    transform: scale(1.05);
}
.myhr{
    width: calc(100% - 250px);
    background-color: #1D1D1D;
height: 2px;

}
.home-page{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.homePageContainer{
    max-width: 1300px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 737px;
}
.homePageContent{
    max-width: 60%;
    width: 100%;
    min-height: 737px;
    padding-left: 100px;
}

.homepagecontext{
    color: #fff;
    display: flex;
    /* position: absolute; */
    flex-direction: column;
    z-index: 5;
    padding: 2rem;
    min-height: 380px;
    /* left: 350px; */
    /* background-color: red; */
}

.homepagecontext h3{
    max-width: 384px;
    width: 100%;
    min-height: 86px;
   
    font-size: 50px;
    line-height: 50px;
    font-family: "Roboto",sans-serif;
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 100%;
    font-style: normal;
    font-weight: 500;
}
.red{
    color: #EC2127;
}
.btn-hizmetlerimiz{
    width: 172px;
    height: 45px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-family: "Roboto",sans-serif;
    background: #270A0B;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    margin: 1.5rem 0;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.26);
}
.home-p{
    
width: 240px;
height: 111px;


font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 93%;
/* or 15px */
margin: 1.5rem 0;
letter-spacing: 0.02em;

color: #E1E1E1;
}
.home-link{
    width: 52px;
    height: 14px;
    position: relative;
    color: #D6D6D6;
    text-transform: uppercase;
    font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 100%;
}
.home-link::after{
    
    content: "";
    width: 25px;
    height: 2px;
    background-color: #500406;
    left: 0;
    position: absolute;
    top: 2rem;
}
.offer{
    
    width: 100%;
    min-height: 700px;
    display: flex;
    
    justify-content: center;
    
}
.offer-top{
    display: flex;
}
.offer-icon{
    position: absolute;
    left: -20px;
    top: 30px;
}
.offer-container{
    max-width: 850px;
    width: 100%;
    position: relative;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    
}
.offer-hizmet-box{
    width: 500px;
    min-height: 320px;
    margin-left: 2rem;
    background: #232323;
}
.offer-services{
    padding: 55px;
    width: calc(100% );
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.offer-services li{
    
    width: 100px;
    font-family: "Roboto",sans-serif;
    height: 60px;
    color: #fff;
    font-size: 13px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    margin-right: 40px;
    font-style: normal;
}
.offer-services a{
    text-transform: uppercase;
    font-size: 13px;letter-spacing: 0.06em;font-weight: 400;
    line-height: 13px;
    color: #fff;opacity: 0.6;
}
.offer-services li:nth-child(3n){
    margin-right: 0;
}
.offer-services li > span{
    font-size:14px;
}
.offer-canli-yuk-takip{
    width: 290px;
    height: 159px;
    background: #690606;
    padding: 30px;
}
.offer-canli-yuk-takip h3{
    width: 127px;
height: 14px;
color: #FFFFFF;
font-size: 14px;
font-family: "Roboto",sans-serif;
font-style: normal;
font-weight: 700;
}
.ocyt-detail{
    font-family: "Roboto",sans-serif;
    font-size: 13px;
   
    margin-top: 5px;
    font-style: normal;
    font-weight: 600;
color: #B8B3B3;
}
.ocyt-form{
    margin-top: 20px;
    display: flex;
    font-family: "Roboto",sans-serif;
}
.ocyt-form input{
    width: 154px;
    height: 46px;
    border:0;
    outline: none;font-family: "Roboto",sans-serif;
    padding: 1rem;
    margin-right: 1rem;
    border-radius: 10px;
    color: #fff;
background: #580202;
}
.ocyt-form input::placeholder{
    opacity: 0.2;
    color: #fff;
    text-transform: capitalize;

}
.ocyt-form button{
    width: 56px;
    height: 45px;
    border:0px;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #530404 0%, #350404 100%);
    border-radius: 10px;
    cursor: pointer;
}
.offer-form-box{
    max-width: 847px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 50px;
    min-height: 673px;
    background: linear-gradient(180deg, rgba(56, 56, 56, 0.33) 0%, rgba(21, 21, 21, 0.44) 100%);
}
.offer-form-top{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding:50px 100px;
    min-height: 300px;
   
}
.box-image{
    position: absolute;
    max-width: 500px;
    width: 100%;
    min-height: 353px;
    background: url("../images/box-image.png");
    background-position: center;
    background-size: cover;
mix-blend-mode: lighten;
opacity: 0.7;
left: 0;
top: 0;
}
.offer-form-detail{
    max-width: 500px;
    width: 100%;
    height: auto;
}
.offer-form-detail h3{
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-family: "Roboto",sans-serif;
}

.offer-form-detail p{
    margin-top: 1.5rem;
    max-width: 460px;
    text-align: center;
    letter-spacing: 0.15em;
    font-family: "Roboto",sans-serif;
    color: #fff;
    line-height: 148%;
    font-size: 14px;
}
.offer-form-form{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.offer-form-form h4{
    align-self: flex-start;
    display: inline-flex;
    width: 100%;
    color: #686868;
    font-weight: 500;
    margin-bottom: 1rem;
    font-family: "Roboto",sans-serif;
}
.inputgroup{
    display: flex;
    width: 500px;
    flex-wrap: wrap;
    justify-content: space-between;
    
}
.inputbox{
    font-family: "Roboto",sans-serif;
    width: 225px;
    height: 80px;
    
    margin-bottom: 1rem;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
}
.inputbox label{
    margin-bottom: 10px;
    font-size: 14px;
    color: #fff;
}
.inputbox input{
    width: 100%;
    outline: none;
    border-radius: 2px;
    padding: 5px 10px;
    color: #fff;
    border:1px solid #555555;
    background-color: unset;
    height: 50px;
}
.inputbox input:focus{
    outline: 1px solid #EC2127;
    border:unset;
}
.inputbox:nth-child(even){
    margin-right: 0;
}
.offerBottomBtn{
    margin-top: 2rem;
    width: 145px;
    height: 45px;
    display: flex;
    justify-content: space-evenly;
    font-family: "Inter",sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    align-items: center;
    color: #fff;
    border:0;
    outline: none;
    background: #500406;
    border-radius: 5px;
}
.home-medya{
    margin-top: 90px;
    background: url("../images/balls.png");
    background-repeat: no-repeat;
    background-position: center left;
    width: 100%;
    min-height: 550px;
    position: relative;
    display: flex;
    justify-content: center;
}
.medyaContainer{
    width: 830px;
    height: auto;
    
    position: relative;
    
}
.balls{
    left: 200px;
    top: 100px;
    width: 50%;
    position: absolute;
    height: 340px;
    background: url("../images/balls.png");
    background-size: cover;
    background-repeat: no-repeat;
    
}
.red-arrow{
    position: absolute;
    top: -100px;
    left: 0px;
}

.medya-top h4{
    color: #fff;
    font-size: 27px;
    line-height: 36px;
    letter-spacing: 0.005em;
    font-weight: 500;
    font-family: "Roboto",sans-serif;
}
.medya-top p{
    margin-top: 12px;
    color: #fff;
    letter-spacing: 0.005em;
    font-weight: 500;
    font-family: "Roboto",sans-serif;opacity: 0.79;
}
.medya-list{
    margin-top: 2rem;
    display: flex;
    justify-content: space-around;
}
.media-box{
    height:340px;
    width: 220px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;

}
.media-item{
    font-family: "Roboto",sans-serif;
    width: 250px;
    padding-top: 40px;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    height: 300px;
    opacity: 0.4;
    color: #fff;
    background: linear-gradient(180deg, #121212 0%, rgba(18, 18, 18, 0.74) 100%);
    border: 1px solid #8F2424;
}
.media-item:hover{
    opacity: 1;
    cursor: pointer;
}
.media-item:hover .media-icon path{
    fill: #B91616;
}
.media-item:hover + .media-link{
    opacity: 1;
}
.media-icon{
    position: absolute;
    left: 20px;
    top: -15px;
}
.media-date{
    font-size: 12px;
    font-weight: 700;
    line-height: 148%;
    color: #575757;
}
.media-title{
    margin-top: 1rem;
    font-size: 14px;
    letter-spacing: 0.15em;
}
.media-detail{
    margin-top: 1rem;
    font-size: 12px;
    line-height: 148%;
    letter-spacing: 0.15em;
}
.media-link{
    font-family: "Roboto",sans-serif;
    margin-top: 1rem;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 100%;
    position: relative;
    opacity: 0.4;
    color: #D6D6D6;
}
.media-link::after{
    content: "";
    position: absolute;
    left: 0;
    top: 25px;
    width: 15px;
    height: 2px;
    background-color: #500406;
}
.media-link:hover{
    opacity: 1;
}
.services{
    margin-top: 80px;
    min-height: 650px;
    width: 100%;
    background:url("../images/astronot.png");
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    mix-blend-mode: lighten;
    background-size: 80%;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}
.no-background-image{
    background: unset;
    
}
.services-container{
    max-width: 870px;
    width: 100%;
    position: absolute;
    top: 0;
    height: auto;
}
.services-container h4{
    display: flex;
    margin-left: 50px;
width: 300px;
height: 36px;
margin-bottom: 60px;

font-family: 'Roboto',sans-serif;
font-style: normal;
font-weight: 500;
font-size: 30px;
line-height: 36px;
/* identical to box height */

letter-spacing: 0.005em;

color: #FFFFFF;
}
.service-boxes{
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;

}

.service-box{
    width: 200px;
    height: 260px;
    padding: 20px;
    text-align: center;
    margin-bottom: 2rem;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    font-family: "Roboto",sans-serif;
    color: #fff;
}
.service-box:hover{
    background: linear-gradient(180deg, #262626 0%, rgba(38, 38, 38, 0) 100%);
}
.service-box *{
    color: #fff;
}
.service-no{
    letter-spacing: 0.5px;
}
.service-img{
    margin-top: 20px;
    width: 100px;
    height: 80px;
}


.service-box span{
    width: 60%;
    margin-top: 1rem;
    text-transform: uppercase;
    font-size: 14px;
    opacity: 0.6;
    margin-top: 1rem;
}

.interaktif{
    margin: 45px auto;
    max-width: 880px;
    width: 100%;
    min-height: 240px;
    background: #131313;
    box-shadow: inset 0px 4px 20px rgba(0, 0, 0, 0.09);
    border-radius: 10px;
    position: relative;
    padding: 120px 140px;
}
.interaktif-title{
    position: absolute;
width: 111px;
height: 30px;
left: 140px;
top: -45px;
font-family: 'Roboto',sans-serif;
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 100%;
/* identical to box height, or 30px */


color: #FFFFFF;
}
.interaktif-title::after{
    content: "";
    position: absolute;
    width: 120px;
    height: 2px;
    left: 0;
    top: 45px;
    background-color: #980000;
}
.interaktif-nav{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    justify-content: space-between;
}
.interaktif-nav li{
    width: 48%;
    font-size: 14px;
    margin-bottom: 16px;
    line-height: 100%;
}
.interaktif-nav a{
    font-family: "Roboto",sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #999999;
    font-weight: 600;
}
.interaktif-nav a:hover{
    color: #fff;
}
.interaktif-nav a > img{
    margin-left: 10px;
}
.planet1{
    background: url("../images/planets/planet1.png");
}
.planet2{
    background: url("../images/planets/planet2.png");
}
.planet3{
    background: url("../images/planets/planet3.png");
}
.planet4{
    background: url("../images/planets/planet4.png");
}
.planet5{
    background: url("../images/planets/planet5.png");
}
.planet6{
    background: url("../images/planets/planet6.png");
}
.planet7{
    background: url("../images/planets/planet7.png");
}
.planet8{
    background: url("../images/planets/planet8.png");
}
.planet9{
    background: url("../images/planets/planet9.png");
}
.planet{
    max-width: 330px;
    width: 100%;
    height: 330px;
    background-repeat: no-repeat;
    background-position: center center;
mix-blend-mode: lighten;
margin: 50px auto;
}


.footer{
    max-width: 960px;
    width: 100%;
    margin: 0px auto;
    min-height: 450px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
   
}
.footer-arrow{
    position: absolute;
    top: -100px;
    left: 10px;
}
.footer-logo{
    width: 100%;
    height: 40px;
    
}
.footer-navs{
    width: 100%;
    
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
    padding: 0 10px;
}
div.foot-nav{
    width: 25%;
    background-color: green;
}
.foot-nav-title{
    font-family: "Roboto",sans-serif;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 30px;
}
.foot-nav li{
    line-height:100%;
    margin: 5px 0;
}
.foot-nav a{
    color: #999;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
   
}
.foot-nav a:hover{
    color: #fff;
}
.footer-bottom{
    width: 100%;
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.foot-left{
    display: flex;
    height: 85px;
    
    width: 350px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.foot-left a{
    padding: 10px;
    color: #fff;
    font-family: "Roboto",sans-serif;
}
.copy-text{
    
width: auto;
height: 24px;
padding: 10px;

display: flex;
justify-content: flex-start;
align-items: center;
font-family: 'Roboto',sans-serif;
font-style: normal;
font-weight: 500;
font-size: 13px;
line-height: 140%;


letter-spacing: 0.075em;

color: #5E5E5E;

opacity: 0.79;
}
.foot-right{
    display: flex;
    height: 85px;
    
    width: 350px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.foot-right span{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 42px;
    padding-right: 10px;
    
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    /* or 21px */
    
    text-align: center;
    letter-spacing: 0.075em;
    
    color: #717171;
    
    opacity: 0.79;
}
.footer-form{
    position: relative;
    width: 100%;
    height: 60px;
}
.footer-form input{
    width: 100%;
    height: 50px;
    outline: none;
    background-color: unset;
    padding: 0 10px;
    font-size: 14px;
    opacity: 0.5;
    color: #fff;
    border:1px solid #B40000;
}
.footer-form input::placeholder{

font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 140%;
letter-spacing: 0.075em;
color: #838383;

opacity: 0.79;
}
.footer-form button{
    position: absolute;
    right: 0;
    width: 54px;
    height: 44px;
    margin: 3px;
    background: #B40000;
    cursor: pointer;
    border:0;
    border-radius: 3px;
    outline: none;
    
}
.footer-brands{
    background: url("../images/footer-brands.png");
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    mix-blend-mode: color-burn;
    height: 80px;
    margin-top: 50px;
    margin-bottom: 40px;
}

.hizmet-container ul {
    padding-left: 20px;
}

.blog-post-item-photo img {
    border: 1px solid #b3080033;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 70px;
}

.footer-filtered {
    filter: invert(1) brightness(20);
}

img.footer-arrow {
    animation: oklar 5s infinite;
}

@keyframes oklar {
    50% {
        margin-top: -100px
    }
}



div#homeTeklif {
    max-height: 520px;
    overflow: hidden;
    justify-content: flex-start;
}

div#homeTeklif form {
    margin-top: 20px !important;
}

button.form-expander {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 15px;
    font-size: 15px;
    background: #0000005c;
    color: white;
    border: none;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    box-shadow: 0px -10px 20px #00000029;
}

div#homeTeklif {
    position: relative;
}

div#homeTeklif.expanded-form {
    max-height: initial;
    padding-bottom: 100;
}

.expanded-form #expandKapali {
    display: none;
}

.expanded-form  #expandAcik {
    display: contents !important;
}
.musteri-container .cap-btn {
    position: relative;
    left: 0;
    top: 0;
}
.asagi-ayrancilar {
    width: 20px;
    height: 50px;
    
    position: absolute;
    top: 35px;
    left: -60px;
    background-image: url("../images/offer-arrow.png");
    background-repeat: no-repeat;
}

.globeOverlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.homePageContent {
    position: relative;
}
p.musteri-p {
    width: 100%;
    color: white;
    padding: 20px;
    font-family: 'Roboto';
    text-align: center;
}

.musteri-container {
    flex-wrap: wrap;
}

.selectize-input {
    width: 100%;
    height: 50px;
    background: transparent;
    outline: none;
    border: 1px solid #555555;
    font-size: 18px;
    line-height: 100%;
    padding: 0 7px;
    color: #fff;
    font-family: "Roboto",sans-serif;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.selectize-dropdown {
    position: absolute;
    top: 50px !important;
    max-height: 200px;
    overflow: auto;
    background: #1d1d1d;
    z-index: 2;
    max-width: 100%;
    color: white;
    font-family: 'Roboto';
    padding: 10px;
    border: 1px solid gray;
}
.selectize-dropdown.active-dropdown {
    display: block !important;
}
.selectize-control {
    position: relative;
}

.selectize-dropdown-content .option {
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
}

.selectize-dropdown-content .option:hover {
    background: white;
    color: black;
}
.selectize-input::after {
    width: 28px;
    height: 25px;
    content: '↓';
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Roboto",sans-serif;
    background: #1B1B1B;
    position: absolute;
    right: 5px;
    bottom: 12px;
}

.kurumsal-content td {
    border: 1px solid white;
    padding: 10px;
}

a.blog-post-item-photo {
    background-size: cover;
    background-position: center;
}
.scene-container div {
    max-width: 100% !important;
}
.media-detail {
    max-height: 150px;
    overflow: hidden;
}

a.logo-item-image img {
    background: white;
}