html {
    scroll-behavior: smooth;
}

img {
    max-width: 100% !important;
}

.logo-box .logo a img {
    max-height: 90px;
}

.speaker-block .inner-box {
    border-radius: 0;
}

.main-menu .navigation > li {
    margin-left: 20px;
}

.main-footer .logo {
    top: 0 !important;
}

.banner-carousel .slide-item {
    height: 92vh;
    width: 100%;
    display: flex;
    align-items: center;
}

.main-footer p, .main-footer .text {
    color: #ffffff;
}

.feature-block-two .inner-box {
    min-height: 240px;
}

.speaker-block .info-box .name a {
    font-weight: 300;
}

.social-links li a {
    font-size: 12px !important;
    margin-bottom: -20px;
}

.feature_link {
    display: block;
    position: absolute;
    right: 30px;
    bottom: 30px;
}


.timer span {
    display: block;
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
}

.timer div {
    display: inline-block;
    line-height: 1;
    padding: 10px 20px;
    font-size: 50px;
}

#years, #months, #days, #hours, #minutes, #seconds {
    position: relative;
    display: inline-block;
    color: #fff;
    font-weight: 700;
}

#years:after {
    content: ":";
    position: absolute;
    top: 40%;
    transform: translateY(-60%);
    right: 0;
    font-size: 50px;
    font-weight: 600;
}

#months:after {
    content: ":";
    position: absolute;
    top: 40%;
    transform: translateY(-60%);
    right: 0;
    font-size: 50px;
    font-weight: 600;
}

#days:after {
    content: ":";
    position: absolute;
    top: 40%;
    transform: translateY(-60%);
    right: 0;
    font-size: 50px;
    font-weight: 600;
}

#hours:after {
    content: ":";
    position: absolute;
    top: 40%;
    transform: translateY(-60%);
    right: 0;
    font-size: 50px;
    font-weight: 600;
}

#minutes:after {
    content: ":";
    position: absolute;
    top: 40%;
    transform: translateY(-60%);
    right: 0;
    font-size: 50px;
    font-weight: 600;
}

.speaker-block {
    margin-bottom: 70px;
}

.gradient-overlay::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4514180672268907) 38%, rgba(0, 0, 0, 0.6474964985994398) 100%);
    z-index: 0;
}

.page-section {
    padding: 100px 0 !important;
}

.link_project {
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin-top: 40px;
    transition: 0.3s ease-in-out;
}

.link_project span {
    transition: 0.3s ease-in-out;
}

.link_project:hover span {
    transition: 0.3s ease-in-out;
    margin-left: 10px;

}


.project_title {
    font-size: 3em;
    color: #000;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 700;
}

.project_detail_wrapper h1 {
    color: #000;
    font-weight: 700;
    position: relative;
    line-height: 1.5;
}

.project_detail_wrapper h1::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 3px;
    background: #ea167e;
    bottom: 0px;
    left: 0;
}

.project_image_wrapper{
    overflow: hidden;
}

.project_image_wrapper img {
    max-width: 100%;
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

.project_image_wrapper:hover img{
    transform: scale(1.1);
}

.project_image_wrapper a{
    line-height: 1;
}

.project_image_wrapper a:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120px;
    height: 120px;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 50%;
    z-index: 1;
}

.project_image_wrapper a:after{
    content: "\f144";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -45%);
    line-height: 1;
    z-index: 2;
    font-size: 50px;
}

.project_image_wrapper a:hover{
    color: #f20487;
    transition: 0.3s ease-in-out;

}

.project_image_wrapper a:hover::after{
    transition: 0.3s ease-in-out;
    transform: translate(-50%, -45%) rotateZ(360deg);
}


.project_carousel_wrapper div {
    padding: 0 5px;
    transition: 0.3s ease-in-out;
}

.slick-dots{
    bottom: -50px!important;
}

.page-title .banner_title{
    font-size: 3em;
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 3;
    line-height: 1.3;
    margin: 10px 0;
}

.blog_card-desc{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media screen and (max-width: 768px){
    .project_detail_wrapper h1{
        line-height: 1.2;
        font-size: 2em;
    }
    .page-title .banner_title{
        font-size: 2em;
        color: #fff;
        font-weight: 600;
        position: relative;
        z-index: 3;
        line-height: 1.3;
        margin: 10px 0;
    }
    .project_detail_wrapper h1::after {
        content: "";
        position: absolute;
        width: 100px;
        height: 2px;
        background: #ea167e;
        bottom: -10px;
        left: 0;
    }
}
.services_detail .twist-line-1{
    left: 25px;
    top: 100px;
}
.services_detail .twist-line-2{
    left: -10px;
    top: 0px;
}
.services_detail .twist-line-3{
    left: 90px;
    top: -20px;
}
.anims-icons{
    top: 45% !important;
    max-width: 1500px!important;
}

.services_detail .video-section img{
    max-height: 350px;
}
.services_detail .video-section{
    padding: 0px 0px;
}
.services_detail .video-section:before{
    background: none;
}
.services_video{
    padding: 70px 80px!important;
}
.contact-page-section .icon-circle-3{
   right: -375px;
    bottom: 10%;
    opacity: .30;
}
.contact-page-section .icon-circle-4{
    left: -220px;
    top: 20%;
}

.project-detail .icon-circle-3{
    left: -375px;
    top: 20%;
    opacity: .30;
}
.project-detail .icon-circle-4{
    right: -200px;
    bottom: 50%;
}
.project-detail .icon-circle-blue{
    left: -325px;
    bottom: 38%;
    opacity: .70;
    animation:fa-spin 10s infinite;
}

.grid-wrapper > div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.grid-wrapper > div > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grid-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-auto-rows: 250px;
    grid-auto-flow: dense;
}

