@font-face {
    font-family: 'Syne';
    src: url('./assets/font/Syne-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Syne';
    src: url('./assets/font/Syne-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'InstrumentSans';
    src: url('./assets/font/InstrumentSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'InstrumentSans';
    src: url('./assets/font/InstrumentSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'InstrumentSans';
    src: url('./assets/font/InstrumentSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



.backgroundimg .background-img {
    width: 100%;
}

.overlay-textes {
    display: none;
}

.background-img {
    width: 100%;
    height: auto;
}

.lightimg {
    /* margin-top: 20px; */
    /* display: flex; */
    justify-content: center;
    gap: 10px;
    position: relative;
}


.light-img {
    width: 100%;
    height: 420px;
}

.light-img1 {
    position: absolute;

}

.lightimg .light-img1 {
    width: 97%;
}

.lightimg .lightballimg {
    width: 45%;
}

.footer-logo img {
    width: 47%;
    /* margin-top: 2px; */
}

.footer .content {
    text-align: center;
}

.footer .rights {
    padding-bottom: 10px;
}

.footer .rights {
    color: #0A1F47;
    font-weight: 600;
    /* margin-top: 32px; */
    margin: 26px 0;
    font-size: 12px;

}

.footer .contact .con {
    color: #0A1F47;
    font-weight: bold;
}

.footer .headquarters .head {
    color: #0A1F47;
    font-weight: bold;
}

.footersection {
    margin: 0 62px;
}

.con-info {
    display: flex;
    font-family: 'Syne' !important;
    margin-top: 20px;
    font-size: 12px;
}

.headquarters .boston {
    color: #0A1F47;
}

.con-info .info {
    color: #0A1F47;
}

.right-reserved {
    display: block;
}

.con-info p {
    margin: 0 0 !important;
}

.contact {
    margin-right: 40px;
}

.right-reserved1 {
    display: none;
}

body {
    font-family: 'InstrumentSans' !important;
    overflow: hidden !important;
    height: 100vh;
    margin: 0;

    /* background applied to body */
    background-image: url('./assets/image/aevumbg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.background-section {
    /* background-color: hsl(0deg 8.11% 85.49%); */
    overflow: hidden;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    /* height: calc(100vh - 100px); */
    flex: 1;
    justify-content: center;
    max-height: calc(100vh - 100px);
    /* adjust based on footer height */
}

.footer {
    background-color: rgba(255, 255, 255, 0.15);
    border-top: 2px solid rgba(255, 255, 255, 1);
    /* border: 2px solid rgba(255, 255, 255, 1); */
    -webkit-backdrop-filter: blur(75px);
    backdrop-filter: blur(75px);
    padding: 20px 0;
}

.aevumtext h1 {
    font-size: 20px;
    color: #08193A;
}

.overlay-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    text-align: left;
}

.microimgsection {
    flex: 0 0 auto;
}

.microimgsectionimg {
    width: 340px;
    display: block;
    animation: fadeIn 0.8s ease-in-out forwards,
        floatY 6s ease-in-out infinite 0.8s;
}

/* 
.aevumtext {
    max-width: 600px;
} */

.aevumtext h1 {
    font-size: 24px;
    color: #08193A;
    line-height: 1.8;
    font-weight: 600;

}

.backgroundimg {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 100vh; */
    /* height: calc(100vh - 100px); */
    height: 100vh;
    /* keep for centering */
    overflow: hidden;
}


@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes floatY {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-10px) rotate(2deg);
    }
}


/* Responsive start */
@media screen and (max-width: 2560px) {
    .footer-logo img {
        width: 135px;
    }

    /* .footer-logo {
        margin: 10px 0px;
    } */
}

@media screen and (max-width: 1920px) {
    .microimgsectionimg {
        width: 380px;
    }

    .footer-logo img {
        width: 157px;
    }

    .footer .rights {
        font-size: 14px;
    }

    .con-info {
        font-size: 15px;
    }

    .aevumtext h1 {
        font-size: 25px;
    }
}

@media screen and (max-width: 1650px) {
    .con-info {
        margin-top: 15px;
    }

    .footer {
        padding: 18px 0px;
    }

    .footer-logo img {
        width: 40%;
    }

    .overlay-text {
        position: absolute;
        top: 43%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .footer .rights {
        font-size: 14px;
    }

    .con-info {
        font-size: 14px;
    }
}

@media screen and (max-width: 1440px) {
    .footer-logo img {
        width: 140px;
    }

    .microimgsectionimg {
        width: 300px;
    } 

    .aevumtext h1 {
        font-size: 24px;
    }

    .overlay-text {
        top: 43%;
    }
        .footer .rights {
        font-size: 13px;
    }

    .con-info {
        font-size: 13px;
    }
}

@media screen and (max-width: 1200px) {
    .contact {
        margin-right: 20px !important;
    }

    .footersection {
        margin: 0 33px;
    }

    .microimgsectionimg {
        width: 285px;
    }

    .aevumtext h1 {
        font-size: 22px;
    }

    .overlay-text {
        top: 43%;
    }

    .footer .rights {
        font-size: 12px;
    }

    .con-info {
        font-size: 12px;
    }
}

@media screen and (max-width: 1024px) {

    /* .footer-logo img {
        margin-top: 10px;
    } */
    .microimgsectionimg {
        width: 286px;
    }
}

@media screen and (max-width: 992px) {
    .microimgsectionimg {
        width: 270px !important;
    }

    .aevumtext h1 {
        font-size: 20px;
    }

    .footersection {
        margin: 0 20px !important;
    }

    /* .footer-logo img {
        width: 60% !important;
    } */

}

@media screen and (max-width: 920px) {}

@media screen and (max-width: 900px) {
    /* .footer-logo img {
        width: 70% !important;
    } */
}

@media screen and (max-width: 820px) {
    .microimgsectionimg {
        width: 225px !important;
    }

    .aevumtext h1 {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 768px) {
    .footer .rights {
        margin: 30px 0;
        font-size: 11px;
    }

    .con-info {
        font-size: 11px;
    }
}

@media screen and (max-width: 767px) {
    .overlay-text {
        display: block;
        /* margin-top: 66px; */
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        width: 90%;
        /* optional: for smaller screens */
    }

    .microimgsection {
        flex: 0 0 auto;
        /* margin: 0 70px; */
        justify-content: center;
    }

    .aevumtext h1 {
        font-size: 16px !important;
        text-align: center;
        padding: 0px 80px;
        margin: 0 auto;
    }

    .backgroundimg {
        display: block;
        height: 100vh;
    }

    .microimgsectionimg {
        margin: 0 auto;

    }

    .aevumtext {
        max-width: 770px;
    }

    .footer-logo img {
        width: 30% !important;
        margin-left: 32px;
    }

    .footer .rights {
        margin-top: 10px;
    }

    .con-info {
        margin-top: 5px;
        margin-left: 60px
    }

    .microimgsectionimg {
        width: 205px !important;
    }

    .footer .rights {
        font-size: 11px;
        margin-top: 3px;
    }
}

@media screen and (max-width: 620px) {
    .con-info {
        margin-top: 2px;
        margin-left: 20px;
    }

    .footer-logo img {
        width: 38% !important;
        margin-left: 10px;
    }

    .aevumtext h1 {
        font-size: 16px !important;
        text-align: center;
        padding: 0px 68px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 576px) {
    .con-info {
        margin-left: 0px;
    }

    .contact {
        margin-right: 12px !important;
    }

    .footer .rights {
        margin-top: 8px;
    }
}

@media screen and (max-width: 480px) {
    .aevumtext h1 {
        font-size: 15px !important;
        line-height: 1.5;
        margin: 14px auto;
    }

    .footer .rights {
        margin-top: 18px;
    }
}

@media screen and (max-width: 440px) {
    .col-xs-6 {
        width: 100% !important;
        float: none;
    }

    .background-section {
        max-height: 72vh;
    }

    .footer-logo {
        text-align: center;
    }

    .footer-logo img {
        width: 32% !important;
        margin-left: 0px;
    }

    .con-info {
        justify-content: space-between;
        font-size: 11px;
    }

    .footer .rights {
        font-size: 11px;
        margin-top: 18px;
    }

    .aevumtext h1 {
        padding: 0px 1px;
    }

    .footer .contact .con {
        color: #0A1F47;
        font-weight: normal;
    }

    .footer .headquarters .head {
        color: #0A1F47;
        font-weight: normal;
    }

    .aevumtext h1 {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 320px) {
    .aevumtext h1 {
        font-size: 14px !important;
        padding: 0px 0px;
    }

    .microimgsectionimg {
        width: 175px !important;
    }

    .footer-logo img {
        width: 36% !important;
        margin-left: 0px;
    }
}

/* Responsive end */