

*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    font-family: 'Arvo', serif;
}

h1,h2,h3,h4{
    color: orangered;
    font-family: sans-serif;
}

body{
    margin: auto;
    overflow-x: hidden;
}

.header{
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
     overflow: hidden; 
    /* animation-name: ani;
    animation-direction:alternate-reverse;
    animation-duration: 13s;
    animation-fill-mode:forwards;
    animation-iteration-count:infinite;
    animation-play-state:running;
    animation-timing-function:ease-in-out; */
}
/* 
@keyframes ani{
    0%{
        background-image:linear-gradient(rgba(4,9,30,0.6),rgba(4,9,30,0.19)),url(../home/11.jpg);
    }
    50%{
        background-image: url(../home/bg.jpg);
    }
    75%{
        background-image: url(t4.jpg);
    }
    100%{
        background-image: url(../home/t1.JPG);
    }
} */


.container{
    max-width: 950px;
    margin-inline: auto;
    padding: 20px;
}
nav{
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    padding: 2% 6%;
}
nav img{
    width: 70px;
    height: auto;
    border-radius: 5rem;
    background: transparent;
}
.nav-links{
    flex: 1;
    text-align: right;
    color: red;
}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 7px 11px;
    position: relative;
}
.nav-links ul li a{
    color:white;
    font-weight: 500;
    text-decoration: none;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: large;
}
.nav-links ul li::after{
    content: '';
    position: relative;
    height: 3px;
    width: 0%;
    bottom: -4px;
    background: red;
    display: block;
    transition: 0.5s;
}

.nav-links ul li:hover::after{
    width: 100%;
}
.header-content{
    padding-top: 50px;
    width: 90%;
    color: white;
    text-align: center;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
}
.header-content h1{
    font-variant: small-caps;
    font-size: 33px;
}

.header-content p{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    /* font-size: larger; */
    font-size: large;
    margin-top: 10px;
}
.banner-btn{
    background-color:orangered;
    text-decoration: none;
    display: inline-block;
    color: black;
    font-size: large;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    border: 1px solid black;
    padding: 6px 30px;
    margin-top: 15px;
    /* background: transparent; */
    cursor: pointer;
    position: relative;
    
}
.banner-btn:hover{
    border: 1px solid rgb(175, 173, 43);
    background-color: rgb(243, 96, 42);
    transition: 1s;
    transform: scale(1.1);
}

/* gif.......... */

.giff{
    margin-bottom: 10px;
    padding-bottom: 100px;
    overflow: hidden;
}

.gif{
    width: 180px;
    height: auto;
    animation-name: gifanimation;
    animation-duration: 50s;
    animation-iteration-count:infinite;
    animation-timing-function: linear;
    position: relative;
    overflow: hidden;
}
.gif img{
    width: 100%;
    height: 100%;
}

@keyframes gifanimation{
    0%{
        left: -10px;
        bottom: 0%;
    }
    100%{
        left:105%;
        bottom: 0%;
    }
}
 
nav .fa{
    display: none;
}

