*{
    margin: 0px;
    padding: 0px;
}
body{
    font-family: sans-serif;
    font-size: 14px;
}
body::-webkit-scrollbar {
  width: 0.5em;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #e19824;
  outline: 1px solid #e19824;
}
header{
    width: 100%;
    height: 112px;
    box-sizing: border-box;
    line-height: 112px;
}
.h-container{
    margin: 0 auto;
    width: 88%;
}

.f-container{
    margin: 0 auto;
    width: 80%;
}
.sol{float: left;}.sag{float: right;}
.logo{float: left; position: relative; top: 18px;} 
.logo img{
    width: 191px;
}

   @media only screen and (min-width: 1255px) {
    .mobile-menu{display: none;}
        #nav{float: left; margin-left: 65px; position: relative; z-index: 11;}

#nav ul{list-style: none;}
#nav >  ul > li{
    display: inline-flex;
}
#nav >  ul > li > a{
    text-decoration: none;
    font-size: 16px;
    color: #444;
    padding: 1px 18px;
}

#nav >  ul > li > a:hover{
    color: #e19824;
}

.menu-item-has-children{position: relative;}
nav > ul > .menu-item-has-children::after{
    content: '›';
    transform: rotate(90deg);
    position: relative;
    left: -8px;
    font-weight: 600;
}

nav > ul > .menu-item-has-children > .sub-menu{
    position: absolute;
    top: 113px;
    left: 0px;
    z-index: 4;
    line-height: normal;
    display: none;
}
nav > ul > .menu-item-has-children > .sub-menu > li{
    display: block;
}
nav > ul > .menu-item-has-children > .sub-menu > li > a{
    background-color: #e19824;
    text-decoration: none;
    padding: 10px;
    width: 170px;
    display: flex;
    color: #fff;
    border-top: 1px solid #c4841e;
}
nav > ul > .menu-item-has-children > .sub-menu > li > a:hover{
    background-color: #fff;
    color: #e19824;
}

/*2.sub*/

nav > ul > .menu-item-has-children > .sub-menu > .menu-item-has-children::after{
    content: '›';
    color:#fff;
    position: absolute;
    right:4px;
    top:8px;
    left: auto;
    font-weight: 600;
}

nav > ul > .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu{
    position: absolute;
    top: 0px;
    left: 191px;
    z-index: 4;
    line-height: normal;
    display:none;
}

nav > ul > .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu > li > a{
        background-color: #e19824;
    text-decoration: none;
    padding: 10px;
    width: 170px;
    display: flex;
    color: #fff;
    border-top: 1px solid #c4841e;
}

nav > ul > .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu > li > a:hover{
    background-color: #fff;
    color: #e19824;
}


nav > ul > .menu-item-has-children:hover .sub-menu{display: block;}
nav > ul > .menu-item-has-children > .sub-menu > .menu-item-has-children:hover > .sub-menu{display: block;}
      }

.phone-ico{
    background-color: #f9f1ea;
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    border-radius: 45px;
    margin-right: 15px;
}
.phone-ico svg{
    width: 30px;
    height: 30px;
    position: relative;
    top: 6.5px;
}
.h-tel{font-size: 19px; margin-right: 20px;} 

