@import url('https://fonts.googleapis.com/css2?family=Karla:wght@200;300;400;500;600&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-family: 'Karla', sans-serif;
}

a {
    text-decoration: none !important;
}

.header {
    min-height: 500px;
    height: 102vh;
    width: 100%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)),
        url(../images/Image.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}

.rounded-bottom-shape {
    bottom: 0px;
}

nav {
    display: flex;
    padding: 2% 7%;
    justify-content: space-between;
    align-items: center;
    font-family: "Karla", sans-serif;
    font-weight: 400;
    font-size: 24px;
}

nav a {
    display: flex;
    color: aliceblue;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    gap: 10px;
    font-size: 15px;
    font-weight: bold;
}

nav img {
    width: 85px;
}

.active-menu {
    color: #FF454F;
}

.nav-links {
    flex: 1;
    text-align: right;
}

.nav-links ul li {
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}

nav .fas {
    display: none;
}

.checkbtn {
    font-size: 30px;
    color: white;
    float: right;
    /* line-height: 80px; */
    margin-right: 40px;
}

.text-box {
    width: 90%;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.text-box h1 {
    font-family: "Karla", sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 64px;
}

.text-box p {
    font-family: "Karla", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
    margin: 30px 0 20px;
    color: #E6E8EC;
}

.button {
    display: inline-block;
    text-decoration: none;
    color: white;
    padding: 12px 34px;
    background: transparent;
    border-radius: 50px;
    background: #f44336;
    position: relative;
    transition: 1s;
    cursor: pointer;
    transition: 1s;
    font-family: "Karla", sans-serif;
    font-size: 14px;
    transition: 0.4s;
    height: 48px;
}

.button:hover {
    background: #d42b1f;
}

.btn1 {
    display: inline-block;
    text-decoration: none;
    color: white;
    border: 1px solid white;
    border-radius: 20px;
    padding: 9px 20px;
    font-size: 15px;
    background: transparent;
    position: relative;
    cursor: pointer;
    transition: 0.4s;
}

:is(.btn, .btn1):hover {
    border: 1px solid #f44336 !important;
    background: #d42b1f !important;
    color: white !important;
}

.about {
    display: flex;
    gap: 30px;
    max-width: 100%;
    padding: 77px 100px 75px 100px;
    margin-inline: auto;
}

.left_container h4 {
    font-family: "Karla", sans-serif;
    font-weight: 700;
    font-size: 31px;
    color: #242436;
    line-height: 41.6px;
}

.left_container h5 {
    font-family: "Karla", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #f44336;
}

.right_container p {
    font-family: "Karla", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
    text-align: justify;
    color: #4E566D;
}

.platform {
    text-align: center;
    padding: 50px;
    width: 950px;
    margin-inline: auto;
}

.platform h1 {
    font-family: "Karla", sans-serif;
    font-weight: 700;
    color: #242436;

    font-size: 36px;
    margin-bottom: 10px;
    line-height: 43.2px;
}

.platform p {
    font-family: "Karla", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: rgb(79, 86, 102);
}

.services {
    display: flex;
    gap: 30px;
    max-width: 100%;
    padding: 50px 100px 50px 100px;
    margin-inline: auto;
    margin-left: 50px;
}

.left_container1 p {
    font-family: "Karla", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    color: rgb(79, 86, 102);
    margin-bottom: 25px;
}

.left_container1 h4 {
    font-family: "Karla", sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #242436;
    line-height: 41.6px;
    margin-bottom: 15px;
}

.list ul {
    padding-left: 0 !important;
}

.list ul li {
    font-family: "Karla", sans-serif;
    color: rgb(79, 86, 102);
    list-style: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    display: flex;
    gap: 10px;
    margin-left: -2px;
    margin-bottom: 12px;
}

.right_container1 img {
    width: 100%;
}

.list ul li img {
    width: 26.67px;
    height: 26.67px;
    opacity: 40%;
}

.left_container2 {
    width: 44%;
}

.left_container2 img {
    width: 100%;
}

.right_container2 {
    width: 48%;
}

.right_container2 p {
    font-family: "Karla", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    color: rgb(79, 86, 102);
    margin-bottom: 25px;
}

.right_container2 h4 {
    font-family: "Karla", sans-serif;
    font-weight: 700;
    font-size: 29px;
    line-height: 41.6px;
    margin-bottom: 15px;
}

.video {
    display: flex;
    gap: 15px;
}

.image span {
    font-size: 48px;
    color: #1565d8;
}

.video h6 {
    font-family: sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 21.79px;
    color: #5a7184;
    margin-bottom: 5px;
}

.video p {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 21.79px;
    color: #1565d8;
    display: flex;
    align-items: center;
    gap: 5px;
}

.video p span {
    font-size: 18px;
    font-weight: 900;
}

.features {
    display: flex;
    gap: 30px;
    max-width: 100%;
    padding: 50px 100px 50px 100px;
    margin-inline: auto;
}

.services2 {
    display: flex;
    gap: 30px;
    max-width: 100%;
    padding: 50px 100px 50px 100px;
    margin-inline: auto;
}

.vector {
    text-align: center;
}

.vector i {
    font-size: 100px;
    margin-bottom: 30px;
    color: #a1a1a1;
}

.div1 {
    text-align: center;
}

.div1 h5 {
    font-family: "Karla", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28.8px;
    margin-bottom: 15px;
}

.div1 p {
    font-family: "Karla", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgb(79, 86, 102);
    margin-bottom: 25px;
}

.services3 {
    display: flex;
    margin-top: 50px;
}

.box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.box2 {
    width: 100%;
    overflow: hidden;
}

.box2 img {
    width: 100%;
}

.box img {
    width: 100%;
    transition: all linear 0.7s;
}

img.hover-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.box:hover img {
    opacity: 0;
}

.box:hover img.hover-img {
    opacity: 1;
}

.service3-image {
    display: flex;
    flex-direction: row;
}

/* slideshow-container */
.swiper-slide {
    display: flex;
    gap: 30px;
    max-width: 100%;
    padding: 20px 0px 0 40px;
    margin-inline: auto;
    margin: 5% 0% 10% 4%;
}

.numbertext {
    position: relative;
    flex-basis: 55%;
    padding-top: 7%;
}

.numbertext img {
    position: absolute;
    left: -47px;
    top: 3px;
}

.numbertext p {
    font-family: "Karla", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #4e566d;
    margin-bottom: 40px;
}

.text h1 {
    font-family: "Karla", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 41.6px;
}

.mySlider_img {
    flex-basis: 40%;
    text-align: center;
}

.swiper-pagination-bullet {
    width: 20px !important;
    height: 10px !important;
    border-radius: 50px !important;
}

.mySlider_img img {
    width: 300px;
    height: 420px;
    border-radius: 400px;
    object-fit: cover;
}

#contact .contact-container {
    text-align: center;
    padding: 70px;
    width: 1080px;
    margin-inline: auto;
    border-radius: 20px;
    background: #f9f9f9;
}

