@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish&display=swap');

@font-face {
    font-family: 'Graphik';
    src: url('./fonts/GraphikRegular.otf') format('truetype');
}

@font-face {
    font-family: 'Graphik-bold';
    src: url('./fonts/GraphikSemibold.otf') format('truetype');
}

html {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    width: 70%;
    margin: auto;
}

.topnav {
    overflow: hidden;
    padding: 10px 0;
    width: 100%;
    max-width: 1200px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
}

.top-nav-container {
    width: 100%;
    position: fixed;
    background-color: #2C374B;
    z-index: 999;
}

.graphic-font {
    font-family: 'Graphik';
}

.graphic-font-bold {
    font-family: 'Graphik-bold';
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 8px 16px;
    text-decoration: none;
    font-size: 17px;
    text-decoration: none !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.know-more {
    background-color: #FFF;
    color: #2C374B !important;
}

.nav-button {
    float: left;
    display: block;
}

.otherLink {
    float: right !important;
    border-radius: 5px;
}

.topnav a.active {
    color: white;
}

.topnav .icon {
    display: none;
}

.navbar-logo {
    height: 35px;
}

button {
    cursor: pointer;
}

li a button {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 16px;
    color: black;
    text-decoration: none;
}

.header-links {
    font-family: 'Roboto';
}

.navbar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 15px 0;
    background-color: #2C374B;
    margin-bottom: unset !important;
    border-radius: unset !important;
}

.navbar button {
    font-size: 16px;
    padding: 5px 0px;
    background-color: #FFF;
    color: #2C374B;
    border-radius: 8px;
    border: none;
    outline: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    cursor: pointer;
}

.logo {
    cursor: pointer;
    margin-right: auto;
}

.nav_links {
    list-style: none;
}

.nav_links li {
    display: inline-block;
    padding: 0px 20px;
}

.nav_links li a {
    color: #FFFFFF;
    text-decoration: none;
    font-style: normal;
    font-family: 'Roboto';
    font-weight: 400;
}

.container {
    margin: 0;
    padding: 0;
}

.primary-button {
    font-size: 18px;
    padding: 10px 20px;
    background-color: #FF8246;
    color: #FFF;
    border-radius: 8px;
    border: none;
    outline: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    cursor: pointer;
}

.section-1 {
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url('./images/NewBg.jpg');
    padding: 15em 8.5em;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
    background-position: center;
}

.section1-container {
    max-width: 1200px;
    margin: auto;
}

.section-1-heading {
    font-family: 'Graphik-bold';
    color: #FFF;
    font-size: 36px;
    margin: unset;
}

.section1-dis {
    font-family: 'Roboto', sans-serif;
    margin-top: 1em;
    font-weight: 400;
    color: #FFF;
    font-size: 17px;
}

.sec-1-con {
    display: flex;
    margin-top: 3em;
}

