
.booking-form{
    background-color: rgba(255,255,255,0.7);
    padding: 20px;
    border-radius: 10px;
    max-width: 600px;
    width: 80%;
    margin: 0 auto;
    color:black;
}
.booking-form h2{
    text-align: center;
    color: #fff;
}

.booking-form h6{
    text-align: center;
    color: red;
}

.booking-form form{
    display: flex;
    flex-direction: column;
}
.booking-form input{
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.booking-form button{
    margin-top:10px;
    padding: 10px;
    background-color: #4CAF50;
    color: black;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}


*{
    margin: 0;
    padding: 0;
   font-family: "TIMES NEW ROMAN";
  font-weight: 100;
  font-style: normal;
}

@media(max-width: 980px){
    
    
.Wrapper h1{
    font-size: 2.5rem;
}
    .content-box1{
        flex-direction: column;
        width: 100%;
    }
    .card{
        min-width: 300px;
        margin: 10px auto;
    }
}



.header{
        min-height: 100vh;
        width: 100%;
        background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(Images/rooms.jpg);
        background-position: center;
        background-size: cover;
        position: relative;
    }
nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}
nav img{
    width: 150px;
}
nav-links{
    flex: 1;
    text-align: right;

}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
}
.nav-links ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-style: normal;
    font-family: "TIMES NEW ROMAN";
}
.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #373c4f;
    display: block;
    margin: auto;
    transition: 0.5s;
    
}
.nav-links ul li:Hover::after{
    width: 100%;
}
.text-box{
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.text-box h1{
    font-size: 62px;}
    
.text-box p{
    margin: 10px 0 40px;
font-size: 14px;
color: #fff;}

.hero-btn{
    display: inline-block;
    text-decoration: None;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
    font-style: normal;
    font-family: "TIMES NEW ROMAN";
    
}

.hero-btn:hover{
    border: 1px solid #373c4f;
    background: #373c4f;
    transition: 1s;
}
nav .fa{
    display: none;
}
@media(max-width: 700px){
    .text-box h1{
        font-size: 20px;
    }
    .nav-links ul li{
        display: block;
    }
   .nav-links{
        position: fixed;
        background: #373c4f;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
       transition: 1s;
    }
    nav .fa{
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
     .nav-links ul{
         padding: 30px;}

}   
    /*----- course -----*/
    
.course{
        width: 80%;
        margin: auto;
        text-align: center;
        padding-top: 100px;
    }
.course1{
        width: 60%;
        margin: auto;
        text-align: center;
        padding-top: 100px;
    }
    h1{
        font-size: 36px;
        font-weight: 600;
    }
     P{
         font-size: 14px;
        font-weight: 300;
         line-height: 22px;
         padding: 10px;
    }

.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}
.Act{
    flex-basis: 31%;
    background: #fff3f3;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
}
.Act1{
    flex-basis: 50%;
    background: #fff3f3;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
}
.Act2{
    
    flex-basis: 50%;
    background: #fff3f3;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
}
h10{
  font-size: 36px;
 font-weight: 600;
text-align:left;   
}

h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;    
    
}


h29{
    text-align: center;
    font-weight: 800;
    margin: 10px 0; 
    color: #FF0000;
     font-size: 14px;
 
    
}

h11{
    text-align: left;
    font-weight: 600;
    margin: 10px 0;    
    
}
h6{
     text-align: center;
    font-weight: 700;
    margin: 10px 0;   
    font-style: normal;
    font-family: "TIMES NEW ROMAN";
}


.Act:Hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}
@media(max-width: 700px){
    .row{
        flex-direction: column;
    }
}
.Act{
    flex-basis: 32%;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.Act img{
    width: 85%;
}


.Campus{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;

}
.campus-col{
    flex-basis: 400px;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.campus-col img {
    width: 99%;
    display: block;
}

    
.layer{
    background: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}
.layer:hover
{
    background: rgba(0, 0, 0, 0.17);
}
.layer h4
{   width: 100%;
    font-weight: 500;
    color: #fff;
    font-size: 26px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
    transition: 0.5s;
}


.layer:hover h4
{
    bottom: 49%;
    opacity: 1;  
}
.reviews {
    width: 80%;
    margin: auto;
    padding-top: 100px;
    text-align: center;
}
.Review-col{
    flex-basis: 44%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;
    background: #fff3f3;
    padding: 25px;
    cursor: pointer;
    display: flex;
}
.Review-col p{
    padding: 0;
}
.Review-col h3{
    margin-top: 15px;
    text-align: left;
}
.Review-col .fa{
    color: 	#FF4433;}

/*----- call for action -----*/

.cta{
    margin: 100px auto;
    width: 80%;
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(Images/h.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 100px 0;   
}

.cta h1{
    color: #fff;
    margin-bottom: 40px;
    padding: 0;   
    }
@media(max-width: 700px)
{
    .cta h1 {font-size: 24px;
    }
}

.footer{
    width: 100%;
    text-align: center;
    padding: 30px 0;
}

.footer h4{
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600;
}
.icons .fa{
    color: 	#FF4433;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
}

.fa-heart-o{
   color: #373c4f;    
}
.sub-header{
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(Images/55.jpg);
    background-position: center;
    background-size: auto;
    text-align: center;
    color: #fff;
}
.sub-header h1{
    
    margin-top: 100px;
}
.sub-header1{
    min-height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(Images/69.jpg);
    background-position: bottom;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.sub-header1 h1{
    
    margin-top: 100px;
}

.sub-header2{
    min-height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(Images/lol.jpg);
    background-position: bottom;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.sub-header2 h1{
    
    margin-top: 100px;
}
.about-us{
    width: 80%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 50px;
}


.Screen123{
    width: 100%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 50px;
}

.about-col{
   flex-basis: 48%;
    padding: 30px 2px;
}

.about-col1{
   flex-basis: 80%;
    padding: 30px 2px;
}

.about-col img{
    
    width: 100%}

.about-col1{
   flex-basis: 97%;
    padding: 30px 2px;
}

.about-col1 img{
    
    width: 100%}

.about-col h1{
    
padding: 0;
}

.about-col p{
    
padding: 15px 0 25px;
}
.red-btn{
    border: 1px solid #373c4f;
    background: transparent;
    color: #373c4f;
}
.red-btn:hover{
    color: #fff;
}
.blog-content{
    width: 80%;
    margin: auto;
    padding: 60px 0;
}
.blog-left{
    flex-basis: 65%;
}









.slider{
    width: 800px;
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
}

.slide{
    width: 500%;
    height: 500px;
    display: flex;
}
.slide input{
    display: none;
}
.st{
width: 20%;
}
.st img{
    width: 800px;
    height: 500px;
}




.nav-m{
    position: absolute;
    width: 800px;
    margin-top: -40px;
    justify-content: center;
    display: flex;
      
}
.m-btn{
    width: 50px;
    height: 10px;
    border: 2px solid #fff;
    margin: 6px;
    cursor: pointer;
    transition: 0.4s;
}
input[name="radio-btn"]{
    position: aboslute;
    visibility: hidden;}


.m-btn:not(:last-child){
    margin-right: 30px;
}
.m-btn:hover{
    background-color: #fff;
}

#radio1:checked ~.first{
    margin-left: 0;
}
#radio2:checked ~.first{
    margin-left: -20%;
}
#radio3:checked ~.first{
    margin-left: -40%;
}

#radio4:checked ~.first{
    margin-left: -60%;
}
#radio7:checked ~.first{
    margin-left: 0;
}
#radio8:checked ~.first{
    margin-left: -20%;
}
#radio9:checked ~.first{
    margin-left: -40%;
}
#radio10:checked ~.first{
    margin-left: -60%;
}