.wid a{text-decoration: none; color: #222;}
.butan{
    background-color: #e19824;
    text-decoration: none;
    color: #fff !important;
    padding: 15px 25px;
    font-size: 17px;
    font-weight: 600;
  
    border-radius:50px
}
.butan:hover{
    background-color: #222;
    color: #e19824 !important;
}
.o-bt{position: relative; top: -1px;}

.anim{
 
    transition: transform 0.5s, opacity 0.5s;

}
.anim.left{
    transform: translateX(-200px);
    opacity: 0;
}
.anim.right{
    transform: translateX(200px);
    opacity: 0;
}
.s1{transition-duration: 1s;} .s2{transition-duration: 1.2s !important;} .s3{transition-duration: 1.4s !important;} .s4{transition-duration: 1.6s !important;}
.s5{transition-duration: 1.8s;} .s6{transition-duration: 2s !important;} .s7{transition-duration: 2.2s !important;} .s8{transition-duration: 2.4s !important;}
.s9{transition-duration: 2.6s;} .s10{transition-duration: 2.8s !important;} .s11{transition-duration: 3s !important;} .s12{transition-duration: 3.2s !important;}
.s13{transition-duration: 3.4s !important;}
.anim.top{
    transform: translateY(-100px);
    opacity: 0;
}
.anim.bottom{
    transform: translateY(100px) ;
    opacity: 0;
}
.anim.active{
    transform: translateX(0);
    opacity: 1;
}
/*-------------------------------------------*/
.ozel-bg {
  background-image: url('../img/lazy-bg.webp');
  background-size: cover;
  background-position: center;
  width: 100%;
  max-width: 600px;
  height: 400px;
  margin: 20px auto;
}
.lazy {
  background-image: none !important;
  width: 10px;
  height: 10px;
}


/*----------Slider----------------*/
    #slider{position: relative; top:-16px}
    .slidem{position: relative; background-color: #dddddd;}
    .slide-bg-1{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 102vh;
    background: rgb(226, 226, 226);
      background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%);
    z-index: 2;
    }
    .slide-bgm{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0.6;
        background-color: #481e0ba1;  /*#3d0d29e3*/
    }
    .slide img{
        width: 100%;
    height: 100%;
    object-fit: cover;
        border-radius: 30px;}
    .slider-container {
    position: relative;
    margin: 0 auto;
    border-radius: 30px;
    width: 94%;
    height: 767px;
    overflow: hidden;
    }
    .slider {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
    position: relative;
    z-index: 3;
    }
    
    .slide {
    flex: 0 0 100%;
    height: 100%;
    
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    .slide-bg-img img{
    width: 100%;
    height: 100vh;
    }
    .slide-wrapx{
        position: absolute;
        width: 100%;
        display: grid;
       grid-template-columns: 10% 50% 40%;
        grid-gap: 1em;
        grid-auto-rows: 1fr;
        z-index: 2;
        justify-content: center;
        align-items: center;
    }
    .slide-yazi{
        color: #fff;
    }
    .slide-t{
        font-size: 1.1vw;
        position: relative;
        left: 7%;
        margin-bottom: 20px;
    }
    .slide-t span{font-size: 3.5vw; display: block; margin-top: 7px; width: 70%; line-height: 4.2vw;}
    .s-btn{
        margin-top: 35px;
        position: relative;
        display: inline-block;
        left: 7%;
        margin-right: 30px;
    }
    .s-btn span{margin-left: 10px;}
    .slide-b{
        font-size: 1.7vw;
        background-color: #fff;
        color: #333;
        display: inline-block;
        padding: 20px 65px;
        padding-left: 7.5%;
        border-radius: 0px 40px 40px 0px;
    }

    .trans-btn{
        background-color: transparent;
        background: transparent;
        border: 2px solid #fff;
    }
    .trans-btn:hover{
        
        border: 2px solid #e19824;
    }
    .slide-yazi p{
        font-size: 17px;
        position: relative;
        left: 7%;
        line-height: 28px;
        margin-top: 18px;
        width: 70%;
    }
    .slide-img img{
        width: 100%;
        height: 102%;
    }
    .slide picture {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
}

.slide picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

    
    .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(197, 197, 197, 0.5);
    color: white;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 24px;
    transition: background-color 0.3s;
    z-index: 3;
    }
    
    .arrow:hover {
    background-color: rgba(0, 0, 0, 0.7);
    }
    
    .arrow-left {
    left: 2%;
    }
    
    .arrow-right {
    right: 2%;
    }
    .banner-img{
    width: 100%;
      object-fit: cover;
    }
/*----------Slider------------*/


/*----------Welcome---------*/
#welcome{
    margin: 86px 0px 120px 0px;
  
}
.container{
    margin: 0 auto;
    width: 1270px;
}

.g-wrap{
        display: grid;
        grid-template-columns: 40% 60%;
        grid-gap: 1em;
        grid-auto-rows: 1fr;
}

.g-wrap img{width: 100%; height: 650px; object-fit: cover; border-radius: 0px 0px 300px 300px;}

.about-content {
  flex: 1 1 50%;
  margin-top: 50px;
}

