@import url('https://fonts.googleapis.com/css2?family=Balsamiq+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Inter:wght@300;400;500;600;700&family=Marcellus&display=swap');

@font-face {
    font-family: 'Optos';
    src: url('../fonts/Oswald-Regular.woff2') format('woff2'), url('../fonts/Oswald-Regular.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Optos";
    src: url(../fonts/Righteous-Regular.ttf);
}


@font-face {
    font-family: "Optos";
    src: url(../fonts/OpenSans-Regular.ttf);
    /* src: url(../fonts/OpenSans-Medium.ttf);
    src: url(../fonts/OpenSans-SemiBold.ttf);
    src: url(../fonts/OpenSans-Bold.ttf); */
}

@font-face {
    font-family: "Optos";
    src: url(../fonts/Inter-VariableFont_slnt\,wght.ttf);
}

@font-face {
    font-family: "Optos";
    src: url(../fonts/DancingScript-VariableFont_wght.ttf);
}


html {
    scroll-behavior: smooth;
}

/* ROOT */
:root {
    /* color */
    --white: #fff;
    --black: #000000;
    --primary: #1E62AF;
    --secondary: #fff;
    --pragraph: #1d2127;
    --primary-accent: #e1ad02;
    --secondary-accent: #2558c5;
    /* color */
    /* font-family */
    --primary-font-family: "Optos";
    --secondary-font-family: "Optos";
    --oswald-font-family: 'Optos", serif';
    --dancing-font-family: 'Optos';
    /* font-family */
    /* font-weight */

    --bold: 700;
    --semibold: 600;
    --medium: 500;
    --regular: 400;
    /* font-weight */
}


body {
    margin: 0;
    padding: 0;
    font-family: Aptos;
}

* {
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

/* Global */
/* .h1 , h1{color: var(--white); font-size: 50px; text-align: center; font-family: 'Lateef'; font-weight: var(--semibold); line-height:69px; } */
h2 {
    color: var(--primary);
    font-size: 22px;
    font-family: Aptos;
    font-weight: var(--bold);
    font-style: normal;
    line-height: normal;
}

h3 {
    color: var(--primary);
    font-size: 48px;
    font-family: Aptos;
    font-weight: var(--semibold);
    line-height: 64px;
}

h4 {
    color: var(--black);
    font-size: 15px;
    font-family: Aptos;
    font-weight: var(--medium);
}

h5 {
    color: var(--primary);
    font-size: 16px;
    font-family: Aptos;
    font-weight: var(--semibold);
    line-height: normal;
}

h6 {
    color: #1E1D44;
    font-size: 11px;
    font-family: Aptos;
    font-weight: var(--semibold);
    line-height: normal;
}

p {
    color: var(--black);
    text-align: center;
    font-size: 16px;
    font-weight: var(--regular);
    font-style: normal;
    line-height: 28px;
     font-family: Aptos;
}


/* Global */


/* Typhography */
img {
    display: block;
    height: auto;
    object-fit: cover;
}

img,
.img-cover {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

button,
.btn {
    background-color: var(--primary);
    width: 154px;
    height: 36px;
    text-align: center;
    line-height: normal;
    font-size: 15px;
    font-weight: var(--semibold);
    color: var(--white);
    font-family: Aptos;
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid transparent;
}

h1 {
    font-variant: var(--primary-font-family);
    font-size: 55px;
}

.h1 {
    font-family: Aptos;
    font-size: 55px;
}

.row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

/* header section start */

.nav-area.animate.sticky {
    position: static;
}
.nav-area.animate{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.nav-area.sticky {
    top: 0;
    z-index: 999;
}

#header {
    width: 100%;
}


.header-main {
    padding: 0 15px;
}

.header-top {
    padding: 8px 0;
    background-color: var(--white);
}

.logo-social-icon-main {
    width: 100%;
}

.logo-icon {
    width: 100%;
    max-width: 250px;
    height: auto;
}

.social-item ul {
    display: flex;
    justify-content: end;
}

.social-content {
    align-items: center;
    height: 47px;
}

.social-content>li {
    max-width: 80px;
    height: auto;
    margin-left: 10px;
}

.social-content li:nth-child(3) {
    max-width: 110px;
    height: auto;
}

.social-content li:nth-child(4) {
    max-width: 500px;
}

.display-date {
    display: inline-block;
}

.display-time {
    display: inline-block;
    font-family: Aptos;
    font-size: 14px;
}

.social-content li:last-child a img {
    width: 100%;
}

.social-item ul {
    display: flex;
}

.social-content+ul {
    padding: 1px 0;


}

.social-content+ul li a {
    font-family: Aptos;
    font-size: 14px;
    color: black;
}

.social-content+ul li {
    margin-left: 15px;
}

.social-content+ul li:last-child a {
    margin-left: 15px;
}

.display-time {
    color: #222529;
}

.display-date span {
    color: #222529;
    font-family: Aptos;
}

.main-nav>ul {
    display: flex;
    justify-content: center;
}

.header-bottom {
    background-color: var(--primary);
    display: flex;

}

.main-nav {
    width: 100%;
    padding: 11px 0;
  /*  margin-left: -110px;*/
    margin-left: 0px;
}

@media (max-width: 768px) {
    .main-nav {
        width: 100%;
        padding: 11px 0;
        margin-left: 10px;
    }
}

    .main-nav ul li {
        position: relative;
        font-family: "Optos";
    }

.main-nav>ul>li>a {
    margin-right: 18px !important;
    font-family: "Optos";
    font-size: 14px;
    color: var(--white);
    font-weight: 600;
    padding-bottom: 15px;
    text-transform: uppercase;
    transition: all .4s linear;
}


.main-nav>ul>li>a:hover {
    color: var(--secondary);
}

.dropdoun {
    position: absolute;
    z-index: 99;
    background-color: var(--white);
    box-shadow: 28px 28px 28px -19px rgba(207, 193, 193, 0.2) inset,
        0px 15px 12px 0px rgba(0, 0, 0, 0.22);
    color: var(--primary);
    display: none;
    width: 250px;
    top: 34px;
    left: 0;
    padding: 10px 0;

}

.main-nav>ul>li:hover .dropdoun {
    display: block;
}

.dropdoun li {
    margin: 0 0 0 10px;
    border-radius: 35px 0 0 35px;
    padding: 6px 18px;
}

.dropdoun li>a {
    color: black;
    width: 100%;
    font-family: Aptos;
    display: inline-block;
}

.dropdoun li:hover {
    background-color: var(--primary);
}

.dropdoun li a:hover {
    color: var(--white);
    width: 100%;
    transition: all linear;

}

.bar i {
    font-size: 26px;
    color: var(--primary);
}

.bar {
    display: none;

}

.main-nav>ul>li>i {
    display: none;
}


/* banner section start */

.banner-slider-img {
    width: 100%;
    position: relative;
    z-index: -1;
}

.banner-slider-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* banner section end */

.tab {
    width: 100%;
    padding: 50px 0;
}

.tab ul {
    display: flex;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

    .tab ul li {
        font-family: Aptos;
        background: var(--primary);
        border-bottom: 4px solid #792d3c;
        color: var(--white);
        padding: 8px 24px;
        border-radius: 18px 18px 0 0;
        /* margin-left: 12px; */
        -webkit-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.6s ease-in-out 0s;
        transform: scale(1);
        border: 1px solid var(--primary);
    }

.tab ul li a {
    transition: all .3s ease-in;
    color: var(--secondary);
    text-decoration: none;
}

.tab ul li:hover {
    background: var(--white);
    border-bottom: 4px solid var(--primary);
    cursor: pointer;
    transform: scale(1.1);
    color: var(--primary);
}


#tab-banner {
    display: flex;
    width: 100%;
    gap: 20px;
    justify-content: center;
    transition: all .4s linear;
    padding: 0 15px;
}

.tab-banner-content {
    position: absolute;
    bottom: 50%;
    left: 10px;
    transform: translateY(50%);
    width: 90%;
    z-index: 24;
    transition: all .4s linear;

}

.tab-banner-col {
    width: 25%;
    min-height: 200px;
}

.tab-img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    position: relative;
    overflow: hidden;
}

.tab-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #1e62af52;
    z-index: 22;
    top: 0;
    transition: all .4s linear;

}


.tab-img img:hover {
    transform: scale(1.2);
    transition: all .4s linear;

}

.tab-banner-col:hover .tab-banner-content {
    transition: .2s linear;
    transform: scale(1.1);
    left: 30px;
    top: 20px;
    transition: all .4s linear;

}

.tab-banner-content h2 {
    font-size: 24px;
    color: var(--white);
    line-height: 27px;
    font-family: Aptos;
}

.blinkbg {
    display: inline-block;
    -webkit-animation: blink 1s infinite;
    -moz-animation: blink 1s infinite;
    -o-animation: blink 1s infinite;
    animation: blink 1s infinite;
}

.tab-banner-content span {
    color: var(--white);
    line-height: 19px;
}


/* tab section start */




/* tab section end */

/* product section start */

#product {
    width: 100%;
    margin: 80px 0;
    background-image: url(../images/background\ \(1\).png);
    background-attachment: fixed;
    background-repeat: repeat;
    width: 100%;
    background-position: cover;
    z-index: 11;
    position: relative;
}

