@import url('https://fonts.googleapis.com/css2?family=Koulen&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jersey+10&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
 background: linear-gradient(to right,#181120,#261534,#251a3e,#171634);
 overflow-x: hidden;+

}
.navbar-wrapperS{
    justify-content: center;
    display: flex;
    /* position: fixed; */
    top: 30px;
    z-index: 1000;

}
.navbars{
    position: relative;
    top: 30px;
    display: flex;
    font-family: "Koulen", serif;
    font-weight: 400;
    font-style: normal;
    background:rgba(233, 230, 230, 0.23);
    backdrop-filter: blur(120px);
    /* opacity: 86%; */
    /* padding: 5px; */
    padding: 5px 10px 5px 10px ;
    width: 70%;
    /* justify-content: space-around; */
    border-radius: 17px;
    z-index: 10000;
}
.nav-logo{
/* background-color: #261534; */
    height: 100%;
    margin: 6px 0 0 20px;
}
.nav-logo img{
    width: 75px;
    height: 30px;
}
.nav-contents{
    display: flex;
    text-decoration: none;
    list-style-type: none;
    padding: 5px;
    margin: 0 12% 0 16%;
}
.nav-contents li{
    padding: 5px 0 5px 25px;
    padding-left: 25px;
}
.nav-contents li a{
    text-decoration: none;
    color: black;
    font-weight: 500;
    letter-spacing: 2px;
}
.nav-button a{
    color: white;
    background-color: #171634;
    opacity: 81%;
    text-decoration: none;
    letter-spacing: 2px;
    padding: 2px 10px 2px 20px;
    border-radius: 5px;
}
.nav-button{
    margin: auto;
    justify-content: center;
}


.home-container{
    margin-top: 10vh;
    padding-top: 50px;
    width: 120%;
    height: 90vh;
    display: flex;
}
.section-right{
    width: 60%;
    height: 90%;
    font-family: "Jersey 10", serif;
    /* font-weight: 400; */
    font-style: normal;
    color: white;
    /* background-color: aqua; */
}
.heading-h1{
    margin-top: 3vh;
    padding-bottom: 2px;
}
.heading-h2{
    padding-top: 5px;
}
.heading-h1 h1{
    letter-spacing: 1px;
    font-size: 8vw;
    font-weight: 180;
    padding-left: 2%;
}
.heading-h1-mobile{
    letter-spacing: 1px;
    /* font-size: 40px; */
    font-weight: 180;
    padding-left: 2%;
    color: #ffffff;
    font-family: "Jersey 10";
    max-width: 600px;
}
.heading-h1-mobile h1{
    letter-spacing: 1px;
font-size: 5rem;
}
.section-left{
    width: 40%;
    height: 90%;
    margin-top: 0vh;
    /* background-color: pink; */
}
.section-left img{
    width: 100%;
    height: auto;
    position: relative;
    right: 32%;
    z-index: 1;
}
.imag-container-mobile img{
    width: 100%;
    height: auto;
    z-index: 1;
}
.content-pack-mobile{
    text-align: center;
    align-items: center;
    color: #ffffff;
    font-family: "Jersey 10";

}
.heading-h1-mobile{
    align-items: center;
    text-align: center;
    margin: auto;
}
.content-pack-mobile .headpara p{
    /* font-size: 1.2rem; */
    font-weight: 200;
    padding: 0px 50px;
}


h2 {
    font-family: "Jersey 10", serif;
    font-weight: 100;
    /* margin: 100px auto; */
    color: rgb(190, 188, 188);
    text-align: center;
    font-size: 20vw;
    /* max-width: 600px; */
    max-width: 80vw;
    position: relative;
    /* left: 150px; */
    top: -40px;
    letter-spacing: 3px;

  }
  
  h2:before {
    content: "";
    display: block;
    width: 16vw;
    height: 6px;
    background: #e0e0e0c9;
    left: 1.2vw;
    top: 40%;
    position: absolute;
  }
  
  h2:after {
    content: "";
    display: block;
    width: 16vw;
    height: 6px;
    background: #e0e0e0c9;
    right:1.2vw;
    top: 40%;
    position: absolute;
  }
.content-pack{
    width: 70%;
    height: 100%;
    margin-left: 14%;
}
.headpara p{
    font-size: 25px;
    padding: 0 10px  0 15px;
    text-align: justify;
    letter-spacing: 2px;
}
.head-btn a{
    color: rgb(0, 0, 0);
    background-color: #ffffff;
    opacity: 81%;
    /* font-size: 20px; */
    text-decoration: none;
    letter-spacing: 1px;  
    font-size: 20px;  
    padding: 5px 10px 5px 20px;
    border-radius: 5px;
    font-family: "Koulen", serif;
    margin-right: 30px;
}
.head-btn #child-a{
    background-color: #9569FC;
    opacity: 71%;
    color: white;
}
.head-btn{ 
        padding-top: 50px;
        padding-left: 3%;
        margin: auto;
        justify-content: center;

    
}
/* about section starts here */
.about-container{
    width: 100%;
    /* height: 60vh; */
    /* background-color: #ffffff; */
    /* flex-direction: row; */
    display: flex;
    /* background-color: aqua; */

}

