*,
html {
    scroll-behavior: smooth !important;
}
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    box-sizing: border-box;
}
.full-width-col {
    display: block !important;
}
.full-width-display {
    margin-top: 0;
    display: none;
}
a {
    outline: none;
    cursor: pointer;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #d3d2d2;
}

::-webkit-scrollbar-thumb {
    background: #888;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
    -webkit-box-shadow: 0 0 0 30px #110051 inset !important;
}
/* Slider Dots */
.slick-dots li button:before {
    font-size: 12px !important;
    color: #dfaa16 !important;
}
/* Preloader */
#loading {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 9999999999;
    background-size: 250px;
    background: #1a0275 url("../assets/logo/logo-white.svg") no-repeat center
        center;
}
/* Header */
.sticky {
    width: 100%;
    display: flex;
    z-index: 9999;
    height: 110px;
    padding: 20px 0;
    position: fixed;
    align-items: center;
    backdrop-filter: blur(5px);
    background-color: #110051de;
    box-shadow: 0 2px 20px -7px rgb(0 0 0);
    transition: background-color 0.4s ease-in-out !important;
}
.sticky .logo {
    width: 120px;
    transition: 0.6s ease-in-out;
}
header {
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 155px;
    padding: 30px 0;
    position: absolute;
    align-items: center;
    display: flex !important;
    transition: 0.6s ease-in-out;
}
header a {
    height: 100%;
    display: inline-block;
}
header .logo {
    width: 160px;
    object-fit: contain;
    transition: 0.6s ease-in-out;
}
#menuToggle {
    display: none;
}
header .links ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    list-style-type: none;
    justify-content: flex-end;
}
header .links ul .items {
    padding: 0 20px;
}
header .links ul .items a {
    font-weight: 300;
    color: #ffffff;
    position: relative;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}
header .links ul .items a::before {
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    bottom: -3px;
    position: absolute;
    transform: scaleX(0);
    background: #dfaa16;
    transition: transform 0.4s ease;
}
header .links ul .active a::before {
    left: 0;
    height: 2px;
    width: 100%;
    content: "";
    bottom: -3px;
    position: absolute;
    transform: scaleX(1);
    background: #dfaa16;
    transition: transform 0.4s ease;
}
header .links ul .items a:hover:before {
    transform: scaleX(1);
    transition: transform 0.4s ease;
}
header .support-button {
    font-size: 16px;
    color: #0e023c;
    font-weight: 500;
    margin-left: 10px;
    padding: 10px 30px;
    border-radius: 25px;
    background-color: #ffffff;
    font-family: "Poppins", sans-serif;
}
header .support-button:hover {
    color: #0e023c;
}