.heading-title {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 40px 0;
    position: relative;
    font-family:aptos;
}


.heading-title::after {
    position: absolute;
    content: "";
    width: 100%;
    max-width: 35%;
    height: 2px;
    background-color: var(--primary);
    border-radius: 3px;
    top: 30%;
    transform: translateY(-30%);
    left: 0;
}

.heading-title::before {
    position: absolute;
    content: "";
    width: 100%;
    max-width: 35%;
    height: 2px;
    background-color: var(--primary);
    border-radius: 3px;
    transform: translateY(-30%);
    top: 30%;
    right: 0;
}

.heading-title p {
    padding: 20px 0;
    font-family: Aptos;
    font-size: 18px;
    font-weight: 400;

}

.porduct-boxes-main {
    width: 100%;
    display: flex;
    padding: 0 15px;
    column-gap: 20px;
    row-gap: 80px;
    flex-wrap: wrap;
}

.product-col-card {
    width: calc(33.33% - 15px);
    border-radius: 3px;
    cursor: pointer;
    transition: all .3s linear;
    overflow: hidden;
    border: 1px solid transparent;


}

/* .product-col-card:hover{
border: 1px solid #000;
} */
.product-card-img {
    overflow: hidden;
}

.product-card-img img {
    border-radius: 3px 3px 0 0;
    width: 100%;
    height: auto;
    object-fit: cover;
}