.sec-1-con button {
    padding: 10px 20px;
    color: #FFF;
    background-color: #FF8246;
    outline: none;
    border: none;
    border-radius: 6px;
    margin-left: -10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.sec-1-con input {
    background-color: #FFF;
    outline: none;
    border: none;
    border-radius: 6px 0px 0px 6px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    width: 100%;
    max-width: 400px;
    padding: 10px;
}

.section-2 {
    display: flex;
    /* padding-left: 20px; */
}

.due-secion-border {
    display: flex;
    /* border-left: 5px solid #E8F2FE; */
    padding: 3em 2em;
    margin-left: 20px;
    max-width: 1200px;
    margin: auto;
}

.border-container {
    border-right: 5px solid #E8F2FE;
    padding: 10px;
}

.section2-left {
    width: 50%;
    padding: 2em;
}

.sec2-left-image {
    /* max-width: 400px; */
    width: 100%;
}

.section2-right {
    width: 50%;
    padding: 2em;
    margin: auto 0;
}

.sec2-right-heading {
    font-size: 36px;
    font-weight: 400;
}

.bullet-container {
    margin: 2.5em 0;
}

.bullet-element-container {
    display: flex;
    padding: 10px 0;
    column-gap: 10px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

.bullet-image {
    height: 25px;
}

.order-detials-container {
    position: absolute;
    color: #000000;
    background-color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 20px 15px;
    border-radius: 10px;
    width: 200px;
    margin-top: 3.5em;
}

.section-3{
    display: flex;
}

.sec3-image {
    /* max-width: 350px; */
    /* margin-left: 9em; */
    width: 100%;
}

.order-detials-container h1 {
    font-size: 18px;
}

.order-detials-status-container {
    margin-top: 1em;
    display: flex;
    column-gap: 10px;
}

.order-detials-status-container .image {
    width: 60px;
}

.order-detials-status-container .dis {
    margin: auto 0;
    font-size: 13px;
}

.order-detials-button-container {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.order-detials-button-container button {
    border-radius: 8px;
    padding: 10px 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    cursor: pointer;
}

.order-detials-button-container .button-1 {
    background-color: #006EE0;
    color: #FFF;
    border: none;
}

.order-detials-button-container .button-2 {
    background-color: #FFF;
    border: 1px solid #006EE0;
    color: #006EE0;
}

.section-4 {
    margin: 0;
    padding: 0;
    font-family: 'Roboto';
    box-sizing: border-box;
    background-color: #2C374B;
}

.section-4-border {
    border-left: 5px solid #E8F2FE;
    margin-left: 20px;
}

.services-section {
    background-size: cover;
    padding: 60px 0;
}

.inner-width {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    overflow: hidden;
}

.section-title {
    text-align: center;
    color: #FFFFFF;
    font-size: 36px;
    font-family: 'Graphik-bold';
}

.section-titlee {
    text-align: center;
    color: #FFFFFF;
    font-size: 20px;
    margin-top: 20px;
    font-family: 'Roboto';
    font-weight: 400;
}

.border {
    width: 160px;
    height: 2px;
    margin: 40px auto;
}

.services-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 7em;
}

.service-box {
    width: 250px;
    padding: 10px;
    text-align: center;
    color: #FFFFFF;
    /* margin-bottom: 20px; */
    cursor: pointer;
}

.service-icon {
    display: inline-block;
    width: 90px;
    height: 120px;
    /* color: #82ccdd; */
    margin-bottom: 30px;
    margin-top: 16px;
}

#imgggg {
    margin-top: -40px;
}

.service-icon i {
    line-height: 10px;
    transform: rotate(-45deg);
    font-size: 26px;
    margin-top: -30px;
}

.service-box:hover .service-icon {
    color: #ddd;
}

.service-title {
    font-size: 18px;
    font-family: 'Graphik-bold';
    margin-top: -58px;
}

.service-desc {
    font-size: 14px;
    font-family: 'Roboto';
    margin-top: 17px;
    Font-style: 'Regular';
    font-weight: 400;
    height: 100px;
}

.ser-ic {
    font-size: 10px;
    color: #FF8246;
    line-height: 83px;
}

.Learn-More {
    font-size: 16px;
    font-family: 'Roboto';
    /* font-weight: 300 !important; */
}

.section-5 {
    /* padding: 4em 7em; */
    display: flex;
}

.sec5-left {
    width: 50%;
    margin: auto;
    padding-right: 3em;
}

.sec5-right {
    width: 50%;
    text-align: center;
    padding-left: 3em;
}

.sec-5-heading {
    font-size: 30px;
}

.sec-5-dis {
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 400;
    margin-top: 1em;
    margin-bottom: 1em;
}

.sec-5-buttons-container {
    display: flex;
    margin-bottom: 2em;
}

.sec-5-g-button {
    padding: 10px 20px;
    background-color: transparent;
    border: none;
    outline: none;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
}

.sec-5-g-button:hover {
    background-color: #F5F5F5;
}

.company-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #FAFAFA;
    padding: 30px;
    gap: 30px;
    max-width: 456px;
    max-height: 422px;
    overflow-y: scroll;
}

.company-element-container {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    background-color: #FFF;
}

.company-element-image {
    object-fit: contain;
    height: 100px;
    width: 100px;
}

.section-6 {
    padding: 3em 7em;
    background-color: #2C374B;
}

.item-dot {
    width: 30px;
    height: 30px;
    display: inline-block;
    -webkit-border-radius: 50%;
    background-image: url('./images/dot.png') !important;
    background-size: cover;
    background-color: transparent;
    cursor: pointer;
    margin-right: -10px;
}

.carousel-indicators .active {
    width: 30px !important;
    height: 30px !important;
    display: inline-block !important;
    -webkit-border-radius: 50% !important;
    background-image: url('./images/filled-dot.png') !important;
    background-size: cover !important;
    background-color: transparent !important;
    margin-right: -10px !important;
}

.carosel-container-sec6 {
    /* margin-top: 3em;
    margin */
    margin-bottom: 2em;
}

.carousel-indicators {
    bottom: 0 !important;
    right: 0 !important;
    text-align: right !important;
    /* left: 0 !important; */
}

.caro-slide-container {
    /* padding: 2em 0; */
    min-height: 400px;
    max-width: 900px;
    margin: auto;
}

.slide-heading {
    color: #FF8246;
    font-size: 36px;
    font-family: 'Graphik-bold';
}

.slide-content {
    color: #E8F2FE;
    font-size: 36px;
    font-family: 'Graphik-bold';
}

.say-name-continer {
    display: flex;
    column-gap: 20px;
    margin-top: 2em;
}

.say-name-details {
    font-size: 16px;
    font-family: 'Roboto';
    color: #FFF;
    font-weight: 400;
    margin: auto 0;
}

