
@font-face {
    font-family: Vazir;
    src: url("../font/vazir/Vazir-Regular.eot");
    src: url("../font/vazir/Vazir-Regular.eot?#iefix")
            format("embedded-opentype"),
        url("../font/vazir/Vazir-Regular.woff2") format("woff2"),
        url("../font/vazir/Vazir-Regular.woff") format("woff"),
        url("../font/vazir/Vazir-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Vazir;
    src: url("../font/vazir/Vazir-Bold.eot");
    src: url("../font/vazir/Vazir-Bold.eot?#iefix") format("embedded-opentype"),
        url("../font/vazir/Vazir-Bold.woff2") format("woff2"),
        url("../font/vazir/Vazir-Bold.woff") format("woff"),
        url("../font/vazir/Vazir-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: Vazir;
    src: url("../font/vazir/Vazir-Black.eot");
    src: url("../font/vazir/Vazir-Black.eot?#iefix") format("embedded-opentype"),
        url("../font/vazir/Vazir-Black.woff2") format("woff2"),
        url("../font/vazir/Vazir-Black.woff") format("woff"),
        url("../font/vazir/Vazir-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: Vazir;
    src: url("../font/vazir/Vazir-Medium.eot");
    src: url("../font/vazir/Vazir-Medium.eot?#iefix")
            format("embedded-opentype"),
        url("../font/vazir/Vazir-Medium.woff2") format("woff2"),
        url("../font/vazir/Vazir-Medium.woff") format("woff"),
        url("../font/vazir/Vazir-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: Vazir;
    src: url("../font/vazir/Vazir-Light.eot");
    src: url("../font/vazir/Vazir-Light.eot?#iefix") format("embedded-opentype"),
        url("../font/vazir/Vazir-Light.woff2") format("woff2"),
        url("../font/vazir/Vazir-Light.woff") format("woff"),
        url("../font/vazir/Vazir-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: Vazir;
    src: url("../font/vazir/Vazir-Thin.eot");
    src: url("../font/vazir/Vazir-Thin.eot?#iefix") format("embedded-opentype"),
        url("../font/vazir/Vazir-Thin.woff2") format("woff2"),
        url("../font/vazir/Vazir-Thin.woff") format("woff"),
        url("../font/vazir/Vazir-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

:root {
    --color-prime: #02a0bc;
    --color-text-prime: #000;
    --color-text-second: rgba(0, 0, 0, 0.56);
    --color-bg-prime: #fff;
    --color-bg-second: #fafafa;
    --color-border: rgba(0, 0, 0, 0.11);
}

* {
    font-family: "Vazir";
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
}

.bg-gradient {
    position: absolute;
    inset: 0;
    max-height: 40vh;
    z-index: -1;
    background: rgb(0, 108, 255);
    background: linear-gradient(180deg, rgba(0, 108, 255, 1) 0%, rgba(221, 235, 255, 1) 60%, rgba(255, 255, 255, 1) 89%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 1) 156%) no-repeat;
}

.intro {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2em;
    background-color: #182539;
    background: linear-gradient(60deg,#44679F 50%, #2b528d 50%) no-repeat;
}

.intro .bg-full {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
}
.intro .content {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 10em;
}

.bg-overlay {
    width: 100%;
    position: absolute;
    bottom: 0;
    object-fit: cover;
}


.text {
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    backdrop-filter: blur(1px);
    margin-top: 10em;
    color: #fff;
}
.text p {
    width: 70%;
}
.text .more {
    background-color: #1ee114;
    padding: 0.6em 1em;
    border-radius: 12px;
    width: 30%;
    border: none;
    cursor: pointer;
    transition: background-color,color 0.3s ease-in-out;
    align-self: flex-end;
    margin-left: 15em;
}
.text .more:hover {
    color: white;
    background-color: #39e82f;
}
.text h1 {

    /* letter-spacing: 2px; */
    /* color: #023971; */
}

.black-truck {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30%;
}

.navbar {
    background: linear-gradient(60deg,#44679F 50%, #2b528d 50%) no-repeat;
}

.nav-items {
    list-style: none;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 50px;
}

.nav-item.left {
    margin-right: auto;
}
.nav-item.left a {
    display: block;
}
.nav-item.left .nav-gp {
    display: flex;
    gap: 15px;
    align-items: center;
}
.nav-item a {
    text-decoration: none;
    color: #fff;
    transition: color 0.3s ease-in-out;
}

.nav-item a:hover {
    color: white;
}

.nav-item .signUp {
    /* background-color: #1ee114; */
    /* padding: 0.4em 1.2em; */
    display: block;
    border-radius: 12px;
}

.logo-img-white {
    width: 32px;
}
.toggleBtn {
    display: none;
}
.nav-item.svg {
    display: none;
}
svg {
    cursor: pointer;
}
.intro h2:last-child {
    text-align: center;
    margin-bottom: 1em;
}

.content .textBox {
    display: flex;
    justify-content: flex-start;
}

.content .textBox h2 {
    /* color: black; */
}

.certificates {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.certificates img {
    width: 96px;
    height: 96px;
    object-fit: contain;
}

@media screen and (min-width: 2000px) {
    .black-truck {
        width: 21%;
    }
}

@media screen and (max-width: 1200px) {
    .text .more {
        background-color: #1ee114;
        padding: 0.6em 1em;
        border-radius: 12px;
        width: 20%;
        border: none;
        cursor: pointer;
        transition: background-color,color 0.3s ease-in-out;
        margin: 1em auto;
    }
}
@media screen and (max-width: 989px) {
    .nav-items {
        font-size: 0.794rem;
        font-weight: bold;
        line-height: 1.5;
    }
}
@media screen and (max-width: 867px) {
    .nav-items {
        gap: 18px;
        justify-content: center;
        flex-wrap: nowrap;
    }
    .nav-item.left {
        margin: 0;
    }
}

@media screen and (max-width: 690px) {
    .text {
        text-align: center;
        align-items: center;
        width: 100%;
    }

    .toggleBtn {
        position: absolute;
        top: 0.5em;
        right: 0.5em;
        width: 8%;
        color: #2d2d2d;
        display: block;
        transition: color 0.3s ease-in-out;
    }
    .toggleBtn:hover {
        color: white;
    }

    .nav-items {
        position: absolute;
        flex-direction: column;
        gap: 55px;
        margin: 0;
        padding: 0;
        width: 100%;
        top: 0;
        right: 0;
        height: 100vh;
        background-color: #429eb8;
        z-index: 999;
        font-size: 18px;
        transition: right .3s ease-in-out;
    }
    .nav-item.left .nav-gp {
        display: flex;
        flex-direction: column;
        gap: 55px;
        align-items: center;
    }
    .nav-items.closed {
        right: -100%;
    }

    .nav-item.svg {
        display: block;
        top: 1em;
        right: 1em;
        position: absolute;
        width: 50px;
        z-index: 9999;
        color: #2d2d2d;
        margin-right: 0;
    }
    .nav-item.svg:hover {
        transition: color 0.3s ease-in-out;
        color: white;
    }

    .navbar img {
        margin-right: auto;
        margin-top: -0.5em;
        width: 9%;
        margin-left: -1.5em;
    }
}