#radio13:checked ~.first{
    margin-left: -80%;
}
#radio15:checked ~.first{
    margin-left: 0;
}
#radio16:checked ~.first{
    margin-left: -20%;
}
#radio17:checked ~.first{
    margin-left: -40%;
}
#radio18:checked ~.first{
    margin-left: -60%;
}

#radio19:checked ~.first{
    margin-left: -80%;
}
#radio22:checked ~.first{
    margin-left: 0;
}
#radio29:checked ~.first{
    margin-left: -20%;
}
#radio30:checked ~.first{
    margin-left: -40%;
}

#radio23:checked ~.first{
    margin-left: -60%;
}
#radio38:checked ~.first{
    margin-left: -80%;
}











.blog-left h2{
    color: #222;
    font-weight: 600;
    margin: 30px 0;
}
.blog-left p{
    color: #222;
    padding: 0;
}

.blog-right{
    flex-basis: 32%;
}
.blog-right h3{
    background: linear-gradient(90deg,rgba(2,2,36,0.7)0%,rgba(9,9,221,0.7)35%,rgba(0,212,255,0.7)100%), url('Images/43.jpg');
    opacity: 0.7;
    color: #fff;
    padding: 7px 0;
    font-size: 25px;
    margin-bottom: 20px;
}

.blog-right h1{
    background: linear-gradient(90deg,rgba(2,2,36,0.7)0%,rgba(9,9,221,0.7)35%,rgba(0,212,255,0.7)100%), url('Images/43.jpg');
    opacity: 0.7;
    color: #fff;
    padding: 7px 0;
    font-size: 16px;
    margin-bottom: 20px;
}