/* Banner */
.banner__section {
    z-index: 9;
    width: 100%;
    display: flex;
    overflow: hidden;
    padding-top: 155px;
    position: relative;
    align-items: center;
    background-size: cover;
    height: calc(100vh - 100px);
    background-image: linear-gradient(to right, #110051, #1a0275);
}
.banner__section::before {
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    bottom: -70px;
    position: absolute;
    background-position: left;
    background-repeat: no-repeat;
    background-image: url(../assets/banner/watermark-banner.png);
}
.banner__section .title {
    margin: 0;
    font-size: 55px;
    font-weight: 100;
    color: #ffffff;
    font-family: "Playfair Display", serif;
}
.banner__section .icons {
    display: flex;
    margin-top: 25px;
    align-items: center;
    justify-content: flex-start;
}
.banner__section .icons .android {
    margin-right: 10px;
}
.banner__section .icons .android a {
    width: 100%;
    height: 100%;
    display: block;
}
.banner__section .icons .ios a {
    width: 100%;
    height: 100%;
    display: block;
}
.banner__section .banner_slider {
    width: 100%;
    height: auto;
    display: flex;
    margin-bottom: 0;
    position: relative;
    align-items: flex-end;
    background-size: 100% 100%;
    background-image: url(../assets/banner/mobile-bg.png);
}
.banner__section .banner_slider::before {
    top: 19px;
    left: 50%;
    z-index: 9;
    content: "";
    height: 30px;
    width: 110px;
    position: absolute;
    transform: translateX(-50%);
    background-size: 100% 100%;
    background-image: url(../assets/banner/mobile-camera.png);
}
.banner__section .banner_slider .slick-list {
    height: 100%;
}
.banner__section .banner_slider .slick-track {
    height: 100%;
}
.banner__section .banner_slider .slide {
    height: 100%;
}
.banner__section .banner_slider .slide img {
    width: 100%;
    height: 100%;
    display: block;
}
/* Journey */
.journey__section {
    position: relative;
    padding-top: 80px;
    padding-bottom: 40px;
}
.journey__section::before {
    top: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    background-image: url(../assets/journey/journey-bg.png);
}
.journey__section .title {
    font-size: 65px;
    color: #424242;
    font-family: "Playfair Display", serif;
}
.journey__section .title-mobile {
    display: none;
}
.journey__section .description {
    font-size: 20px;
    color: #424242;
    font-weight: 300;
    line-height: 1.7;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
}
/* Prayer */
.prayer__timing {
    padding: 60px 0 40px 0;
    background-color: #f5f5f5;
}
.prayer__timing .title {
    font-size: 50px;
    font-weight: 500;
    line-height: 1.2;
    color: #424242;
    font-family: "Playfair Display", sans-serif;
}
.prayer__timing .prayer_box {
    display: flex;
    flex-flow: wrap;
    margin-left: -20px;
    align-items: center;
    justify-content: center;
    flex: 0 0 calc(100% + 20px);
}
.prayer__timing .prayer_box .item {
    padding: 10px;
    height: 60px;
    display: flex;
    font-size: 18px;
    font-weight: 300;
    margin-left: 20px;
    border-radius: 5px;
    text-align: center;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
    background-color: #441dd5;
    flex: 0 0 calc(33.33% - 20px);
    font-family: "Poppins", sans-serif;
    box-shadow: 0 5px 4px -5px rgb(0 0 0 / 57%);
}
.prayer__timing .prayer_box .item i {
    font-size: 16px;
    color: #ffffff;
    margin-right: 10px;
}
.prayer__timing .prayer_box .item span {
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
}

/* Application Features */
.application_features {
    padding-top: 70px;
    background-color: #f5f5f5;
}
.application_features .title {
    font-size: 38px;
    font-weight: 300;
    color: #424242;
    font-family: "Playfair Display", serif;
}
.application_features .description {
    font-size: 20px;
    font-weight: 300;
    color: #424242;
    margin-bottom: 50px;
    font-family: "Poppins", serif;
}
.application_features .spacing {
    padding-bottom: 70px;
}
.application_features .content_box {
    padding: 30px;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 10px 10px -12px rgb(0 0 0 / 50%);
}
.application_features .content_box .icons {
    margin-top: 5px;
}
.application_features .content_box .icon {
    display: flex;
    object-fit: contain;
    align-items: center;
    padding-bottom: 5px;
    justify-content: center;
    background-color: #ffffff;
    box-shadow: 0 5px 5px -7px rgb(0 0 0 / 50%);
}
.application_features .content_box .box_title {
    margin: 0;
    font-size: 34px;
    font-weight: 600;
    color: #110051;
    padding-left: 10px;
    font-family: "Poppins", serif;
}
.application_features .content_box p {
    margin: 0;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: "Poppins", serif;
}

/* Vision */
.vision__Section {
    padding-top: 150px;
    padding-bottom: 100px;
    background-image: url(../assets/vision/bg-5.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}
.vision__Section .banner {
    width: 100%;
    height: 500px;
    cursor: pointer;
    position: relative;
    border: 12px solid #dfaa16;
}
.vision__Section .banner img {
    top: 20px;
    left: -30px;
    object-fit: cover;
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    transition: 0.4s ease-in-out;
}
/* .vision__Section .banner img:hover {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
.vision__Section .content__box {
    padding-left: 30px;
}
.vision__Section .content__box .title {
    font-size: 52px;
    font-weight: 300;
    color: #424242;
    margin-bottom: 35px;
    font-family: "Playfair Display", serif;
}
.vision__Section .content__box .description {
    font-size: 20px;
    color: #424242;
    font-weight: 300;
    line-height: 1.7;
    margin-bottom: 35px;
    font-family: "Poppins", sans-serif;
}
/* Offer */
.offer__section {
    padding: 60px 0;
    background-color: #fafafa;
}
.offer__section .title {
    font-size: 48px;
    font-weight: 300;
    color: #424242;
    font-family: "Playfair Display", serif;
}
.offer__section .description {
    font-size: 20px;
    padding: 30px 0;
    color: #424242;
    font-weight: 300;
    line-height: 1.7;
    font-family: "Poppins", sans-serif;
}
.offer__section .offer__box {
    margin-bottom: 50px;
}
.offer__section .offer__box:hover ::before {
    box-shadow: 12px 12px 9px -10px rgb(0 0 0 / 35%);
}
.offer__section .image__box {
    width: 100px;
    height: 100px;
    display: flex;
    margin: 0 auto;
    position: relative;
    align-items: center;
    margin-bottom: 30px;
    justify-content: center;
    transition: 0.4s ease-in-out;
}
.offer__section .image__box::before {
    width: 100px;
    content: "";
    height: 100px;
    position: absolute;
    border-radius: 25px;
    transform: rotate(45deg);
    transition: 0.4s ease-in-out;
    border: 2px solid #dfaa16;
}
.offer__section .image__box img {
    z-index: 9;
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.offer__section .heading {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #424242;
    font-family: "Poppins", sans-serif;
}
/* Review */
.review__section {
    /* padding: 100px 0 0 0; */
    background-color: #fafafa;
}
.review__section .review__container {
    height: auto;
    display: flex;
    padding: 80px 0;
    padding-left: 0;
    align-items: center;
    justify-content: flex-start;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../assets/review/review-banner.png);
}
.review__section .review__container .review__box {
    width: 55%;
    padding: 40px;
    color: #ffffff;
    /* background-color: #110051; */
}
.review__section .review__container .review__box .title {
    color: #dfaa16;
    font-size: 36px;
    font-weight: 100;
    margin-bottom: 15px;
    font-family: "Playfair Display", serif;
}
.review__section .review__container .review__box .review_slider .slide .review {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 200;
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
    font-family: "Poppins", sans-serif;
}
.review__section
    .review__container
    .review__box
    .review_slider
    .slide
    .review::before {
    left: 0;
    content: "";
    bottom: 0px;
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    background-color: #e0e0e0;
}
.review__section
    .review__container
    .review__box
    .review_slider
    .slide
    .user__detail {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.review__section
    .review__container
    .review__box
    .review_slider
    .slide
    .user__detail
    .image__box {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #d9d9d9;
}
.review__section
    .review__container
    .review__box
    .review_slider
    .slide
    .user__detail
    .image__box
    img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.review__section
    .review__container
    .review__box
    .review_slider
    .slide
    .user__detail
    .content__box {
    margin-left: 14px;
}
.review__section
    .review__container
    .review__box
    .review_slider
    .slide
    .user__detail
    .content__box
    .title {
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 6px;
    font-family: "Poppins", sans-serif;
}
.review__section
    .review__container
    .review__box
    .review_slider
    .slide
    .user__detail
    .content__box
    p {
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
}
/* Connection */
.connection__section {
    padding: 60px 0;
    background-color: #170266;
}
.connection__section .title {
    font-size: 22px;
    font-weight: 200;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
}
.connection__section .slogan {
    font-size: 48px;
    font-weight: 300;
    color: #dfaa16;
    margin-bottom: 0;
    font-family: "Playfair Display", serif;
}
.connection__section .inner__box {
    width: 100%;
    display: block;
    position: relative;
}
.connection__section .inner__box::before {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    box-shadow: inset 0 -50px 50px -10px #0e023c;
}
.connection__section .inner__box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.connection__section .inner__box p {
    bottom: 10px;
    left: 20px;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0;
    font-weight: 400;
    position: absolute;
    font-family: "Poppins", sans-serif;
}
/* Team */
.team__section {
    padding: 150px 0 140px 0;
}
.team__section .title {
    font-size: 28px;
    color: #424242;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
.team__section .slogan {
    font-size: 48px;
    font-weight: 300;
    color: #dfaa16;
    font-family: "Playfair Display", serif;
}
.team__section .main__section {
    display: flex;
    margin-top: 50px;
    position: relative;
    align-items: flex-end;
    justify-content: flex-start;
}
.team__section .main__section::before {
    left: 0;
    content: "";
    z-index: -1;
    width: 100%;
    height: 60px;
    bottom: -9px;
    position: absolute;
    background-color: #1702660f;
    border-bottom: 10px solid #dfaa16;
}
.team__section .main__section .members_slider {
    margin: 0;
    width: 100%;
    height: 100%;
}
.team__section .main__section .members_slider .slide {
    display: flex;
    align-items: flex-end;
}
.team__section .main__section .members_slider .slide .image__box {
    width: 40%;
    height: 100%;
    background: #dfaa16;
    border-top-left-radius: 75px;
}
.team__section .main__section .members_slider .slide .image__box img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 55px;
    border-bottom-right-radius: 55px;
}
.team__section .main__section .members_slider .slide .content {
    padding: 0px 5px;
}
.team__section .main__section .members_slider .slide .content h4 {
    width: 100%;
    display: block;
    color: #424242;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    font-family: "Poppins", sans-serif;
}
.team__section .main__section .members_slider .slide .content p {
    width: 100%;
    font-size: 14px;
    display: block;
    color: #dfaa16;
    text-align: left;
    margin-bottom: 0;
    font-weight: 500;
    /* height: 50px; */
    display: flex;
    line-height: 1.4;
    align-items: center;
    font-family: "Poppins", sans-serif;
}
/* Download */
.download__button {
    top: 50%;
    right: 0;
    z-index: 9;
    height: auto;
    position: fixed;
    font-size: 16px;
    padding: 10px 18px;
    width: max-content;
    text-align: center;
    display: inline-block;
    background: #dfaa16;
    text-transform: uppercase;
    color: #424242 !important;
    border-top-left-radius: 15px;
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    border-top-right-radius: 15px;
    transform-origin: bottom right;
    font-family: "Poppins", sans-serif;
    -webkit-transform: rotate(-90deg) translateX(50%);
}
.download__button:hover {
    text-decoration: none;
}
/* Footer */
footer {
    position: relative;
    padding: 90px 0 0 0;
    background-size: cover;
    background-color: #110051;
}
footer::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.75;
    background-color: #110051;
    display: block;
    position: absolute;
}
/* footer a {
    height: 100%;
    width: max-content;
    display: inline-block;
} */
footer .footer-logo {
    width: 160px;
}
footer .description {
    width: 80%;
    color: #ffffff;
    font-size: 16px;
    margin-top: 30px;
    font-weight: 200;
    font-family: "Poppins", sans-serif;
}
footer .heading {
    font-size: 16px;
    font-weight: 500;
    color: #dfaa16;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
}
footer .listing {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
footer .listing .item {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
    justify-content: flex-start;
}
footer .listing .item:last-child {
    margin-bottom: 0;
}
footer .listing .item img {
    width: 25px;
    height: 25px;
    margin-right: 20px;
}
footer .listing .item a {
    margin-bottom: 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 200;
    margin-left: 15px;
    position: relative;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}
footer .listing .item a::after {
    top: 50%;
    width: 5px;
    height: 5px;
    content: "";
    left: -15px;
    display: block;
    position: absolute;
    border-radius: 50%;
    transform: translateY(-50%);
    background-color: #dfaa16;
}
footer .listing .item a::before {
    left: 0;
    content: "";
    bottom: -3px;
    width: 100%;
    height: 2px;
    position: absolute;
    background: #dfaa16;
    transform: scaleX(0);
    transition: transform 0.4s ease;
}
footer .listing .item a:hover:before {
    transform: scaleX(1);
    transition: transform 0.4s ease;
}
footer form label {
    width: 100%;
    display: block;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
footer form input {
    width: 100%;
    height: 45px;
    padding: 8px;
    outline: unset;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    border-radius: 5px;
    border: 1px solid #ffffff;
    background-color: transparent;
    font-family: "Poppins", sans-serif;
}
footer form input::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
}
footer form button {
    padding: 8px;
    border: unset;
    font-size: 14px;
    display: block;
    color: #424242;
    font-weight: 500;
    margin-top: 18px;
    margin-left: auto;
    border-radius: 5px;
    width: 100% !important;
    background-color: #dfaa16;
    font-family: "Poppins", sans-serif;
}
footer .social_listing {
    margin: 0;
    padding: 0;
    display: flex;
    margin-top: 25px;
    align-items: center;
    list-style-type: none;
    justify-content: flex-start;
}
footer .social_listing .item {
    margin-right: 15px;
    width: 30px;
    height: 30px;
}
footer .social_listing .item:last-child {
    margin-right: 0;
}
footer .social_listing .item a {
    width: 100%;
    height: 100%;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff;
    transition: 0.4s ease-in-out;
}
footer .social_listing .item:hover a {
    background-color: #4242421a;
}
footer .social_listing .item a i {
    color: #dfaa16 !important;
}
footer .social_listing .item a:hover i {
    text-decoration: unset !important;
}
a:hover {
    text-decoration: unset !important;
}
footer img {
    width: 100%;
}
footer .copyright {
    display: flex;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 0;
    text-align: left;
    margin-top: 30px;
    align-items: center;
    padding: 30px 0 25px 0;
    justify-content: center;
    border-top: 1px solid #e0e0e02e;
    font-family: "Poppins", sans-serif;
}
/* Inside Banner */
.inside__banner {
    width: 100%;
    height: 350px;
    display: flex;
    overflow: hidden;
    position: relative;
    padding-top: 155px;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to right, #110051, #1a0275);
}
.inside__banner::before {
    left: 0;
    bottom: 0;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    background-position: left;
    background-repeat: no-repeat;
    background-image: url(../assets/banner/watermark-banner.png);
}
.inside__banner .title {
    font-size: 38px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 70px;
    font-family: "Poppins", sans-serif;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-text-fill-color: #ffffff !important;
}
/* Responsive */
@media (max-width: 1920px) {
    header .links ul .items a {
        font-size: 18px;
    }
    .download__button {
        font-size: 18px;
    }
    .banner__section {
        height: calc(100vh - 200px);
    }
    .banner__section .title {
        font-size: 58px;
    }
    .banner__section::before {
        bottom: 20px;
    }
    .banner__section .banner_slider {
        height: 90%;
    }
    header .links ul .active a::before {
        bottom: -6px;
    }
    header .links ul .items a::before {
        bottom: -6px;
    }
    .journey__section .title {
        font-size: 68px;
    }
    .journey__section .description {
        font-size: 22px;
    }
    .vision__Section .content__box .title {
        font-size: 58px;
        margin-bottom: 25px;
    }
    .vision__Section .banner {
        height: 550px;
    }
    .vision__Section .content__box .description {
        font-size: 22px;
    }
    .offer__section .title {
        font-size: 52px;
    }
    .offer__section .description {
        font-size: 22px;
    }
    .offer__section .image__box {
        width: 120px;
        height: 120px;
    }
    .offer__section .image__box::before {
        width: 120px;
        height: 120px;
    }
    .offer__section .image__box img {
        width: 50px;
    }
    .offer__section .heading {
        font-size: 20px;
    }
    .review__section .review__container .review__box .title {
        font-size: 38px;
    }
    .connection__section .title {
        font-size: 24px;
    }
    .connection__section .slogan {
        font-size: 50px;
    }
    .connection__section .inner__box::before {
        box-shadow: inset 0 -60px 50px -10px #0e023c;
    }
    .team__section .title {
        font-size: 32px;
    }
    .team__section .slogan {
        font-size: 52px;
    }
    .team__section .main__section .members_slider .slide .content h4 {
        font-size: 18px;
    }
    .team__section .main__section .members_slider .slide .content p {
        font-size: 16px;
    }
    .team__section .main__section .members_slider .slide .image__box {
        width: 45%;
    }
    .team__section .main__section .members_slider .slide .content {
        padding: 0 10px;
    }
    .progress-wrap {
        width: 60px;
        height: 60px;
    }
    .progress-wrap::after {
        width: 60px;
        height: 60px;
        font-size: 40px;
        line-height: 60px;
    }
}
@media (max-width: 1580px) {
    header .links ul .items a {
        font-size: 16px;
    }
    .download__button {
        font-size: 16px;
    }
    .banner__section {
        height: calc(100vh - 100px);
    }
    .banner__section .title {
        font-size: 55px;
    }
    .banner__section::before {
        bottom: -70px;
    }
    .banner__section .banner_slider {
        height: auto;
    }
    header .links ul .active a::before {
        bottom: -3px;
    }
    header .links ul .items a::before {
        bottom: -3px;
    }
    .journey__section .title {
        font-size: 65px;
    }
    .journey__section .description {
        font-size: 20px;
    }
    .vision__Section .content__box .title {
        font-size: 52px;
        margin-bottom: 35px;
    }
    .vision__Section .banner {
        height: 500px;
    }
    .vision__Section .content__box .description {
        font-size: 20px;
    }
    .offer__section .title {
        font-size: 48px;
    }
    .offer__section .description {
        font-size: 20px;
    }
    .offer__section .image__box {
        width: 100px;
        height: 100px;
    }
    .offer__section .image__box::before {
        width: 100px;
        height: 100px;
    }
    .offer__section .image__box img {
        width: 40px;
    }
    .offer__section .heading {
        font-size: 18px;
    }
    .review__section .review__container .review__box .title {
        font-size: 36px;
    }
    .connection__section .title {
        font-size: 22px;
    }
    .connection__section .slogan {
        font-size: 48px;
    }
    .connection__section .inner__box::before {
        box-shadow: inset 0 -60px 50px -10px #0e023c;
    }
    .team__section .title {
        font-size: 28px;
    }
    .team__section .slogan {
        font-size: 48px;
    }
    .team__section .main__section .members_slider .slide .content h4 {
        font-size: 16px;
    }
    .team__section .main__section .members_slider .slide .content p {
        font-size: 14px;
    }
    .team__section .main__section .members_slider .slide .image__box {
        width: 40%;
    }
    .team__section .main__section .members_slider .slide .content {
        padding: 0 5px;
    }
}
@media (max-width: 1360px) {
    header .logo {
        width: 140px;
    }
    header .links ul .items a {
        font-size: 15px;
    }
    .banner__section {
        height: calc(100vh - 20px);
    }
    .download__button {
        font-size: 14px;
    }
    .banner__section::before {
        bottom: 0;
    }
    .banner__section .title {
        font-size: 50px;
    }
    .sticky {
        height: 90px;
    }
    .banner__section .icons .android a img {
        width: 150px;
    }
    .banner__section .icons .ios a img {
        width: 150px;
    }
    .journey__section .title {
        font-size: 56px;
    }
    .journey__section .description {
        font-size: 18px;
    }
    .vision__Section .content__box .title {
        font-size: 48px;
        margin-bottom: 25px;
    }
    .vision__Section .content__box .description {
        font-size: 18px;
    }
    .offer__section .title {
        font-size: 42px;
    }
    .offer__section .description {
        width: 85%;
        margin: 0 auto;
        font-size: 18px;
        padding-top: 10px;
        padding-bottom: 50px;
    }
    .offer__section .heading {
        font-size: 16px;
    }
    .review__section .review__container .review__box .title {
        font-size: 32px;
    }
    .review__section
        .review__container
        .review__box
        .review_slider
        .slide
        .review {
        font-size: 14px;
    }
    .review__section
        .review__container
        .review__box
        .review_slider
        .slide
        .user__detail
        .image__box {
        width: 60px;
        height: 60px;
    }
    .review__section
        .review__container
        .review__box
        .review_slider
        .slide
        .user__detail
        .content__box
        .title {
        font-size: 16px;
    }
    .review__section
        .review__container
        .review__box
        .review_slider
        .slide
        .user__detail
        .content__box
        p {
        font-size: 12px;
    }
    .connection__section .title {
        font-size: 20px;
    }
    .connection__section .slogan {
        font-size: 38px;
    }
    .connection__section .inner__box p {
        font-size: 16px;
    }
    .team__section .slogan {
        font-size: 42px;
    }
    .team__section .main__section .members_slider .slide .content h4 {
        font-size: 15px;
    }
    .progress-wrap {
        width: 46px;
        height: 46px;
    }
    .progress-wrap::after {
        width: 46px;
        height: 46px;
        font-size: 30px;
        line-height: 46px;
    }
}
@media (max-width: 1240px) {
    .vision__Section {
        padding-top: 80px;
    }
}
@media (max-width: 1024px) {
    header .links ul .items {
        padding: 0 15px;
    }
    header .links ul .items a {
        font-size: 14px;
    }
    .banner__section {
        height: calc(100vh - 100px);
    }
    .banner__section .title {
        font-size: 38px;
    }
    .download__button {
        padding: 6px 18px;
    }
    .banner__section .icons .android a img {
        width: 130px;
    }
    .banner__section .icons .ios a img {
        width: 130px;
    }
    .banner__section .banner_slider::before {
        top: 16px;
        width: 80px;
        height: 23px;
    }
    .prayer__timing .title {
        font-size: 42px;
    }
    .journey__section {
        padding-top: 110px;
    }
    .journey__section .title {
        font-size: 46px;
    }
    .journey__section .description {
        font-size: 16px;
    }
    .vision__Section {
        padding-top: 60px;
    }
    .vision__Section .content__box .title {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .vision__Section .content__box .description {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .vision__Section .banner {
        height: 410px;
    }
    .offer__section .title {
        font-size: 36px;
    }
    .offer__section .description {
        width: 100%;
        font-size: 16px;
    }
    .offer__section .image__box {
        width: 80px;
        height: 80px;
        margin-bottom: 15px;
    }
    .offer__section .image__box::before {
        width: 80px;
        height: 80px;
    }
    .offer__section .image__box img {
        width: 35px;
    }
    .offer__section .heading {
        font-size: 14px;
    }
    .connection__section .slogan {
        font-size: 30px;
    }
    .team__section {
        padding: 120px 0 100px 0;
    }
    .team__section .title {
        font-size: 24px;
    }
    .team__section .slogan {
        font-size: 34px;
    }
}
@media (max-width: 992px) {
    .offer__section {
        padding-bottom: 0;
    }
    header .links {
        display: none;
    }
    .banner__section .banner_slider::before {
        top: 12px;
        width: 60px;
        height: 16px;
    }
    #menuToggle {
        display: block !important;
    }
    .banner__section {
        height: calc(100vh - 160px);
    }
    .vision__Section .content__box {
        padding-left: 60px;
    }
    .vision__Section .content__box .title {
        font-size: 34px;
        margin-bottom: 10px;
    }
    .vision__Section .content__box .description {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .vision__Section .banner {
        height: 330px;
    }
    .review__section {
        padding: 60px 0;
    }
    /* .review__section .review__container {
        background-image: unset;
        padding: 0;
    } */
    .review__section .review__container .review__box {
        width: 100%;
    }
    .connection__section .slogan {
        margin-bottom: 40px;
    }
    #menuToggle input:checked ~ span {
        right: -130px;
    }
    #menuToggle > input:checked {
        right: -130px;
    }
    footer .social_listing {
        margin-bottom: 40px;
    }
    footer .copyright {
        justify-content: flex-start;
    }
    .contact__section .right__box {
        margin-top: 30px;
    }
    .contact__section .download__box a {
        flex: 0 0 calc(25% - 20px) !important;
    }
    .prayer__timing .title {
        text-align: center;
        margin-bottom: 20px;
    }
    header .logo {
        position: relative;
        z-index: 999;
    }
}
@media (max-width: 768px) {
    #menuToggle input:checked ~ span {
        right: 0px;
    }
    #menuToggle > input:checked {
        right: 0px;
    }
    #menuToggle input:checked ~ span {
        right: -0;
    }
    #menuToggle > input:checked {
        right: -0;
    }
    .vision__Section .content__box {
        padding-left: 0;
    }
    .banner__section .title {
        font-size: 26px;
    }
    .banner__section {
        height: calc(100vh - 250px);
    }
    header {
        height: 105px;
    }
    header .logo {
        width: 120px;
    }
    .journey__section .title {
        display: none;
    }
    .journey__section .title-mobile {
        font-size: 40px;
        color: #424242;
        display: block;
        margin-bottom: 15px;
        font-family: "Playfair Display", serif;
    }
    .offer__section .title {
        font-size: 30px;
    }
    .offer__section .description {
        font-size: 14px;
    }
    .offer__section {
        padding: 60px 0 10px 0;
    }
    .review__section .review__container .review__box {
        padding: 20px;
        border-radius: 5px;
    }
    .review__section .review__container .review__box .title {
        font-size: 28px;
    }
    .review__section
        .review__container
        .review__box
        .review_slider
        .slide
        .review {
        font-size: 13px;
    }
    .vision__Section .banner {
        margin-bottom: 30px;
    }
    .team__section .main__section .members_slider .slide .content p {
        font-size: 12px;
    }
    .contact__section .download__box a {
        flex: 0 0 calc(35% - 20px) !important;
    }
    .prayer__timing .prayer_box .item {
        flex: 0 0 calc(50% - 20px);
    }
}
@media (max-width: 640px) {
    .banner__section {
        height: 370px;
    }
    .vision__Section {
        background-image: unset;
    }
    .banner__section .title {
        font-size: 25px;
        line-height: 1.5;
    }
    .journey__section .title {
        display: none;
    }
    .journey__section .title-mobile {
        font-size: 40px;
        color: #424242;
        display: block;
        margin-bottom: 15px;
        font-family: "Playfair Display", serif;
    }
    footer {
        padding: 40px 0 0 0;
    }
    .progress-wrap {
        right: 10px;
        background-color: #ffffff;
    }
    .inside__banner {
        height: 250px !important;
    }
    .inside__banner .title {
        font-size: 32px !important;
    }
    #no-record h2 {
        font-size: 22px !important;
    }
    #no-record p {
        font-size: 18px !important;
    }
    .contact__section .left__box {
        padding: 20px !important;
    }
    .contact__section .right__box {
        padding: 20px !important;
    }
    .contact__section .title {
        font-size: 28px !important;
    }
    .contact__section .description {
        font-size: 14px !important;
    }
    .contact__section .right__box .title {
        font-size: 28px !important;
    }
    .contact__section .right__box .description {
        font-size: 14px !important;
    }
    .contact__section .right__box .support__box .title {
        font-size: 16px !important;
    }
    .contact__section .right__box .support__box a {
        font-size: 14px !important;
    }
    .contact__section .social__link .title {
        font-size: 14px !important;
    }
    .contact__section .download__box .title {
        font-size: 14px !important;
    }
    .contact__section {
        padding: 40px 0 !important;
    }
}
@media (max-width: 560px) {
    .journey__section {
        padding-top: 50px;
    }
    .banner__section .banner_slider {
        width: 90%;
    }
    .vision__Section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .vision__Section .banner img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    footer .footer-logo {
        width: 140px;
    }
    footer .description {
        font-size: 14px;
        margin-top: 10px;
    }
    footer .listing .item a {
        font-size: 14px;
    }
    footer form label {
        font-size: 12px;
    }
    footer form input {
        font-size: 12px !important;
    }
    footer form input::placeholder {
        font-size: 12px !important;
    }
    footer .copyright {
        font-size: 12px;
    }
    .connection__section .inner__box p {
        font-size: 14px;
    }
    .connection__section .slogan {
        font-size: 24px;
    }
    .connection__section .title {
        font-size: 17px;
    }
    .offer__section .title {
        font-size: 26px;
    }
    .vision__Section .content__box .title {
        font-size: 30px;
    }
    .vision__Section .banner {
        display: none;
    }
    .journey__section .title-mobile {
        font-size: 30px;
    }
    .vision__Section .content__box .description {
        font-size: 16px;
    }
    .prayer__timing .prayer_box .item {
        flex: 0 0 calc(50% - 20px);
    }
    .prayer__timing .title {
        font-size: 30px;
    }
}
@media (max-width: 460px) {
    .banner__section {
        padding-top: 75px;
        height: 400px;
    }
    .banner__section .banner_slider {
        display: none;
    }
    .banner__section .title {
        width: calc(100% + 190px);
        font-size: 32px;
    }
    .team__section .main__section .members_slider .slide .image__box {
        width: 30%;
    }
    .team__section .main__section .members_slider .slide .content h4 {
        font-size: 17px;
    }
    .team__section .main__section .members_slider .slide .content p {
        font-size: 14px;
    }
    footer .copyright {
        padding: 50px 0 30px 0;
    }
}
@media (max-width: 415px) {
    .team__section .slogan {
        font-size: 28px;
    }
    .offer__section .title {
        font-size: 22px;
    }
    .offer__section {
        padding: 30px 0 10px 0;
    }
    footer .description {
        width: 100%;
    }
    .full-width-col {
        display: none !important;
    }
    .full-width-display {
        display: block;
        margin-top: 40px;
    }
    .prayer__timing .prayer_box .item {
        flex: 0 0 calc(100% - 20px);
    }
}
@media (max-width: 360px) {
    .banner__section .title {
        font-size: 24px;
        margin-top: 30px;
    }
    .journey__section .title-mobile {
        font-size: 24px;
    }
    .journey__section .description {
        font-size: 14px;
    }
    .vision__Section .content__box .title {
        font-size: 24px;
    }
    .vision__Section .content__box .description {
        font-size: 14px;
    }
    .offer__section .title {
        font-size: 18px;
        font-weight: 500;
    }
    .review__section .review__container .review__box .title {
        font-size: 22px;
    }
    .review__section
        .review__container
        .review__box
        .review_slider
        .slide
        .review {
        font-size: 12px;
    }
    .review__section
        .review__container
        .review__box
        .review_slider
        .slide
        .user__detail
        .content__box
        .title {
        font-size: 14px;
    }
    .connection__section .inner__box p {
        font-size: 11px;
    }
    .team__section .slogan {
        font-size: 24px;
    }
    #no-record h2 {
        font-size: 20px !important;
    }
    #no-record p {
        font-size: 16px !important;
    }
    .contact__section .title {
        font-size: 24px !important;
    }
    .contact__section .title {
        font-size: 24px !important;
    }
    .contact__section form .submit__button {
        width: 100% !important;
    }
    .contact__section .download__box a {
        flex: 0 0 calc(45% - 20px) !important;
    }
}
/* Responsive */

