    /* first-banner */
    
    @media (min-width: 992px) {
        .first-banner {
            /* display: flex; */
            /* align-items: start; */
            margin-top: 100px;
            position: relative;
        }
        .first-banner .text-div {
            z-index: 10;
            padding-left: 50px;
        }
        .first-banner .text-div h1 {
            font-size: 40px;
            font-family: "Yekan1"!important;
        }
        .first-banner .text-div p {
            font-size: 16px;
            line-height: 27px;
            color: #333333;
            text-align: justify;
        }
        .first-banner .text-div .first-btn {
            text-decoration: none;
            /* background-color: #fca311; */
            background: linear-gradient(45deg, #f8c167, #fc9611);
            width: 200px;
            height: 55px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 18px;
            z-index: 10;
            margin-top: 0px;
        }
        .first-banner .text-div .second-btn {
            text-decoration: none;
            /* background-color: #32CD32; */
            background: linear-gradient(45deg, #3bbee6, #8ddff8);
            width: 200px;
            height: 55px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 18px;
            margin-right: 20px;
            z-index: 10;
            margin-top: 0px;
        }
        .first-banner .text-div .second-btn i {
            margin-right: 10px;
            font-size: 14px;
        }
        .first-banner .text-div .first-btn i {
            margin-right: 10px;
            font-size: 14px;
        }
        .first-banner .image {
            z-index: 10;
            height: 100%;
        }
        .first-banner .image .dome {
            width: 95%;
            position: relative;
        }
        .first-banner .image .dome img {
            width: 100%;
            z-index: 10000;
            position: relative;
        }
        /* .first-banner .image .dome::before {
        width: 100%;
        position: absolute;
        height: 20%;
        background-color: red;
        content: "";
        bottom: 0px;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
    } */
        .first-banner .image .dome::after {
            width: 100%;
            height: 100%;
            border-top-left-radius: 50%;
            border-top-right-radius: 50%;
            border-bottom: 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            /* background-color: #fca311; */
            background: linear-gradient(45deg, #fc9611, #f8c167, #fc9611);
            position: absolute;
            content: "";
            top: 0px;
            right: 0;
            border-bottom-left-radius: 30px;
            border-bottom-right-radius: 30px;
        }
        .first-banner .bottom-div {
            width: 100%;
            /* background: linear-gradient(45deg, #51c5e9, #a2e1f5, #3cbbe2); */
            background: linear-gradient(45deg, #113fb4, #5278d8, #113fb4);
            border-radius: 35px;
            height: 200px;
            content: "";
            position: absolute;
            /* bottom: -100px; */
            right: 0px;
            z-index: 1;
            overflow: hidden;
            display: flex;
            bottom: -19%;
        }
        .first-banner .service .serv-item {
            width: 30%;
            text-align: center;
            /* background: linear-gradient(45deg, #3bbee6, #8ddff8); */
            background: linear-gradient(45deg, #fc9611, #f8c167);
            border-radius: 15px;
            padding: 10px;
        }
        .first-banner .service .serv-item img {
            width: 50px;
        }
        .first-banner .service .serv-item h6 {
            color: white;
            font-size: 20px;
            margin-top: 20px;
        }
    }
    
    @media (max-width: 992px) {
        .first-banner {
            /* display: flex; */
            /* align-items: start; */
            margin-top: 100px;
            position: relative;
        }
        .first-banner .text-div {
            z-index: 10;
            padding-left: 0px;
            margin-top: 30px;
        }
        .first-banner .text-div h1 {
            font-size: 40px;
            font-family: "Yekan1"!important;
        }
        .first-banner .text-div p {
            font-size: 16px;
            line-height: 27px;
            color: #333333;
            text-align: justify;
        }
        .first-banner .text-div .first-btn {
            text-decoration: none;
            /* background-color: #fca311; */
            background: linear-gradient(45deg, #f8c167, #fc9611);
            width: calc(50% - 10px);
            height: 55px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 18px;
            z-index: 10;
            margin-top: 0px;
        }
        .first-banner .text-div .second-btn {
            text-decoration: none;
            /* background-color: #32CD32; */
            background: linear-gradient(45deg, #3bbee6, #8ddff8);
            width: calc(50% - 10px);
            height: 55px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 18px;
            margin-right: 20px;
            z-index: 10;
            margin-top: 0px;
        }
        .first-banner .text-div .second-btn i {
            margin-right: 10px;
            font-size: 14px;
        }
        .first-banner .text-div .first-btn i {
            margin-right: 10px;
            font-size: 14px;
        }
        .first-banner .image {
            z-index: 10;
            height: 100%;
        }
        .first-banner .image .dome {
            width: 100%;
            position: relative;
        }
        .first-banner .image .dome img {
            width: 100%;
            z-index: 10000;
            position: relative;
        }
        /* .first-banner .image .dome::before {
        width: 100%;
        position: absolute;
        height: 20%;
        background-color: red;
        content: "";
        bottom: 0px;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
    } */
        .first-banner .image .dome::after {
            width: 100%;
            height: 100%;
            border-top-left-radius: 50%;
            border-top-right-radius: 50%;
            border-bottom: 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            /* background-color: #fca311; */
            background: linear-gradient(45deg, #fc9611, #f8c167, #fc9611);
            position: absolute;
            content: "";
            top: 0px;
            right: 0;
            border-bottom-left-radius: 30px;
            border-bottom-right-radius: 30px;
        }
        .first-banner .bottom-div {
            width: 100%;
            /* background: linear-gradient(45deg, #51c5e9, #a2e1f5, #3cbbe2); */
            background: linear-gradient(45deg, #113fb4, #5278d8, #113fb4);
            border-radius: 20px;
            /* height: 200px; */
            content: "";
            position: relative;
            /* bottom: -100px; */
            right: 0px;
            z-index: 1;
            overflow: hidden;
            display: flex;
            margin-top: 30px;
        }
        .first-banner .bottom-div .img-back-div {
            position: absolute;
            width: 100%;
            height: 100%;
        }
        .first-banner .service .serv-item {
            width: 30%;
            text-align: center;
            background: linear-gradient(45deg, #fc9611, #f8c167);
            border-radius: 15px;
            padding: 10px;
        }
        .first-banner .service .serv-item img {
            width: 40px;
        }
        .first-banner .service .serv-item h6 {
            color: white;
            font-size: 16px;
            margin-top: 10px;
        }
    }
    /* price-plan */
    
    @media (min-width: 992px) {
        #plan {
            margin-top: 250px;
        }
        #plan h5 {
            font-family: "Yekan1"!important;
            font-size: 40px;
            color: #000662 !important;
            z-index: 1;
            position: relative;
        }
        #plan h5::before {
            content: "";
            background: #192d51;
            -webkit-filter: blur(25px);
            width: 140px;
            height: 20px;
            position: absolute;
            top: 0px;
            right: 50px;
        }
        .swiper-title h2 {
            color: #5278d8;
            text-align: center;
            font-size: 40px;
            font-family: "Yekan1" !important;
        }
    }
    
    @media (max-width: 992px) {
        #plan {
            margin-top: 120px;
        }
        #plan h5 {
            font-family: "Yekan1"!important;
            font-size: 40px;
            color: #000662 !important;
            z-index: 1;
            position: relative;
        }
        #plan h5::before {
            content: "";
            background: #0512ce;
            -webkit-filter: blur(25px);
            width: 140px;
            height: 20px;
            position: absolute;
            top: 0px;
            right: 50px;
        }
        .swiper-title h2 {
            color: #5278d8;
            text-align: center;
            font-size: 30px;
            font-family: "Yekan1" !important;
        }
    }
    /* services */
    
    @media (min-width: 992px) {
        .service-item {
            margin-top: 50px;
        }
        .service-item .img {
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .service-item .img img {
            width: 70%;
        }
        .service-item .text-serv h6 {
            font-size: 20px;
            color: rgb(170, 170, 170);
        }
        .service-item .text-serv h1 {
            font-size: 22px;
            font-family: "Yekan1" !important;
            margin-top: 20px;
        }
        .service-item .text-serv p {
            font-size: 16px;
            margin-top: 20px;
            text-align: justify;
            line-height: 30px;
        }
    }
    
    @media (max-width: 992px) {
        .service-item {
            margin-top: 50px;
        }
        .service-item .img {
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .service-item .img img {
            width: 70%;
        }
        .service-item .text-serv h6 {
            font-size: 20px;
            color: rgb(170, 170, 170);
        }
        .service-item .text-serv h1 {
            font-size: 22px;
            font-family: "Yekan1" !important;
            margin-top: 20px;
        }
        .service-item .text-serv p {
            font-size: 16px;
            margin-top: 20px;
            text-align: justify;
            line-height: 30px;
        }
    }