*{
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

h1{
    margin-top: 7%;
    font-size: 30px;   
    background: url(images/navbar-background.PNG); 
    border-bottom-right-radius: 20px;
    background-size: cover;
    width: 20%;
    text-align: center;
}

h3{
    margin: 10px;
}

.logo{
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: hidden;
}
.logo img{
    border-radius: 50%;
    width: 35%;
    border: 1px solid white;
}
.navbar{
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100vw;
}
.navlist{
    width: 85%;
    display: flex;
    align-items: center;
}
.navlist li{
    list-style: none;
    padding: 26px 22px;

}
.navlist li a{
    text-decoration: none;
    color: white;
    font-size: 14px;

}
.navlist li a:hover{
    color: #fc036b;

}
.rightnav{
    width: 15%;
    text-align: right;
    justify-items: center;
    padding: 0 25px;
    font-size: 25px;
    overflow-y: hidden;
}
.rightnav a{
    color:white;
    font-weight: bolder;
    padding: 5px;
}
.rightnav a:hover{
    color: #fc036b;
}

.background{
    background: rgba(0, 0, 0,0.6) url(images/kike-vega-F2qh3yjz6Jk-unsplash.jpg);   
    background-blend-mode: darken;
    background-size: 100vw 100vh;
}
/* Till Nav-bar*/
.box-main{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    width: 52%;
    margin: auto;
    height: 88%;
}
.section1{
   height: 100vh;
}
.part1{
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/*
.part2{
    width: 30%;

}
.part2 img{
    width: 70%;
    height: 70%;
    border: 4px solid white;
    border-radius: 50%;
    display: block;
    margin: auto;
    opacity: 0.5;
}
*/
.textbig{
    font-size: 6vmin;
    margin-top: 5px;
    margin-bottom: 40px;
    text-align: center;
}
.textsmall{
    font-size: 3vmin;
    text-align: center;
    margin-bottom: 4px;
}
.btn{
    padding: 8px 20px;
    margin: 7px 0;
    border: 2px solid white;
    border-radius: 8px;
    font-size: 3vmin;
    background: none;
    color: white;
    cursor: pointer;
}

.btn:hover{
    background: #fc036b;
    border: 2px solid #fc036b;
}
.button{
    text-align: center;
}


/* For burger created */
.line{
    width: 33px;
    background-color: white;
    height: 4px;
    margin: 5px 3px;
}

.burger{
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 15px;
    display: none;
}






/*Section2 Features*/

.features{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    /* border: 5px solid yellow; */
    font-family: 'Ubuntu', sans-serif;
    background-color: rgba(207, 183, 183, 0.445);
}

/* 
.features h1{
    /* border: 2px solid red; 
    margin-top: 7%;
    font-size: 30px;
} 
 */
.section{
    /* border: 4px solid red; */
    display: flex;
    justify-content: center;
    width: 75%;
    margin: 10px auto;
}
.left{
    flex-direction: row-reverse;
}
.pic{
    /* border: 4px solid green; */
    width: 50%;
    text-align: center;
    margin: auto;
}
.pic img{
    width: 50vmin;
    height: 50vmin;
    padding: 10px;
    border-radius: 50%;
    overflow-y: hidden;
    /* border: 2px solid black; */
}

.heading{
    /* border: 4px solid blueviolet; */
    width: 50%;
    padding: 30px 0px;
}
.title{
    text-align: left;
    font-size: 4vmin;
    background-color: #fc036b;
    border-bottom-right-radius: 20px;
}
.content{
    font-size: 3vmin;
    text-align: justify;
    padding: 10px;
}


.youtube{
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
}

.youtube h2{
    margin-bottom: 40px;
    background-color: #fc036b;
    width: 40%;
    border-bottom-right-radius: 10px;
    font-size: 4vmin;
}


/*Section3 Gallery*/

.gallery{
    /* border: 5px solid yellow; */
    font-family: 'Ubuntu', sans-serif;
   background-color: bisque;
    background-repeat: no-repeat;
    background-size: 100vw 100vh;
    /* height: 100vh;  Use if you want a seperate scroll inside the gallery section*/ 
}

/* .gallery h1{
    /* border: 2px solid red; 
    margin-top: 7%;
    font-size: 30px;
} 
*/

.content-col{
    width: 40%;
}
.image-col{
    width: 60%;
}
.gallery .image-gallery{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: center;
    overflow-y: hidden;
}

.image-gallery img{
    max-width: 95vmin;
    height: 40vmin;
    margin: 10px;
    /* border-radius: 5px; */

}

.content-col h2{
    margin-top: 20%;
    font-size: 4.5vmin;
    background-color: #fc036b;
    text-align: center;
}

 .content-col p{
     padding: 0;
     margin: 30px 20px;
     font-size: 3.5vmin;
     text-align: justify;
 }

.rows{
    display: flex;
    /* Remove this css of rows and check for the layout aswell, might fit more pictures */
}

/* Animations section3 gallery*/
.gallery img:hover{
    transform: scale(1.1);
}


.vid{
    display: flex;
    flex-wrap: wrap;
    max-width: 80%;
    margin: auto;
    /* border: 2px solid red; */
    justify-content: space-between;
    align-items: center;
}



.slider{
    /* border: 2px solid red; */
    max-width: 70%;
    height: 60vmin;
    margin: auto;
    background-image: url(pictures/IMG-20220705-WA0016.jpg);
    background-size: 100% 100%;
    box-shadow: 1px 2px 10px 5px black ;
    animation: slider 30s infinite linear;
}

@keyframes slider{
    0%{background-image: url(pictures/IMG-20220705-WA0005.jpg);}
    20%{background-image: url(pictures/IMG-20220705-WA0007.jpg);}
    40%{background-image: url(pictures/IMG-20220705-WA0017.jpg);}
    60%{background-image: url(images/pexels-alexy-almond-3758056.jpg);}
    80%{background-image: url(pictures/IMG-20220705-WA0012.jpg);}
}




/*Section4 Reviews*/

.reviews{
    /* border: 5px solid yellow; */
    font-family: 'Ubuntu', sans-serif;
    /* background-image: url(images/background5.jpg); */
    background-image: url(images/background7.jpg);
    background-repeat: repeat;
    background-size: cover;
}

/* .reviews h1{
    border: 2px solid red;
    margin-top: 7%;
    font-size: 30px;
} */

/* Review: flex css code*/
.review{
    padding-inline-start: 40px;
    background: #f1f1f1;
    color: #434343;
    text-align: center;
}
.inner{
    margin: auto;
    overflow: hidden;
    padding: 0 20px;
    max-width: 1200px;
}
.border{ 
    margin: 20px auto;    
}
.row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.col{
    flex: 33%;
    max-width: 30%;
    box-sizing: border-box;
    padding: 12px;    
}
.review{
    background-color: rgba(211, 211, 211, 0.678);
    padding: 30px;
    border-radius: 15px;
    overflow-y: hidden;
}
.review img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.name{
    font-size: 18px;
    text-transform: uppercase;
    margin: 8px 0;
}.stars{
    color: green;
    margin-bottom: 20px;
    margin-top: 12px;
}

.write-review{
    padding: 10px;
    font-size: 3vmin;
    font-weight: bold;
    text-align: center;
    border: 2px solid black;
    width: 65vmin;
    border-radius: 12px;
    margin: auto;
}
    

.review img:hover{
    transform: scale(1.1);
}


/*Section5 About Us*/

.about{
    /* border: 5px solid yellow; */
    font-family: 'Ubuntu', sans-serif;
    background-color: aliceblue;
}

/* .about h1{
    /* border: 2px solid red;
    margin-top: 7%;
    font-size: 30px;
}
*/

.founder{
    text-align: center;
    font-size: larger;
    font-weight: bolder;
}
.founder img{
    border-radius: 50%;
    width: 12rem;
    height: 12rem;
    border: 1px solid black;
}
.brief{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* border: 2px solid red; */
    margin: 10px;
}
.brief li{
    list-style: none;
    padding: 10px 40px;
    font-weight: bold;
}

.intro{
    /* border: 2px solid green; */
    width:70%;
    margin: auto;
    text-align: center;
}

.views{
    /* border: 4px solid red; */
    display: flex;
    width: 60%;
    margin: auto;
}
.our-vision, .improvements{
    border: 2px solid black;
    border-radius: 15px;
    text-align: justify;
    margin: 10px;
    padding: 10px;
    font-size: larger;
}
.views h4{
    font-size: 3vmin;
    background-color: #fc036b;
    border-radius: 8px;
    margin: 5px 50px;
    text-align: center;
}

.journey{
    border: 2px solid black;
    border-radius: 25px;
    width: 80%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 3vmin;
}
.journey h2{
    text-align: center;
    background-color: #fc036b;
}

.journey p{
    padding: 20px 40px;
    text-align: justify;
}


/*Section6 Contact Us*/
.contact-us{
    height: 110vh;
    background-color: rgba(201, 190, 190, 0.521);
}
.doubt{
    /* border: 2px solid black; */
    padding: 10px;
    width: 60%;
    margin: auto;

}
.details{
    margin: 10px;
    text-align: center;
}
.details input{
    padding: 5px;
    border-radius: 8px;
    text-align: center;
    width: 60%;
    margin: 10px;
}
 
.submit{
    background-color: #fc036b;
    width: 15%;
    padding: 5px;
    border: #fc036b;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 20px;    
}


.reset{
    background-color: #fc036b;
    width: 15%;
    padding: 5px;
    border: #fc036b;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 20px;    
}


.promotion{
    border: 2px solid black;
    width: 70%;
    margin: auto;
    text-align: center;
    border-radius: 10px;
    font-size: 3vmin;
}
.promotion a{
    color: blue;
    font-size: larger;
}
/*Section7 Footer*/

.bottom{
    background-color: black;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3vmin;
}
.bottom a{
    color: white;
    text-decoration: none;
}