.product-col-card:hover .product-card-img img {
    transform: scale(1.1);
    transition: all .5s linear;

}

.product-card-content {
    width: 100%;
    padding: 10px 0;
}

    .product-card-content h2 {
        color: var(--black);
        font-size: 30px;
        text-align: justify;
        font-family: Aptos;
    }
    .product-card-content h3 {
        color: var(--black);
        text-align: center;
        font-size: 22px;
        font-family: Aptos;
    }


/* product section end */


/* inner-banner start */

#inner-banner {
    margin: 100px 0;
}

/* inner-banner end */


/* card:hvoer start */

/*.card {
    width: 49%;
    height: 400px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background-image: url(../images/about.banner\ \(4\).jpg);
    background-size: cover;
    background-position: center;
}*/
.card {
    width: 49%;
    height: 700px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.card-slide1 {
    background-image: url('../images/doctorate.jpg');
}

    .card-slide2 {
      
        background-image: url('../images/dommyimg2.jpg');
    }

.content {
    width: 100%;
    padding: 15px 25px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 0, 0, 0.582);
    color: var(--white);
    transform: translateY(100%);
    transition: all 0.35s ease;
}

.card:hover .content {
    transform: translateY(0);
}

h3 {
    font-size: 30px;
}

.icons {
    width: 130px;
    display: flex;
    justify-content: space-evenly;
}


