header{
    position: sticky !important;
    top: 0;
    z-index: 99;
    width: 100%;
}
header #main-logo img{
    color: #fff !important;
    width: 150px;
    top: 0;
}
footer #footer-logo{
    width: 150px;
} 
header .navbar{
    background-color: #160A20;
    padding: 1rem 2.2rem;
}
.carousel-inner{
    height: 45vw;
}
.carousel-item{
    position: relative;
}
.carousel-item #text-content{
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#text-content h5{
    color: #fff;
    font-size: 2rem;
}
#text-content h1{
    color: #fff;
    font-size: 3.4rem;
}
header .menu-logo i{
    color: #fff !important;
    font-size: 1.8rem;
    padding: 1.2rem 1.5rem;
}
.nav-link{
    color: #fff !important;
    font-weight: 600;
    border-radius: 0.5rem;
}
.nav-link:hover{
    color: #FD226A !important;
}
header .dropdown-menu{
    background-color: #160A20;
}
header .dropdown-menu li{
    padding: 0.23rem 0;
    border-bottom: 1px solid rgba(128, 128, 128, 0.219);
}
header .dropdown-menu li:hover{
    background-color: #FD226A !important;
}
header .dropdown-menu li:hover a{
    color: #fff;
}

header .dropdown-menu li a{
    color:#fff;
    background-color: transparent;
}
header .dropdown-menu li a:hover{
    background-color: transparent;
}

header .dropdown-toggle{
    border: none;
}
header .dropdown{
    position: relative;
    display: inline-block;
}
header .dropdown-menu{
    display: none;
    position: absolute;
    z-index: 1;
}
header .dropdown:hover .dropdown-menu {display: block;}


@media only screen and (max-width: 985px){
    .section-title .title{
        padding-top: 1rem !important;
    }
}
@media only screen and (max-width: 800px) {
    .carousel-inner{
        height: 55vw;
    }
    .carousel-item #text-content{
        width: 70%;
    }
    header .navbar{
        background-color: #160A20;
        padding: 1rem 1rem;
    }
    .section-title .title{
        padding-top: 1rem !important;
    }
    
}

@media only screen and (max-width: 600px) {
    .carousel-inner{
        height: 60vw;
    }
    .carousel-item #text-content{
        width: 90%;
    }
    #text-content h1{
        font-size: 2rem;
    }
    header .navbar{
        background-color: #160A20;
        padding: 0.8rem 0.8rem;
    }
    .section-title .title{
        padding-top: 0.6rem !important;
    }
    
}
@media only screen and (max-width: 450px) {
    #text-content button{
        font-size: 0.7rem;
    }
    #text-content h5{
        color: #fff;
        font-size: 1.5rem;
    }
    header .navbar{
        background-color: #160A20;
        padding: 0.4rem 1rem;
    }
    .section-title .title{
        padding-top: 0.6rem !important;
        font-size: 2.2rem !important;
    }
    .navbar-toggler-icon{
        font-size: 1.3rem;
        padding: 0.5rem 1.2rem;
    }
}

/* #text-content button{
    background-color:#ffffff;
} */

