/* Navbar */
body{
    font-family: 'DM Sans', sans-serif;
}
.navbar {
    transition: background-color 0.3s, top 0.3s, color 0.3s;
    top: 0;
    color: white;
}

.navbar.transparent {
    background-color: transparent;
}

.navbar.white {
    background-color: #ffffff;
}

.navbar.up {
    top: -10px;
}

.nav-item::after {
    content: '';
    display: block;
    width: 0;
    height: 0.15rem;
    background: #379dd2;
    transition: 0.2s;
}

.nav-item:hover::after {
    width: 100%;
}

.navbar.white .nav-item::after {
    background: #000000;
}

.navbar-nav .nav-link {
    color: white;
    transition: color 0.3s;
}

.navbar-nav .nav-link:hover {
    color: #379dd2;
}

.navbar.white .nav-link {
    color: #000000;
}

#icons-div .social-icons1 a {
    color: white;
    transition: color 0.3s;
}
#icons-div .social-icons1 a:hover {
    color: #379dd2;
}

.navbar.white #icons-div .social-icons1 a {
    color: #000000;
}
.nav-link {
    padding: 0.5rem 0.5rem;
    transition: 0.2s;
    cursor: pointer;
}
#navbarNav{
    justify-content: space-between;
}
.navbar-brand {
    margin-left: 3vw;
    margin-right: 7vw;
}
#icons-div {
    display: flex;
    padding: 30px;
}
.navbar-brand img{
    width: 40px;

}
.navbar-nav {
    padding-top: 5vh;
    padding-bottom: 3vh;
    font-weight: 500;
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    justify-content: center;
}
.nav-item {
    padding-right: 1rem;
}
.social-icons1{
    justify-content: center;
    padding-right: 30px;
    text-align: center;
}
.social-icons1 a{
    color:#000000;
    font-size:25px;
    margin: 0 5px;
    text-decoration:none;
}
.navbar-toggler{
    background-color: white;
}

/* Dropdown menu of navbar */

.navbar .dropdown-toggle::after {
    display: none;
}

.dropdown-menu{
    background-color: #000000;
    border-radius: 20px;
}
.dropdown-menu li a{
    color: white;
}
.dropdown-menu {
    display: none;
}
.dropdown-item:hover{
    background-color: #000000 !important;
    color: #379dd2;
}
.dropdown-item::after {
    content: '';
    display: block;
    width: 0;
    height: 0.15rem;
    background: #379dd2;
    transition: 0.2s;
}
.dropdown-item:hover::after {
    width: 100%;
}
.dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
    border-top: 10px solid transparent;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
    left: 100%;
    top: 0;
    margin-top: 0;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

/* Background Video  */

#back_video {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
#background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}

/* Headings on video  */

.home-main-heading {
    position: absolute;
    top: 60%;
    left: 30%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: 'DM Sans', sans-serif;
    padding: 2rem;
    box-sizing: border-box;
    width: 100%;
    max-width: 730px;
}
.home-main-first-head {
    font-weight: bold;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.home-main-second-head {
    font-weight: bold;
    font-size: 4.5rem;
    margin-bottom: 1rem;
    line-height: 1.2em;
}
.home-main-heading p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 2rem;
}
.home-main-heading .btn {
    font-size: 1rem;
    padding: 0.5rem 1rem;
}

@media (max-width: 768px) {
    .home-main-heading{
        top: 40%;
        left: 50%;
    }
    .home-main-first-head {
        font-size: 1.25rem;
    }

    .home-main-second-head {
        font-size: 2rem;
    }

    .home-main-heading p {
        font-size: 0.875rem;
    }

    .home-main-heading .btn {
        font-size: 0.875rem;
        padding: 0.5rem 1rem;
    }
}

@media (max-width: 480px) {

    .home-main-first-head {
        font-size: 1rem;
    }

    .home-main-second-head {
        font-size: 1.5rem;
    }

    .home-main-heading p {
        font-size: 0.75rem;
    }

    .home-main-heading .btn {
        font-size: 0.75rem;
        padding: 0.5rem 0.75rem;
    }
}

/* footer  */

.parent {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.sub-parent {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
}

.div1 {
    flex: 1 1 300px;
    max-width: 100%;
    padding: 15px;
}

.div2,
.div3 {
    flex: 1 1 200px;
    width:20vw;
    max-width: 100%;
    padding: 15px;
    margin-left: 80px;
    height:150px;
}
.div4 {
    flex: 1 1 200px;
    width: 180px;
    max-width: 100%;
    padding: 15px;
    margin-left: 80px;
    height: 190px;
}
#hr_footer_div{
    display: flex;
    text-align: center;
    justify-content: center;
}
#hr_footer{
    width: 1100px;
}
.element-list6 a{
    color: black !important;
}
.element-list6 a:hover{
    color: #379dd2 !important;
}
.div2 a{
    color: #8a909a;
    text-decoration: none;
    transition: color 0.3s;
}
.div2 a:hover{
    color: #379dd2;
}
.div3 a{
    color: #8a909a;
    text-decoration: none;
}
.description{
    color: #8a909a;
    font-size: 1rem;
}
.div3 a:hover{
    color: #379dd2;
}

.logos img {
    max-width: 30%;
    height: auto;
    display: inline-block;
}

.element-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.element-list1,
.element-list2,
.element-list3,
.element-list4,
.element-list5,
.element-list6,
.element-list7,
.element-list-main-1,
.element-list-main-2 {
    margin-bottom: 8px;
}

.social-icons {
    margin-top: 10px;
}
.icon-parent {
    padding: 5px;
    border: 1px solid #7F7F7F33;
    width: 35px;
    border-radius: 20px;
    text-align: center;
    background-color: #f8fcfc;
    transition: background-color 0.3s;
    display: inline-block;
}
.icon-parent:hover{
    background-color: #379dd2;
}
.icon-parent:hover i{
    color: white;
}
.icon-parent:hover svg{
    color: white;
}
.icon-parent a{
    text-decoration: none;
    color: #000000;
}


@media (max-width: 480px) {
    .div2,
    .div3,
    .div4{
        margin-left:0px;
    }
}


/* animation  */

/* Add your animation styles */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate {
    opacity: 0;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.animate.in-view {
    animation: fadeInUp 1s forwards;
}


.contact-info-footer{
    color: black;
    text-decoration: none;
    display: inline-flex;
}
.contact-info-footer i{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 28px;
    padding-right: 10px;
}
/* global styles */

.btn{
    background-color: #379dd2;
}