.icons i {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.274);
    transition: all 0.2s ease;
}

.icons i:hover {
    color: var(--white);
}


/* card:hvoer end */

/* new arriaval start */

.arrivals-col {
    width: 100%;
    display: flex;
    align-items: center;

}

.arrivals-card-main {
    width: calc(100%);
    margin: 0 15px;
}




.arrivals-card-img {
    position: relative;
    box-shadow: 0px 9px 10px #8080802e;
}

.arrivals-card-main:hover .new-arrivals-title {
    opacity: 1;
    transition: all.3s ease-in-out;
    bottom: 0;
}

.arrivals-card-main:hover .new-arrivals-title a {
    letter-spacing: 3px;
    transition: .6s ease;

}

.new-arrivals-title {
    width: 100%;
    background-color: var(--primary);
    color:var(--black);
    text-align: center;
    position: absolute;
    bottom: -20px;
    left: 0;
    opacity: 0;
}

    .new-arrivals-title a {
        font-size: 36px;
        color: var(--white);
        font-family: Aptos;
    }

.arrivals-content {
    text-align: center;
    padding: 20px 0 0 0;
}

.arrivals-content a {
    font-size: 18px;
}

    .arrivals-content p {
        font-size: 24px;
        font-weight: var(--semibold);
        position: relative;
        padding-bottom: 10px;
        font-family: Aptos;
        color: var(--black);
    }

.arrivals-card-main:hover .arrivals-content p {
    color: var(--primary);
    font-weight: 700;
    transform: .6s linear;
    letter-spacing: 1px;
}

.arrivals-card-main:hover .arrivals-content p::after,
.arrivals-card-main:hover .arrivals-content p {
    max-width: 100%;
    transition: .6s ease;
    color: var(--black);
    z-index: -1;
    letter-spacing: 1px;

}

.arrivals-content span {
    display: inline-block;
    width: 100%;
    font-size: 24px;
    font-weight: var(--semibold);
    color: var(--primary);
}


.arrivals-content a:hover {
    color: var(--primary);

}

.arrivals-content a {
    color: var(--secondary);
    font-size: 20px;
}

/* new arriaval end */


/* footer section start */


.footer-top {
    padding: 50px 0 100px 0;
    background: var(--primary);

}

.footer-main {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
}

.footer-col h5 {
    color: var(--white);
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1px;
    font-family: "Exo 2", sans-serif;
    text-transform: uppercase;
}

.footer-col ul {
    margin-top: 1.8em;
}

    .footer-col ul li a {
        color: var(--white);
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 1px;
        transition: all .4s linear;
        font-family: Aptos;
    }

.footer-col ul li {
    line-height: 30px;
}

.footer-col {
    width: 20%;
}

.footer-col ul>li a:hover {
    color: var(--secondary);
    padding-left: 3px;
    font-weight: 500;

}

.footer-icon ul>li>a:hover {
    color: var(--secondary);
}

.footer-icon ul>li>a.fa:hover {
    color: var(--secondary);
}

.footer-icon ul {
    display: flex;
    gap: 20px;
}

.footer-icon ul>li {
    border: 1px solid var(--white);
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-icon ul>li:hover {
    background-color: transparent;
    border: 1px solid var(--secondary);
    box-shadow: 2px 2px 5px var(--white);
}

.footer-col p {
    color: transparent;
}


.copyright {
    background: var(--secondary);
    text-align: center;
    padding: 10px;
}

.copyright a {
    text-align: center;
    color: white;
}

/* footer section end */

.card-hover-main {
    padding: 0 15px;
}

/* back to top  */

#button {
    display: inline-block;
    background-color: var(--secondary);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 25px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border: 1px solid var(--primary);

}

    #button::after {
        content: "\f077";
        font-family: Aptos;
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        line-height: 45px;
        color: var(--white);
    }

