* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
    width: 100%;
    padding-top: 60px;
    font-family: "Hind Siliguri", sans-serif;
}

/* top section  */
.top {
    width: 100%;
    background-color: rgb(255, 255, 255);
    position: fixed;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}

.top.scrolled {
    height: 60px;
    padding-top: 5px;
    background: rgba(255, 255, 255, 0.6);
    transition: 0.3s;
}

.container {
    width: 90%;
    height: 60px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title>a {
    text-decoration: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.logo {
    width: 50px;
    height: 35px;
}

.logo>img {
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.main-t {
    font-size: 1rem;
    font-weight: 600;
    background: linear-gradient(90deg, #bb0d0d, #00ca6c);
    background-size: 0%;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: black;
    transition: background-size 0.4s ease;
}

.main-t:hover {
    background-size: 100%;
    -webkit-text-fill-color: transparent;
}


/* navbar  */
.nav-bar {
    width: 80%;
}

.navmenu{
    position: absolute;
    top: 0;
    right: 0;
    height: 30vh;
    width: 25vw;
    background-color: rgb(255, 255, 255);
    border: 0.8px solid #006a3a;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all 0.5s;
    list-style: none;
}

.nav-open .navmenu{
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.l-item {
    font-size: 12px;

}
.l-item>a{
    padding: 5px 25px;
    transform: 0.4 ease;
}

.l-item>a:hover {
    display: inline;
    background-color: #006a3a;
    /* text-decoration: underline; */
    color: #fff;
}
.fa-angle-down:hover{
    color: #006a3a;
}

.l-item a:focus{
    color: #006a3a;
    border-bottom: 1px solid #006a3a;
}
a {
    text-decoration: none;
    color: black;
}


/* dropdown menu */
.dropdown {
    position: relative;
}

.dropdown>.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    z-index: 999;
    list-style: none;
    width: max-content;
}

.dropdown>.dropdown-menu>li>a {
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
    color: #727272;
    display: block;
    font-size: 11px;
    white-space: nowrap;
}

/* nav hover effect */
.dropdown:hover>.dropdown-menu {
    display: inline-block;

}

.dropdown>.dropdown-menu>li>a:hover {
    background-color: #006a3a;
    color: white;
}

/* apply button  */
.apply {
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    padding: 2px 15px;
    border: 1px #0d9700 solid;
    border-radius: 25px;
    margin-left: 5px;
}

.apply:hover {
    background-color: #006a3a;
    color: #fff;
    transition: 0.3s;
}

/* hurburger button  */
.menu-btn{
    display: block;
    border: none;
}
.close-icon{
    display: none;
}
.nav-open .close-icon{
    display: block;
    position: absolute;
    top: 10px;
}

.menu-icon{
    width: 2rem;
}
.close-icon{
    display: none;
    width: 2rem;
}

/* big footer section  */
.bigfooter{
    width: 100%;
    background-color: #002012;
}
.bigf-container{
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
/* company section  */
.f-company{
    width: 100%;
}
.f-com-logo {
    width: 77px;
    height: 75px;

}

.f-com-logo>img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.com-t {
    font-size: 18px;
    padding-top: 10px;
    font-weight: 600;
    background: linear-gradient(90deg, #bb0d0d, #00ca6c);
    background-size: 0%;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #f5fffa;
    transition: background-size 0.4s ease;
}

.com-t:hover {
    background-size: 100%;
    -webkit-text-fill-color: transparent;
}
.f-com-p{
    color: #f5fffa;
    font-size: 14px;
    text-align: justify;
    padding: 10px 15px 0 0;
}


.media{
    font-size: 16px;
    color: #d3d3d3;
    border-radius: 15px;
    border: none;
}

.facebook:hover{
    color: rgb(0, 153, 255);
}
.mail:hover{
    color: #00ca6c;
}
.youtube:hover{
    color: #bb0d0d;
}
.blog:hover{
    color: rgb(224, 146, 0);
}


/* useful links links  */
.bigf-title{
    color: #ffe600;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 18pxpx
}

.f-link{
    text-decoration: none;
    color: #f5fffa;
    font-size: 12px;
    line-height: 3;
}
.f-link:hover{
    color: #00ca6c;
    border-bottom: 1px solid #00ca6c;
}

/* contact links  */
.f-p{
    color: #f5fffa;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 0;
}

.f-a-p{
    color: #f5fffa;
    font-size: 12px;
    line-height: 2.5;
}
.f-com-cont{
    text-decoration: none;
    color: #fff;
    font-size: 15px;
}
.f-com-cont:hover{
    border-bottom: 0.5px solid #00ca6c;
    color: #00ca6c;
}

/* footer section  */
.footer{
    width: 100%;
    height: auto;
    background-color: #002012;
}
.foot-container{
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    border-top: 1px solid #d3d3d3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    align-items: center;
    color: #f5fffa;
    padding-bottom: 10px;
}
.ppp{
    font-size: 12px;
    
}
.threen{
    color: #f5fffa;
}
.threen:hover{
    color: #00a2ff;
}
.p-p{
    color: #f5fffa;
}
.p-p:hover{
    color: #00ca6c;
    border-bottom: 1px solid #00ca6c;
}