@font-face {
    font-family: 'helveticabold';
    src: url('helvetica_bold_0-webfont.woff2') format('woff2'), url('helvetica_bold_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('roboto-light-webfont.woff2') format('woff2'), url('roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('OpenSans-Bold.woff') format('woff'), url('OpenSans-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('opensans-light_0-webfont.woff2') format('woff2'), url('opensans-light_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('OpenSans.woff') format('woff2'), url('OpenSans-Semibold.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('opensans-semibold_0-webfont.woff2') format('woff2'), url('opensans-semibold_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'advent_probold';
    src: url('adventpro-bold-webfont.woff2') format('woff2'), url('adventpro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'advent_prolight';
    src: url('adventpro-light-webfont.woff2') format('woff2'), url('adventpro-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HexagonAkkurat-Light';
    src: url('HexagonAkkurat-Light.otf') format('opentype'), url('HexagonAkkurat-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HexagonAkkurat-Bold';
    src: url('HexagonAkkurat-Bold.otf') format('opentype'), url('HexagonAkkurat-Bold.otf') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HexagonAkkurat-Regular';
    src: url('HexagonAkkurat-Regular.otf') format('opentype'), url('HexagonAkkurat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HexagonAkkurat-Black';
    src: url('HexagonAkkurat-Black.woff') format('woff'), url('HexagonAkkurat-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AkkuratLightProRegular';
    src: url('AkkuratLightProRegular.otf') format('opentype'), url('AkkuratLightProRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AkkuratProBold';
    src: url('AkkuratProBold.otf') format('opentype'), url('AkkuratProBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AkkuratProRegular';
    src: url('AkkuratProRegular.otf') format('opentype'), url('AkkuratProRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* header */

html {
    scroll-behavior: smooth;
}


/* Global Styles */

main {
    clear: both
}

html,
body {
    height: 100%;
    font-family: 'OpenSans';
    background: #fff;
    color: #262626;
    /* background: #222D3E;*/
}

p {
    margin: 0
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0px;
}

a {
    text-decoration: none !important;
    transition: all 0.5s ease;
    outline: transparent !important;
    border: 0;
}

.custom_container {
    width: 88%;
    margin: 0 auto;
}

.custom_container90 {
    width: 90%;
    margin: 0 auto;
}

.centerr {
    display: flex;
    align-items: center;
    justify-content: center;
}

.width45 {
    width: 45%;
}

.width65 {
    width: 65%;
}

.widthh65 {
    width: 65%;
}

.width10 {
    width: 10%;
    height: 30px;
}

.flex {
    display: flex;
}

.title {
    font-size: 50px;
    line-height: 75px;
    margin: auto 0;
    font-family: 'Hexagon Akkurat', Arial, Helvetica, sans-serif;
    font-weight: lighter;
    color: #94DC76;
    
}

.sub-text {
    font-family: 'Hexagon Akkurat', Arial, Helvetica, sans-serif;
    font-weight: lighter;
    font-size: 42px;
    line-height: 52px;
    margin-top: 15px;
    color: #000000;

}

.sub-content {
    font-family: 'Hexagon Akkurat', Arial, Helvetica, sans-serif;
    font-weight: lighter;
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
}

.left-borderr {
    border-left: 10px solid #00A2C1;
    text-indent: 10px;
    font-size: 65px;
    line-height: 195px;
    margin: auto 0;
}

.sub-header {
    font-size: 55px;
    line-height: 65px;
    margin: auto 0;
    font-family: 'Hexagon Akkurat', Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
}

.fleft-borderr {
    border-left: 10px solid #00A2C1;
    text-indent: 10px;
    font-size: 65px;
    line-height: 175px;
    margin: auto 0;
}

.fsub-header {
    font-size: 45px;
    line-height: 55px;
    margin: auto 0;
    font-family: 'Hexagon Akkurat', Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
}

.bgimg-01 {
    background-image: url(../images/LP-Bg.jpg);
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.HeaderBg {
    background-image: url(../images/HeaderBg.png);
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.f-containter{
    display: flex;
    align-items: end;
    justify-content: end;
}
.container-end{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
height: 100vh;
}

.FooterBg {
    background-image: url(../images/lets-connect-d.png);
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    color: white;
    overflow-x: hidden;
}

/* main container css Bg image used here*/
.main-container {
    background-image: url('../images/HeaderBg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 935px;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 100%;
    width: 88%;
}

/* Nav bar Css start   */
.navbar {
    padding: 30px 0px 0px 0px;
}

/* right side menu css */
.menu-bar {
    background-color: #0db1cc;
    position: fixed;
    top: 35px;
    right: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 1000;
    transition: width 0.5s ease;
    clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
    width: 130px;
    height: 47px;
}

/* Menu bar text css */
.menu-bar .menu-label {
    background: #f5feff;
    padding: 13px 20px 14px 28px;
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
    clip-path: polygon(20% 0, 100% 0%, 76% 100%, 0% 100%);
    color: black;
    width: 100px;
    text-align: center;
    height: 47px;
}

.menu-bar .menu-icon {
    background: #0db1cc;
    padding: 10px 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-icon .dots {
    display: grid;
    grid-template-columns: repeat(3, 5px);
    gap: 4px;
}

.menu-icon .dots span {
    width: 5px;
    height: 5px;
    background: white;
    border-radius: 50%;
}

/* Menu container its including all css */
.menu-container1 {
    position: fixed;
    top: 35px;
    right: 20px;
    width: 600px !important;
    display: flex;
    align-items: center;
    transition: width 0.5s ease;
    background-color: #ffffff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}



.menu-container1.active {
    width: 475px;
    background-color: #ffffff;
    animation: slideRightToLeft 1.5s ease-in-out forwards;
    /* Apply animation */
}

@keyframes slideRightToLeft {
    0% {
        right: -600px;
        /* Start off-screen to the right */
        opacity: 0;
        /* Start invisible */
    }

    50% {
        right: 50px;
        /* Move towards its final position */
        opacity: 0.3;
        /* Fade in */
    }

    100% {
        right: 20px;
        /* Final position */
        opacity: 1;
        /* Fully visible */
    }
}

/* menu links css */
.menu-links {
    display: none;
    gap: 30px;
    padding: 11px 0px 12px 144px;
    background-color: #ffffff !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.menu-container1.active .menu-links {
    display: flex;
}

.menu-links a {
    color: black;
    text-decoration: none;
    font-size: 15px;
    background-color: #fff;
    line-height: 24px;
    transition: background 0.3s ease, color 0.3s ease, border-bottom 0.3s ease;
}

/* Menu links hover effect */
.menu-links a:hover {
    color: #0db1cc;
    background-color: rgba(13, 177, 204, 0.1);
}

/* Dropdown css start */
.dropdown {
    position: relative;
}

.dropdown-menu-custom {
    display: none;
    position: absolute;
    background: white;
    padding: 20px;
    top: 28px;
    left: -251px;
    border-radius: 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 600px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

/* Show on hover or focus */
.dropdown:hover .dropdown-menu-custom,
.dropdown:focus-within .dropdown-menu-custom {
    display: block;
}

/* Style links */
.dropdown-menu-custom a {
    display: block;
    padding: 5px 0px;
    text-decoration: none;
    color: #000000;
    transition: background 0.3s ease, color 0.3s ease, border-bottom 0.3s ease;
}

.dropdown-menu-custom a:hover {
    border-bottom: 1px solid #0db1cc;
    color: #0db1cc;
    background-color: rgba(13, 177, 204, 0.1);
}

.dropdown-content {
    display: flex;
    gap: 40px;
}

.dropdown-content p {
    margin: 5px 0;
}

.dropdown-header {
    color: #000000;
    font-weight: bold;
    text-align: left;
    font-size: 24px;
    display: flex;
    align-items: center;
}

.dropdown-header::before {
    content: '';
    width: 5px;
    height: 30px;
    background: #0db1cc;
    margin-right: 10px;
}

/* Nav bar Css End   */
/* Hero Section Css Start */
.hero-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 100px;
    min-height: 100vh;
    width: 88%;
}

.hero-content {
    max-width: 875px;
    width: 100%;
}

.hero-content h2 {
    font-family: 'Hexagon Akkurat', Arial, Helvetica, sans-serif;
    font-size: 80px;
    line-height: 86px;
    margin-bottom: 20px;
}

.bannerContent {
    font-family: 'Hexagon Akkurat', Arial, Helvetica, sans-serif;
    font-size: 45px;
    font-weight: lighter;
    line-height: 50px;
    margin-bottom: 20px;
    border-left: 6px solid;
      border-image: linear-gradient(to bottom, #A5D867, #00A9C7); /* adjust gradient colors */
      border-image-slice: 1;
      padding-left: 15px;
}

.highlight {
    background: linear-gradient(90deg, #a2d768, #18b0b9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

/* Hero Section Css End */
/* Responsive for 2000px  */
@media (max-width: 2000px) {
    .hero-section {
        display: flex;
        align-items: center;
        justify-content: flex-start !important;
        padding: 100px 120px 70px 120px !important;
        min-height: auto;
    }
}

/* Responsive for 1200px to 1600px  */
@media screen and (min-width: 1200px) and (max-width: 1600px) {
    .hero-section {
        display: flex;
        align-items: center;
        justify-content: flex-start !important;
        padding: 70px 90px !important;
        min-height: auto;
    }
}

/* Responsive for 1800px  */
@media (max-width: 1080px) {
    .hero-section {
        display: flex;
        align-items: center;
        justify-content: flex-start !important;
        padding: 50px 68px !important;
        min-height: auto;
    }
}

/* Responsive for 768px  */
@media (max-width: 768px) {
    .logoimg {
        width: 180px;
    }

    .mobHide {
        display: none !important;
    }

    .main-container {
        background-image: url('../images/mobbgimg1.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        min-height: auto !important;
    }

    .menu-bar {
        background-color: #0db1cc;
        position: fixed;
        top: 35px;
        right: 20px;
        display: flex;
        align-items: center;
        cursor: pointer;
        z-index: 1000;
        transition: width 0.5s ease;
        clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
        width: 130px;
        height: 38px;
    }

    .menu-container1 {
        width: 130px !important;
    }

    .menu-links {
        display: none;
        gap: 15px;
        padding: 60px 0px 12px 20px !important;
        background-color: #ffffff !important;
    }

    .menu-container1.active {
        width: 152px;
    }

    .dropdown-menu-custom {
        left: 0;
        width: 250px;
    }

    .menu-links {
        flex-direction: column;
    }

    .dropdown-menu-custom {
        display: none;
        position: fixed;
        top: 0;
        right: -120%;
        width: 100%;
        height: auto !important;
        background: white;
        color: black;
        padding: 20px;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.5);
        transition: right 0.4s ease;
        z-index: 1050;
    }

    .menu-bar .menu-label {
        background: #ffffff;
        padding: 15px 20px 0px 27px;
        font-size: 12px;
        line-height: 18px;
        font-weight: normal;
        clip-path: polygon(0% 0, 100% 0%, 84% 100%, 0% 100%);
        color: black;
        text-align: center;
    }

    .dropdown-content {
        display: flex;
        gap: 40px;
        justify-content: center;
        justify-items: center;
    }

    .hero-section {
        display: flex;
        align-items: center;
        justify-content: center !important;
        padding: 50px 40px !important;
        min-height: auto;
    }
}

/* Responsive for 550px  */
@media (max-width: 550px) {
    .menu-container1.active {
        width: 130px;
    }

    .dropdown-menu-custom {
        display: none;
        position: fixed;
        top: 0;
        right: -120%;
        width: 100%;
        height: auto !important;
        background: white;
        color: black;
        padding: 20px;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.5);
        transition: right 0.4s ease;
        z-index: 1050;
    }

    .dropdown-menu-custom a {
        display: block;
        padding: 5px 0px;
        text-decoration: none;
        color: black;
    }

    .dropdown-content {
        display: flex;
        gap: 40px;
        justify-content: center !important;
        justify-items: center !important;
    }

    .mHide2 {
        display: none !important;
    }

    .mShow {
        display: block !important;
    }

    .menu-links a {
        font-size: 12px !important;
        line-height: 14px;
    }

    .hero-content h2 {
        font-family: 'Hexagon Akkurat', Arial, Helvetica, sans-serif;
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    .bannerContent {
        font-family: 'Hexagon Akkurat', Arial, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 25px !important;
        border-left: 3px solid;
        padding-left: 10px;
    }

    .btn-img img {
        width: 180px !important;
    }
}

/* Responsive for 450px  */
@media (max-width: 450px) {
    .logoimg {
        width: 160px;
    }

    .hero-section {
        display: flex;
        align-items: center;
        justify-content: center !important;
        padding: 50px 35px !important;
        min-height: auto;
    }
}

/* Responsive for 390px  */
@media (max-width: 390px) {
    .main-container {
        background-image: url('../images/mobbgimg1.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        min-height: auto !important;
    }

    .logoimg {
        width: 120px;
    }

    .hero-section {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 50px 30px !important;
        min-height: auto;
    }
}

.home-button {
    position: fixed;
    bottom: 40px;
    right: 40px;
}

.home-button:active,
.home-button::after,
.home-button::before {
    border: 0px;
}

.social-section {
    background-color: #1A1818;
    margin: 0 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.txtc a {
    color: #ffffff;
}