.top-header {
    height: 42px;
    background-color: var(--primary-color);
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.banner .img-container {
    position: absolute;
    left: 0;
    height: 100vh;
    max-width: 50%;
    max-height: 1095px;

}

.banner .img-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.banner .text-container {
    width: 50%;
    min-height: 851px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: self-start;
    margin-left: auto;
}

.banner .text-container .title {
    margin-bottom: 0.6em;
}

.banner .text-container .description {
    font-size: 1.1rem;
    margin-bottom: 3.4em;
}

.banner-shape {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.banner .slider-text-container {
    background: radial-gradient(153.12% 74.38% at 31.72% 63.98%, #193D70 0%, #12325F 27%, #001532 100%);
    display: flex;
    flex-wrap: wrap;
    padding: 3.5rem 0;
}

.banner .slider-text-container .slider-col {
    width: 50%;
}

.banner .slider-text-container .slider-dots-col {
    width: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.banner .slider-text-container p {
    color: #fff;
}

.banner .slider-and-text {
    display: flex;
    flex-wrap: wrap;
}

.banner .product-detail h2 {
    font-size: 3.05rem;
    font-weight: 700;
    color: #fff;
}

.slider-dots-col .carousel-dots {
    text-align: right;
    margin-right: 210px;
}

@media only screen and (max-width: 991px) {
    .banner .slider-and-text {
        flex-direction: column-reverse;
    }

    .banner .slider-text-container .slider-col {
        width: 100%;
    }

    .slider-dots-col .carousel-dots {
        margin-right: auto;
        text-align: left;
    }
}

/* carousal */
.carousel-content {
    display: none;
}

.carousel-content.active {
    display: block;
}

.carousel-dots {
    cursor: pointer;
}

.dot.active {
    background-color: #000;
}

.slider-col>div {
    display: none;
}

.slider-col>div.active {
    display: block;
}

/* Media Queries for Responsiveness */
@media (max-width: 991px) {
    .banner .img-container {
        max-width: 100%;
        height: auto;
        position: relative;
        margin: calc(var(--container-padding-inline) * -1);
    }

    .banner .text-container {
        width: 100%;
        padding: 1rem;
        align-items: center;
        min-height: unset;
        text-align: center;
    }

    .banner .text-container h1 {
        font-size: 1.2rem;
    }

    .banner .text-container p {
        margin-bottom: 1em;
    }

    .slider-text-container .slider-col,
    .banner .slider-text-container .slider-dots-col {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .banner .text-container h1 {
        font-size: 0.9rem;
    }

    .banner .text-container a {
        padding: 10px 20px;
        font-size: 0.7rem;
    }

    .slider-text-container p {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .banner .text-container h1 {
        font-size: 0.8rem;
    }

    .banner .text-container p {
        font-size: 18px;
    }

    .banner .text-container a {
        padding: 8px 16px;
        font-size: 0.8em;
    }

    .slider-text-container p {
        font-size: 16px;
    }
}


/* Connect with us - START */
.connect-with-us {
    text-align: center;
    font-family: "Open Sans", sans-serif;
    padding-top: 0.75rem;
    padding-bottom: 6.25rem;

}

.connect-with-us .title {
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 0.8em;
}

.connect-with-us .connect-link-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    column-gap: 2rem;
    row-gap: 1rem;
    justify-content: center;
    align-items: center;
}

.connect-with-us .connect-link {
    font-weight: 500;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    column-gap: 0.5rem;
    text-decoration: none;
    transition: color 200ms ease-in-out;
}

.connect-with-us .connect-link:hover {
    color: #006BCD;
}

.connect-with-us .link-icon {
    width: 1.2rem;
    height: 1.2rem;
    display: block;
}

.connect-with-us .link-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

@media(min-width:576px) {
    .connect-with-us {
        padding-top: 1rem;
        padding-bottom: 6.75rem;
    }
}

@media(min-width:768px) {
    .connect-with-us {
        padding-top: 1.25rem;
        padding-bottom: 7.25rem;
    }
}

@media(min-width:1024px) {
    .connect-with-us {
        padding-top: 1.5rem;
        padding-bottom: 7.75rem;
    }
}

@media(min-width:1280px) {
    .connect-with-us {
        padding-top: 1.75rem;
        padding-bottom: 8.25rem;
    }
}

@media(min-width:1536px) {
    .connect-with-us {
        padding-top: 2rem;
        padding-bottom: 8.75rem;
    }
}

/* Connect with us - END */

/* Header */
header{
    transition: all 0.6s ease-in-out;
}

header:not(.load-initiated) {
    width: 40px;
    min-width: 40px;
    height: 40px;
    overflow: hidden;
    padding: 0px;
}

header:not(.load-initiated) > * {
    display: none;
}

header {
    background-color: #1C336C;
    border-radius: 40px;
    padding: 1.3% 3%;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 65%;
    min-width: 800px;
    max-width: 100%;
    top: 68px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    border: 1px solid #A5B9D4;
}

header .logo-container {
    width: 104px;
    transition: all 0.2s ease-in-out;
}

nav {
    transition: all 0.4s ease-in-out;
}

nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

nav ul li:not(:last-child) {
    margin-right: 10%;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    white-space: nowrap;
    font-weight: 400;
    position: relative;
    cursor: pointer;
}

nav ul li a:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    display: block;
    background: #fff;
    left: 0px;
    top: 100%;
    transition: all 0.4s ease-in-out;
}

nav ul li a:hover:after {
    width: 100%;
}


.hamburger {
    z-index: 1000;
    display: none;
}

.hamburger .line {
    width: 40px;
    height: 3px;
    background-color: #ecf0f1;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}

#hamburger-6.is-active {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#hamburger-6.is-active .line:nth-child(2) {
    width: 0px;
}

#hamburger-6.is-active .line:nth-child(1),
#hamburger-6.is-active .line:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

#hamburger-6.is-active .line:nth-child(1) {
    -webkit-transform: translateY(9px);
    -ms-transform: translateY(9px);
    -o-transform: translateY(9px);
    transform: translateY(9px);
}

#hamburger-6.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(90deg);
    -ms-transform: translateY(-13px) rotate(90deg);
    -o-transform: translateY(-13px) rotate(90deg);
    transform: translateY(-13px) rotate(90deg);
}

.mobile-menu {
    display: none;
    max-height: 0px;
}

@media only screen and (max-width: 800px) {
    header {
        min-width: unset;
        width: 100%;
        flex-direction: column;
        gap: 20px;
    }

    nav {
        width: 100%;
    }

    nav ul {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media only screen and (max-width: 768px) {
    header {
        flex-direction: row;
        padding: 2% 5%;
    }

    .hamburger {
        display: block;
    }

    nav:not(.mobile-menu) {
        display: none;
    }

    nav.mobile-menu {
        position: absolute;
        display: block;
        top: 99%;
        background-color: #1c336ced;
        right: 0px;
        width: calc(100% - 60px);
        margin: 0 30px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
        transition: all 0.4s ease-in-out;
    }

    nav.mobile-menu.show {
        max-height: 400px;
        padding: 20px;
    }

    nav.mobile-menu ul {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    nav.mobile-menu ul li {
        margin-right: 10px;
    }
}

/* Header - END */

/* Footer */
footer {
    background-color: #011633;
    padding: 70px 0px;
    display: flex;
    flex-direction: row;
}

footer>*,
footer p {
    color: #fff;
    font-size: 18px;
}

footer a {
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
}

.footer-menu__list a {
    color: #fff;
    position: relative;
}

.footer-menu__list a:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    display: block;
    background: #fff;
    left: 0px;
    top: 100%;
    transition: all 0.4s ease-in-out;
}

.footer-menu__list a:hover:after {
    width: 100%;
}

.social-icons {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    margin-bottom: 46px;
}

.social-icons img {
    height: 46px;
    width: auto;
}

.footer-logo__container {
    margin-bottom: 7px;
}

.footer-logo__container img {
    height: 30px;
    width: auto;
}

.footer-menu__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.footer__l {
    display: flex;
    flex-direction: column;
}

.footer__r {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

footer .footer-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

footer .footer-container>div {
    flex: 1;
    min-width: 360px;
}

@media only screen and (max-width: 820px) {
    footer .footer-container {
        flex-direction: column;
    }

    footer .footer-container>div {
        min-width: unset;
        width: 100%;
        max-width: 100%;
        flex: 0;
    }

    .footer__r {
        justify-content: flex-start;
        gap: 30px;
    }

    .social-icons {
        flex-wrap: wrap;
    }
}

/* Footer - END  */

/* Rich content section - START */
.rich-content-section{
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 2rem;
}
.rich-content-section .rich-head-column{
    justify-content: center;
    margin-bottom: 1.5rem;
}
.rich-content-section .logo img{
    max-width: 160px;
    display: block;
    margin-inline: auto;
}
.rich-content-section .rich-head-description{
    font-weight: 500;
}
.rich-content-section .content-media{
    max-width: 100%;
    margin-top: -5rem;
}
.rich-content-section .rich-head-inner-column{
    justify-content: center;
    margin-top: 0.6rem;
}
.rich-content-section .rich-card-column{
    --_column-spacer: 0.6rem;
    margin-bottom: 1.5rem;
}
.rich-content-section .rich-footer-column{
    justify-content: center;
}
.rich-content-section .btn-container{
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.2rem;
    row-gap: 1.2rem;
    justify-content: center;
    margin-top: 1.5rem;
}
.rich-content-section .btn-container a{
    display: block;
}
@media (min-width: 768px){
    .rich-content-section .rich-head-column,
    .rich-content-section .rich-card-column{
        margin-bottom: 1.75rem;
    }
    .rich-content-section .rich-head-description{
        font-size: 1.2rem;
    }
    .rich-content-section .logo img{
        max-width: 180px;
    }
    .rich-content-section .btn-container{
        margin-top: 1.825rem;
    }
}
@media (min-width: 1024px){
    .rich-content-section .rich-head-column,
    .rich-content-section .rich-card-column{
        margin-bottom: 2.5rem;
    }
    .rich-content-section .rich-head-description{
        font-size: 1.4rem;
    }
    .rich-content-section .logo img{
        max-width: 200px;
    }
    .rich-content-section .btn-container{
        margin-top: 2rem;
    }
}
@media (min-width: 1280px){
    .rich-content-section .rich-head-column,
    .rich-content-section .rich-card-column{
        margin-bottom: 3.4rem;
    }
    .rich-content-section .logo img{
        max-width: 244px;
    }
    .rich-content-section .btn-container{
        margin-top: 2.3rem;
    }
}
/* Rich content section - END */

/* Common card - START */
.common-card{
    padding-block: 0.8rem;
    padding-inline: 1.4rem;
    background-color: #F3F4F6;
    border: 1px solid #A5B9D4;
    border-radius: 1.5rem;
    text-align: left;
}
@media(min-width: 576px){
    .common-card{
        padding-block: 1rem;
        padding-inline: 1.8rem;
    }
}
@media(min-width: 768px){
    .common-card{
        padding-block: 1.2rem;
        padding-inline: 2.2rem;
    }
}
@media(min-width: 1024px){
    .common-card{
        padding-block: 1.4rem;
        padding-inline: 2.6rem;
    }
}
@media(min-width: 1280px){
    .common-card{
        padding-block: 1.6rem;
        padding-inline: 3rem;
    }
}
@media(min-width: 1536px){
    .common-card{
        padding-block: 1.8rem;
        padding-inline: 3.4rem;
    }
}
/* Common card - END */

/* Product highlights - START */
.product-highlights{
    padding-block: 2rem;
}
.product-highlights h2{
    text-align: center;
    margin-bottom: 0.485em;
}
.product-highlights .highlight-card{
    background-color: #F3F4F6;
    border: 1px solid #A5B9D4;
    border-radius: 1.5rem;
    padding-block: 2.2rem;
    padding-inline: 1.8rem;
}
.product-highlights .media-column{
    text-align: center;
}
.product-highlights .image-container{
    margin-bottom: 0.4rem;
}
.product-highlights .image-container img{
    max-width: 100%;
    display: block;
}
.product-highlights .media-column a{
    display: inline-block;
}
.product-highlights .highlight-card .title{
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.2em;
}
.product-highlights .highlight-card .description{
    font-size: 1.3rem;
    margin-bottom: 1.5em;
}
.product-highlights .highlight-card .feature-label{
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 2em;
}
.product-highlights .feature-list{
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 2rem;
    row-gap: 2rem;
}
.product-highlights .feature-item{
    text-align: center;
    display: flex;
    flex-direction: column;
    position: relative;
}
.product-highlights .feature-item .feature-icon{
    margin-bottom: 2.2rem;
    display: block;
}
.product-highlights .feature-item .feature-icon img{
    display: block;
    margin-inline: auto;
    max-height: 2.5rem;
}
.product-highlights .feature-item p{
    font-size: 1.1rem;
    margin-top: auto;
}
.product-highlights .feature-item p span{
    display: inline-block;
}
@media(min-width: 576px){
    .product-highlights{
        padding-block: 2.2rem;
    }
    .product-highlights .highlight-card{
        padding-block: 2.3rem;
        padding-inline: 1.9rem;
    }
    .product-highlights .highlight-card .title{
        font-size: 2.2rem;
    }
    .product-highlights .highlight-card .description{
        font-size: 1.4rem;
    }
    .product-highlights .feature-list{
        grid-template-columns: repeat(2, 1fr);
    }
    .product-highlights .feature-item .feature-icon img{
        max-height: 2.6rem;
    }
    .product-highlights .feature-item + .feature-item::before{
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        background-color: var(--primary-color);
        position: absolute;
        left: -1rem;
        top: 0;
    }
    .product-highlights .feature-item:nth-child(3)::before{
        display: none;
    }
}
@media(min-width: 768px){
    .product-highlights{
        padding-block: 2.4rem;
    }
    .product-highlights .highlight-card{
        padding-block: 2.4rem;
        padding-inline: 2rem;
    }
    .product-highlights .highlight-card .title{
        font-size: 2.4rem;
    }
    .product-highlights .highlight-card .description{
        font-size: 1.5rem;
    }
    .product-highlights .feature-item .feature-icon img{
        max-height: 2.7rem;
    }
    .product-highlights .feature-list{
        grid-template-columns: repeat(3, 1fr);
    }
    .product-highlights .feature-item:nth-child(3)::before{
        display: block;
    }
}
@media(min-width: 1024px){
    .product-highlights{
        padding-block: 2.6rem;
    }
    .product-highlights .highlight-card{
        padding-block: 2.5rem;
        padding-inline: 2.1rem;
    }
    .product-highlights .highlight-card .title{
        font-size: 2.6rem;
    }
    .product-highlights .highlight-card .description{
        font-size: 1.65rem;
    }
    .product-highlights .feature-item .feature-icon img{
        max-height: 2.8rem;
    }
}
@media(min-width: 1280px){
    .product-highlights{
        padding-block: 2.8rem;
    }
    .product-highlights .highlight-card{
        padding-block: 2.6rem;
        padding-inline: 2.2rem;
    }
    .product-highlights .highlight-card .title{
        font-size: 2.8rem;
    }
    .product-highlights .highlight-card .description{
        font-size: 1.75rem;
    }
    .product-highlights .feature-item .feature-icon img{
        max-height: 2.9rem;
    }
}
@media(min-width: 1536px){
    .product-highlights{
        padding-block: 3rem;
    }
    .product-highlights .highlight-card{
        padding-block: 2.7rem;
        padding-inline: 2.3rem;
    }
    .product-highlights .highlight-card .title{
        font-size: 3rem;
    }
    .product-highlights .highlight-card .description{
        font-size: 1.8rem;
    }
    .product-highlights .feature-item .feature-icon img{
        max-height: 3rem;
    }
}
/* Product highlights - END */