@media (min-width: 1200px) {
    .first-banner-div {
        background-color: #002570;
        position: relative;
        z-index: 1;
        height: 500px;
    }
    .first-banner-div::after {
        position: absolute;
        width: 100%;
        height: 200px;
        background-color: #002570;
        border-bottom-left-radius: 50%;
        border-bottom-right-radius: 50%;
        bottom: -120px;
        content: "";
        z-index: 10;
    }
    .first-banner-div .div-end {
        background: linear-gradient(180deg, #5bc0ec, #0e98c6);
        width: 70%;
        height: 300px;
        position: absolute;
        z-index: 100000000;
        border-radius: 40px;
        bottom: -250px;
    }
    .first-banner-div .div-end .back-banner {
        left: 5px;
        position: absolute;
        bottom: 0px;
    }
    .first-banner-div .div-end .static {
        padding-right: 40px;
        padding-top: 60px;
    }
    .first-banner-div .div-end .static h6 {
        color: white;
        font-family: "Yekan1" !important;
        font-size: 30px;
    }
    .first-banner-div .div-end .static .people {
        width: 300px;
        margin-top: 30px;
    }
    .first-banner {
        margin-top: 0px;
    }
    .first-banner .text {
        padding-left: 30px;
        margin-top: 70px;
        z-index: 100000;
    }
    .first-banner .text h1 {
        font-family: "Yekan1" !important;
        font-size: 45px;
        position: relative;
        color: white;
    }
    .first-banner .text h1 span {
        /* color: #017eff; */
        color: #0e98c6;
    }
    .first-banner .text h1 img {
        width: 30px;
        position: absolute;
        left: 60px;
        rotate: -25deg;
        top: -20px;
    }
    .first-banner .text p {
        font-size: 18px;
        line-height: 35px;
        margin-top: 20px;
        text-align: justify;
        color: white;
    }
    .first-banner .text .panel-btn {
        width: 200px;
        background: linear-gradient(180deg, #5bc0ec, #0e98c6);
        border-radius: 15px;
        height: 50px;
        color: white;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }
    .first-banner .text .service-btn {
        width: 200px;
        background-color: #ff862d;
        border-radius: 15px;
        height: 50px;
        color: white;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 20px;
        margin-top: 20px;
    }
    .first-banner .img {
        padding-right: 30px;
    }
    .first-banner .img img {
        width: 100%;
        left: 0px;
        position: relative;
    }
}

@media (max-width: 1200px) {
    .first-banner-div {
        background-color: #002570;
        position: relative;
        z-index: 100000;
        height: 500px;
    }
    .first-banner-div::after {
        position: absolute;
        width: 100%;
        height: 200px;
        background-color: #002570;
        border-bottom-left-radius: 50%;
        border-bottom-right-radius: 50%;
        bottom: -120px;
        content: "";
        z-index: 10;
    }
    .first-banner-div .div-end {
        background: linear-gradient(180deg, #5bc0ec, #0e98c6);
        width: 75%;
        height: 300px;
        position: absolute;
        z-index: 100000000;
        border-radius: 40px;
        bottom: -250px;
    }
    .first-banner-div .div-end .back-banner {
        left: 5px;
        position: absolute;
        bottom: 0px;
        width: 400px;
    }
    .first-banner-div .div-end .static {
        padding-right: 40px;
        padding-top: 60px;
    }
    .first-banner-div .div-end .static h6 {
        color: white;
        font-family: "Yekan1" !important;
        font-size: 30px;
    }
    .first-banner-div .div-end .static .people {
        width: 300px;
        margin-top: 30px;
    }
    .first-banner {
        margin-top: 0px;
    }
    .first-banner .text {
        padding-left: 30px;
        margin-top: 70px;
        z-index: 100000;
    }
    .first-banner .text h1 {
        font-family: "Yekan1" !important;
        font-size: 45px;
        position: relative;
        color: white;
    }
    .first-banner .text h1 span {
        /* color: #017eff; */
        color: #0e98c6;
    }
    .first-banner .text h1 img {
        width: 30px;
        position: absolute;
        left: 60px;
        rotate: -25deg;
        top: -20px;
    }
    .first-banner .text p {
        font-size: 18px;
        line-height: 35px;
        margin-top: 20px;
        text-align: justify;
        color: white;
    }
    .first-banner .text .panel-btn {
        width: 200px;
        background: linear-gradient(180deg, #5bc0ec, #0e98c6);
        border-radius: 15px;
        height: 50px;
        color: white;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }
    .first-banner .text .service-btn {
        width: 200px;
        background-color: #ff862d;
        border-radius: 15px;
        height: 50px;
        color: white;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 20px;
        margin-top: 20px;
    }
    .first-banner .img {
        padding-right: 30px;
    }
    .first-banner .img img {
        width: 100%;
        left: 0px;
        position: relative;
    }
}

@media (max-width: 991px) {
    .first-banner-div {
        background-color: #002570;
        position: relative;
        z-index: 100000;
        height: 500px;
    }
    .first-banner-div::after {
        position: absolute;
        width: 100%;
        height: 200px;
        background-color: #002570;
        border-bottom-left-radius: 50%;
        border-bottom-right-radius: 50%;
        bottom: -120px;
        content: "";
        z-index: 10;
    }
    .first-banner-div .div-end {
        background: linear-gradient(180deg, #5bc0ec, #0e98c6);
        width: 70%;
        height: 300px;
        position: absolute;
        z-index: 100000000;
        border-radius: 40px;
        bottom: -220px;
    }
    .first-banner-div .div-end .back-banner {
        left: 0px;
        position: relative !important;
        bottom: 0px;
        width: 160px;
        margin-top: 13px;
    }
    .first-banner-div .div-end .static {
        padding-right: 20px;
        padding-top: 20px;
        text-align: center;
    }
    .first-banner-div .div-end .static h6 {
        color: white;
        font-family: "Yekan1" !important;
        font-size: 22px;
    }
    .first-banner-div .div-end .static .people {
        width: 200px;
        margin-top: 10px;
        display: none;
    }
    .first-banner {
        margin-top: -70px !important;
    }
    .first-banner .text {
        padding-left: 10px;
        padding-top: 70px;
        z-index: 100000;
    }
    .first-banner .text h1 {
        font-family: "Yekan1" !important;
        font-size: 28px;
        position: relative;
        color: white;
    }
    .first-banner .text h1 span {
        /* color: #017eff; */
        color: #0e98c6;
    }
    .first-banner .text h1 img {
        width: 30px;
        position: absolute;
        left: 60px;
        rotate: -25deg;
        top: -20px;
    }
    .first-banner .text p {
        font-size: 14px;
        line-height: 35px;
        margin-top: 20px;
        text-align: justify;
        color: white;
    }
    .first-banner .text .panel-btn {
        width: 200px;
        background: linear-gradient(180deg, #5bc0ec, #0e98c6);
        border-radius: 15px;
        height: 50px;
        color: white;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }
    .first-banner .text .service-btn {
        width: 200px;
        background-color: #ff862d;
        border-radius: 15px;
        height: 50px;
        color: white;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 20px;
        margin-top: 20px;
    }
    .first-banner .img {
        padding-right: 30px;
    }
    .first-banner .img img {
        width: 100%;
        left: 0px;
        position: relative;
    }
}


/* services */

@media (min-width: 991px) {
    .service {
        /* background-color: #ecf7fb; */
        padding-top: 50px;
        padding-bottom: 50px;
        margin-top: 300px;
    }
    .service .title {
        /* background-color: #ecf7fb; */
    }
    .service .title h2 {
        font-family: "Yekan1" !important;
        font-size: 35px;
        position: relative;
        margin-bottom: 30px;
    }
    .service .title h2 span {
        color: #0e98c6;
    }
    .service .services-div .item {
        border-radius: 15px;
        background-color: white;
        box-shadow: #0071bc17 0px 1px 20px;
        width: 250px;
        height: 250px;
        text-align: center;
        padding: 30px;
        margin-top: 30px;
    }
    .service .services-div .item .img {
        background: linear-gradient(180deg, #5bc0ec, #0e98c6);
        width: 80px;
        height: 80px;
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .service .services-div .item .img img {
        width: 50%;
        filter: invert(1) brightness(2);
    }
    .service .services-div .item h3 {
        font-size: 20px;
        margin-top: 20px;
        font-weight: 900;
    }
    .service .services-div .item p {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .service {
        /* background-color: #ecf7fb; */
        padding-top: 50px;
        padding-bottom: 50px;
        margin-top: 250px;
    }
    .service .title {
        /* background-color: #ecf7fb; */
    }
    .service .title h2 {
        font-family: "Yekan1" !important;
        font-size: 27px;
        position: relative;
        margin-bottom: 30px;
    }
    .service .title h2 span {
        color: #0e98c6;
    }
    .service .services-div .item {
        border-radius: 15px;
        background-color: white;
        box-shadow: #0071bc17 0px 1px 20px;
        width: 45%;
        text-align: center;
        padding: 20px;
        margin-top: 30px;
    }
    .service .services-div .item .img {
        background: linear-gradient(180deg, #5bc0ec, #0e98c6);
        width: 50px;
        height: 50px;
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .service .services-div .item .img img {
        width: 50%;
        filter: invert(1) brightness(2);
    }
    .service .services-div .item h3 {
        font-size: 16px;
        margin-top: 20px;
        font-weight: 900;
    }
    .service .services-div .item p {
        font-size: 12px;
    }
}


/* about */

@media (min-width: 991px) {
    .about-div {
        padding-top: 20px;
        padding-bottom: 30px;
        background-color: #ecf7fb;
        margin-top: 100px;
    }
    .about h3 {
        font-size: 35px;
        font-weight: 900;
        font-family: "Yekan1" !important;
    }
    .about p {
        font-size: 16px;
        line-height: 30px;
        margin-top: 30px;
        text-align: justify;
    }
}

@media (max-width: 991px) {
    .about-div {
        padding-top: 30px;
        padding-bottom: 30px;
        background-color: #ecf7fb;
        margin-top: 100px;
    }
    .about h3 {
        font-size: 30px;
        font-weight: 900;
        font-family: "Yekan1" !important;
    }
    .about p {
        font-size: 16px;
        line-height: 30px;
        margin-top: 30px;
        text-align: justify;
    }
    .about img {
        width: 70% !important;
    }
    .about .mt-lg-0 {
        display: flex;
        justify-content: center;
    }
}


/* cafinets */

@media (min-width: 991px) {
    .cafinets {
        margin-top: 100px;
    }
    .cafinets .title h2 {
        font-family: "Yekan1" !important;
        font-size: 35px;
        line-height: 60px;
    }
    .cafinets .title h2 span {
        color: #0e98c6;
    }
    .cafinets .title a {
        width: 150px;
        height: 50px;
        background-color: #002570;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        border-radius: 15px;
    }
    .cafinets .item {
        width: 300px;
        background-color: white;
        box-shadow: #0071bc17 0px 1px 20px;
        border-radius: 15px;
        padding: 15px;
    }
    .cafinets .item h2 {
        font-family: 'Yekan-bold' !important;
        font-size: 20px;
        color: #000;
    }
    .cafinets .item .score {
        background-color: #ecf7fb;
        border-radius: 35px;
        width: 45px;
        height: 70px;
        text-align: center;
        padding-top: 10px;
    }
    .cafinets .item .score i {
        color: #0e98c6;
        font-size: 22px;
    }
    .cafinets .item .score h6 {
        color: #0e98c6;
        font-size: 16px;
        margin-top: 2px;
    }
    .cafinets .item .img {
        margin-top: 20px;
        display: flex;
        justify-content: center;
        position: relative;
    }
    .cafinets .item .img span {
        border-radius: 50%;
        width: 180px;
        height: 180px;
        border: 2px solid #0e98c63a;
        position: absolute;
        top: -10px;
    }
    .cafinets .item .img img {
        border-radius: 50%;
        width: 160px;
        height: 160px;
        object-fit: cover;
    }
    .cafinets .item .detail {
        margin-top: 40px;
    }
    .cafinets .item .detail .show {
        background-color: #0e98c6;
        width: 120px;
        height: 35px;
        border-radius: 35px;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 14px;
    }
    .cafinets .item .detail .other-btn a {
        /* background-color: #eeeeee; */
        background-color: #0025701c;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #002570;
        font-size: 14px;
    }
    .cafinets .item .detail .other-btn a:hover {
        border: 1px solid #002570;
    }
    .cafinets .item .detail .other-btn a img {
        width: 14px;
        height: 14px;
    }
}

@media (max-width: 991px) {
    .cafinets {
        margin-top: 100px;
    }
    .cafinets .title h2 {
        font-family: "Yekan1" !important;
        font-size: 26px;
        line-height: 40px;
    }
    .cafinets .title h2 span {
        color: #0e98c6;
    }
    .cafinets .title a {
        width: 130px;
        height: 50px;
        background-color: #002570;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        border-radius: 15px;
        font-size: 14px;
    }
    .cafinets .item {
        width: 210px;
        background-color: white;
        box-shadow: #0071bc17 0px 1px 20px;
        border-radius: 15px;
        padding: 10px;
    }
    .cafinets .item h2 {
        font-family: 'Yekan-bold' !important;
        font-size: 16px;
        color: #000;
    }
    .cafinets .item .score {
        background-color: #ecf7fb;
        border-radius: 35px;
        width: 35px;
        height: 50px;
        text-align: center;
        padding-top: 10px;
    }
    .cafinets .item .score i {
        color: #0e98c6;
        font-size: 20px;
    }
    .cafinets .item .score h6 {
        color: #0e98c6;
        font-size: 14px;
        margin-top: 2px;
    }
    .cafinets .item .img {
        margin-top: 10px;
        display: flex;
        justify-content: center;
        position: relative;
    }
    .cafinets .item .img span {
        border-radius: 50%;
        width: 140px;
        height: 140px;
        border: 2px solid #0e98c63a;
        position: absolute;
        top: -10px;
    }
    .cafinets .item .img img {
        border-radius: 50%;
        width: 120px;
        height: 120px;
        object-fit: cover;
    }
    .cafinets .item .detail {
        margin-top: 40px;
    }
    .cafinets .item .detail .show {
        background-color: #0e98c6;
        width: 100px;
        height: 30px;
        border-radius: 35px;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 14px;
    }
    .cafinets .item .detail .other-btn a {
        /* background-color: #eeeeee; */
        background-color: #0025701c;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #002570;
        font-size: 14px;
    }
    .cafinets .item .detail .other-btn a:hover {
        border: 1px solid #002570;
    }
    .cafinets .item .detail .other-btn a img {
        width: 14px;
        height: 14px;
    }
}


/* road-map */

@media (min-width: 991px) {
    .road-map {
        width: 100%;
        /* height: 600px; */
        background-color: #002570;
        border-radius: 35px;
        margin-top: 100px;
    }
    .road-map .img {
        /* margin-top: 40px; */
        position: relative;
    }
    .road-map .img img {
        position: absolute;
        bottom: 0px;
        width: 100%;
    }
    .road-map .road {
        padding: 30px;
    }
    .road-map .road h2 {
        color: white;
        font-family: "Yekan1" !important;
    }
    .road-map .road .item {
        display: flex;
        align-items: center;
        margin-top: 30px;
    }
    .road-map .road .item h6 {
        color: white;
        font-family: "Yekan-bold" !important;
        font-size: 22px;
        margin-top: 30px;
    }
    .road-map .road .item span {
        width: 40px;
        height: 40px;
        background-color: #ff862d;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 20px;
        margin-top: 20px;
        margin-left: 10px;
    }
}

@media (max-width: 991px) {
    .road-map {
        width: 85%;
        /* height: 600px; */
        background-color: #002570;
        border-radius: 35px;
        margin-top: 100px;
    }
    .road-map .img {
        /* margin-top: 40px; */
        position: relative;
        display: flex;
        justify-content: center;
    }
    .road-map .img img {
        position: relative;
        bottom: 0px;
        width: 70%;
    }
    .road-map .road {
        padding: 20px;
    }
    .road-map .road h2 {
        color: white;
        font-family: "Yekan1" !important;
        font-size: 20px;
    }
    .road-map .road .item {
        display: flex;
        align-items: center;
        margin-top: 10px;
    }
    .road-map .road .item h6 {
        color: white;
        font-family: "Yekan-bold" !important;
        font-size: 16px;
        margin-top: 15px;
    }
    .road-map .road .item span {
        width: 30px;
        height: 30px;
        background-color: #ff862d;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 16px;
        margin-top: 5px;
        margin-left: 10px;
    }
}