.blog-right div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    box-sizing: border-box;
}
.Comment-box2{
    border: 1px solid #ccc;
    margin: 50px 0;
    padding: 10px 20px; 
}
.Comment-box h3{
   text-align: left;
}
.comment-form input, .comment-form textarea{
    width: 100%;
    padding: 10px;
    margin: 15px 0;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: #f0f0f0;
}
.comment-form{
    margin: 10px 0;
}
@media(max-width:700px){
    .sub-header h1{
        font-size: 24px;
    }
}
.location{
    width: 90%;
    margin: auto;
    padding: 20px 0;
    
}
.location iframe{
    width: 100%;
}

.contact-us{
    width: 80%;
    margin: auto;
}

.contact-col{
  flex-basis: 48%;
    margin-bottom: 30px;
}
.contact-col div{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.contact-col div .fa{
    font-size: 28px;
    color: 	#FF4433;
    margin: 10px;
    margin-right: 30px;
}

.contact-col div p{
    padding: 0;
}

.contact-col div h5{
    font-size: 20px;
    margin-bottom: 5px;
    color: #555;
    font-weight: 400;
}

.contact-col input, .contact-col textarea{
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #ccc;
    box-sizing: border-box;}





    .music-player{
        background: #D3D3D3;
        width: 1080px;
        padding: 5px 10px;
        text-align: left;
    }

h8{
    
    text-align: center;
    font-size: 30px;
    margin: 0;
    padding-top: 10px;
}

.gallary{
    
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
}

.content1{
    
    width: 100%;
    margin: 15px;
    box-sizing: border-box;
    float: left;
    text-align: center;
 
    padding-top: 10px;

}


.content1 img{
    width: 50%;
    height: auto;
    margin: 0 auto;
    display: block;
}

h7{
font-size: 26px;
    text-align: center;
    color: #222f3e;
    margin: 0;
}



.fa{
    font-size: 26px;
    transition: 0.4s;
    margin: 3px;
}

@media(max-width:1000px){
    .content1{
        width: 100px;
    }
}
@media(max-width:750px){
    .content1{
        width: 100%;
    }
    .content1 img{
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

}



.content2{
    
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    float: left;
    text-align: center;
    padding-top: 10px;

}






.course1{
        width: 60%;
        margin: auto;
        text-align: center;
        padding-top: 100px;
    }
    
    


@media(max-width:1000px){
    .content2{
        width: 100px;
    }
}
@media(max-width:750px){
    .content2{
        width: 100%;
    }
    .content2 img{
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

}

