html {
    scroll-behavior: smooth;
}
img{max-width: 100%;}
*{box-sizing: border-box;}
html, body {
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 16px;
    max-width: 100%;
    overflow-x: hidden;
    font-weight: 500;
    font-family: 'Raleway', sans-serif ;
    letter-spacing: 0.05em;
    color: #D2070A;
}
a{
    text-decoration: none;
    color: inherit;
}
.float-left{float: left}
.float-right{float: right}
ul{margin: 0;padding: 0;}
li{list-style: none}
.bold{font-weight: 700;}
.light{font-weight: 300;}
.color-grey{color: #7D7D7D;}
.color-dark{color: #0E1621;}
.color-pink{color: #EF7979;}
.white-img{filter: brightness(15);}
.lgrey-bg{background-color: #f5f5f5;}
.gradient-bg{background: linear-gradient(91.26deg, #D9070A 0%, #AB0104 100%);}
.red-shadow{box-shadow: 0px 72px 72px -20px rgba(217, 18, 18, 0.12);}
.sec-padding{padding: 120px 0;}
.padding-x{padding-left: 120px;padding-right: 120px;}
.--btn-1{
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    border-radius: 5px;
    padding: 14px 16px;
    display: flex;
    width: fit-content;
    transition: all 500ms ease;
}
.--btn-1:hover{
    background-color: #fff;
    color: #D2070A;
}
h1{font-size: 60px;}
h2{font-size: 48px;}
h3{font-size: 36px;}
h4{font-size: 28px;}
h5{font-size: 21px;}
h6{font-size: 18px;}
.service-card h3{font-size: 24px;}
.banner{
    width: 100%;
    height: 100svh;
    color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10%;
    background-image: url(../images/banner.jpg);
    background-position: center;
}
.banner::before , .banner::after{
    content: '';
    width: 60px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: 0;
    display: block;
    z-index: 2;
}
.banner::before{top: 60px;}
.banner::after{bottom: 60px;}
.banner h1{font-size: 72px;font-weight: 300;}
.banner .--btn-1{margin-top: 48px;}
.slide{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10%;
}
.banner-social{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 60px;
    position: absolute;
    bottom: 50px;
    right: 70px;
    z-index: 4;
}
.service-card{
    width: 100%;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 36px;
    margin-bottom: 20px;
    box-shadow: 0px 72px 72px -20px rgba(217, 18, 18, 0.12);
}
.service-card *{position: relative;}
.service-card img{position: absolute;right: 20px;top: 20px;}
.service-overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 39.06%, rgba(255, 255, 255, 0) 58.85%, rgba(255, 255, 255, 0.9) 100%);
}
.galeri-vidframe-bg{height: 100vh;width: 100%;position: fixed;z-index: 63;display: none;justify-content: center;align-items: center;background-color: rgba(0, 0, 0, 0.70);top: 0;left: 0;z-index: 99;}
.galeri-video-frame{ 
    position: relative;
    z-index: 65;
    width: 80%;
    aspect-ratio: 2 / 1;
    border: none;
}
.vid-active{display: flex;}
.vid-box{position: relative;}
.play-btn{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    z-index: 1;
    cursor: pointer;
}
.vid-thumbnail{position: relative;}
.vid-sec{position: relative;}
.vid-sec::before{
    content: '';
    background-color: #D9070A;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
}
.quote-sec{
    background-image: url(../images/alt-bg.jpg);
    background-size: cover;
    padding: 120px 20%;
    color: #fff;
    text-align: center;
}
.quote-sec .slick-dots{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 36px;
}
.quote-sec .slick-dots li{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
}
.quote-sec .slick-dots li button{
    background-color: #EF7979;   
    border-radius: 50%;
    border: none;
    width: 16px;
    height: 16px;
    color: transparent;
    transition: all 500ms ease;
}
.quote-sec .slick-dots li.slick-active button{
    background-color: #fff;
    width: 24px;
    height: 24px;
}
.alt-banner{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 15%;
    background-image: url(../images/alt-bg.jpg);
    background-size: cover;
    height: 360px;
    color: #fff;    
}

.hakk-main{
    position: relative;
    padding: 50px 600px 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hakk-main h5{position: relative;}

.gradient-card{
    width: 100%;
    aspect-ratio: 1 / 1;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sp-img{
    position: absolute;
    top: 0;
    right: 0;
    width: 512px;
    height: 100%;
    z-index: 0 ;
    background-size: cover !important;
    background-position: center !important;
}
.galeri-card{width: calc(100% / 4);padding: 12px;}
.galeri-wrap{display: flex;flex-wrap: wrap;}
.form-sec input{
    padding: 16px 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid #E0E0E0;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    background: none;
    margin-bottom: 36px;
}
.form-sec input::placeholder{color: #fff;}
.form-sec input:focus{outline: none;}
.form-sec form button{
    background-color: #fff;
    border: 1px solid #fff;
    color: #D9070A;
    font-size: 14px;
    padding: 14px 52px;
    width: fit-content;
    border-radius: 5px;
    transition: all 500ms ease;
}
.form-sec form button:hover{color: #fff;background-color: transparent;}
.category-btn{
    font-size: 14px;
    font-weight: 500;
    color: #D9070A;
    padding: 10px;
    border: none;
    border-bottom: 2px solid transparent;
    background:none;
}
.category-btn.active{
    border-bottom: 2px solid #D9070A;
}
.category-btn-wrap{
    padding: 100px 0 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 60px;
}
.category-card-wrap{
    padding: 50px 0;
}
.filterDiv{display: none;}
.show {display: block;}
footer{
    background-image: url(../images/alt-bg.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 1px 0;
}
.footer-logo{display: block;margin: 60px auto;width: 160px;}
.footer-main .line{background-color: #EF7979;height: 36px;width: 1px;display: block;}
.footer-main{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin-bottom: 60px;
}
.footer-main::before , .footer-main::after{
    content: '';
    width: 60px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    z-index: 2;
}
.footer-main::before{left: 0;}
.footer-main::after{right: 0;}
.copyright{
    padding: 36px 0;
    display: flex;
    flex-direction: row;
    gap: 36px;
    justify-content: center;
    align-items: center;
}
.header-main{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    position: fixed;
    top: -20px;
    width: 100%;
    z-index: 9;
    padding: 0 90px 0 60px;
    overflow: hidden;
    transition: all 500ms ease;
}
.header-main img{filter: grayscale(1) brightness(15);transition: all 500ms ease;}
.header-main ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
}
.burger-menu-icon{
    display: none;
    position: relative;
    width: 40px;
    height: 40px;
    z-index: 11;
    cursor: pointer;
    transition: all 500ms ease;
}
.burger-menu-icon::before{
    content: '';
    background-color: #fff;
    width: 40px;
    height: 3px;
    position: absolute;
    top: 10px;
    right: 0;
    transform-origin: right;
    transition: all 500ms ease;
}
.burger-menu-icon::after{
    content: '';
    background-color: #fff;
    width: 40px;
    height: 3px;
    position: absolute;
    bottom: 10px;
    right: 0;
    transform-origin: right;
    transition: all 500ms ease;
}
.burger-menu-icon.active::before{top: 3px;transform: rotate(-45deg);width: 43px;}
.burger-menu-icon.active::after{bottom: 3px;transform: rotate(45deg);width: 43px;}
.me-nav{
    background: linear-gradient(91.26deg, #D9070A 0%, #AB0104 100%);
    padding: 100px 30px 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: fit-content;
    height: 100vh;
    z-index: 8;
    position: fixed;
    right: -100%;
    top: 0;
    transition: right 500ms ease;
}
.me-nav ul li{
    font-size: 30px;
    font-weight: 600;
    margin: 12px 0;
}
.menu-ilet{display: flex;flex-direction: column;gap: 30px;}
.menu-ilet p{font-size: 14px;color: #fff;}
.menu-ilet p b{font-size: 16px;color: #fff;}
.me-nav.active{right: 0;}

.header-scroll{
    background-color: #fff;
    height: 120px;
    top: 0;
    color: #D9070A;
}
.header-scroll img{filter: none;}
.header-2{
    background-color: #fff;
    height: 120px;
    top: 0;
    color: #D9070A;
}
.header-2 img{filter: none;}
.header-scroll .burger-menu-icon::before , .header-scroll .burger-menu-icon::after{background-color: #D9070A;}
.header-2 .burger-menu-icon::before , .header-2 .burger-menu-icon::after{background-color: #D9070A;}
body{margin-top: 120px;}
.detay-img{
    min-height: 600px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.insta-slider .eapps-instagram-feed-title{
    position: relative;
}
.insta-slider .eapps-instagram-feed-title::after{
    content: 'Follow Us';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background-color: #fff;
    color: #D2070A;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    line-height: 32px;
    padding: 24px 10px;
}
.logo img{height: 170px;}
@media screen and (max-width:1200px) {
    .header-main{padding: 0 40px 0 20px;}
    .header-main ul{gap: 20px;}
    .banner::before{display: none;}
    .sec-padding{padding: 90px 0;}
    .padding-x{padding-left: 60px;padding-right: 60px;}
    .quote-sec{padding: 90px 15%;}
    h1{font-size: 48px;}
    h2{font-size: 36px;}
    h3{font-size: 28px;}
    h4{font-size: 21px;}
    h5{font-size: 18px;}
    h6{font-size: 16px;}
    .service-card{padding: 16px;}
    .service-card img{top: -5px;right: -5px;}
    .footer-main{gap: 20px;}
    .footer-main::before , .footer-main::after{width: 30px;}
}
@media screen and (max-width:991px) {
    .sec-padding{padding: 60px 0;}
    .padding-x{padding-left: 30px;padding-right: 30px;}
    .quote-sec{padding: 60px 10%;}
    .header-main{padding: 0 30px;}
    .header-main ul li{display: none;}
    .header-main ul li.lang-sel{display: block;}
    .burger-menu-icon{display: block;}
    .logo img{height: 120px;}
    .header-scroll , .header-2{height: 80px;}
    .banner {padding-left: 50px;}
    .banner::after{display: none;}
    .banner-social{bottom: 100px;right: 0;left: 0;justify-content: center;}
    .slider-control{bottom: 20px !important;}
    .slider-control.left{left: 30px !important;}
    .slider-control.right{left: unset !important;right: 30px;}
    .slider-pagi{left: 50% !important;transform: translateX(-50%);bottom: 25px !important;}
    h1{font-size: 36px;}
    h2{font-size: 28px;}
    h3{font-size: 21px;}
    h4{font-size: 18px;}
    h5{font-size: 16px;}
    h6{font-size: 14px;}
    body{font-size: 14px;margin-top: 80px;}
    .footer-main{flex-direction: column;gap: 15px;}
    .footer-logo{margin: 40px auto;}
    .footer-main .line{width: 36px;height: 1px;}
    .copyright{gap: 20px;}
    .alt-banner{height: 240px;}
    .gradient-card{padding: 12px;}
}
@media screen and (max-width:767px) {
    .detay-img{
        min-height: 300px;
        height: auto;
        width: auto;
        object-fit: unset;
        display: block;
        margin: auto;
    }
    .category-btn-wrap{flex-direction: column;gap: 0;}
    .sec-padding{padding: 30px 0;}
    .padding-x{padding-left: 15px;padding-right: 15px;}
    .quote-sec{padding: 30px 5%;}
    .footer-logo{margin: 20px auto;}
    .header-main{padding: 0 15px;top: -10px;}
    .logo img{height: 80px;}
    .header-scroll , .header-2{height: 60px;top: 0;}
    body{font-size: 12px;margin-top: 60px;}
    .banner{padding: 0;align-items: center;}
    .banner h1{font-size: 58px;text-align: center;}
    .banner .--btn-1{margin-top: 30px;}
    .banner-social{flex-direction: column;gap: 15px;bottom: 20px;}
    h1{font-size: 28px;}
    h2{font-size: 21px;}
    h3{font-size: 18px;}
    h4{font-size: 16px;}
    h5{font-size: 14px;}
    h6{font-size: 14px;}
    .play-btn img{width: 45px;}
    .quote-sec .slick-dots li button{width: 8px;height: 8px;}
    .quote-sec .slick-dots li.slick-active button{width: 14px;height: 14px;}
    .quote-sec .slick-dots{gap: 16px;}
    .copyright{flex-direction: column;gap: 15px;}
    .hakk-main{padding: 20px 0;}
    .sp-img{display: none;}
    .gradient-card{margin-bottom: 12px;}
    .galeri-card{width: calc(100% / 2);padding: 6px;}
    .form-sec form button{width: 100%;}
}
.whatsap-float{
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 99999;
    background-color: #25D366;
    padding: 10px 12px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    }