.heading-short{
    width: 100%;
    height: 30%;
    margin-top: 3vh;
}
.heading-short h3{
    font-family: "Koulen", serif;
    font-size: 25px;
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: 100; 
    padding-left: 0;
}
.ab-content-pack{
    font-family: "Jersey 10", serif;
    width: 100%;
    /* height: 100%; */
    padding-left: 5%;
    padding-top: 2%;
    margin-bottom: 2px;
    display: flex;
}
.heading-short h1{
    letter-spacing: 2px;
    font-size: 9.7vw;
    font-weight: 200;
    /* padding-left: 3%; */
    font-family: "Jersey 10", serif;
    color: #9569FC;
    font-size: 80px;
    padding-top: 0;
}
.ab-section-right{
    width: 60%;
}
.ab-section-left{
    width: 50%;
    padding-top: 4%;
    margin-right: 5%;
    /* background-color: #9569FC; */
    color: #ffffff;
}
.para-ab{
    text-align: left;
    width: auto;

}

.container-tabs{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    max-width: 1250px;
    margin: 150px auto;
    padding: 20px;
    gap: 20px;
    /* padding-left: 7%; */
}
.container-tabs .cont{
    background-color: #ffffff;
    padding: 26px;
    border-radius: 8px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);
    list-style: none;
    cursor: pointer;
    margin: auto;
    /* border-radius: 15px; */
    text-align: center;
    border-bottom: 5px solid #9569FC;
}
.cont2{
    background-color: #ffffff;
    padding: 14px;
    border-radius: 8px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);
    list-style: none;
    cursor: pointer;
    margin: auto;
    text-align: center;
    border-bottom: 5px solid #9569FC;
}

.container-tabs .cont1{
    background-color: #9569FC !important;
    padding: 26px;
    border-radius: 8px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);
    list-style: none;
    cursor: pointer;
    margin: auto;
    text-align: center;
    border-bottom: 5px solid white !important;
}

.cont img{
    width: 30%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 45px;
 }
 .cont1 img{
    width: 30%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 50px;
 }
 .cont2 img{
    width: 30%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 30px;
 }
.cont h3{
    font-family:'Koulen', display;
    letter-spacing: 1px;
    font-weight: 100;
    color: #251a3e;
    font-size: 24px;
}
.cont1 h3{
    font-family:'Koulen', display;
    letter-spacing: 1px;
    font-weight: 100;
    color: #251a3e;
    font-size: 25px;
}
.cont2 h3{
    font-family:'Koulen', display;
    letter-spacing: 1px;
    font-weight: 100;
    color: #251a3e;
    font-size: 25px;
}
.cont2 p{
    font-family: "Jersey 10", serif;
    font-size: 20px;
    padding-bottom: 5px;

}
.cont1 p{
    font-family: "Jersey 10", serif;
    font-size: 21px;
    padding-bottom: 5px;

}
.cont p{
    font-family: "Jersey 10", serif;
    font-size: 20px;
    padding-bottom: 5px;

}
.headpara span{
    color: #9569FC;
}
.gallery-cont{
    margin: auto;
    color: #ffffff;
    width: 100%;
    margin-top: 10%;
    margin-bottom: 20%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.carousel{
    margin: auto;
    width: 80%;
    height: auto;
    position: fixed;
    
}
.heading-gallery{
    text-align: center;
}
.heading-gallery h3{
    font-family: "Koulen", serif;
    font-size: 25px;
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: 100;
    padding-left: 0;
}
.heading-gallery h1{
    letter-spacing: 2px;
    font-size: 9.7vw;
    font-weight: 200;
    /* padding-left: 3%; */
    font-family: "Jersey 10", serif;
    color: #9569FC;
    font-size: 80px;
    padding-top: 0;
    margin-bottom: 15%;
}
.home-container-mobile{
    display: none;
}


.navham{
    display: none;
}
@media only screen and (max-width: 1220px) {
    .headpara p{
        text-align: center!important;
    }
    .nav-button{
        display: none;
    }
    .nav-contents{
        display: none;
    }
    .home-container-mobile{
        display: block;
    }
    
    .navham{
        display: block;
    }
    .section-right{
        position: relative;
        top: 40%;
    }
    .home-container{
        display: none;
    }
    .ab-content-pack{
        padding: 56px;
        text-align: center;
        flex-direction: column;
    }
    .ab-section-right{
        width: 100%;
    }
    .ab-section-left{
        width: 100%;
    }
    
  }
  @media only screen and (max-width: 850px) {
    .max-width-cont{
       max-width: 400px!important;
       margin-bottom: 50px;
    }
    
  }




  


.nav-contents li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    width: 0;
    height: 2px;
    transition: ease all .35s;
    background: currentColor
}
.nav-contents a:hover:after {
    left: 0;
    right: auto;
    width: 100%
}
  
.nav-contents a{
        position: relative;
        display: inline-block;
        vertical-align: top   
}
footer{
    font-family: Koulen;
    letter-spacing: 1px;
}
.font-family-jersy{
    font-family: "Jersey 10", serif !important  ;
    font-size: 25px !important;
    letter-spacing: 2px;
    font-weight: 100!important;
    
}
.p-jersey{
    font-family: "Jersey 10", serif !important  ;
    letter-spacing: 2px;
    font-weight: 100!important;
}


@media (max-width: 1200px) {
    .container-tabs .cont ,.cont1 {
        padding: 15px;
    }
}

@media screen and (max-width: 980px) {
    .container-tabs {
        margin: 0 auto;
    }
}
@media screen and (max-width: 600px) {
    .heading-h1-mobile h1{
        font-size: 3rem;
    }
    .heading-h2-mobile{
        padding-left: 33px;
    }
}
#cennter-fott i{
    color: #ffffff;
    font-size: 25px;
    padding: 18px;
}