@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800&family=Manrope:wght@200;300;400;500;600;700;800&family=Marcellus+SC&family=Montserrat:wght@200;300;400;500;600;700&family=Open+Sans:wght@300&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
    text-decoration: none;
}
body{
    background-color: #171921;
}
.frame-container {
    width: 100%;
    overflow: hidden;
    /* position: relative; */
}

.frame-header {
    position: relative;
    width: 100%;
    height: 100vh;
    max-height: 1080px;
    background: var(--Black, #0F1115);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.frame-header-blur1 {
    position: absolute;
    top: 0;
    left: 18%;
    width: 627.767px;
    height: 627.767px;
    transform: rotate(2.486deg);
    border-radius: 627.767px;
    opacity: 0.2;
    background: #23ED1F;
    mix-blend-mode: hard-light;
    filter: blur(150px);
}

.frame-header-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 5rem;
}

/* .frame-header-text {
    display: grid;
    justify-content: center;
    margin: auto;
} */

.frame-header-blur2 {
    position: absolute;
    top: 10%;
    right: 10%;
    width: 919.964px;
    height: 919.964px;
    transform: rotate(2.486deg);
    border-radius: 919.964px;
    opacity: 0.2;
    background: #1FC8ED;
    mix-blend-mode: hard-light;
    filter: blur(150px);
}

.frame-header-h01 {
    width: 100%;
    max-width: 600px;
    height: 96px;
}

