html {
    scroll-behavior: smooth;
  }
*{
    margin: 0px;
    padding:0px;
    font-family:  'Poppins', sans-serif;
}
#nav-bar{
    background-color: white;
    opacity: 0.95;
    height: 50px;
    position: fixed;
    width: 100%;
}
#nav-list{
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
    align-content: center;
}
#logo-id{
    margin-left:-20rem;
    position: absolute;
    top:0%;
    left:45%;
    
}
/* .list-items{
    margin-left:20px
} */
#logo-img{
    height: 50px;
}
#nav-bar-items{
    display: flex;
    justify-content: center;
}
#nav-list{
    background-color: transparent;
    display: flex;
    justify-content: center;
    height: 50px;
    width:60rem;
}
.list-items{
    margin-left:4.5rem;
    /* padding:10px 20px; */
    /* font-size:18px; */
}
#main-header{
    background-image: url('../Img/bg.jpg');
    background-attachment: fixed;
    background-size:cover;
    background-position: bottom;
    width: 100%;
    height: 720px;
}
#header-content{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    margin-top:400px;
    width: 100%;
    height: 200px;
    
}
#main-heading{
    color:white;
    font-size:4rem;
    margin-bottom:20px;
    
}
#btn{
    /* width: 8rem; */
    font-size:17px;
    padding:10px 0px;
    background:transparent;
    border:1px solid white;
    color:white;
    border-radius:2px;
    /* margin-bottom:-100px; */
}

#btn:hover{
    background-color:rgb(245, 101, 128);
    transition: ease-in;
    transition-duration: 0.25s;
}
.nav-link{
    text-decoration: none;
    /* color:black; */
    padding:10px 20px;
    border-radius: 2px;
    color:black;
}

.nav-link:hover{
    background-color:rgb(245, 101, 128);
    border-radius: 2px;
    transition: ease-in;
    transition-duration: 0.25s;
    color:white !important;
}

/* Header Part ------------------------------ Completed ------------------------- */
#about{
    width: 100%;
    height: 60rem;
    background-color: white;
}
#heading-about{
    display: inline-block;
    text-align: center;
    width: 100%;
    font-weight: bold;
    margin-top: 20px;
    font-size:2.5rem;
}

#grid-layout{
    width:90%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 20px;
    row-gap:20px;
    margin-top:50px;
}
.grid-item{
    background-color: blue;
    height: 320px;
    width: 100%;
}
#grid-1{
    background-image: url('../Img/img1.jpg');
    background-size:cover;
}
#grid-2{
    background-image: url('../Img/img2.webp');
    background-size:cover;
}
#grid-3{
    background-image: url('../Img/img3.jpg');
    background-size:cover;
}
#grid-4{
    background-image: url('../Img/img4.jfif');
    background-position: center;
    background-size:cover;
}
#grid-5{
    background-image: url('../Img/img5.webp');
    background-size:cover;
}
#grid-6{
    background-image: url('../Img/img6.jfif');
    background-size:cover;
}
.grid-item:hover{
    transform: scale(1.02);
    filter: brightness(80%);
    transition: 70ms ease-in-out;
}

#contact{
    height: 40rem;
    margin-top: 100px;
    
}
#contact-heading{
    text-align: center;
    font-size:2.5rem;
    margin-bottom: 20px;
}
.container{
    /* border: 1px solid black; */
    height: 40rem;
    display: flex;
    justify-content: space-around;
}
.contact-info{
    height: 500px;
    width: 45%;
}
.contact-form{
    /* border: 1px solid black; */
    height: 500px;
    width: 45%;
    
}
.contact-form-box{
    /* border: 1px solid black; */
    height: 500px;
    width: 70%;
    border-radius: 20px;
    background:rgb(221, 244, 255);
    /* opacity:0.5; */
    margin-right: auto;
    margin-left:auto;
}
.form-head{
    text-align:center;
    /* margin-top:25px; */
    padding-top:25px;
    margin-bottom: 15px;
    font-size:1.5rem;
    font-weight: bold;
}
.label{
   /* padding:5px 10px; */
   /* margin-left:5.5%; */
   width: 82%;
   padding: 0px;
   padding-bottom:5px;
   /* align-self: flex-start; */

}
.edit-input{
    padding: 5px 0px;
    width:80%;
    padding:5px;
    background-color: rgb(251, 255, 255);
    color:black;
    /* margin:auto; */

    
}
#message{
    resize: none;
    width:80%;
    height: 8rem;
    padding:5px;
    border:1px solid black;
    border-radius:2px;
    background-color: rgb(251, 255, 255);
    color:black;
}
.label-blocks{
    margin-top:20px;
    /* border:1px solid black; */
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    
}
.btn-submit{
    padding: 6px 12px;
    font-size:0.9rem;
    background: transparent;
    border:1px solid black;
    border-radius: 5px;

}
.btn-submit:hover{
    background-color:black;
    color:white;
}
.about-text-box{
    /* border:1px solid black; */
    margin-left:40px;
    margin-top:20px;
    margin-right: 40px;
}
#footer{
    margin-top:100px;
    width: 100%;
    height: 20px;
    background-color: black;
    padding:10px 0px;
    color: white;
    text-align:center;
}
/* .text{
    margin-top:10px;
} */
#burger{
    position: fixed;
    top:1%;
    right: 1.9%;
    border:1.5px solid black;
    border-radius: 6px;
    padding: 5px;
    display: none;
}
.line{
    width:22px;
    height: 4px;
    background-color:black;
    margin-top:3px;
    margin-bottom:3px;
    border-radius: 20px;
}

.btn-link{
    color: white;
    text-decoration: none;
    padding:10px 20px;
}
.info-header{
    margin-left:20px;
    font-size:25px;
    font-weight: bold;

}
.icon{
    height: 30px;
    padding-right:10px;
    padding-left:20px;
}
.open{
    margin-top:5px;
    margin-left:20px;
}
#g-icon{
    height: 40px;

}
#insta-link{
    text-decoration: none;
    color:black;
}
.icon-block{
    height: 40px;
    display: flex;
    align-items: center;
    align-content: center;
    margin-top:20px;
}