.contact-text {
    text-align: center;
}

.contact-text h3 {
    font-family: "Karla", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    text-align: center;
}

.contact-text p {
    font-family: "Karla", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: rgb(79, 86, 102);
    margin-bottom: 32px;
}

input {
    position: relative;
    display: inline-block;
    font-size: 17px;
    box-sizing: border-box;
    transition: 0.5s;
}

.contact-base {
    width: 400px;
    position: relative;
}

.contact-base img {
    position: absolute;
    z-index: 9;
    left: 12px;
    top: 50%;
    transform: translate(4px, -48%);
}

input[type="email"] {
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    padding: 0 124px 0 44px;
    border-radius: 25px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

button[type="submit"] {
    position: absolute;
    border-radius: 25px;
    width: 110px;
    height: 38px;
    border: none;
    outline: none;
    color: white;
    background: #FF454F;
    cursor: pointer;
    right: 8px;
    top: 6px;
}

.contact-form p {
    font-family: "Karla", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    margin-left: 80px;
    color: rgb(79, 86, 102);
    margin: 10px 0 0 0;
}

.contact-form-base {
    width: 100%;
    display: flex;
    margin: auto;
    position: relative;
    align-items: center;
    justify-content: center;
}

.footer {
    padding: 75px 0px 0 0px;
    width: 1080px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-inline: auto;
}

.footer_text p {
    font-family: "Karla", sans-serif;
    /* line-height: 24px; */
    color: #4e566d;
    font-size: 16px;
    margin-top: 5px;
}

.icons {
    display: flex;
    gap: 10px;
    height: 60px;
    margin-left: 18%;
    color: #4e566d;
}

.footer-button {
    border: none;
    border-radius: 50%;
    color: #4e566d;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    width: 26px;
    height: 26px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-button:hover {
    background-color: #dc0f22;
    color: #ffffff;
}

.footer .icons a i {
    margin-left: -1px;
}

.privacy {
    margin-left: 29%;
}

.privacy p a {
    font-family: "Karla", sans-serif;
    /* line-height: 24px; */
    text-decoration: none;
    color: #4e566d;
    font-size: 16px;
    margin-top: 5px;
}

#carouselExampleIndicators .carousel-indicators {
    position: absolute;
    right: 64% !important;
    bottom: 86px !important;
    margin-left: 7% !important;
}

#carouselExampleIndicators .carousel-indicators [data-bs-target] {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    background-color: #E6E8EC !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    margin-inline: 10px !important;
}