input:focus {
    border-color: #ced4da !important;
}
input:-webkit-autofill:focus {
    border-color: #ced4da !important;
    -webkit-box-shadow: 0 0 0 50px white inset !important;
    -webkit-text-fill-color: #424242 !important;
}
input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 50px white inset !important;
    -webkit-text-fill-color: #424242 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
    -webkit-text-fill-color: #424242 !important;
    border-color: #ced4da !important;
}
.form-control:focus {
    box-shadow: 0 0 0 0.2rem #ffffff !important;
}

/* Download Popup */
.popup-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.6);
}

.popup-overlay .popup-content {
    width: 60%;
    height: 450px;
    overflow: hidden;
    background: #fff;
    position: relative;
    border-radius: 16px;
    animation: popIn 0.4s ease;
    font-family: "Poppins", sans-serif;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.popup-overlay .popup-content .left_box {
    height: 100%;
    padding: 30px;
    overflow-y: overlay;
}

.popup-overlay .popup-content .left__box::-webkit-scrollbar {
    width: 0 !important;
}

.popup-overlay .popup-content .left_box .title {
    font-size: 28px;
    font-weight: 400;
    color: #424242;
    margin-bottom: 0;
    font-family: "Playfair Display", serif;
}

.popup-overlay .popup-content .left_box .features-list {
    margin: 35px 0;
    padding-left: 20px;
}
.popup-overlay .popup-content .left_box .features-list .item {
    font-size: 14px;
    margin-bottom: 16px;
}
.popup-overlay .popup-content .left_box .features-list .item:last-child {
    margin-bottom: 0;
}

.popup-overlay .popup-content .left_box .download-btn {
    height: 60px;
    color: #424242;
    padding: 10px 30px;
    margin-right: 20px;
    width: max-content;
    border-radius: 50px;
    align-items: center;
    display: inline-flex;
    text-decoration: unset;
    border: 2px solid #e0e0e0;
    justify-content: flex-start;
    background-color: #f6f6f6;
}
@keyframes bounceIcon {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-3px);
    }
}