.subtitle {
  color: #e19824;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  letter-spacing: 3px;
  margin-bottom: 15px;
  display: inline-block;
}

.about-content h1 {
  font-size: 50px;
  margin-bottom: 20px;
  font-family: math;
  margin-top: 4px;
  line-height: 58px;
  font-weight: 200;
  color: #481e0b;
}

.about-content {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.7;
}
.about-content ul{margin-top: 20px; list-style: none;}
.about-content li{margin-bottom: 7px;}
.benefits {
  list-style: none;
  padding: 0;
  margin: 34px 0;
}

.benefits li {
  font-size: 16px;
  margin-bottom: 20px;
  color: #666;
}
.benefits span{
    background-color: #e19824;
    color: #fff;
    padding: 2px 4px;
    border-radius: 3px;
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
}
.cta-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f9f1ea;
  padding: 30px;
  border-radius: 20px;
  margin-top: 40px;
}

.contact-info {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.phone-icon {
  font-size: 24px;
  color: #e19824;
  background-color: #fff;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 52px;
}
.phone-icon svg{
    width: 28px;
    fill: #e19824 !important;
    height: 28px;
    position: relative;
    top: 13px;
    color: #e19824 !important;
}
.l-info p{font-size: 17px;  color: #481e0b; line-height: 24px;}
.cta-button {
  background-color: #e19824;
  color: white;
  padding: 12px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
}
.cta-button:hover{
    background-color: #222;
    color: #e19824;
}


.cta-button .arrow {
  background: #4c220f;
  padding: 8px;
  border-radius: 50%;
  font-size: 14px;
}
/*----------Welcome---------*/

/*services*/
#services{
      background-color: #f9f1ea;
      padding: 90px 0px;
}
.s-giris{
    text-align: center;
}


.section-title {
  font-family: math;
  font-size: 46px;
  color: #471d13;
  line-height: 1.1;
  margin-bottom: 10px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 60px;
}

.card {
  background: white;
  border-radius: 20px;
  padding:45px 40px;
  text-align: left;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  position: relative;
}

.card img {
  width: 100%;
  border-radius: 15px;
  margin-top: 15px;
      height: 240px;
    object-fit: cover;
}

.card h2 {
 font-family: math;
    font-size: 25px;
    margin-bottom: 10px;
    color: #471d13;
    font-weight: 200;
    line-height: 34px;
    width: 80%;
    min-height: 70px;
}
.card h2 a{
    text-decoration: none;
    color: #471d13;
}

.card p {
  font-size: 14px;
  line-height: 22px;
  color: #666;
}

.arrow-btn {
    position: absolute;
    top: 35px;
    right: 35px;
    background-color: #e19824;
    color: white;
    font-size: 24px;
    font-weight: 200;
    width: 50px;
    height: 50px;
    transform: rotate(320deg);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-decoration: none;
}
.txt-center{text-align: center; margin: 0 auto;}
.alls .cta-button{
    display:inline-block;
    margin-top: 60px;
}
/*services*/

/*before*/
.bef-aft{padding: 40px 0px;}
    .bf-wrap{
                padding: 90px 0 110px 0;
                display: flex;
                justify-content: space-between;
                align-items: flex-start;
    }
    .leftx {
            width: 40%;
        }
  
        .leftx p {
            font-size: 16px;
            color: #666;
            margin-bottom: 30px;
            line-height: 1.5;
        }
        .buttonx {
            display: inline-flex;
            align-items: center;
            background: #e19824;
            color: white;
            font-weight: bold;
            padding: 12px 24px;
            border-radius: 30px;
            text-decoration: none;
            font-size: 14px;
        }
        .buttonx:hover{
            background-color: #222;
            color: #e19824;
        }
        
       

        
         .form-wrap{
             display: grid;
             grid-template-columns: repeat(2, 1fr);
            grid-gap: 0em;
            grid-auto-rows: 0fr;
        }
        
        .ana-form input, .ana-form textarea{padding: 15px; width: 100%; box-sizing: border-box; border: 1px solid #e6e6e6;}
        .ana-form textarea{height: 136px;}
        .sol-ust-bord{border-radius: 15px 0px 0px 0px;}
        .sag-ust-bord{border-radius: 0px 15px 0px 0px;}
        .ana-form textarea{border-radius: 0px 0px 15px 15px;}
        .bf-t{margin-bottom:20px;}
        .wpcf7-submit{
             background-color: #e19824;
    text-decoration: none;
    margin-top: 20px;
    color: #fff !important;
    padding: 13px 25px !important;
    font-size: 15px;
    font-weight: 600;
    border-radius: 50px;
    width: fit-content !important;
        }
        .sag-yasla{text-align: right;}
        .wpcf7-spinner{display: block;}
/*before*/


/*blog*/
#blog{
    padding: 90px 0px;
    background-color: #f9f1ea;
}
        .sliderf-container {
            position: relative;
            overflow: hidden;
            margin: 0 auto;
            width: 1270px;
            margin-top: 60px;
        }

        .sliderf-track {
            display: flex;
            transition: transform 0.4s ease;
        }

        .slidef {
            min-width: 100%;
            padding: 10px;
        }
     @media (min-width: 1024px) {
            .slidef {
                min-width: 32%;
            }
        }


        .blog-card {
            background: #fff;
            border-radius: 20px;
            overflow: hidden;
            min-height: 500px;
            transition: 0.3s;
        }

        .blog-card:hover {
            transform: translateY(-10px);
         
        }

        .blog-card img {
            width: 100%;
            height: 220px;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .blog-card:hover img {
            transform: scale(1.05);
        }

        .blog-content {
            padding: 25px;
        }

        .blog-date {
            font-size: 14px;
            color: #999;
            margin-bottom: 10px;
        }

        .blog-content h2 {
            margin-bottom: 15px;
            color: #222;
            font-size: 22px;
        }

        .blog-content p {
            color: #555;
            font-size: 16px;
            line-height: 1.6;
        }

        .read-more {
            display: inline-block;
            margin-top: 20px;
            color: #e19824;
            text-decoration: none;
            font-weight: bold;
            font-size: 15px;
            transition: color 0.3s;
        }

        .read-more:hover {
            color: #e19824;
        }

        .slider-nav {
            display: none;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            font-size: 40px;
            color: #d17a8f;
            background: rgba(255,255,255,0.7);
            border-radius: 50%;
            cursor: pointer;
            padding: 10px 15px;
            z-index: 2;
            user-select: none;
        }

        .prev {
            left: 10px;
        }

        .next {
            right: 10px;
        }

        .dots {
            text-align: center;
            margin-top: 20px;
        }

        .dot {
            display: inline-block;
            width: 12px;
            height: 12px;
            margin: 5px;
            background-color: #e19824;
            border-radius: 50%;
            opacity: 0.4;
            cursor: pointer;
        }

        .dot.active {
            opacity: 1;
        }
/*blog*/
.wpcf7-form fieldset{display:none;}
/*footer*/
 footer {
            background-color: #241414;
            padding: 60px 0 30px 0;
            position: relative;
            overflow: hidden;
        }

        .footer-top {
           
            text-align: center;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 50px;
        }

        .footer-top div {
            font-size: 30px;
            font-weight: 400;
            color: #f6e7dd;
        }
        .sari{
            color: #e19824;
        }

        .subscribe {
            display: flex;
            align-items: center;
        }
        .f-min{
            font-weight: 600;
            color:#e19824;
            margin-bottom: 5px;
        }
        .subscribe input {
            padding: 15px 20px;
            border: none;
            border-radius: 30px 0 0 30px;
            background-color: #613120;
            color: #fff;
            width: 300px;
            font-size: 16px;
        }

        .subscribe button {
            padding: 15px 20px;
            border: none;
            border-radius: 0 30px 30px 0;
            background-color: #d26b3d;
            color: #fff;
            font-size: 18px;
            cursor: pointer;
        }

        .footer-content {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            border-top: 1px solid rgba(255,255,255,0.1);
            padding-top: 40px;
        }
        .f-logo{
            width: 302px;
            margin-bottom: 42px;
        }
        .logo-area {
            max-width: 300px;
        }

        .logo-area h3 {
            font-size: 24px;
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }

        .logo-area h3 span {
            display: inline-block;
            background-color: #d26b3d;
            color: white;
            font-weight: bold;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            text-align: center;
            line-height: 40px;
            margin-right: 10px;
            font-size: 20px;
        }

        .logo-area p {
            font-size: 15px;
            color: #f1d8c7;
            margin-bottom: 20px;
        }

        .social-icons a {
            display: inline-block;
            width: 35px;
            height: 35px;
            border: 1px solid white;
            border-radius: 50%;
            text-align: center;
            line-height: 35px;
            color: white;
            font-size: 16px;
            margin-right: 10px;
            text-decoration: none;
        }

        .quick-links, .hours, .contact {
            color: #f1d8c7;
            font-size: 15px;
            margin-bottom: 20px;
        }
        .f-title{
            font-size: 18px;
            margin-bottom: 15px;
            color: #e19824;
        }
        .quick-links ul {
            list-style: none;
            padding: 0;
        }

        .quick-links li {
            margin-bottom: 10px;
        }

        .quick-links a {
            text-decoration: none;
            color: #f1d8c7;
        }

        .contact-item {
            margin-bottom: 15px;
            display: flex;
            align-items: center;
        }
        .contact-item a{
            text-decoration: none;
    color: #f1d8c7;
    display: inline-block;
    position: relative;
    top: -4px;
        }
        .contact-item svg{
            width: 22px;
    height: 22px;
    color: #fff;
    fill: #d562ad;
    position: relative;
    top:5px;
        }

        .contact-item i {
            margin-right: 10px;
        }

        .footer-bottom {
            border-top: 1px solid rgba(255,255,255,0.1);
            padding-top: 20px;
            text-align: center;
            font-size: 14px;
            color: #f1d8c7;
        }

        .footer-bottom a {
            color: #f1d8c7;
            margin: 0 10px;
            text-decoration: none;
        }
/*footer*/


.front{
    clear: both;
    width: 100%;
    height: 80px;
     display: flex;
    flex-direction: column; /* Dikey hizalama */
    justify-content: space-between; /* Üst ve altı itekler */
    position: relative;
    top: -20px;
    padding: 25px 0px;
      background-image: url("../img/bg.webp");
     background-repeat: repeat-x;
}
.bgs{
    position: absolute;
    top: 0px;left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff3dfe5;
}
#breadcrumbs a{text-decoration: none; font-weight: 600; color: #c4841e;}
#breadcrumbs{position: relative; z-index: 3;}
.mainim{
    padding: 10px 0px 70px 0px;
}

.pagination{margin-top: 60px;}
.pagination a, .pagination span{text-decoration: none; padding: 5px; border-radius: 4px; background-color: #e19824; color: #fff;}
.pagination span{
    background-color: #fff;
    color: #111;
}

.p-img img{
    width: 580px;
    border-radius: 20px;
}

main p, main li{font-size: 14px; line-height: 23px; margin-bottom: 14px;}
main ul{padding-left: 15px;}

.video-popup {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
}

.video-popup-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    text-align: center;
    margin: 0 auto;
}

#popup-video {
    width: 75%;
    height: auto;
}

#video-popup-close {
    position: absolute;
    top: -40px;
    right: -10px;
    background: transparent;
    border: none;
    color: white;
    font-size: 30px;
    cursor: pointer;
}


