@import url(fonts.css);
body{
    padding: 0;
    margin: 0;
}
.row{
    padding: 0;
}
#check, #cancel, #btn{
    display: none;
}
@media (min-width: 300px) and (max-width: 900.98px){
    #cancel{
        visibility: hidden;
        opacity: 0;
    } 
}

@media (min-width: 300px) and (max-width: 900.98px){
    #cancel, #btn{
        display: block;
        margin-top: -35px;
        margin-left: -10px;
    } 
    #btn{
        font-size: 50px;
        color: #ff4800;
        cursor: pointer;
        padding-top: 10px;
    } 
}
.menu{
    width: 100%;
    padding: 0px 40px;
    display: flex;
    justify-content: space-between;
    margin: 0;
}
.links{
    display: flex;
    gap: 45px;
    padding: 25px 0px;
    position: relative;
}
@media (min-width: 300px) and (max-width: 900.98px){
.links{
    flex-direction: column;
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    padding-top: 150px;
    right: -850px;
    visibility: hidden;
    opacity: 0;
}
}
@media (min-width: 300px) and (max-width: 900.98px){
    #check:checked~.links{
        flex-direction: column;
        position: fixed;
        background-color: rgba(0, 0, 0, 0.8);
        height: 100%;
        padding-top: 150px;
        right: 0;
        z-index: 999;
        visibility: visible;
        opacity: 1;
        top: 0;
    }    
}
.menu-toggle{
    display: none;
}
@media (min-width: 300px) and (max-width: 900.98px){
    .menu-toggle{
        display: block;
        justify-content: end;
        padding: 20px;
        width: 50px;
        height: 50px;
        position: absolute;
        right: 20px;
        z-index: 9999;
    }
}
@media (min-width: 300px) and (max-width: 900.98px){
    #check:checked ~ #btn{
        opacity: 0;
        visibility: hidden;
    }
    #check:checked ~ #cancel{
        opacity: 1;
        visibility: visible;
    }
}
.links a{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    color: #000;
    letter-spacing: 1px;
    font-weight: 650;
    left: 0;
}
@media (min-width: 300px) and (max-width: 900.98px){
    .links a{
        color: #fff;
        font-size: 20px;
    }
}
.links a:hover{
    color: rgb(255, 132, 0);
    border-bottom: solid 2px rgb(255,132,0);
    left: 0;
}
.image-text img{
    width: 100%;
    height: 450px;
    border-radius: 40px;
    object-fit: cover;
}
.image-text img:hover{
    padding: 10px;
}
.image-text{
    padding: 70px 120px;
    background-color: rgb(252, 245, 255);
    position: relative;
    margin: 0;
}
.splash{
    position: absolute;
    z-index: -99;

}
.splash img{
    width: 500px;
    height: auto;
}
.text{
    margin-top: 70px;
    text-align: left;
}
.text h2{
    font-weight: 650;
    color: #000;
    font-size:38px;
    text-transform: capitalize;
}
.text p{
    margin-top: 30px;
    font-size: 16px;
    color: #191919;
}
.logo img{
    width: 110px;
    height: 80px;
   
}
.logo{
   padding-left: 25px;
}
.con a{
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    background-color: rgb(255, 72, 0);
    border-radius: 50px;
    padding: 10px 25px;
    font-weight: 600;
}
.con{
    display: flex;
    align-items: center;
    justify-content: center;
}

