@import url('https://fonts.googleapis.com/css2?family=Baloo+2&family=Cabin:ital@1&family=Dancing+Script:wght@700&family=Heebo:wght@200;300;500&family=Merriweather:ital,wght@0,700;1,300&family=Mulish&family=Roboto&family=Rubik&family=Stoke&family=Ubuntu&display=swap');
*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    text-transform: capitalize;
    transition: all 0.2s linear;
    font-family: 'Cabin', sans-serif;
}
.top_container{
    width: 100%;
    height: 80vh;
    background-image: linear-gradient(rgb(7 0 0/75%),
    rgb(14 7 7 / 53%)), url(img/pic5.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* background: fixed; */
    overflow: hidden;
}
.bubbles{
    position: relative;
    display: flex;
}
.bubbles span
{
    position: relative;
    width: 20px;
    height: 20px;
    background: yellow;
    margin: 0 4px;
    border-radius: 50%;
    box-shadow: 0 0 0 10px yellow;
    
    animation:animate 60s linear infinite ;
    animation-duration: calc(40s / var(--i));
}
.bubbles span:nth-child(even)
{
    background-color: #ff2d75;
    box-shadow: 0 0 0 10px #ff2d75;

    
}
@keyframes animate {
   0%{ transform: translateY(100vh) scale(0);} 

100%{ transform: translateY(-10vh) scale(1);} 

}
.navbar{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 100px;
    padding: 0% 1%;
    position: fixed;
    background-color: rgba(0  ,0 ,0,0.5);
}
.logo{
    margin-right: 25%;
    color: rgb(236,115,72);
    font-size: 30px;
}
.navbar li{
    display: inline;
    padding: 10px 15px;
}
.navbar li a{
    text-decoration: none;
    color: whitesmoke;
    font-size: 23px;
    padding: 4px 4px;
}
.navbar li a:hover{
    color: chocolate;
}
.main_p{
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 60vh;
    color: beige;
    padding-top: 10%;
}
.top_heading{
    font-size: 38px;
    font-weight: 500;
}
.quote{
    padding-top: 1%;
    font-size: 20px;
}
.btn{
    background-color: chocolate;
    padding: 10px 30px;
    border-radius: 26px;
    font-size: 25px;
    color: white;
    cursor: pointer;
    border: none;
    margin-top: 2%;
}
.btn:hover{
    letter-spacing: 1px;
}
.burger{
    display: none;
}
/* ---------------image-gallery------------- */
.container{
    position: relative;
    min-height: 100vh;
    background: grey;
}
.container h1{
    font-size: 38px;
    font-weight: 500;
    font-family:'Cabin', sans-serif;
    text-transform: capitalize;
    color: black;
    text-align: center;
    
}
.container .imgcontainer{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    padding: 10px;
    
}
.container .imgcontainer .image{
    height: 250px;
    width: 350px;
    border: 10px solid beige;
     box-shadow: 0 5px 15px rgba(0,0,0, .1);
/* overflow: hidden; */
cursor: pointer;
border-radius: 20px;
margin-bottom: 25px;
}
.container .imgcontainer .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .2s linear;
    border-radius: 20px;
}
.container .imgcontainer .image:hover img{
    transform: scale(1.1);
}
.container .popupimg{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0, .9);
    width: 100%;
    z-index: 100;
    display: none;
    
}
.container .popupimg span{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 60px;
    font-weight: bolder;
    color: #fff;
    cursor: pointer;
    z-index: 100;
    

}
.container .popupimg img{
    position: absolute;
    top: 30%;
    left: 30%;
    margin-top:60px;
    /* transform: translate(-50%, -50%); */
    border: 5px solid #fff;
    border-radius: 15px;
    width: 550px;
    object-fit: cover;
    
}
@media(max-width:500px){
    .container .popupimg img{
        width: 80%;
        
    }
}
.image h5{
    text-align: left;
    padding-top: 3%;
    margin-left: 4%;
    font-size: 25px;
    font-weight: 500;
    color: rgb(51, 43, 37);
}
.image h5:hover{
    color: purple;
}
/* .image{
    flex-basis: 30%;
    margin: 0px 10px;
} */

/* _______types_______ */
.wapper{
    background-color: silver;
}
.types{
    padding: 3% 0%;
    width: 80%;
    margin: auto;
    text-align: center;
    color: rgb(67, 9, 9);
    
    font-weight: 400;
    font-size: 25px;
}
.type_p{
    color: #777;
    font-size: 20px;
    margin: 25px 0px;
}
.row{
    display: flex;
}

.row img{
    width: 100%;
    height: 400px;
    border-radius: 5%;
    
    
}
.row .col{
    border: 10px solid beige;
    border-radius: 20px;
}
.col img:hover{
    
    transform: scale(1.1);
}
.col{
    flex-basis: 30%;
    margin: 0px 10px;
    
}
.col .nam:hover{
    color: blue;
    
}
.col .para:hover{
    color: orange;
}