#button:hover {
    cursor: pointer;
    border: 1px solid var(--secondary);
    background-color: var(--secondary);
}

#button:hover#button::after {
    color: var(--primary);
}

#button:active {
    background-color: var(--secondary);
}

#button.show {
    opacity: 1;
    visibility: visible;
}

/* back to top  */


/* slick slider  */

.slick-dots li button:before {
    font-family: Aptos;
    font-size: 30px;
    line-height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 32px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: var(--primary);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: .4s linear;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: var(--primary);
    font-size: 50px;
    transition: .7s ease-in;

}

::-webkit-scrollbar {
    width: 0.3464343rem
}

::-webkit-scrollbar-track {
    background-color: white;
    border-radius: 20px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--primary);
}



/* .about-page content :start */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');





main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}


.card-about {
    background-image: url(../images/about.banner\ \(1\).jpg);
}

.card-about {
    position: relative;
    height: auto;
    width: 33.33%;
    background-color: var(--primary);
    backdrop-filter: blur(5px);
    padding: 10px;
    z-index: 1;
    border: 1px solid rgb(119, 140, 180);
    /* border: 2px dashed var(--secondary); */
    box-shadow: 2px 2px 5px gray;
    border-radius: 10px;
    overflow: hidden;
    padding-top: 20px;
}

.card .preview {
    position: absolute;
    height: 350px;
    width: 25%;
    text-align: right;
    color: var(--primary);
    font-size: 40px;
    line-height: 1;
    filter: blur(1px);
    opacity: 60%;
    transition: opacity .5s;
}

.card-content {
    transform: translateY(420px);
    opacity: 0;
    transition: transform ease .4s, opacity .4s;
}

.card:hover .card-content {
    opacity: 1;
    transform: translateY(0px);
}

.card:hover .preview {
    opacity: 0;
}

.card h2 {
    color: var(--secondary);
}

.card p {
    font-size: .9rem;
    margin-top: 5px;
    color: var(--textcolor);
    font-family: Aptos;
}

.card-image {
    position: relative;
    margin-top: -10px;
    height: 150px;
    width: inherit;
    border-radius: 0 0 10px 10px;
}

.card1 .card-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.card2 .card-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.card3 .card-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}


.banner-main {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.685);
    position: relative;
    z-index: -1;
}

.about-banner-img img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
}

.about-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-banner-content h2 {
    font-size: clamp(3rem, 50vw, 2rem);
    text-transform: uppercase;
    color: var(--secondary);
    text-align: center;
    font-weight: var(--bold);
    -webkit-text-stroke: var(--white);
    -webkit-text-stroke-width: 1px;
}

.about-banner-img {
    position: relative;

}

