
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
body{
    background-color: #FFFFFF;
    font-family: "Raleway", serif;
    font-optical-sizing: auto;
    font-style: normal;
}
header{
    background: url(../images/menu-bg.png)no-repeat;
    background-size: cover;
}
img{
    width: 100%;
}
#myBtn img {
    width: 28px;
}
.nav-item .nav-link{
   font-size: 18px;
    line-height: 28px;
    font-weight: 800;
    color: #fff;
    transition: all .5s ease;
    letter-spacing: 2.5px;
}
.nav-item .nav-link:hover{
    color: #a0caf9;
}
.navbar-nav{
    gap: 70px;
}
.navbar-nav .nav-link.active{
    color: #a0caf9 !important;
}
.about h1{
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #592d74;
}
.about p{
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    color: #3d2c4d;
    font-weight: 500;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
    background: #5e81a3;
    padding: 3px 4px;
    border-radius: 50%;
    box-shadow: 2px 5px 4px #fff;
  }
.about h2{
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #85538e;
    margin: 0;
}
.contact{
    background: url(../images/contact.png)no-repeat;
    background-size: cover;
    padding: 20vh 0;
 
}
.contact .contact_text{
    text-align: center;
    margin: 30vh 0 0 5vh;
}
.contact_text p{
    padding-top: 5px;
}
.contact_text h2{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
}
.contact_text p{
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #ccc;
}
.contact_text ul li{
    list-style: none;
}
.contact_text ul li a{
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}
footer{
    /*background: url(../images/footbottom.png)no-repeat;*/
    background-color: #85538e;
    background-size: cover;
    padding: 20px 0 0 0;
    text-align: center;
}
footer img{
    width: 30px;
}
footer .social{
    display:inline-flex;
    gap: 20px;
    margin-bottom: 20px;
   
}
footer .social li{
    list-style: none;
}
.footer_text{
    text-align: center;
}
.footer_text p{
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
}
.navbar-toggler{
    width: 20px;
    height: 20px;
    position: relative;
    transition: .5s ease-in-out;
}
.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus{
    outline: none;
    box-shadow: none;
    border: 0;
}
.toggler-icon{
    display: block;
    position: absolute;
    height:2px;
    width: 100%;
    background-color: #fff;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: all .25s ease-in;
}
.middle-bar{
    margin-top: 0px;
}
.navbar-toggler .top-bar{
margin-top: 0;
transform: rotate(135deg);
}

.navbar-toggler .middle-bar{
    opacity: 0;
    filter: alpha(opacity=0);
}
.navbar-toggler .bottom-bar{
    margin-top: 0px;
    transform: rotate(-135deg);
}
.navbar-toggler.collapsed .top-bar{
    margin-top: -10px;
    transform: rotate(0deg);
}
.navbar-toggler.collapsed .middle-bar{
    opacity:1;
    filter: alpha(opacity=100);
    
}
.navbar-toggler.collapsed .bottom-bar{
    margin-top: 10px;
    transform: rotate(0deg);
}
.overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   
    background-color: #ccccccdb;
}
.popupcome img{
    width: 500px;
    position: absolute;
    left: 30%;
    border-radius: 20px;
    bottom: -190px;

}
.popupcome {
    display: none;
    position: relative;
  }

.cover{
    cursor: pointer;
}
.des h3{
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #000000;
}
.text_flex img{
    width: 30px;
    height: 30px;

} 
.text_flex{
    display: inline-flex;
    gap: 30px;
}
.cover img, .covers img{
    transition: all .5s ease;
}
.cover img:hover{
    transform: scale(1.1);
    border-radius: 10px;
}
.covers img:hover{
    transform: scale(1.1);
    border-radius: 10px;
}
.dis{
width:60%;
}
.des{
    text-align: center;
}
/* .cover{
    position: relative;
} */
/* .cover::before {
    content: '';
    position: absolute;
    background-color: #000000bf;
    bottom: 0;
    height: 0;
    width: 100%;
    border: solid 1px #ccc;
    z-index: 9999;
    left: 0;
    transition: all .5s ease;
}
.cover:hover::before{
    height: 100%;
} */
@media (max-width:991px){
    .navbar-nav {
        gap: 0px;
    }
    .contact .contact_text{
        margin:15vh 0 0 0;
    }
    .contact_text h2, .contact_text p, .contact_text ul li a{
        color: #000;
    }
    .contact{
       
        background-size: cover;
        background-position: center;
    }
}
@media (max-width:768px){
    .dis {
    width: 100%;
        }
    .crm{
        margin-top: 0 !important;
    }
    .crss{
        margin-bottom:23px !important;
    }
    .crs{
         margin-bottom:15px !important;
    }
    .cover, .covers{
        width: 50%;
        margin: 0 auto;
    }
    .serv{
        flex-direction:column-reverse;
    } 
    .heads{
        padding: 0px;
    }
    .navbar-brand{
        padding-left: 10px;
    }
    .navbar-toggler{
        margin-right: 10px;
    }
    .navbar-collapse{
        background-color: #fff;
        padding: 20px;
    }
    .nav-item .nav-link{
        color: #000;
        border-bottom: dotted 1px #ccc;
    }
    .popupcome img{
            width: 300px;
      left: 20%;
    }
    .cover{
        padding:10px 0;
    }
 }