.frame-header-h2 {
    color: var(--White, #FFF);
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.frame-header-p {
    color: var(--White, #FFF);
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.frame-main {
    display: flex;
    justify-content: center;
    margin-top: 0rem;
    padding: 20px;
}
input::placeholder{
    color: white;
}
.frame-main-cards {
    display: flex;
    align-items: center;
}

.fram-cards-left {
    width: 100%;
    max-width: 420px;
    margin: 5.5rem;
}

.fram-cards-left h6 {
    color: var(--blue, #4D6180);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.48px;
    margin-bottom: 2rem;
}

.fram-cards-left p {
    color: var(--Black, #0F1115);
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.72px;
}

.frame-main-cards2 {
    display: none;
    padding: 20px;
}

.frame-main-medium {
    width: 100%;
}

.frame-mm-card {
    display: flex;
    justify-content: center;
    padding-top: 200px;
    margin: auto;
    max-width: 1250px;
    width: 100%;
    padding: 20px;
}

.frame-card-cards {
    width: 291.25px;
    height: 329px;
    padding: 2rem;
    border-radius: 20px;
    background: var(--White, #FFF);
    margin: 0.5rem;
}

.frame-card-cards1 {
    width: 291.25px;
    height: 329px;
    padding: 2rem;
    border-radius: 20px;
    background: var(--blue, #4D6180);
    margin: 0.5rem;
}

.frame-card-cards1 h6 {
    color: var(--Gray, #E6E8ED);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.48px;
    margin-bottom: 3rem;
}

.frame-card-cards1 p {
    color: var(--White, #FFF);
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.72px;
}

.frame-card-cards h6 {
    color: var(--Black, #0F1115);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
}

.frame-card-cards p {
    color: var(--blue, #4D6180);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
}

.frame-med-main-text {
    width: 100%;
    max-width: 680px;
}

.frame-med-main-text h6 {
    color: var(--blue, #4D6180);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.48px;
}

.frame-med-main-text p {
    color: var(--Black, #0F1115);
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.72px;
}

.fram-main-med-btns {
    margin-top: 150px !important;
    display: flex;
    /* width: 100%;
    max-width: 942px; */
    padding: 50px 20px 100px 20px;
    flex-direction: column;
    /* align-items: center; */
    gap: 10px;
    margin: auto;
    justify-content: center;
    max-width: 1250px;
    width: 100%;
}

.frame-med-btns {
    display: flex;
    text-align: left;
    justify-content: center;
}
*{
    box-sizing: border-box;
}
.frame-main-medium {
    width: 100%;
    background: url(../img/bg2.png);
    background-repeat: no-repeat;
    background-size: 100% 100% !important;
    padding-bottom: 60px;
}

.frame-btn-div,
.frame-btn-div2,
.frame-btn-div3,
.frame-btn-div4 {
    display: flex;
    width: 291.25px;
    height: 89px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    color: var(--White, #FFF);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 20px;
    background: var(--blue, #4D6180);
    margin: 0.3rem;
}

.fream-main-end {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
}

.frame-end-right {
    margin-top: 5rem;
    width: 580px;
    height: 737px;
    margin-left: 5rem;
    z-index: 10;
}

.frame-end-left-h1 p {
    color: var(--White, #FFF);
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.2px;
    padding-left: 25%;
}
.for_back_white_div{
    background-color: #F8F8FA;
}
.main-end-big {
    padding: 20px !important;
    position: relative;
    width: 100%;
    /* min-height: 109vh; */
    padding: 2rem 0 0 0;
    /* overflow: hidden; */
}   
.frame-main{
    background-color: white;
}
.frame-end-left-h2 {
    display: none;
}

.frame-end-right-text ul li span {
    color: var(--White, #FFF);
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.6px;
}

.frame-end-right-text ul li {
    color: rgba(230, 232, 237, 0.60);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    margin-bottom: 2rem;
}

.frame-end-right-text {
    margin-bottom: 4rem;
}

.frame-end-inp-h1 p {
    color: var(--White, #FFF);
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    margin-bottom: 2rem;
}

.frame-end-blur1 {
    position: absolute;
    top: 0;
    left: 5%;
    width: 627.767px;
    height: 627.767px;
    transform: rotate(2.486deg);
    border-radius: 627.767px;
    opacity: 0.2;
    background: #23ED1F;
    mix-blend-mode: hard-light;
    filter: blur(150px);
}

.frame-end-blur2 {
    position: absolute;
    bottom: 0;
    right: 10%;
    width: 919.964px;
    height: 919.964px;
    transform: rotate(2.486deg);
    border-radius: 919.964px;
    opacity: 0.2;
    background: #1FC8ED;
    mix-blend-mode: hard-light;
    filter: blur(150px);
}

.frame-end-inp {
    display: block;
    margin-bottom: 1rem;
}

.frame-end-img {
    position: absolute;
    left: -200px;
    bottom: 22%;
}


.frame-end-inp input {
    width: 100%;
    max-width: 380px;
    height: 60px;
    border-radius: 20px;
    border: 1px solid var(--blue, #4D6180);
    margin: 0.2rem;
    padding-left: 1rem;
    background: transparent;
    color: var(--White, #FFF);
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.42px;
}

.frame-end-inp-btns p {
    width: 100%;
    max-width: 380px;
    color: var(--blue, #4D6180);
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.36px;
    margin-bottom: 2rem;
}
.frame-end-inp-btns button:hover{
    background: white;
    color: black;
}
.frame-end-inp-btns p span {
    color: var(--blue, #4D6180);
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.36px;
    text-decoration-line: underline;
    cursor: pointer;
} 

.frame-end-inp-btns button {
    width: 200px;
    height: 50px;
    border-radius: 30px;
    border: 1px solid var(--White, #FFF);   
    background: transparent;
    color: var(--White, #FFF);
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.42px;
    transition: 0.5s;
}

.frame-end-img2 {
    display: none;
}

.frame-end-input {
    width: 100%;
    max-width: 388px;   
}
.swiper-button-next{
    right: 0 !important;
    top: 60px !important;
}
.swiper-button-prev{
    right: 40px !important;
    top: 60px !important;
    left: auto !important;
}
.main_4_second .swiper{
    overflow: visible;
    overflow-x: hidden;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    content: none !important;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    content: none !important;
}
.fram-main-med-btns .mySwiper{
    display: none;
}

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-backface-hidden .swiper-slide{
    transform: none !important;
  }

.fram-footer {
    width: 100%;
    padding: 0 0 60px 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background: transparent;
    gap: 40px;
    margin-top: 10%;
}

.fram-footer-links ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.fram-footer-links ul li {
    list-style: none;
    color: var(--Black, #FFF);
    font-family: 'Manrope' sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.36px;
    margin: 1rem;
    cursor: pointer;
    position: relative;
    z-index: 1111;
}

.fram-footer-links2 p {
    color: var(--Black, #FFF);
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.36px;
    margin-top: 0.5rem;
}

.fram-footer-links2 p i {
    margin-right: 0.5rem;
}











/* media section */
@media(max-width:675px){
    .frame-main-medium{
        background: url("../img/675img.png") !important;
        padding-bottom: 120px !important;
        background-size: 100% 100% !important;
    }
}
@media (max-width:1280px) {
    .frame-header{
        height: 720px;
    }
    .frame-end-img {
        position: absolute;
        left: -400px;
        bottom: 20%;
    }
    .frame-main-medium{
        background: url("../img/1280img.png");
        padding-bottom: 120px;
    }
}

@media (max-width:1024px) {
    .frame-header{
        height: 1360px;
    }
    .frame-main-medium{
        background: url("../img/1024img.png");
    }
    .fram-cards-right img {
        width: 460px;
    }

    .fram-main-med-btns .mySwiper{
        display: flex !important;
        padding-top: 90px;
    }
    .frame-btn-div, .frame-btn-div2, .frame-btn-div3, .frame-btn-div4{
        width: 100%;
        margin: 0;
    }
    .fram-main-med-btns .swiper{
        overflow: visible;
    overflow-x: hidden;
    }
    .frame-med-btns{
        display: none;
    }
    .frame-end-img {
        position: absolute;
        left: -500px;
        bottom: 18%;
    }

    .fram-cards-left {
        width: 100%;
        max-width: 420px;
        margin: 4rem;
    }

    .frame-card-cards {
        width: 291.25px;
        height: 388px;
        padding: 2rem;
        border-radius: 20px;
        background: var(--White, #FFF);
        margin: 0.2rem;
    }

    .frame-card-cards1 {
        width: 291.25px;
        height: 388px;
        padding: 1rem;
        border-radius: 20px;
        background: var(--blue, #4D6180);
        margin: 0.2rem;
    }

    .frame-mm-card {
        display: flex;
    }
}
@media(max-width:360px){
    .frame-card-cards1 p{
        font-size: 20px;
    }
    .frame-header{
        height: 560px !important;
    }
}
@media (max-width:1000px) {
    .fream-main-end{
        height: 1550px;
        /* overflow-x: hidden; */
    }

    .frame-card-cards {
        width: 291.25px;
        height: 388px;
        padding: 2rem;
        border-radius: 20px;
        background: var(--White, #FFF);
        margin: 0.5rem;
    }

    .frame-card-cards1 {
        width: 291.25px;
        height: 388px;
        padding: 1.5rem;
        border-radius: 20px;
        background: var(--blue, #4D6180);
        margin: 0.5rem;
    }

    .frame-mm-card {
        display: flex;
        flex-wrap: wrap;
    }

    .frame-end-input {
        width: 100%;
        max-width: 388px;
        margin-top: 3rem;
    }

    .frame-end-right {
        margin-top: 5rem;
        width: 580px;
        height: 737px;
        margin-left: 0;
        z-index: 10;
    }

    .frame-end-img {
        display: none;
    }

    .frame-end-left-h2 {
        display: flex;
        color: var(--White, #FFF);
        font-family: Montserrat;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 1.2px;
        margin-bottom: 2rem;
    }

    .frame-end-img2 {
        display: flex;
        margin-left: -20%;
    }

    .frame-end-img2 img {
        width: 100%;
        max-width: 876px;
        /* height: 445px; */
    }

    .frame-end-img {
        display: none;
    }

    .frame-end-left-h1 {
        display: none;
    }

    .frame-main-cards {
        display: none;
    }

    .frame-main-cards2 {
        display: block;
    }
    .fram-cards-left2 {
        width: 100%;
        max-width: 420px;
    }
    
    .fram-cards-left2 h6 {
        color: var(-2blue, #4D6180);
        font-family: Manrope;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.48px;
        margin-bottom: 2rem;
        margin-top: 1rem;
    }

    /* .frame-btn-div {
        display: none;
    } */
    
    .fram-cards-left2 p {
        color: var(-2Black, #0F1115);
        font-family: Montserrat;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.72px;
        margin-bottom: 3rem;
    }

    .frame-end-right {
        width: 100%;
        padding: 1rem;
    }
}

@media (max-width:700px) {
    .fream-main-end{
        padding: 1rem;
        height: 1490px;
    }
}

@media (max-width:600px) {
    .fream-main-end{
        padding: 0rem;
        height: 1400px;
    }
    .fram-footer-links ul li{
        margin-left: 0;
    }
    .fram-footer {
        padding: 1rem;
        display: block;
    }

    .frame-end-img2 {
        width: 100%;
        max-width: 876px;
    }

    .frame-end-inp-h1 p {
        font-size: 25px;
    }

    .frame-header-h01 p {
        font-size: 40px;
    }
    .frame-end-input {
        width: 100%;
        max-width: 420px;
        margin-top: 3rem !important;
        margin: auto;
    }

    .frame-end-input input {
        width: 100%;
    }

    .frame-mm-card {
        display: block;
        padding: 20px;
    }

    .frame-end-inp-btns button {
        width: 100%;
        max-width: 380px;
    }

    .frame-end-right-text {
        padding: 1rem;
    }

    .frame-end-right {
        margin-top: 5rem;
        width: 100%;
        max-width: 580px;
        height: 737px;
        /* margin-left: 5rem; */
        z-index: 10;
    }

    .frame-card-cards1,
    .frame-card-cards {
        width: 100%;
        min-height: 178px;
        height: auto;
        margin: 0;
        margin-top: 1rem;
    }

    .frame-cards-text {
        align-items: flex-end;
    }

    .frame-main-cards2 {
        width: 100%;
    }
    
    .fram-cards-right img {
        width: 100%;
    }

    .fram-cards-left2 {
        color: #4D6180;
        margin-top: 2rem;
    }

    .frame-main {
        display: block;
        padding: 0;
    }
}

@media (max-width:428px) {
    .frame-header{
        height: 920px;
    }
    .frame-header-h01 p {
        text-align: center;
        font-size: 28px;
    }
    .frame-main{
        margin-top: 0px;
    }
    .fram-cards-left2 p{
        margin-bottom: 0;
    }
/* 
    .frame-btn-div3 {
        display: none;
    } */
    .fram-cards-right img {
        width: 100vw !important;
        margin-left: -35px;
    }
    .fram-cards-right img {
        width: 100%;
    }

    .fream-main-end{
        padding: 0rem;
        min-height: 1200px;
    }

    .frame-end-left-h2 {
        font-size: 24px;
    }

    .frame-end-img2 img{
        width: 100%;
        max-width: 652px;
        /* max-height: 331px; */
        margin-bottom: 1rem;
    }

    .fram-footer {
        margin-top: 10rem;
        display: block;
    }

    .fram-footer-links ul {
        display: block;
        margin-bottom: 1rem;
    }
}