.col h5{
    text-align: left;
    padding-top: 3%;
    margin-left: 4%;
    font-size: 25px;
    font-weight: 500;
    color: rgb(85,66,52);
}
.para{
    text-align: left;
    margin-left: 4%;
    color: #300707;
    font-size: 18px;
}
/* _________footer____________ */
.footer_container{
    background: url(img/pic6.jpg) no-repeat center center/cover;
    display: flex;
    justify-content: center;
    padding: 10px 0px;
}
.rowline{
    flex-basis: 15%;
}
.rowline ul{
    padding: 25% 0%;
}
.rowline ul li{
    list-style: none;
    color: rgb(187,180,180);
    padding: 7px 15px;
    font-size: 21px;
}
.rowline ul li:hover{
    color: seagreen;
}
.heading{
    color: white;
    letter-spacing: 1px;
    cursor: pointer;
    font-size: 25px;
}
.heading:hover{
    color: chocolate;
}
.footer{
    color: azure;
    text-align: center;
    background-color: black;
    padding: 10px 20px;
}
  a.socialmedia{
    color: beige;
  }
  a.socialmedia:hover{
    color: aqua;
  }
/* _________about-page______ */
.main-page{
    background: url(img/bg.jpg) no-repeat center center/cover;
    width: 100%;
}
.main_pg{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
}
.main_pg h3{
    color: bisque;
    font-size: 5rem;
    font-weight: 600;
}
.about_row{
    justify-content: center;
    align-items: center;
}
.about h1{
    text-align: left;
}
.about h4{
    text-align: left;
    font-size: 25px;
    padding: 5px 0px;
}
.about .para{
    margin: 0;
    font-size: 15px;
}
.about .btn1{
    background-color: #573319;
    color: #fff;
    display: block;
    padding: 12px;
    border: none;
    border-radius: 0px;
}
.about img{
    width: 80%;
    height: 300px;
}
/* ____services________ */
.services{
    display: flex;
}
.ser-box{
    display: flex;
    align-items: center;
}
.ser-box h3{
    text-align: left;
}
.ser-box p{
    margin: 0;
    font-size: 14px;
    padding-right: 8%;
}
.ser-box img{
    width: 80%;
    height: 180px;
    padding: 12px;
    border-radius: 15px;
}
/* _________blog________ */
.user_box{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    margin: 0px auto 15px auto;
    background-color: #f4f4f4;
    border-radius: 15px;
}
.user_box p{
    font-size: 16px;
    padding: 4% 0px;
}
.user_box i{
    padding: 0px 5px;
    cursor: pointer;
}
.user_box i:hover{
    color: chocolate;
}
.blog_type{
    background-color: #f4f4f4;
    width: 100%;
}
.blog_box{
    display: flex;
    width: 80%;
    margin: auto;
}
.blog_boxes{
    flex-basis: 33%;
}
.blog_box h1{
    color: chocolate;
}
/* ________contact________ */
.contact_sec{
    width: 100%;
    color: wheat;
    background: url(img/pic3.jpg) no-repeat center center/cover;
    padding: 5%;
    border-radius: 15px;
}
.contact_sec form{
    width: 45%;
    margin: auto;
}
form input,textarea,.btn3{
    outline: none;
    display: block;
    background-color: #f4f4f4;
    width: 100%;
    padding: 10px 20px;
    margin: 8px 20px;
    border: none;
}
.btn3{
    background-color: chocolate;
    color: white;
    font-size: 20px;
    cursor: pointer;
}
.btn3:hover{
    letter-spacing: 2px;
}
.contact_footer{
    text-align: center;
}
/* ___________responsive______ */
@media only screen and (max-width:980px){
    .rowline {
        flex-basis: 18%;
    }
    .rowline ul li{
        padding: 5px 2px;
    }
    .ser-box{
        flex-direction: column;
    }
    .ser-box img{
        height: 225px;
        padding-right: 3%;
        width: 100%;
    }
    .user_box {
        flex-direction: column;
    }
    .user_box img{
        border-radius: 50%;
        margin-top: 3%;
    }
}
@media only screen and (max-width:780px){
    .navbar{
        height: 370px;
        flex-direction: column;
        background-color: #232222;
        transition: all 0.9s ease-out;
    }
    .logo{
        margin: 0;
    }
    .navbar li{
        display: block;
    }
    .burger{
        position: absolute;
        z-index: 3;
        top: 15px;
        right: 5%;
        cursor: pointer;
        font-size: 33px;
        display: block;
        color: antiquewhite;
    }
    .h-class{
        height: 78px;
    }
    .v-class{
        opacity: 0;
    }
    .types{
        width: 55%;
    }
    .row{
        flex-direction: column;
    }
    .row img{
        height: 300px;
    }
    .footer_container{
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .rowline ul{
        padding: 0;
    }
    
    .col .para{
        padding-bottom: 4%;
    }
    .ser-box img{
        height: 180px;
    }
    .ser-box p{
        font-size: 10px;
    }
    .user_box img{
        width: 120px;
    }
    .blog_type,.blog_box,.user_box{
       width: 100%;
    }
    .blog_box h2{
        font-size: 18px;
    }
    .contact_sec form{
        width: 80%;
        margin: 0;
    }
}