.grid-wrapper .wide {
    grid-column: span 1;
    grid-row: span 1;
}
.grid-wrapper .tall {
    grid-row: span 2;
    grid-column: span 1;

}
.grid-wrapper .big {
    grid-column: span 2;
    grid-row: span 2;
}

.project-page .icon-circle-3{
    right: -375px;
    bottom: 25%;
    opacity: .50;
}
.project-page .icon-circle-4{
    left: -220px;
    top: 40%;
}
.project-container{
    width: 100% !important;
    padding: 0px!important;
}
.project__wrapper{
    text-align: center;
}

.project__wrapper h1{
    color: #000;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 5px;
    border-bottom: 2px solid #ea167e;
    display: inline-block;
}
.mb-20{
    margin-bottom: 50px;
}
.project__wrapper p{
    font-size: 20px;
}

.link{
    cursor: pointer;
    position: relative;
    transition: 0.3s ease-in-out;
    overflow: hidden;
}

.link img{
    transition: 0.2s ease-in-out;
}

.project_content{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(234, 20, 126, 0.75);
    transition: 0.3s ease-in-out;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    padding: 30px;
}

.link:hover .project_content{
    opacity: 1;
}

.link:hover img{
    transform: scale(1.1);
}

.features-section-two .title-block .inner-box{
    min-height: 240px;
}

.speaker-block .inner-box{
    max-width: 100%;
}

.play_testimonial{
    position: absolute;
    top: 20px;
    width: 60px;
    height: 60px;
    border: 3px solid #ea147e;
    border-radius:50%;
    padding: 17px;
    line-height: 1;
    color: #ea147e!important;
}

.left-align{
    left: 20px;
}

.right-align{
    right: 20px!important;
}

@media screen and (max-width: 728px){
    .grid-wrapper{
        grid-template-columns: repeat(1,1fr) !important;
        gap: 0;
    }

    .grid-wrapper > div{
        border: none!important;
        grid-column: span 1!important;
        grid-row: span 1!important;
    }
}

.video_fnp{
    overflow: hidden;
}

.video-background {
    background: #000;
    position: relative;
    width: 100vw;
    height: 93vh;
    z-index: 1;
}
.video-foreground,
.video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
    .video-foreground {
        height: 300%;
        top: -100%;
    }
}
@media (max-aspect-ratio: 16/9) {
    .video-foreground {
        width: 300%;
        left: -100%;
    }
}
@media all and (max-width: 600px) {
    .vid-info {
        width: 50%;
        padding: 0.5rem;
    }
    .vid-info h1 {
        margin-bottom: 0.2rem;
    }
}
@media all and (max-width: 500px) {
    .vid-info .acronym {
        display: none;
    }
}

.slide_fnp{
    height: 93vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.slide_content{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.slide_content_subtitle{
    display: block;
    font-size: 28px;
    color: #faaC1D;
    font-weight: 500;
}

.slide_content_title{
    font-size: 74px;
    color: #fff;
    font-weight: 600;
}

.slide_content .info-list li{
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    margin: 0 10px;
    text-transform: uppercase;
}

.slide_content .info-list li .icon{
    color: #faaC1D;
    margin-right: 10px;
    float: left;
    font-size: 18px;
    line-height: 26px;
}

.form_btn:hover{
    cursor: pointer;
}

.video-section:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(234, 22, 127, 0.4);
}

.video-section{
    background-position: center;
}

.video_banner{
    background-attachment: local!important;
}

.coming-soon-section .outer-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
}

.slogan1 p, .slogan2{
   font-size: 26px;
    color: #fff;
    font-style: italic;
    margin-bottom: 0;
}


.header_logo{
    width: 80%;
}

.mobile_logo{
    width: 80%;
}

.social-icon-one li a .fa{
    position: relative;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #a9b1bf;
    background-color: #373851;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.social-icon-one li a:hover .fa {
    background-color: #9f9f9f;
    color: #fff;
    transform: rotate(360deg);
}

/* Popup form için stil */
#popupForm {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: white;
    border: 1px solid #ccc;
    z-index: 1000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}

#popupBackground {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 999;
}

#closePopup {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: rgba(26, 26, 26, 0.75);
    color: white;
    padding:5px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 42px;
    z-index: 9999;
}

#closePopup:hover {
    background-color: rgba(26, 26, 26, 0.75);
}
.sec-title .form_title{
    position: relative;
    display: inline-block;
    font-size: 48px;
    line-height: 1.2em;
    color: #1e1f36;
    font-weight: 700;
}
.main-header .outer-box{
    margin-left: 25px;
}
.language{
    margin-left: 25px;
}
.language ul{
    display: flex;
}

.language ul li{
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid rgba(228, 228, 228, 0.49);
}
.language ul li:last-child{
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.language ul li a{
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.language ul li a.active{
    font-size: 15px;
    font-weight: 700;
    color: #ec167f;
}

.nav-outer.clearfix{
    display: flex;
    align-items: center;
}

.mobil_language {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

.mobil_language li{
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.10);
}

.mobil_language li:last-child{
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.mobil_language li a{
    font-size: 18px;
    font-weight: 600;
    color: #404040;
}

.mobil_language li a.active{
    color: #e1137b;
}