@media only screen and (max-width: 1600px){
.b-sil{display: none;}
    .h-container{
                width: 92%;
            }
}

    @media only screen and (max-width: 1400px) {
        .slide-t{
            font-size: 2.2vw;
            margin-bottom: 20px;
        }
        .slide-t span{font-size: 4.5vw;}
    
        .slide-b{
            font-size: 1vw;
        }
    
        .slide-yazi p{
            font-size: 14px;
            line-height: 28px;
        }
        .container, .h-container, .sliderf-container, .f-container{width: 90%;}
      }

      @media only screen and (max-width: 1255px) {
        .mobile-menu{display: block; float: right; margin-left: 30px; cursor: pointer; margin-top: 41px;}
        .mobile-menu span{
            display: block;
            width: 35px;
            height: 4px;
            background-color: #222;
            margin-bottom: 5px;
        }
        .mobile-menu span:nth-child(2){width: 25px; background-color: #e19824 !important;}
        .logo img{width: 156px;}
        .phone-ico{
            width: 25px;
    height: 25px;
    line-height: 25px;
    position: relative;
    top: -4px;
        margin-right: 7px;
        }
        .phone-ico svg {
    width: 15px;
    height: 15px;
    position: relative;
    top: 3.5px;
}
        .h-tel {
                font-size: 13px;
                position: relative;
                top: -4px;
                margin-right: 5px;
            }
        #nav{display: none; position: absolute; top: 100px; z-index: 10;left: 0px; width: 100%; background-color: #fff;}
        #nav ul{list-style: none;}
        #nav ul li{}
        #nav ul li a{display: block; padding: 15px; line-height: 20px; background-color: #fff;width: 100%; text-decoration: none; color: #333; box-sizing: border-box; border-top: 1px solid #e6e6e6;}
        .menu-item-has-children{position: relative;}
        .downup{
            position: absolute;
            top: 0px;
            right: 0px;
            font-size: 23px;
            padding: 16px;
            border-left: 1px solid #e6e6e6;
            line-height: 20px;
            float: right;
        }
        .sub-menu{display: none;}
        .show{display: block !important;}
        .sub-menu a{background-color: #efefef !important;}
      }

      
    @media only screen and (max-width: 1175px) {
        .slide-t{
            font-size: 26px;
            margin-bottom: 20px;
        }
        .slide-t span{font-size: 42px; display: block;}
    
        .slide-b{
            font-size: 13px;
            padding: 10px 35px;
        }
    
        .slide-yazi p{
            margin-top: 25px;
            font-size: 12px;
            line-height: 20px;
        }
        .g-wrap, .bf-wrap{
            display: block
        }
        .g-wrap img{
            width: 100%;
            height: 450px;
        }
        .cta-box{display: block;}
        .cta-button{display: inline-block; margin-top: 24px;}
        .section-title{font-size: 33px;}
        .cards{
            grid-template-columns: repeat(1, 1fr);
        }
        .leftx{width: auto; margin-bottom: 50px;}
      }

            
    @media only screen and (max-width: 850px) {
        .slide-t{
            font-size: 20px;
            margin-bottom: 20px;
        }
        .slide-t span{font-size: 33px; display: block;}
    
        .slide-b{
            font-size: 11px;
            padding: 10px 35px;
        }
    
        .slide-yazi p{
            margin-top: 25px;
            font-size: 9px;
            line-height: 20px;
        }
      }
        @media (min-width: 768px) {
            .slidef {
                min-width: 50%;
            }
        }

   
                  
    @media only screen and (max-width: 750px) {
        .h-tel, .phone-ico{display: none;}
        .alpha-img{
            height: 80vh;
            object-fit: cover;
            object-position: left bottom;
        }
        .slide picture img {
        content: attr(data-mobile-src);
    }
        .slide-wrapx{
           display: block;
           top: 25%;
        }
        .slide-t{
            font-size: 16px;
            margin-bottom: 20px;
            left: 5%;
        }
        .slide-t span{font-size: 28px; line-height: 38px; display: block;}
        .arrow{top: auto; bottom: 5%;}
        .slide-b{
            font-size: 11px;
            padding: 10px 35px;
        }
    
        .slide-yazi p{
            margin-top: 25px;
            font-size: 12px;
            line-height: 20px;
            left: 5%;
        }
        .slide-img img{
            width: 240px;
            height: auto;
            position: absolute;
            right: 5%;
            top: 10%;
        }
        .butan {

    padding: 8px 15px;
    font-size: 14px;
    font-weight: 600;
  
}
.s-btn{
        left: 5%;
    margin-right: 15px;
}
.s-btn span{margin-left: 6px;}
.slidef{min-width: 95%;}
.footer-top div{
    font-size: 22px;
    line-height: 32px;
}
.contact-item{line-height: 25px;}
.footer-content{display: block;}
.f-min{margin-bottom: 5px;}

.p-img img{
    width: 100%;
    border-radius: 20px;
}
      }