* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {

    background-image: linear-gradient(to right, #DFFFFF, #E1CFFE, #ECEBFF);

}

li {
    list-style: none;
}

a {
    text-decoration: none;
}



.my-container {
    width: 85%;
    margin: auto;
}

.navbar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
}

.navbar-content ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.navbar-content ul a {
    margin: 0 22px;
}

.navbar-content ul li {
    color: #6B6F70;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}


.nav-list ul {
    display: flex;
}




.hamburger-menu {
    align-items: flex-end;
    display: none;
    flex-direction: column;
    justify-content: space-around;
    z-index: 11;
    height: 27px;
    width: 44px;
    cursor: pointer;
}

.hamburger-line:first-child,
.hamburger-line:nth-child(2),
.hamburger-line:last-child {
    background-color: rgb(56, 56, 56);
    height: 10%;
    transition: 0.4s;
    width: 68%;
}

.hamburger-line {
    width: 68%;
}

.hamburger-rotate .hamburger-line:first-child {
    transform: rotate(-45deg) translate(-13px, 5px);
    background-color: black;
}

.hamburger-rotate .hamburger-line:nth-child(2) {
    opacity: 0;
}

.hamburger-rotate .hamburger-line:last-child {
    transform: rotate(45deg) translate(-7px, 0px);
    background-color: black;
    width: 68%;
}


.home {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 90px;
}


.home-text h1 {
    font-weight: 600;
    font-size: 70px;
    line-height: 91px;
    width: 90%;
}

.home-text p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #7C7C87;
    width: 90%;
}

.home-text span {
    color: #4848FD;
}

.home-img  {
    width: 60%;
}

.home-img img {
    width: 30%;
}

.home-img img {
    position: absolute;
    right: 0;
    top: 170px;
}

.home-btns {
    display: flex;

}


.home-btns a {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    margin: 20px 30px 20px 0;
}

.home-btns .join-btn {
    width: 120px;
    height: 60px;
    background: #F9D04F;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;

}

.home-btns .dwnld {
    width: 120px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
}

.home-btns .join-btn:hover {
    background: #dfdfdf;
}

.home-btns .dwnld:hover {
    background: #dfdfdf;
}


.partner-section {
    margin-bottom: 100px;
}

.our-partner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}



.partner-title {
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    line-height: 39px;
    color: #414141;
    margin: 80px 0;
}




.about {
    display: flex;
}

.about-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 41px;
    width: 100%;
    color: #4848FD;
    margin-bottom: 20px;
}

.about-text {
    width: 50%;

}

.about-text p {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: justify;
    height: 450px;
    color: #7C7C87;
    overflow-y: scroll;
    padding-right: 20px;
}


.about-text p::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px;
}

.about-text p::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
}

.about-text p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #4848FD;

}

.about-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 50%;
}

.icon-box {
    width: 40%;
    background: #FFFFFF;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0;

    margin: 0 10px 40px 40px;
}

.icon-box h5 {
    width: 100%;
    text-align: center;
}

.icon-box p {
    width: 100%;
    text-align: center;
    padding: 0 20px;
}


.video video {
    width: 100%;
}





.tours {
    padding: 70px;
}

.tours-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 39px;
    text-align: center;
    color: #414141;
    padding: 30px 0;
}

.tours-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tour-box {
    cursor: pointer;
    width: 23%;
    height: 70px;
    background: #FFFFFF;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 15px 20px 15px 0px;
}

.tour-box img {
    position: absolute;
    left: 50px;
}


.tour-box p {
    margin: 0;
    padding-left: 15px;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
}



.modal-bg {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    transition: visibility 0s, opacity 0.7s;
    opacity: 0;
}

.bg-active {
    visibility: visible;
    opacity: 1;
    z-index: 6;
}

.modal {
    position: relative;
    background-color: white;
    border-radius: 30px;
    width: 720px;
    height: 600px;
    display: block;
    border: none;
    overflow-y: unset;
    overflow-x: unset;
    padding: 39px;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 50px;
    font-weight: bold;
    cursor: pointer;
    margin: 10px;
}

.modal-close img {
    position: fixed;
}


.modal-img img {
    width: 100%;
}