#carouselExampleIndicators .carousel-indicators .active {
    width: 20px !important;
    height: 10px !important;
    border-radius: 20px !important;
    background-color: #FF454F !important;
}

/* responsive */
@media (max-width: 1200px) {
    .footer {
        width: 100%;
        padding-inline: 40px;
    }

    #contact .contact-container {
        width: 100%;
    }

    #contact {
        padding-inline: 40px;
    }

    .footer-container {
        padding-inline: 40px;
    }
}

@media (max-width: 988px) {
    .carousel-indicators {
        margin-left: 9% !important;
    }

    .swiper-slide2 p {
        margin-bottom: 88px !important;
    }

    .numbertext p {
        margin-bottom: 58px;
    }

    .service3-image {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .box {
        position: relative;
        width: 261px;
        height: 263px;
        overflow: hidden;
    }

    .box2 {
        position: relative;
        width: 261px;
        height: 263px;
        overflow: hidden;
    }

    .service-container {
        padding-inline: 35px !important;
    }

    .platform {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .nav-links {
        flex: 1;
        text-align: right;
    }

    .btn1 {
        display: block;
        font-size: 14px;
        width: 100%;
    }

    .nav-links {
        text-align: left;
    }

    nav {
        display: flex;
        padding: 4% 4%;
    }

    nav a {
        justify-content: center;
        color: black;
        font-size: 20px;
    }

    nav img {
        width: 85px;
        margin-left: 10px;
    }

    .text-box h1 {
        font-size: 43px;
        font-weight: 700;
        line-height: 45px;
    }

    .text-box p {
        font-family: "Karla", sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        text-align: center;
        margin: 10px 0 12px;
    }

    .about {
        display: flex;
        gap: 30px;
        max-width: 100%;
        padding: 77px 40px 75px 40px;
        margin-inline: auto;
    }

    .platform {
        text-align: center;
        padding: 40px;
    }

    .services {
        display: flex;
        gap: 30px;
        justify-content: center;
        align-items: center;
        max-width: 100%;
        padding: 0px 0px 33px 0px;
    }

    .right_container2 h4 {
        font-size: 26px;
        width: 94%;
        margin-top: 30px;
    }

    .right_container2 p {
        font-size: 16px;
        width: 98%;
    }

    .video p {
        padding: 2px;
    }

    .left_container2 img {
        width: 100%;
    }

    .left_container1 {
        width: 100%;
    }

    .left_container1 p {
        width: 95%;
        padding: 20px;
    }

    .left_container1 h4 {
        padding: 20px;
    }

    .list {
        padding-right: 30px;
    }

    .right_container1 img {
        width: 100%;
    }

    .features {
        display: flex;
        gap: 30px;
        max-width: 100%;
        justify-content: center;
        padding: 50px 40px 50px 40px;
        margin-inline: auto;
    }

    .services2 {
        display: flex;
        gap: 30px;
        max-width: 100%;
        padding: 40px 35px 40px 32px;
        margin-inline: auto;
    }

    .swiper-slide {
        display: flex;
        flex-direction: column;
        gap: 30px;
        max-width: 100%;
        padding: 50px 40px 0 40px;
        margin-inline: auto;
        margin: 5% 0% 10% 0%;
    }

    #carouselExampleIndicators .carousel-indicators {
        position: absolute;
        right: 0 !important;
        bottom: -18px !important;
        margin-left: 12% !important;
        margin-bottom: 2rem !important;
    }

    .contacts {
        padding: 12px;
    }

    .footer {
        padding: 26px 0px 0 23px;
        width: 100%;
        flex-direction: column;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-inline: auto;
    }

    .icons {
        margin-left: 0px;
    }

    .privacy {
        margin-left: 0px;
    }

    .vector {
        text-align: center;
    }

    .service3-image {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        margin-top: 50px;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .nav-links ul li {
        display: block;
        margin-bottom: 15px;
    }

    .nav-links {
        position: fixed;
        background: #f5f5f5;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 999;
        transition: 0.5s;
        box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    }

    nav .fas {
        display: block;
        color: white;
        margin: 10px;
        font-size: 25px;
        cursor: pointer;
        transition: all 0.2s;
    }

    .fas.fa-times-circle {
        color: black;
    }

    .btn1 {
        border: 1px solid black;
        color: black;
    }

    nav .fas:hover {
        color: #d42b1f;
    }

    .nav-links ul {
        padding: 30px;
    }

    #contact .contact-container {
        padding: 40px;
    }

    .list ul {
        padding-left: 16px !important;
    }

    .service-container .list ul {
        padding-left: 0 !important;
    }
}

@media (max-width: 380px) {
    input[type='email']::placeholder {
        visibility: hidden;
    }
}