.view a{
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    border-radius: 50px; 
    font-weight: 600; 
    padding: 12px 28px;
    display: flex;
    margin-top: 20px;
    width: fit-content;
}
.view{
    display: flex;
    gap: 10px;
}
.viewgallery{
    background-color: rgb(255, 72, 0);
    font-size: 16px;
}
.readmore{
    background-color: rgb(208, 208, 0);
}
.texts{
    margin-bottom: 12px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
}
.texts span:nth-child(1){
    color: rgb(242, 20, 20);
}
.texts span:nth-child(2){
    color: rgb(255, 130, 5);
}
.texts span:nth-child(3){
    color: rgb(2, 172, 2);
    background-color: #fff;
    padding: 5px 5px;
}
.wh_o{
    padding: 100px 70px;
}
.who img{
    width: 570px;
    height: 570px;
    border-radius: 50%;
    object-fit: cover;
    position: relative;
    margin-top: 14px;
    margin-left: 16px;
    border: solid 15px rgb(255, 102, 0);
}
.who{
    padding-left: 65px;
}
.whom img{
    width: 530px;
    height: 530px;
    border-radius: 50%;
    object-fit: cover;
    position: relative;
    margin-top: 14px;
    margin-left: 30px;
    border: solid 15px rgb(255, 102, 0);
}
.whom{
    padding-left: 70px;
    position: relative;
}
.whos h2{
    color: #000;
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 10px;
}
.whos{
    padding-left: 60px;
    padding-top: 70px;
}
.bac-col{
    background-color: rgb(255, 102, 0);
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    display: none;
}
.whos span{
    font-family: bdy;
    color: rgba(255, 130, 5, 0.921);
    font-size: 20px;
    font-weight: 600;
}
.whos p{
    margin-top: 30px;
    font-size: 16px;
    color: #191919;
    text-align: left;
    text-transform: capitalize;
}
.whos li span{
    height: 35px;
  width: 35px;
  line-height: 35px;
  color: #000;
  background-color: #ea512e;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  transition: 0.5s;
}
.whos li span:hover{
    background-color: rgb(255, 196, 0);
    color: #fff;
}
.whos li{
    list-style-type: none;
    padding: 10px 0px;
}
.whos ul{
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
}
.nell img{
    width: 300px;
    height: 300px;
    border-radius: 50%;
}
.nell h2{
    font-size: 25px;
    padding-bottom: 15px;
    margin-top: 20px;
}
.nell p{
    width: 470px;
}
.nell span{
    font-family: bdy;
    font-size: 30px;
    text-align: center;
}
.own{
    padding: 100px 0px 0px 0px;
    margin: 0;
}
.nell{
    width: 350px;
    text-align: left;
}
.nells{
    display: flex;
    justify-content: center;
    padding: 100px 0px;
    background-color: #f5f2f2;
}
.nell a{
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}
.title h2{
    text-transform: uppercase;
    text-align: center;
}
.title{
    margin: 0;
}
.gall2 img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.gallerys{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    margin: 0;
}
.title{
    margin: 0;
}

.gallery-text{
    background-color: #00000074;
    position: absolute;
    height: 600px;
    width: 100%;
    color: #f19c23;
    text-align: center;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 240px;

}
.gallery-text p{
    color: #fff;
    text-transform: lowercase;
    font-size: 17px;
}
.gallery-text a{
    text-decoration: none;
    color: #000;
    text-transform: capitalize;
    font-size: 16px;
    background-color: rgb(113, 220, 225);
    border-radius: 50px;
    padding: 10px 25px;
    font-weight: 600;
}
.suscribe{
    background-color: rgb(113, 220, 225);
    padding: 80px 120px;
}
.suscription{
    display: flex;
}
.sus{
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
}
.bell{
    font-size: 100px;
}

.btn input{
    font-size: 18px;
    border: none;
}
.btn{
    display: flex;
    background-color: #fff;
}
.btn button{
    font-size: 16px;
    background-color: #f19c23;
    border: 0;
    border-radius: 10px;
    padding: 3px 10px;
}
.suscription i{
    width: 150px;
    color: #fff;
}
.suscribe-text h2{
    font-size: 25px;
    color: #fff;
    text-transform: capitalize;
    padding-top: 20px;
}
.suscribe-text p{
    font-size: 16px;
    text-transform: capitalize;
}

