* {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}



/*----------------------------------------------------Header */


.Blog {
    width: 100%;
    height: 80vh;
    color: #fff;
    position: relative;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    animation: carouselimagezoom 35s infinite alternate;
    z-index: 1;
}

.Blog::before {
    z-index: 1;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: rgb(17, 12, 14);
    background: radial-gradient(circle, rgba(17, 12, 14, 0.418) 100%, rgba(238, 174, 202, 1) 100%, rgba(0, 0, 0, 1) 100%);
}

.Blog:hover::before {
    z-index: 1;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: rgb(17, 12, 14);
    background: radial-gradient(circle, rgba(17, 12, 14, 0.576) 100%, rgba(238, 174, 202, 1) 100%, rgba(0, 0, 0, 1) 100%);
}

.Blog>ul {
    top: 16%;
    left: 8%;
    display: flex;
    flex-direction: column;
    height: inherit;
    /* justify-content: start; */
    /* align-items: start; */
    z-index: 2;
    /* height: 75vh; */
    position: relative;
    /* width: 100%; */
}

.Blog>ul>li {
    display: flex;
    flex-direction: column;
}

.Blog>ul>li>h1 {
    text-align: start;
    padding-bottom: 3vh;
}

.Blog-top>ul {
    display: flex;
    flex-direction: column;
    text-align: start;
}

.Blog-top>ul>li {
    max-width: 480px;
    text-align: left;
    z-index: 3;
    pointer-events: none;
}

.Blog-top>ul>li:nth-child(3) {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.Blog-top>ul>li:nth-child(3)>p {
    font-size: 15px;
    margin-right: 5px;
}

.Blog-top>ul>li:nth-child(1)>h1 {
    padding-bottom: 2vh;
}

.Blog-top>ul>li:nth-child(2)>p {
    padding-bottom: 2vh;

    line-height: 4vh;
}

/* From Uiverse.io by SujitAdroja */
.About-us-btn {
    color: purple;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid purple;
    padding: 10px 20px;
    font-size: 17px;
    cursor: pointer;
    font-weight: bold;
    background: transparent;
    position: relative;
    transition: all 1s;
    overflow: hidden;
}

.About-us-btn:hover {
    color: white;
}

.About-us-btn::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    top: 0;
    left: -40px;
    transform: skewX(45deg);
    background-color: purple;
    z-index: -1;
    transition: all 1s;
}

.About-us-btn:hover::before {
    width: 160%;
}






* {
    font-family: Nunito, sans-serif;
}

.text-blk {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    line-height: 20px;
    color: white;
    font-size: 14px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    width: 448px;
    text-align: justify;
}

.responsive-container-block {
    min-height: 75px;
    height: fit-content;
    width: 100%;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    justify-content: flex-start;
}

.responsive-container-block.bigContainer {
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(51, 51, 51);
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin: 0 0 0 0;
}

.responsive-container-block.Container {
    max-width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
}

.responsive-container-block.leftSide {
    width: auto;
    align-items: flex-start;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    flex-direction: column;
    position: static;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    max-width: 300px;
}

.text-blk.heading {
    font-size: 40px;
    line-height: 64px;
    font-weight: 900;
    color: #00B2EB;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
}

.text-blk.btn {
    color: rgb(0, 178, 235);
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(160, 121, 0, 0.2) 0px 12px 35px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    cursor: pointer;
}

.responsive-container-block.rightSide {
    width: 675px;
    position: relative;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: flex;
    height: 700px;
    min-height: auto;
}

.number1img {
    margin-top: 39%;
    margin-right: 80%;
    margin-bottom: 29%;
    margin-left: 0px;
    height: 32%;
    width: 20%;
    position: absolute;
}

.number2img {
    margin-top: 19%;
    margin-right: 42%;
    margin-bottom: 42%;
    margin-left: 23%;
    width: 35%;
    height: 39%;
    position: absolute;
}

.number3img {
    width: 13%;
    height: 21%;
    position: absolute;
    margin-top: 62%;
    margin-right: 64%;
    margin-bottom: 30%;
    margin-left: 23%;
}