.footer-container {
    max-width: 1200px;
    margin: auto;
    padding: 3em 2em;
    display: flex;
    column-gap: 3em;
    justify-content: space-between;
}

.footer-left-comtainer {
    width: 60%;
}

.footer-left-dis {
    margin-top: 1em;
    font-size: 16px;
    color: #525252;
    font-family: 'Roboto';
    font-weight: 400;
}

.footer-rights {
    margin-top: 6em;
    font-size: 16px;
    color: #525252;
    font-family: 'Roboto';
    font-weight: 400;
}

.footer-links-container {
    display: flex;
    column-gap: 7em;
    margin-top: 2em;
}

.footer-link-left-container {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.footer-link-right-container {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.footer-link {
    text-decoration: unset !important;
    font-size: 16px;
    color: #525252;
    font-family: 'Roboto';
    font-weight: 400;
}

.footer-logo-iamge {
    height: 50px;
}

.slide-special {
    color: #7286AC;
}

.bussness-text {
    color: #FFF;
}

.collact-email-slide-subcoontent {
    font-size: 18px;
    font-family: 'Roboto';
    color: #FFF;
    margin-top: 1em;
    font-weight: 400;
}

.collect-textfield-container {
    display: flex;
    margin-top: 3em;
    margin-bottom: 30px;
}

.collact-email-text-filed {
    background-color: #FFF;
    outline: none;
    border: none;
    border-radius: 6px 0px 0px 6px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    width: 100%;
    max-width: 400px;
    padding: 10px;
}

.collact-email-text-button {
    color: #FFF;
    background-color: #FF8246;
    outline: none;
    border: none;
    border-radius: 6px;
    margin-left: -10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 10px 20px;
}


@media only screen and (max-width: 500px) {

    .carousel-indicators {
        bottom: -32px !important;
        width: 100% !important;
        margin: unset !important;
        text-align: center !important;
        left: 0% !important;
    }

    .mobile-heading {
        font-size: 34px;
    }

    .mobile-sub-content {
        font-size: 14px;
    }

    .font-heading {
        font-size: 25px;
    }

    .section-1 {
        background-color: rgba(0, 0, 0, 0.5);
        background-image: url('./images/bannerMobleImage.jpeg');
        padding: 5em 2em;
        background-position: top center;
        background-size: cover;
    }

    .section-1-content {
        margin-top: 11em;
    }

    .due-secion-border {
        padding: 1em;
        flex-direction: column;
    }

    .section2-left {
        width: 100%;
    }

    .section2-right {
        width: 100%;
    }

    .sec-1-con button {
        width: 160px;
    }

    .sec-1-con input {
        width: 100%;
    }

    .bullet-element-container {
        font-size: 14px;
    }

    .bullet-image {
        height: 17px;
    }

    .know-more-button-container {
        text-align: center;
    }

    .sec5-left {
        margin: unset;
        width: 100%;
        padding: unset;
    }

    .sec-5-buttons-container {
        flex-wrap: wrap;
    }

    .sec5-right {
        padding: unset;
        width: 100%;
        margin-top: 2em;
    }

    .section-6 {
        padding: 2em 3em;
    }

    .slide-heading {
        font-size: 25px;
    }

    .say-name-image {
        height: 50px;
        width: 50px;
    }

    .slide-content {
        font-size: 18px;
    }

    .footer-container {
        padding: 2em 3em;
        flex-direction: column;
    }

    .footer-rights {
        display: none;
    }

    .footer-left-comtainer {
        width: 100%;
        text-align: center;
    }

    .sec3-image {
        /* width: 200px; */
        /* margin-left: 6em; */
        width: 100%;
    }

    .flex-direction-reverse {
        flex-direction: column-reverse !important;
    }

    .order-detials-button-container {
        margin-top: 10px;
    }

    .sec3-image-subcontainer {
        font-size: 12px;
    }

    .order-detials-container {
        padding: 10px 5px;
        width: 140px;
    }

    .order-detials-status-container .image {
        width: 30px;
        height: 30px;
    }

    .order-detials-status-container .dis {
        font-size: 8px;
    }

    .order-detials-button-container button {
        font-size: 8px;
        padding: 5px 10px;
        border-radius: 4px;
    }

    .topnav {
        overflow: hidden;
        background-color: #2C374B;
        padding: unset;
    }

    .services-container {
        margin-top: 2em;
    }

}

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

.train {
    position: absolute;
    opacity: 1;
}

.train1 {
    position: absolute;
    opacity: 1;
}

.train2 {
    position: absolute;
    opacity: 1;
    margin-top: -10em;
}

.train3 {
    position: absolute;
    opacity: 1;
    margin-top: -17em;
}

@media only screen and (max-width:1400px) and (min-width:1300px){
    .section-1-heading {
        font-size: 32px;
      }
      .section1-dis {
        font-size: 16px;
      }
}