*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

h1,h2,h3{
    color: orangered;
}

body{
    overflow-x: hidden;
}

/* header..... */

.header{
    overflow: hidden;
    background-image: linear-gradient(rgba(4,9,30,0.6),rgba(4,9,30,0.6)),url(DSC_29371.jpg);
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
}

.container{
    max-width: 950px;
    margin-inline: auto;
    padding: 20px;
    overflow: hidden;
}

nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2% 6%;
}
nav img{
    width: 70px;
    height: auto;
    /* margin-top: -2px; */
    border-radius: 4rem;
    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{
    flex-wrap: nowrap;
    text-decoration: none;
    font-size: large;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

.nav-links ul li::after{
    content: '';
    position: relative;
    height: 3px;
    width: 0%;
    bottom: -3px;
    background-color: red;
    display: block;
    transition: 0.5s;
}

.nav-links ul li:hover::after{
    width: 100%;
}
.header-content{
    width: 90%;
    color: white;
    text-align: center;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.header-content h1{
    font-size: 35px;
}
.header-content p{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    /* font-size: larger; */
    font-size: large;
    margin-top: 10px;
}

.header-content .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;
    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);
}

nav .fa{
    display: none;
}
@media(max-width:600px){
    .header{
        overflow: hidden;
    }
    .header-content h1{
        font-size: 15px;
    }
    .header-content p{
        font-size: 12px;
    }
    .nav-links ul li{
        display: block;
    }

    .nav-links ul li a{
        color: rgb(77, 75, 75);
    }
    
    .nav-links{
        position: absolute;
        height: 100vh;
        width: 200px;
        top: 0%;
        right: -200px;
        text-align:left;
        z-index: 2;
        background-color:burlywood;
        transition: 0.5s;
    }
    
    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;
    }
} 


/* .container...... */

.container{
    max-width: 90%;
    margin-inline: auto;
    padding: 20px;
    overflow: hidden;
}



.abt{
    padding-top: 40px;
}

.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;
}

.abt h1{
    font-family: Arial, Helvetica, sans-serif;
    color:orangered;
    text-align: center;
    justify-content: center;
    margin-bottom: 30px;
    font-weight: 900;

}

.karate-abt{
    display: flex;
    justify-content: center;
    justify-content: space-between;
    gap: 30px;
    overflow: hidden;
}

.karate-abt p{
    display: flex;
    flex-wrap: wrap;
    color: darkred;
    font-weight: 500;
    letter-spacing: 2px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.cntr-img{
    max-width: 100%;
    height: 100%;
}

.cntr-img2{
    max-width: 100%;
    height: 100%;   
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

.cntr-img2 img{
    display: flex;
    position: relative;
    width: 500px;
    height: auto;
    border: 4px solid orangered;
    border-radius: 2rem;
}

.karate-abt img{
    position: relative;
    width: 400px;
    height: auto;
    border: 4px solid orangered;
    border-radius: 2rem;
    /* margin-top: 13px; */
}

.theory-abt2 p{
    color: darkred;
    font-weight: 500;
    text-indent: 20px;
    /* font-size:20px; */
    margin-top: 15px;
    letter-spacing: 2px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
@media(max-width:600px){
    .karate-abt{
        flex-wrap: wrap;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }
    .karate-abt img{
        width: 300px;
        height: 200px;
    }
    .cntr-img2{
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .cntr-img2 img{
        width: 280px;
        height: auto;
    }
    .theory-abt2 p{
        display: flex;
        flex-wrap: wrap;

    }
}


@media(max-width:400px){
    .karate-abt{
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }
    .karate-abt img{
        width: 250px;
        height: auto;
    }
    .cntr-img2{
        display: flex;
        /* flex-direction: column; */
        overflow: hidden;
    }

    .cntr-img2 img{
        width: 250px;
        height: auto;
    }
}

@media(max-width:300px){
    .karate-abt{
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }
    .karate-abt img{
        width: 250px;
        height: auto;
    }
    .cntr-img2{
        display: flex;
        /* flex-direction: column; */
        overflow: hidden;
    }

    .cntr-img2 img{
        width: 250px;
        height: auto;
    }
}

.enroll{
    background-image:linear-gradient(rgba(4,9,30,0.6),rgba(4,9,30,0.6)),url(../ftr.jpg);
    background-position: center;
    background-size: cover;
    /* border: 3px black solid; */
    /* border-radius: 3rem; */
    /* width: 80%; */
    text-align: center;
    margin: auto;
    padding-top: 60px;
    margin-top: 100px;
    height: 300px;
}
.enroll h1{
    color: orangered;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;

}
.sub-footer{
    margin: auto;
    width: 80%;
    text-align: center;
    padding-top: 60px;
}

.icons{
    display: flex;
    justify-content: center;
    /* justify-content: space-between; */
    gap: 20px;
    margin-top: 10px;
    padding: 1px;
}

.icons img{
    width: 20px;
}

.banner-btn{
    text-decoration: none;
    display: inline-block;
    color: white;
    border: 1px solid #fff;
    padding: 6px 30px;
    margin-top: 15px;
    background: transparent;
    cursor: pointer;
    position: relative;
}

.banner-btn:hover{
    border: 1px solid orangered;
    background-color: rgb(243, 96, 42);
    transition: 1s;
}
@media(max-width:600px){
    .enroll h1{
        font-size: large;
    }
}

.sclmedia{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.sclmedia ul{
    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;
} 

.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;
}


/* Facilities */

.Facilities{
    justify-content: center;
    align-items: center;
    width: 97%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
    margin: auto;
    text-align: center;
    /* padding-top: 60px; */

}

.Facilities h1{
    text-align: center;
    padding-top: 30px;
    font-style:unset;
    font-size: xx-large;
}

.row{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

@media(max-width:500px){
    .row{
        display: flex;
        flex-direction: column;
        padding-top: 30px;
        flex-wrap: wrap;
    }
    .cls img{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        justify-content: space-between;
        align-items: center;
        max-width: 100%;
        width: 300px;
        transition: 1s;
        transition-property: border-radius,border-color;
    }
    .cls{
        display: flex;
        padding-top: 20px ;
    }
}


.row .cls{
    background:linear-gradient(to top left , green,white,orange);
    padding-top: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 28px;
    border: 4px solid orangered;
    border-radius: 1rem;
}

.trainer-info{
    background:transparent;
    width: 600px;
}

@media(max-width:600px) {
    .trainer-info{
        width: 330px;
        padding-bottom:10px;
    }
}


.trainer-imgs{
    overflow: hidden;
    border: 3px solid brown;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 10px;
}

.trainer-imgs img{
    height: 150px;
    width: auto;
    border-radius: 1rem;
    transition: 1s;
}



.cls h3{
    margin-top: -30px;
    font-family:sans-serif;
    color: orangered;
    font-weight: bold;
    font-size: large;
    text-align: center;  
}

    
.faculty-bg{
    background-color:antiquewhite;
}




    

    
    .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;
}






    

    
    .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;
}