.popup-overlay .popup-content .left_box .icon {
    font-size: 35px;
    color: #34a853;
    animation: bounceIcon 1s infinite;
}

.popup-overlay .popup-content .left_box .ml1 {
    margin-left: 10px;
}
.popup-overlay .popup-content .left_box .ml1 p {
    line-height: 1;
    font-size: 14px;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
}
.popup-overlay .popup-content .left_box .ml1 strong {
    line-height: 1;
    font-size: 18px;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
}

.popup-overlay .popup-content .left_box .close-btn {
    height: 60px;
    font-size: 18px;
    font-weight: 600;
    color: #424242;
    padding: 10px 50px;
    width: max-content;
    border-radius: 50px;
    text-decoration: unset;
    border: 2px solid #e0e0e0;
    background-color: #f6f6f6;
    font-family: "Poppins", sans-serif;
}
.popup-overlay .popup-content .image_slider {
    width: 100%;
    height: 100%;
    display: block;
}
.popup-overlay .popup-content .image_slider .slide {
    width: 100%;
    height: 100%;
    display: block;
}
.popup-overlay .popup-content .image_slider .slide .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes popIn {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.promotion_banner .promotion_slider{
    margin-bottom: 0 !important;
}
.promotion_banner .promotion_slider .slide img{
    width: 100%;
}

@media (max-width: 1240px) {
    .popup-overlay .popup-content{
        width: 70%;
    }
}
@media (max-width: 1024px) {
    .popup-overlay .popup-content{
        width: 80%;
    }
}
@media (max-width: 769px) {
    .popup-overlay .popup-content{
        width: 90%;
        height: 428px;
    }
    .popup-overlay .popup-content .left_box{
        padding-right: 0;
    }
    .popup-overlay .popup-content .left_box .title{
        font-size: 24px;
    }
    .popup-overlay .popup-content .left_box .ml1 strong{
        font-size: 15px;
    }
}
@media(max-width: 768px){
    .popup-overlay .popup-content{
        height: auto;
        width: max-content;
    }
    .popup-overlay .popup-content .left_box{
        padding-right: 30px;
    }
    .popup-overlay .popup-content .left_box .features-list{
        margin: 25px 0;
    }
}

@media(max-width: 460px){
    .popup-overlay .popup-content{
        margin: 0 20px;
    }
    .popup-overlay .popup-content .left_box .title{
        font-size: 22px;
        text-align: center;
    }
    .popup-overlay .popup-content .left_box .features-list .item{
        margin-bottom: 8px;
    }
    .popup-overlay .popup-content .left_box .icon{
        font-size: 25px;
    }
    .popup-overlay .popup-content .left_box .download-btn{
        height: 50px;
        padding: 10px 20px;
    }
    .popup-overlay .popup-content .left_box .ml1 p{
        font-size: 12px;
    }
    .popup-overlay .popup-content .left_box .ml1 strong{
        font-size: 14px;
    }
    .popup-overlay .popup-content .left_box .close-btn{
        height: 50px;
        font-size: 15px;
        padding: 10px 40px;
    }
}

@media(max-width: 415px){
    .ml2{
        flex-flow: wrap;
    }
    .popup-overlay .popup-content .left_box .download-btn{
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .popup-overlay .popup-content .left_box .close-btn{
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }
}
/* Download Popup */