.number4vid {
    width: 34%;
    height: 33%;
    position: absolute;
    margin-top: 62%;
    margin-right: 27%;
    margin-bottom: 0px;
    margin-left: 39%;
}

.number5img {
    position: absolute;
    width: 13%;
    height: 21%;
    margin-top: 38%;
    margin-right: 27%;
    margin-bottom: 41%;
    margin-left: 60%;
}

.number6img {
    position: absolute;
    margin-top: 0px;
    margin-right: 3%;
    margin-bottom: 67%;
    margin-left: 62%;
    width: 35%;
    height: 33%;
}

.number7img {
    position: absolute;
    width: 25%;
    margin-top: 40%;
    margin-right: 0px;
    margin-bottom: 18%;
    margin-left: 75%;
    height: 42%;
}

.text-blk.subHeading {
    font-size: 14px;
    line-height: 25px;
}

@media (max-width: 1024px) {
    .responsive-container-block.Container {
        flex-direction: column-reverse;
    }

    .text-blk.heading {
        text-align: center;
        max-width: 370px;
    }

    .text-blk.subHeading {
        text-align: center;
    }

    .responsive-container-block.leftSide {
        align-items: center;
        max-width: 480px;
    }

    .responsive-container-block.rightSide {
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 100px;
        margin-left: auto;
    }

    .responsive-container-block.rightSide {
        margin: 0 auto 70px auto;
    }
}

@media (max-width: 768px) {
    .responsive-container-block.rightSide {
        width: 450px;
        height: 450px;
    }

    .responsive-container-block.leftSide {
        max-width: 450px;
    }
}

@media (max-width: 500px) {
    .number1img {
        display: none;
    }

    .number2img {
        display: none;
    }

    .number3img {
        display: none;
    }

    .number5img {
        display: none;
    }

    .number6img {
        display: none;
    }

    .number7img {
        display: none;
    }

    .responsive-container-block.rightSide {
        width: 100%;
        height: 250px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 100px;
        margin-left: 0px;
    }

    .number4vid {
        position: static;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        width: 100%;
        height: 100%;
    }

    .text-blk.heading {
        font-size: 25px;
        line-height: 40px;
        max-width: 370px;
        width: auto;
    }

    .text-blk.subHeading {
        font-size: 14px;
        line-height: 25px;
    }

    .responsive-container-block.leftSide {
        width: 100%;
    }
}














/* GenAI */


.GenAI {
    display: flex;
    flex-direction: row;
    background-color: black;
    padding: 5vh 10vw;
    justify-content: center;
    align-items: center;
}

.GenAI>li {
    width: 50%;
}

.GenAI>li:last-child>img {
    width: 100%;
}

.GenAI>li:first-child>ul {
    display: flex;
    flex-direction: column;
    line-height: 4vh;
    font-size: 1vw;
    align-items: start;
    justify-content: start;
    color: white;
}

.GenAI>li:first-child>ul>li:nth-child(1)>h1 {
    color: #ffffff;
    font-size: 40px;
    padding-bottom: 2vh;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}

.GenAI>li:first-child>ul>li:nth-child(2)>h2 {
    color: #ffffff;
    padding-bottom: 3vh;
    font-size: 18px;
    font-weight: 500;
}

.GenAI>li:first-child>ul>li:nth-child(3)>p {
    text-align: left;
    color: rgba(255, 255, 255, 0.69);
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 2vh;
}

.GenAI>li:first-child>ul>li:nth-child(4)>button {
    background-color: white;
    border: none;
    color: black;
    font-weight: 700;
    cursor: pointer;
    padding: 1vw;
    border-radius: 3vw;
}





/* SLIDER */



.slider {
    height: 250px;
    margin: auto;
    position: relative;


    display: grid;
    overflow-x: scroll;
    width: 80vw;
    place-items: center;
}

.slide-track {
    display: flex;
    width: calc(250px*10);
    animation: scroll 10s linear infinite;
}

.slide-track:hover {
    animation-play-state: paused;
}