.about-more {
    background-color: var(--white);
    padding: 70px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about-title h2 {
    font-size: 22px;
    font-weight: var(--semibold);
    letter-spacing: 1px;
    font-family: Aptos;
    padding-bottom: 20px;
    text-transform: uppercase;
    padding: 0 15px;
}

.about-title p:nth-child(3) {
    text-align: left;
    background-color: var(--secondary);
    padding: 30px 20;
    margin: 40px 0;
    padding: 30px 20px;
    margin: 40px 0;
    font-size: 18px;
    font-weight: var(--medium);
    line-height: 1.5;
    font-family: Aptos;
    color: var(--white);
}

.about-title p:nth-child(2) {
    text-align: right;
    background-color: var(--primary);
    padding: 30px 20px;
    margin: 40px 0;
    font-size: 18px;
    font-weight: var(--medium);
    line-height: 1.5;
    font-family: Aptos;
}

.about-title p strong {
    color: var(--white);
    text-decoration: underline;
    border-bottom: 2px solid white;
}

.status-main {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px 0;
}

.status-content {
    width: calc(50% - 25px);
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    padding: 40px 0 0 0;
}

.status-content .status-top h2,
.status-content .status-bottom h2 {
    color: var(--primary);
    font-weight: var(--medium);
    line-height: 2.2;
    text-align: left;
}

.status-content .status-bottom {
    width: 100%;
}

.status-content p {
    text-align: left;
    font-size: 16px;
    font-weight: var(--medium);
    font-family: Aptos;
}

.status-main .status-img {
    width: calc(50% - 25px);
}

.status-main .status-img img {
    width: 100%;
    height: auto;
}

.status-content .status-bottom ul li {
    list-style: none;
}

.status-title {
    text-align: center;
    display: flex;
    gap: 30px;
    flex-direction: column;
    font-size: 22px;
    font-weight: var(--semibold);
    letter-spacing: 1px;
    font-family: Aptos;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.status-title p {
    text-align: center;
    padding: 0px 20px;
    font-size: 18px;
    font-weight: var(--regular);
    text-transform: math-auto;
    line-height: 24px;
    font-family: Aptos;

}

.about-status {
    width: 100%;
    padding: 70px 0;
}

.status-bottom span .fa {
    width: 25px;
}

.status-bottom ul li {
    display: flex;
    gap: 3px;
}

.status-bottom ul {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.status-content {
    width: 50%;

}


/* contact pages css */


  
    /* body {
        min-height: 100vh;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url(https://images.pexels.com/photos/325185/pexels-photo-325185.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940);
        background-size: cover;
        background-position: center;
        position: relative;
    }

    body::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.8);
    } */

    .section {
        position: relative;
        z-index: 3;
        padding-top: 50px;
        padding-bottom: 50px;
        font-family: Aptos;
    }

 
    .section-header {
        margin-bottom: 50px;
        text-align: center;
    }

    .section-header h2 {
        color: var(--primary);
        font-weight: bold;
        font-size: 3em;
        margin-bottom: 20px;
    }

        .section-header p {
            color: var(--white);
            font-family: Aptos;
            font-size: inherit;
        }

    .row {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .contact-info {
        width: 50%;
        }

    .contact-info-item {
        display: flex;
        margin-bottom: 30px;
        align-items:center;
    }

    .contact-info-icon {
        height: 70px;
        width: 70px;
        background-color: var(--primary);
        text-align: center;
        border-radius: 50%;
    }

    .contact-info-icon i {
        font-size: 30px;
        line-height: 70px;
    }

    .contact-info-content {
        margin-left: 20px;
        display: flex;
        align-items: center;
    }

    .contact-info-content h4 {
        color: var(--primary);
        font-size: 1.4em;
        margin-bottom: 5px;
    }

        .contact-info-content p {
            color: var(--white);
            font-size: inherit;
            font-family: Aptos;
            text-align: left;
        }

    .contact-form {
        background-color: #fff;
        padding: 40px;
        width: 45%;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .contact-form h2 {
        font-weight: bold;
        font-size: 2em;
        margin-bottom: 10px;
        color: #333;
    }

    .contact-form .input-box {
        position: relative;
        width: 100%;
        margin-top: 10px;
    }

    .contact-form .input-box input,
    .contact-form .input-box textarea {
        width: 100%;
        padding: 5px 0;
        font-size: 16px;
        margin: 10px 0;
        border: none;
        border-bottom: 2px solid #333;
        outline: none;
        resize: none;
    }

    .contact-form .input-box span {
        position: absolute;
        left: 0;
        padding: 5px 0;
        font-size: 16px;
        margin: 10px 0;
        pointer-events: none;
        transition: 0.5s;
        color: #666;
    }

    .contact-form .input-box input:focus~span,
    .contact-form .input-box textarea:focus~span {
        color: var(--secondary);
        font-size: 12px;
        transform: translateY(-20px);
    }

    .contact-form .input-box input[type="submit"] {
        width: 100%;
        background: var(--primary);
        color: #FFF;
        border: none;
        cursor: pointer;
        padding: 10px;
        font-size: 18px;
        border: 1px solid var(--secondary);
        transition: 0.5s;
    }

        .contact-form .input-box input[type="submit"]:hover {
            background: #1E62AF;
            color: var(--secondary);
        }