.footer{
    /* background-image: linear-gradient(rgba(0,0,0,.9)),url('../images/IMG-20240809-WA0020.jpg'); */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    margin: 0;
    width: 100%;
    background-color: #000;
    padding: 50px 100px;
}
.foot{
    background-color: #000000a4;
    padding: 70px;
    gap: 20px;
}
.info p{
    color: #fff;
    margin-top: 14px;
    font-size: 16px;
}
.info img{
    width: 90px;
    height: auto;
    border-radius: 15px;
}
.gall img{
    width: 100px;
    height: 80px;
}
.foot-text h2{
    color: #fff;
    font-weight: 600;
    font-size: 19px;
    text-transform: uppercase;
}
.infos{
    color: #dfffdf;
}
.infos p{
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
}
.infos p:hover{
    color: #f19c23;
}
.infos h2{
    color: #fff;
    font-weight: 600; 
    font-size: 19px;
    text-transform: uppercase;   
}
.infos i{
    color: #ea512e;
    margin-right: 5px;
}
.infos a{
    text-decoration: none;
    color: #fff;
}
.copy{
    background-color: #15111e;
    color: #fff;
    text-align: center;
    padding: 15px 0px;
}
.about{
    padding: 25px 90px;
}
.about h2{
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    color: #f17223;
    margin-bottom: 25px;
    font-family: bdy;
}
.pic img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.pic img:hover{
    padding: 15px;
    border-radius: 10px;
}
.pic-text{
    background-color: #ffe9fa;
    padding: 10px 40px;
    text-align: left;
}
.pic-text p{
    font-weight: 600;
    color: #000;
}
.blogs{
    padding: 20px 70px;
}
.blog h2{
    text-align: center;
    font-family: bdy;
    color: #f17223;
    margin-top: 20px;
}
.events img{
    width: 100%;
    height: 450px;
    object-fit: cover;
    
}
.events{
    position: relative;
    margin-top: 20px;
}
.events-text{
    background-color: #00000074;
    position: absolute;
    height: 450px;
    width: 100%;
    color: #f19c23;
    text-align: center;
    padding-top: 100px;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
}
.cont{
    position: relative;
    margin: 0;
}
.contd{
    margin: 0;
    padding: 0;
}
.cont img{
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.contact{
    background-color: #0000009b;
    position: absolute;
    width:  98.5%;
    height: 500px;
    object-fit: cover;
    color: #ea512e;
    text-align: center;
    font-size: 27px;
    text-transform: uppercase;
    padding-top: 180px;
    font-weight: bold;
}
.form{
    padding: 50px 270px;
}
.name h2{
    color: #010226;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 27px;
}
.name input{
    width: 100%;
    margin-top: 10px;
    padding: 15px 10px;
    border-radius: 7px;
    border: solid 1px #130b09;
    box-shadow: unset;
}
.name button{
    padding: 10px 15px;
    border-radius: 10px;
    margin-top: 15px;
    background-color: #f17223;
    color: #fff;
}
.here h2{
    color: #01010e;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 27px;
}
.here i{
    color: #e45700;
    font-weight: 700;
    padding-right: 10px;
    font-size: 25px;
}
.here{
    font-size: 17px;
    font-weight: 600;
    padding-top: 15px;
}
.fee{
    padding: 15px 40px;
}
.fee h2{
    font-weight: 600;
}
.set-img img{
    width: 500px;
    height: 530px;
    border-radius: 50%;
    object-fit: cover;
    padding: 25px 0px;
    margin-bottom: 31px;
}
.set-img{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    position: relative;

}
.set{
    position: absolute;
    width: 500px;
    text-align: center;
    background-color:#ffffffcd;
    padding: 20px 17px;
}
.set h2{
   color: rgb(253, 167, 181); 
   font-weight: bolder;
   font-size: 45px;
   font-family: set;
   letter-spacing: 4px;
   text-transform: capitalize;
}
.sets{
padding: 60px 100px;
height: 300px;
display: flex;
align-items: center;
justify-content: center;
}
.contact a{
    color: rgba(88, 163, 238, 0.671);
    font-size: 13px;
    text-transform: capitalize;
   }
.appli{
    background-color: #3bd2f8c4;
    width:  98.5%;
    height: 500px;
    object-fit: cover;
    color: #fff;
    text-align: center;
    font-size: 27px;
    padding-top: 180px;
    font-weight: 700;
}

.desc{
    background-color: #2cdfff;
    height: 300px;
    padding: 100px 20px;
    
}
.desc span{
    background-color: #e67c3b;
    padding: 5px 15px;
    border-radius: 6px;
    font-size: 14px;
}
.desc span a {
    color: #000;
    text-decoration: none;
    
}
.descr{
    background-color: #2cdfff;
    height: 300px;
    padding: 10px 20px;
    
}
.descr span{
    background-color: #e67c3b;
    padding: 5px 15px;
    border-radius: 6px;
    font-size: 14px;
}
.descr span a {
    color: #000;
    text-decoration: none;
    
}
.desc h2 {
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    font-size: 27px;
}
.desc p{
    text-align: center;
    margin-top: 20px;

}
.ttl{
    padding: 40px 30px;
    border: solid 3px #e45700;
    border-radius: 4px;
    margin: 20px;
}
.ttl h2{
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}
.app img{
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.ttl p{
    font-size: 14px;
    font-weight: 500;
}
.ttl ul li{
    font-weight: 500;
    color: #e45700;
    font-size: 15px;
}
.ttl span{
    background-color: #dd6a23;
    padding: 5px 10px;
    border-radius: 5px;
}
.ttl span a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
}
.bac{
    padding: 0;
}
.post input{
    border: solid 1px #000;
    padding: 10px;
    width: 100%;
    text-transform: capitalize;
    color: #000;
}
.post{
    padding: 20px 0px ;
}
.post p{
    color: #000;
    margin-top: 2px;
    font-weight: 500;
}
.post button{
    background-color: #e45700;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 10px;
    color: #000;
    font-weight: 500;
    border: none;
    font-size: 15px;
}
.bac{
    padding: 0;
    margin: 0;
}
.reviews{
    background-color: rgb(0, 255, 76);
}