.change_content::after{
    content: '';
    animation: changetxt 8s infinite linear;
    font-size: larger;
    color:rgb(255, 123, 0);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

@keyframes changetxt{
    0%{content: "Karate";}
    15%{content: "Taekwondo";}
    30%{content: "Thai boxing";}
    45%{content: "Boxing";}
    60%{content: "Gymnastics";}
    75%{content: "Zumba";}
    100%{content: "GYM";}
}

@media(max-width:600px){
    .header{
        overflow: hidden;               
    }
    .header-content h1{
        font-size: 25px;
        margin-top: -100px;
    }
    .header-content p{
        font-size:small;
    }
    .nav-links ul li{
        display: block;
    }
    .nav-links ul li a{
        color: black;
    }
    .nav-links{
        position: absolute;
        height: 100vh;
        width: 200px;
        top: 0%;
        right: -200px;
        text-align:left;
        z-index: 2;
        background-color:burlywood;
        transition: 0.2s;
    }
    nav .fa{
        display: block;
        margin: 10px;
        color: orangered;
        font-size: 30px;
        font-weight: bold;
        cursor: pointer;
    }

    .nav-links ul{
        padding: 32px;
    }

    nav img{
        width: 50px;
        height: auto;
        /* border-radius: 4rem; */
        background: transparent;
    }

    .header a p{
        font-size: xx-small;
    }
}

/* course we offer */





/* training... */

.course{
    width: 90%;
    margin: auto;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    /* flex-wrap: wrap; */
    padding-bottom: 50px;
    z-index: 2;
}



.course h1{
    font-size: 50px;
    font-family: serif;
    margin-top: 20px;
}

/* tournament... */

.bbb{
    background-color: #efdfd2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.trainingbg{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #efdfd2;
 }

.trbg{
    background-color: #efdfd2;

    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
}

.newsbg{
    background-color: #efdfd2;
    /* background-color: #d4e6dc; */
    display: flex;
    flex-direction: column;
    padding-bottom: 50px
}

.facultybg{
    background-color: #efdfd2;
}

.st-cmt{
    background-color: #efdfd2;
    padding-bottom: 10px;
}
.footer-abt{
    background-color: #efdfd2;
}


/*  programms */

.course .row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.row .graduate{
    width: 300px;
    height: 200px;
    overflow: hidden;
}



.graduate{
    /* background: cadetblue; */
    border: 1px solid black;
    box-shadow: 12px 14px 15px gray;
    border-radius: 1rem ;
    margin-bottom: 4px;
    padding: 15px 15px;
    flex-basis: 31%;
    box-sizing: border-box;
    transition-duration: 1s;
    animation-name: bbg;
    animation-timing-function: linear;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    /* animation-timing-function: ease-out; */
}

@keyframes bbg{
    0%{
        background-color: #9c27b0;
    }
    20%{
        background-color: #009688;
    }
    40%{
        background-color: #2196f3;
    }
    60%{
        background-color: #ff5722;
    }
    80%{
        background-color: yellowgreen;
    }
    100%{
        background-color: #9c27b0;
    }
}


.graduate h1{
    color: black;
    font-size: 30px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
    margin: 10px 0px;
    
}
.graduate h1:hover{
    color: blue;
}
.graduate:hover{
    box-shadow: 0 0 3px 3px rgba(255, 0, 0, 0.60);
    transform:scale(1.1);
    transform:rotate(360px);
}
@media(max-width:700px){
    .row{
        flex-direction: column;
    }
}

.row{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 30px;
    gap: 10px;
    flex-wrap: wrap;
}

/* tournament..... */
.campus{
    width: 90%;
    margin: auto;
    text-align: center;
    padding-top: 40px;
}

.campus h1{
    margin-bottom: 10px ;
    font-style:unset;
    font-size: xx-large;
}
.campus a h1:hover{
    color: blue;
}
.campus-img{
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 220px;
    height: 170px;
    border-radius: 10px;
    position: relative;
    box-shadow: 12px 14px 15px gray;
}

.row .campus-img img{
    width: 100%;
    height: 100%;
}

/* Training slides............. */

.training-sld{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.training-data{
    width: 95%;
    margin: auto;
    text-align: center;
    padding-top: 40px;
}

.training-data h1{
    margin-bottom: 10px ;
    font-style:unset;
    font-size: xx-large;
}

.slide-training{
    width: 350px;
    height: 250px;
    margin: auto; 
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 30px;
    margin-bottom: 10px;
}

.mg-slide{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
 
.mg-slide:before{
    border-radius: 2rem;
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    z-index: 2;
    animation-name: slideshow;
    animation-timing-function: ease-in-out;
    animation-duration: 20s;
    animation-iteration-count: infinite;
} 
 
/* .mg-slide:after{
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    box-shadow: 2px 3px 16px gray;
    z-index: 1;
    animation-name: hu;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    animation-duration: 1s;

} */

/* .mg-slide:after,
.mg-slide:before{
    background: linear-gradient(90deg,#16fd05, rgba(32, 89, 245, 0.892), #9506ee, #fd6d20,rgb(255, 64, 0));   
} */

@keyframes hu{
    
    100%{
        filter: hue-rotate(360deg);
    }
}



@keyframes slideshow{
    0%{
        background: url(../gallery/22train.jpg);
        background-size: cover;
        background-position: center;
        /* filter: grayscale(100%); */
    }
    12%{
        background: url(MUD_1210.JPG);
        background-size: cover;
        background-position: center;
        /* filter: brightness(10px); */
    }
    25%{
        background: url(./t4.jpg);
        background-size: cover;
        background-position: center;
        filter: brightness(10px);
    }
    42%{
        background: url(../gallery/5.1train.jpg);
        background-size: cover;
        background-position: center;
        filter: brightness(10px);
    }
    55%{
        background: url(../gallery/3train.jpg);
        background-size: cover;
        background-position: center;
        filter: brightness(10px);
    }
    65%{
        background: url(../gallery/7train.jpg);
        background-size: cover;
        background-position: center;
        filter: brightness(10px);
    }
    75%{
        background: url(../gallery/1train.jpg);
        background-size: cover;
        background-position: center;
        filter: brightness(10px);
    }
    85%{
        background: url(../gallery/23train.jpg);
        background-size: cover;
        background-position: center;
        filter: brightness(10px);
    }
    100%{
            background: url(../gallery/9train.jpg);
            background-size: cover;
            background-position: center;
    }
}




@media (max-width:250px){
    .slide-training{
        width: 100px;
        height: 70px;
        border: 5px solid black;
    }
    .mg-slide{
        width: 100%;
        height: 100%;
    }
}
@media (max-width:320px){
    .slide-training{
        width: 100px;
        height: 100px;
    }
    .mg-slide{
        width: 100%;
        height: 100%;
    }
}
@media (max-width:360px){
    .slide-training{
        width: 150px;
        height: 100px;
    }
    .mg-slide{
        width: 100%;
        height: 100%;
    }
}
@media (max-width:414px){
    .slide-training{
        width: 280px;
        height: 200px;
    }
    .mg-slide{
        width: 100%;
        height: 100%;
    }
}
@media (max-width:568px){
    .slide-training{
        width: 280px;
        height: 220px;
    }
    .mg-slide{
        width: 100%;
        height: 100%;
    }
}
@media (max-width:640px){
    .slide-training{
        width: 300px;
        height: 200px;
    }
    .mg-slide{
        width: 100%;
        height: 100%;
    }
}

.slide-training-two{
    justify-content: center;
    align-items: center;
    display: flex;
    margin: auto;
    /* margin-bottom: 20px; */
    flex-wrap: wrap;
    /* margin-top: 30px; */
}

.mg-slide-two{
    position: relative;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    width: 350px;
    height: 270px;
    border-radius: 10px;
    box-shadow: 10px 10px 20px gray;
}

.mg-slide-two video{
    border-radius: 1.5rem;
    z-index: 3;
    width: 100%;
    height: 100%;
}



@keyframes hu2{
    
    100%{
        filter: hue-rotate(360deg);
    }
}

@media (max-width:250px){
    .slide-training{
        width: 100px;
        height: 70px;
        border: 5px solid black;
    }
    .mg-slide{
        width: 100%;
        height: 100%;
    }
}
@media (max-width:320px){
    .slide-training{
        width: 100px;
        height: 100px;
    }
    .mg-slide{
        width: 100%;
        height: 100%;
    }
}
@media (max-width:360px){
    .slide-training-two{
        width: 130px;
        height: 100px;
    }
    .mg-slide-two{
        width: 100%;
        height: 100%;
    }
}
@media (max-width:414px){
    .slide-training-two{
        width: 280px;
        height: 200px;
    }
    .mg-slide-two{
        width: 100%;
        height: 100%;
    }
}
@media (max-width:568px){
    .slide-training-two{
        width: 280px;
        height: 220px;
    }
    .mg-slide-two{
        width: 100%;
        height: 100%;
    }
}
@media (max-width:640px){
    .slide-training-two{
        width: 300px;
        height: 200px;
    }
    .mg-slide-two{
        width: 100%;
        height: 100%;
    }
}

.Tournament-data{
    width: 90%;
    margin: auto;
    text-align: center;
    padding-top: 40px;
}

.Tournament-data h1{
    margin-bottom: 10px ;
    font-style:unset;
    font-size: xx-large;
}

.campus-img img{
    border: 3px solid black;
    display: flex;
    justify-content: space-betweens;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}


.layer{
    background: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}
.layer:hover{
    background:rgb(0, 0, 0, 0.3);
    border: 3px solid orangered;
    border-radius: 5px;

}

.layer h1{
    width: 100%;
    font-weight: 500;
    color: #fff;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
    transition: 0.5s;
}

.layer:hover h1{
    bottom: 49%;
    opacity: 1;
}

/* news slide......... */

.slideshow-container {
    /* width: 100%; */
    margin-top: 20px;
    position: relative;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  
  /* Hide the images by default */

  .mySlides {
      width: 450px;
      height: 300px;
      display: none;
      border-radius: 1.5rem;
      box-shadow: 2px 3px 15px gray;
  }
  .mySlides img{
      width: 100%;
      height: 100%;
      border-radius: 0.8rem;
  }
  
  /* Next & previous buttons */

  .swiper-button-next, .swiper-button-prev {
    cursor: pointer;
    position:absolute;
    top: 50%;
    width: auto;
    /* margin-top: -22px; */
    padding: 16px;
    color: rgb(237, 6, 6);
    font-weight: bold;
    font-size: 18px;
    transition: 0.3s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color:#717171;
  }
  
  /* Position the "next button" to the right */
  .swiper-button-next {
    right: 17%;
    border-radius: 3px 0 0 3px;
    color: black;
  }
  .swiper-button-prev{
      left: 17%;
      border-radius: 3px 0 0 3px;
      color: black;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .swiper-button-prev:hover, .swiper-button-next:hover {
    background-color: white;
  }
  
  /* Caption text */
  .numbertext{
    color: black;
  }

  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin-top: 3px;
    /* margin: 0 2px; */
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
    background-color: #717171;
  }
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }


/* Facilities */

.Facilities{
    /* display: flex; */
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 20px;
}

.Facilities h1{
    text-align: center;
    margin-bottom: 10px ;
    font-style:unset;
    font-size: xx-large;
}

.row .cls{
    background:linear-gradient( to top left, teal, rgb(219, 164, 97));
    padding-top: 14px;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    width: 250px;
    height: 440px;
    border: 4px solid orangered;
    border-radius: 1rem;
    overflow: hidden;
}

.trainer-info{
    width: 250px;
    height: 260px;
    background:burlywood;
}

.trainer-imgs{
    overflow: hidden;
    width: 150px;
    height: 150px;
    border: 6px solid burlywood;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}


.trainer-imgs img{
    display: flex;
    justify-content: center;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: auto;
    border-radius: 1rem;
    transition: 1s;
}

.cls h3{
    font-family:Helvetica ;
    color: orangered;
    font-weight: bold;
    display: flex;
    text-align: justify;
    justify-content: center;
    padding-top: 8px;
    padding-bottom: 6px;
}



.cls ul li{
    padding-top: 5px;
    padding-left: 5px;
    color:brown;
    font-family: sans-serif;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    text-align:left;
}



/* .students...... */
.students{
    width: 80%;
    padding-top: 60px;
    margin: auto;
    text-align: center;
    padding-bottom: 40px;
}
.students h1{
    margin-bottom: 10px ;
    font-style:unset;
    font-size: xx-large;
}
.first{
    margin-top: 10px;
    max-width: 100%;
    height: auto;
    background: rgb(249, 225, 193);
    display: flex;
    color:black;
    border: 1px solid orangered;
    border-radius: 1rem;

}
.first img{
    width: 60px;
    height: 40px;
    border-radius: 50%;
    padding-right: 10px;
    margin-top: 24px;
    padding-left: 10px;
}
@media(max-width:600px){
    .first{
        margin-top: 10px;
        max-width: 100%;
        height: auto;
        background: rgb(238, 238, 237);
        display: flex;
    }
    .first img{
        max-width: 100%;
        height: auto;
        border-radius: 50%;
        padding-right: 10px;
        /* margin-top: 24px; */
        padding-left: 10px;
    }
}

.clm h3{
    margin-top: 20px;
    margin-left: -30px;
}
.clm p{
    padding-top: 10px;
}
.enroll{
    background-image: linear-gradient(rgba(4,9,30,0.6),rgba(4,9,30,0.6)),url(../gallery/23train.jpg);
    position: relative;
    background-size: cover;
    background-position: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    padding-top: 60px;
    height: 300px;
    box-shadow: 2px 3px 15px gray;

    
}


@keyframes animation{
    0%{
        background-image:linear-gradient(rgba(4,9,30,0.6),rgba(4,9,30,0.12)),url(../home/11.jpg);
    }
    50%{
        background-image:linear-gradient(rgba(4,9,30,0.6),rgba(4,9,30,0.12)),url(../home/bg.jpg);
    }
    75%{
        background-image:linear-gradient(rgba(4,9,30,0.6),rgba(4,9,30,0.12)),url(../home/t4.jpg);
    }
    100%{
        background-image:linear-gradient(rgba(4,9,30,0.6),rgba(4,9,30,0.12)),url(../home/t1.jpg);
    }
}

.enroll h1{
    color: #fff;
    font-size: xx-large;
}
.sub-footer{
    margin: auto;
    width: 80%;
    text-align: center;
    padding-top: 60px;
}
.icons{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
    padding: 1px;

}

.icons ul{
    display: flex;
    flex-direction: row;
    text-decoration: none;
}  
.icons ul li{
    text-decoration: none;
    list-style: none;
    padding: 10px;
    font-size: x-large;
}
@media(max-width:600px){
    .enroll h1{
        font-size: large;
    }
    .first{
        max-width:100%;
        justify-content: center;
        align-items: center;
    }
}


.sclmedia{
    
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}


.sclmedia ul{
    display: flex;
    /* margin-top: -140px; */
    display: flex;
    flex-direction: row;
}
.sclmedia ul li a{
    color: white;
}

.sclmedia ul li{
    padding: 10px;
    list-style-type: none;
    text-decoration: none;
    font-size: x-large;
} 
@media(max-width:700px){
    .sclmedia{
        display: flex;
    }
}

@media(max-width:414spx){
    .first{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .graduate{
        max-width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 4px;
    }
}

/* gallery button.... TRAINING..... */

.galbtn{
    display: flex;
    justify-content: center;
    align-items: center;
}

.baner{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 2rem;
}
.baner h3{
    color: black;
    font-size:15px;
}
.baner button{
    margin-left: 3px;
    justify-content: center;
    font-weight: 700;
    text-decoration: none;
    background-color: white;
    color: #007bff;
    border: 1px  solid #007bff;
    padding: 4px;
    border-radius: 2rem;
    margin-top: 3px;
    cursor: pointer;
}
.baner button:hover{
    background-color: #007bff;
    color: #fff;
}

@media(max-width:600px){
    .baner h3{
        font-size: small;
        font-variant-ligatures: discretionary-ligatures;
    }
    .baner button{
        font-size: small;
        margin-left: -13px;
    }
}


.training-hover img:hover{
    transform: scale(1.1);
    border: 3px solid orangered;   
}

@media(max-width:280px){
    .campus-img{
        width: 200px;
        justify-content: center;
        align-items: center;
        display: flex;
        /* position: relative; */
    }
}

@media(max-width:360px){
    .campus-img{
        width: 260px;
        justify-content: center;
        align-items: center;
        display: flex;
        /* position: relative; */
    }
}




    



/* Swiper Section: Black Belt Students */ .blackbelt-section { background-color: #fff3e0; padding: 50px 0; text-align: center; }

.blackbelt-section h2 { font-size: 2rem; color: #d84315; margin-bottom: 30px; }

.swiper-container { width: 50%; max-width: 1100px; margin: 10px; padding-bottom: 40px; }

.swiper-slide { background-color: #ffffff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); text-align: center; height: 400px; width:400px; }



.swiper-slide img { width: 100%;  object-fit: cover;}

.swiper-slide h3 { margin: 15px 0 5px; font-size: 1.2rem; color: #333; }

.swiper-slide p { margin: 0 15px 15px; font-size: 0.9rem; color: #777; }


    @media (max-width: 640px) { 
        .swiper-container { width: 85%; max-width: 1100px; margin: 10px; padding-bottom: 40px; }

        .swiper-slide{
            max-width: 500px;
            height: auto;
        }
        
        .swiper-slide img{
            width: 100%;
            height: 100%; 
        }
    
        html{
            overflow-x: hidden;
        }
    }
    
    
    

    
    .footer {
  background: linear-gradient(to right, #1f1c2c, #928dab);
  color: #fff;
  padding: 50px 20px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

.footer-about h2 {
  color: #ffd54f;
  margin-bottom: 10px;
}

.footer-about p {
  font-size: 14px;
  color: #ddd;
}

.footer-links h4,
.footer-contact h4,
.footer-social h4 {
  margin-bottom: 12px;
  color: #ffd54f;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 10px;
}

.footer-links ul li a {
  text-decoration: none;
  color: #eee;
  transition: 0.3s;
}

.footer-links ul li a:hover {
  color: #ffd54f;
}

.footer-contact p {
  font-size: 14px;
  color: #ddd;
  margin-bottom: 8px;
}

.footer-social .social-icons a {
  font-size: 20px;
  color: #fff;
  margin-right: 15px;
  transition: 0.3s;
}

.footer-social .social-icons a:hover {
  color: #ffd54f;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 13px;
  color: #ccc;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 10px;
}

    
    