.slide {
    height: 200px;
    width: 250px;
    display: flex;
    align-items: center;
    padding: 15px;

    perspective: 100px;
}

.slide>img {
    width: 100%;
    transition: transform 1s;
}

.slide>img:hover {
    transform: translateZ(20px);
}


@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px));
    }

}

::-webkit-scrollbar {
    width: 0px;
    /* Hide vertical scrollbar */
    height: 0px;
    /* Hide horizontal scrollbar */
}

.your-container {
    overflow-x: auto;
    /* Enable horizontal scrolling */
    white-space: nowrap;
    /* Prevent wrapping */
    -ms-overflow-style: none;
    /* Hide scrollbar in IE and Edge */
    scrollbar-width: none;
    /* Hide scrollbar in Firefox */
}
























/* Navebar */

.nav-item.active {
    background-color: rgb(0 89 142);
    color: white;
}


.Navbar {
    padding: 2vh 6vw;
    transition: background-color 0.3s ease;
    background-color: rgb(51, 51, 51);
}

.Navbar.scrolled {
    background-color: rgb(51, 51, 51);
}

.Navbar.scrolled>ul>li:nth-child(2)>ul>li>a {
    background-color: transparent;
    color: white;
}

.Navbar.scrolled>ul>li:nth-child(3)>ul>li>a {
    color: white;
}

.Navbar.scrolled>ul>li:nth-child(2)>ul>li:hover {
    background-color: rgb(0 89 142);
    color: white;
}

.Navbar>ul>li:nth-child(2)>ul>li {
    transition: background-color 0.3s ease, color 0.3s ease;
}

.Navbar>ul {
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Navbar>ul>li:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
}

.Navbar>ul>li:first-child>img {
    width: 10vw;
}

.logo>img {
    width: 130px;
}


.Navbar>ul>li:first-child>p {
    position: relative;
    top: -60px;
    left: 67px;
}

.Navbar>ul>li:nth-child(2) {
    display: block;
}

.Navbar>ul>li:nth-child(2)>ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2vw;
}

.Navbar>ul>li:nth-child(2)>ul>li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    padding: 1.5vh 1vw;
    position: relative;
    overflow: hidden;
    min-width: 8vw;
    transition: 0.15s ease-in;
    font-size: 15px;
    text-decoration: none;
}

.Navbar>ul>li:nth-child(2)>ul>li>a:hover {
    color: White;
    cursor: pointer;
    background-color: rgb(0 89 142);
}

.Navbar>ul>li:nth-child(2)>ul>li>a {
    font-weight: 500;
    text-transform: uppercase;
}

.Navbar>ul>li:nth-child(2)>ul>li:hover .submenu {
    display: block;
    animation: slideDown 0.3s ease forwards;
}

.submenu {
    display: none;
    position: absolute;
    background-color: white;
    flex-direction: column;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 0px;
    z-index: 100;
    width: 8vw;
    transform: translateY(0px);
    transition: opacity 0.15s ease, transform 6s ease;
}