.modal-content {
    padding: 30px;
    overflow-y: scroll;
    height: 520px;
    border: none;
}

.modal-content p {
    margin: 30px 0;
}

.modal-content h4 {
    margin: 20px 0;
    text-align: center;
}




.modal-content::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px;
}

.modal-content::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
}

.modal-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #F2F2F7;
    ;

}














.our-team {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.team-member {
    display: flex;
    align-items: center;
    width: 30%;
    margin: 40px 0;
    position: relative;
}

.team-member h3 {
    font-weight: 600;
    font-size: 25px;
    line-height: 32px;

    color: #414141;
}

.team-member p {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #414141;
    margin: 0;
}


.member-image {
    width: 110px;
    height: 110px;
    margin-right: 20px;
}

.member-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    height: 100%;
}




.social-media-icons {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all .3s;
    transform: translateY(-10%);
}


.member-details:hover .social-media-icons {
    opacity: 1;
    transform: translateY(0);
}




.team-member .social-media-icons .icons-hovering {
    position: absolute;
    top: 100%;
    transform: translateY(5%);
    width: 100%;
    height: 100%;
    text-align: start;
    padding-left: 120px;
    padding-top: 20px;
}

.icons-hovering img {
    padding-right: 20px;
}




.member-details::before {
    display: block;
    content: "";
    width: 0;
    height: 2px;
    bottom: 5px;
    left: 0;
    bottom: -12px;
    z-index: 0;
    position: absolute;
    background: #4848FD;
    ;
    transition: all 0.3s ease-in-out;
    margin-left: 120px;
}

.member-details:hover {
    background-position: 0%;
}

.member-details:hover:before {
    width: 60%;
}



















.mobile-app {
    position: relative;
    margin: 130px 0;
}



.mobile {
    display: flex;
}




.mobile-content h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #4848FD;
    margin-bottom: 20px;
}


.mobile-p {
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    color: #7C7C87;
    margin-bottom: 40px;
    width: 90%;
}


.check {
    display: flex;
    align-items: center;
    margin: 5px 0;
}

.check p {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 35px;
    color: #7C7C87;
}

.check img {
    margin-right: 20px;
}


.download {
    display: flex;
    padding: 100px 0;
}

.download-icon>a {
    margin-right: 30px;
}


.bg {
    width: 610px;
    height: 505px;
    background: #FFFFFF;
    border-radius: 100px 0px 0px 100px;
    position: absolute;
    z-index: -1;
    top: 80px;
    right: 0;
}

.img-area img {
    position: absolute;
    right: 0;
    top: -70px;
}





.contact-content {
    display: flex;
    padding: 114px 0;
}

.form-area {
    width: 540px;
    height: 560px;
    background: #FFFFFF;
    border-radius: 30px;
    padding: 50px;

}

.succesfully {
    display: none;
    /* flex */
    height: 100%;
    width: 440px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.succesfully h2 {
    font-size: 30px;
    color: #AC68C6;

}

hr {
    margin: 10px 0;
}

label {
    margin: 15px;
}

form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}


input {
    border: none;
    width: 440px;
}

input:focus {
    border: none;
    outline: none;
}

.contact-text {
    margin-left: 30px;
}

.contact button {
    border: none;
    margin-top: 60px;
}

.submit {
    width: 255px;
    height: 60px;
    background: #F9D04F;
    border-radius: 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #333333;
    ;
}

.contact-content h1 {
    font-weight: bold;
    font-size: 40px;
    line-height: 49px;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    color: #414141;
    margin-bottom: 20px;
}

.contact-content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #676767;
    margin-bottom: 20px;
}

.contact-info {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

.icon {
    width: 65px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text {
    margin-left: 30px;

}

.text h4 {
    margin-bottom: 0;
}

.text p {
    margin-bottom: 0;
}

.contact-content .text h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    flex: 0 0 100%;
}

.contact-content .text p {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #676767;
}

.banner-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.banner-content img {
    margin: 30px 0;
}

.website {
    padding-left: 30px;
}


.website .logo {
    padding-bottom: 20px;
}

.website p {

    font-weight: 600;
    font-size: 20px;
    line-height: 24px;

    color: #000000;
}




.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 70px;
}

.social-icons a {
    margin-right: 15px;
}