.submenu>li>a {
    text-decoration: none;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.submenu>li {
    padding: 1.5vh 0vw;
    color: black;
    white-space: nowrap;
    font-size: 15px;
    transition: background-color 0.3s ease;
}

.submenu>li:hover {
    background-color: rgb(0 89 142);
    color: white;
}

.Navbar>ul>li:nth-child(2)>ul>li:hover .submenu-1 {
    display: flex;
    animation: slideDown 0.3s ease forwards;
}

.submenu-1 {
    display: none;

    position: absolute;
    background-color: white;
    top: 8%;
    flex-direction: column;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 0px;
    z-index: 100;
    transform: translateY(0px);
    transition: opacity 0.15s ease, transform 6s ease;
}

.submenu-1>li>a {
    text-decoration: none;
}

.submenu-1>li {
    padding: 1.5vh 1.8vw;
    color: black;
    white-space: nowrap;
    font-size: 15px;
    transition: background-color 0.3s ease;
}


.submenu-1>li:hover {
    background-color: rgb(0 89 142);
    color: white;
}

.navbar-show {
    display: none;
}

.Nav-menu {
    padding: 5px 10px;
    color: rgb(0, 0, 0);
    white-space: nowrap;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    transition: background-color 0.3s ease;
}

.Nav-menu:hover {
    color: white;
}


.Navbar>ul>li:nth-child(3) {
    display: none;
}



body {
    margin: 0;
    font-family: Arial, sans-serif;
}

div {
    text-align: center;
}




@media (max-width: 768px) {

    /* Nave bar  */
    .Navbar>ul>li:nth-child(2) {
        display: none;
    }

    .Navbar>ul>li:nth-child(3) {
        display: block;
    }

    .navbar-show {
        display: block;
    }

    .Navbar {


        padding: 1vh 4vw;
        transition: background-color 0.3s ease;
        background-color: transparent;
    }

    .Navbar.scrolled {
        background-color: rgb(0 0 0 / 82%);
    }

    .Navbar.scrolled>ul>li:nth-child(2)>ul>li>a {
        background-color: transparent;
        color: white;
    }

    .Navbar.scrolled>ul>li:nth-child(2)>ul>li:hover {
        background-color: rgb(0 89 142);
        color: white;
    }

    .Navbar>ul>li:nth-child(2)>ul>li {
        transition: background-color 0.3s ease, color 0.3s ease;
    }

    .Navbar>ul {
        color: rgb(255, 255, 255);
        display: flex;
        align-items: center;
        gap: 53vw;
    }

    .Navbar>ul>li:first-child {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .Navbar>ul>li:first-child>img {
        width: 10vw;
    }


    .logo>img {
        width: 110px;
    }







    /* Nave Show */


    .navbar-show {
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .nav-header-show {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px 10px;
        color: rgb(0, 0, 0);
    }

    .Nav-menu:hover {
        color: rgb(0, 0, 0);
        cursor: none;
    }

    .hamburger-show {
        font-size: 1.5rem;
    }

    .Navbar.scrolled>ul>li:nth-child(3)>div>div {
        color: white;
    }

    .menu-show {
        position: fixed;
        top: 0;
        right: -350px;
        width: 350px;
        height: 100vh;
        background-color: #ffffff;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.5);
        transition: right 0.3s ease-in-out;
    }

    .menu-show.show {
        right: 0;
    }

    .close-show {
        position: absolute;
        top: 1rem;
        left: 1rem;
        font-size: 1.5rem;
        color: black;

    }

    .Close-button-ham {
        font-size: 2rem;
    }

    .menu-item-show-1 {
        text-align: start;
        padding: 0.5rem;
        font-weight: 500;
        border-bottom: 1px solid #ccc;
        color: black;
    }

    .menu-item-show {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        text-align: start;
        padding: 1rem;
        font-weight: 500;
        border-bottom: 1px solid #ccc;
        color: black;
    }

    .menu-item-show:hover {
        background-color: #f1f1f1;
        color: black;
    }

    .submenu-show {
        text-align: start;
        font-weight: 500;
        border-bottom: 1px solid #ccc;
        color: black;
        cursor: none;
    }

    .submenu-show li {
        padding: 0rem 0;
        cursor: none;
    }

    .submenu-show>li {
        padding-left: 8px;
    }

    .menu-item-show.active+.submenu {
        display: block;
        cursor: none;
    }

    .Ham-link-show {
        text-align: start;
        font-weight: 500;
        color: black;

    }

    .Ham-link-show-1 {
        text-align: start;
        padding: 1rem;
        font-weight: 500;
        color: black;

    }




}










@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    height: 100%;
    width: 100%;
    text-align: center;
    background: #f2f2f2;
}

.wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 90px;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

@media (max-width: 700px) {
    .wrapper {
        margin: 200px auto;
    }
}

.wrapper .box {
    width: 275px;
    margin: 0 auto;
    position: relative;
    perspective: 1000px;
}

.wrapper .box .front-face {
    background: #fff;
    height: 220px;
    width: 100%;
    display: flex;
    gap: 30px;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 5px 20px 0px rgba(0, 81, 250, 0.1);
    transition: all 0.5s ease;
}

.box .front-face .icon {
    height: 80px;
}

.box .front-face .icon img {
    width: 100px;
}

.box .front-face span,
.box .back-face span {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

.box .front-face .icon i,
.box .front-face span {
    background: linear-gradient(-135deg, #c850c0, #4158d0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.box .back-face {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    gap: 20px;
    z-index: 1;
    height: 220px;
    width: 100%;
    flex-direction: column;
    padding: 30px;
    color: #fff;
    text-align: start;
    opacity: 0;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    background: linear-gradient(-135deg, #c850c0, #4158d0);
    transform: translateY(110px) rotateX(-90deg);
    box-shadow: 0px 5px 20px 0px rgba(0, 81, 250, 0.1);
    transition: all 0.5s ease;
}

.box .back-face p {
    margin-top: 10px;
}


.back-face>p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;  /* Limit to 3 lines */
    text-overflow: ellipsis;
  }
  

.box:hover .back-face {
    opacity: 1;
    transform: rotateX(0deg);
}

.box:hover .front-face {
    opacity: 0;
    transform: translateY(-110px) rotateX(90deg);
}

.Slide-box>h1 {
    padding: 2vw;
    text-align: center
}















@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

.about-us {

    display: flex;
    align-items: center;
    height: 100vh;
    width: 100%;
    padding: 90px 0;
    background-color: rgb(51, 51, 51);
}

.pic {
    height: auto;
    width: 400px;
    border-radius: 12px;
}

.about {
    width: 1130px;
    max-width: 85%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.text {
    width: 540px;
}

.text h2 {
    color: #ffffff;
    font-size: 90px;
    font-weight: 600;
    margin-bottom: 10px;
}

.text h5 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
}

span {
    color: #4070f4;
}

.text p {
    color: #ffffff;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 1px;
}

.data {
    margin-top: 30px;
}

.hire {
    font-size: 18px;
    background: #4070f4;
    color: #fff;
    text-decoration: none;
    border: none;
    padding: 12px 25px;
    border-radius: 6px;
    transition: 0.5s;
}

.hire:hover {
    background: #000;
}












/* Footer */
.footerlogo {

    width: 7vw;
}

.Footer {
    background-color: rgb(51, 51, 51);
}

.Footer>ul {
    display: flex;
    flex-direction: column;
    padding: 7vh 6vw 0vh;
}

.Footer-Section-1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1vh 0vw 5vh 0vw;
    gap: 2vw;
}

.Footer-Section-1>li>ul>h1 {
    color: white;
}

.Footer-Section-2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 6vh 0vw;
    border-top: 2px solid rgb(255, 255, 255);
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-size: 13px;
}

.Footer-Section-2-Links:hover {
    color: rgb(0 89 142);
    cursor: pointer;
}

.Footer-Section-2-Links>li:hover {
    color: rgb(0 89 142);
    cursor: pointer;
}

.Footer-Section-2>li:nth-child(2)>ul {
    display: flex;
    flex-direction: row;
    gap: 1vw;
}

.Footer-Section-2>li:nth-child(3)>ul {
    display: flex;
    flex-direction: row;
    gap: 1vw;
}

.Footer-Section-1>li>ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: start;
    align-items: start;
}

.Footer-Section-1>li:nth-child(1)>ul>li>img {
    width: 10vw;
}

.Footer-Section-1>li:nth-child(1)>ul>li>h5 {
    font-size: 1vw;
}

.Footer-Section-1>li>ul>h1 {
    color: var(--white);
    font-family: Gotham Medium, sans-serif;
    font-size: 14px;
    line-height: 33px;
    color: white;
}

.Footer-Section-1>li>ul>li {
    color: #ffffff;
    font-family: Gotham Book, sans-serif;
    font-size: 13px;
    font-weight: 500;
}

.Footer-Section-1>li>ul>li:hover {
    cursor: pointer;
    color: rgb(0 89 142);
}

.Logo-icon {
    font-size: 1.4vw;
    color: rgb(255, 255, 255);
}


.Footer-Section-1>li>ul>li>a {
    font-family: Gotham Book, sans-serif;
    color: rgba(255, 255, 255, 0.557);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    padding-bottom: 2vh;
}

.Footer-Section-1>li>ul>li>a:hover {
    color: rgb(0 89 142);
}







/* Footer end */



















section {
    background-color: rgb(51, 51, 51);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8vh 7vw 8vh;

}





.container {
    position: relative;
    display: flex;

}

.container .contactInfo {
    top: 0px;
    background-color: #00598e;
    padding: 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container .contactInfo h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

.container .contactInfo ul.info {
    position: relative;
    margin: 20px 0;
}

.container .contactInfo ul.info li {
    position: relative;
    list-style-type: none;
    display: flex;
    margin: 20px 0;
    cursor: pointer;
    align-self: flex-start;
}

.container .contactInfo ul.info li span:nth-child(1) {
    width: 30px;
    min-width: 30px;
}

.container .contactInfo ul.info li span img {
    max-width: 100%;
    filter: invert(1);
    opacity: 0.5;
}

.container .contactInfo ul.info li span:nth-child(2) {
    color: #fff;
    margin-left: 10px;
    font-weight: 300;
    opacity: 0.5;
}

.container .contactInfo ul.info li:hover span img,
.container .contactInfo ul.info li:hover span:nth-child(2) {
    opacity: 1;
}

.container .contactInfo ul.socialIcon {
    position: relative;
    display: flex;
}

.container .contactInfo ul.socialIcon li {
    list-style-type: none;
    margin-right: 15px;
}

.container .contactInfo ul.socialIcon li a img {
    filter: invert(1);
    opacity: 0.5;
}

.container .contactInfo ul.socialIcon li a img:hover {
    opacity: 1;
}

.container .contactForm {
    background-color: #fff;
    padding: 52px;

}

.container .contactForm h2 {
    color: #0f3959;
    font-size: 24px;
    font-weight: 500;
}

.container .contactForm .formBox {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px;
}

.container .contactForm .formBox .inputBox {
    position: relative;
    margin: 0 0 35px 0;
}

.container .contactForm .formBox .inputBox.w50 {
    width: 47%;
}

.container .contactForm .formBox .inputBox.w100 {
    width: 100%;
}

.inputBox>textarea::placeholder {
    width: 100%;
    resize: none;
    font-size: 17px;
    color: #333333b0;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
}

.container .contactForm .formBox .inputBox input,
.container .contactForm .formBox .inputBox textarea {
    width: 100%;
    resize: none;
    padding: 10px 5px;
    font-size: 18px;
    color: #333;
    border: none;
    outline: none;
    border-bottom: 1px solid #777;
}

.container .contactForm .formBox .inputBox span {
    position: absolute;
    left: 5px;
    padding: 5px 0;
    pointer-events: none;
    font-size: 17px;
    font-weight: 300;
}


.container .contactForm .formBox .inputBox input[type="submit"] {
    position: relative;
    cursor: pointer;
    background-color: #000;
    color: #fff;
    border: none;
    padding: 12px;
}

.container .contactForm .formBox .inputBox input[type="submit"]:hover {
    background-color: #ed5713;
    font-weight: 500;
}


















.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    /* Semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    /* Ensure it's on top of other content */
}

.overlay-content {
    background: white;
    padding: 50px;
    border-radius: 10px;
    max-width: 53vw;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: start;
    line-height: 35px;
}


.overlay-content button {
    margin-top: 20px;
    padding: 10px 20px;
    background: #ff4d4d;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.overlay-content button:hover {
    background: #ff1a1a;
}

.btn-course-read {
    display: inline-block;
    margin-right: 20px;
    line-height: 43px;
    margin-top: 2px;
    color: #fff;
    text-align: center;
    background-color: #44aed7;
    cursor: pointer;
    border: 1px solid #2d99e1;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    padding: 0 20px;

}