.featured_features {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info_of_featured_features {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45%;
    height: 95%;
    gap: 40px;
}

.info_of_featured {
    width: 90%;
    height: 8%;
    font-family: 'Poppins';
    font-size: 13px;
}

.info_of_featured h1 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 45px;
    letter-spacing: -1px;
    line-height: 52px;
    height: 85%;
}

.info_of_featured p {}

.options_featured {
    width: 90%;
    height: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.options_features {
    width: 100%;
    border: 1px solid rgba(233, 233, 233, 1);
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 30%;
    border-radius: 10px;
    transition: 0.4s ease-in-out;

}

.options_features:hover {
    background: black;
    color: #ffffff;
    cursor: pointer;
    transition: 0.4s ease-in-out;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.options_features:hover .features_icons {
    background-color: #282828;
    transition: 0.4s ease-in-out;
}

.features_icons {
    background: rgba(238, 238, 238, 1);
    height: 60%;
    width: 12%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    transition: 0.4s ease-in-out;

}

.features_icons i {
    font-size: 23px;
}

.features_info {
    width: 70%;
    font-family: 'Poppins';
}

.features_info h1 {
    font-size: 20px;
    font-weight: 600;
}

.features_info p {
    font-size: 10px;
}

.images_features {
    width: 45%;
    height: 92%;
    border-radius: 10px;
    overflow: hidden;
    overflow-x: auto;
    scrollbar-width: none;
}

.images_features1 {
    min-width: 98%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.images_features1_image {
    width: 100%;
    background-image: url(../Resources/Images/OIG1.jpeg);
    height: 86%;
    border-radius: 10px;
}

.images_features1_image:hover {
    transition: 0.4s ease-in-out;
    opacity: 0.7;
}

.images_features2 {
    min-width: 98%;
    height: 100%;
}

.images_features2_image {
    width: 100%;
    background-image: url(../Resources/Images/field-6574455_1280.jpg);
    height: 100%;
    border-radius: 10px;
}

.images_features3 {
    min-width: 98%;
    height: 100%;
}

.images_features3_image {
    width: 100%;
    background-image: url(../Resources/Images/lonely-cherry-tree-seaside-rocks-d-artwork-35112983.webp);
    height: 100%;
    border-radius: 10px;
}

.home_icon {
    font-size: 20px;
    color: #ffffff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.first_section {
    width: 100%;
    height: 50vh;
    background-image: url("../Resources/Images/radhakrsna4jpeg.jpeg");
    
    background-size: cover;
    border-radius: 19px 19px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.introduction_h1 {
    height: 16vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.handshake_icon {}

.introduction_h1 h1 {
    font-family: inter;
    font-weight: 600;
    font-size: 45px;
    letter-spacing: -1px;
    width: 60%;
    text-align: center;
    color: white;
    line-height: 51px;
}

.introduction_para {
    font-size: 13px;
    font-family: 'Poppins';
    height: 5vh;
}

.introduction_para p {
    color: white;
}

.app_download_links {
    display: flex;
    align-items: center;
    width: 100%;
    height: 8vh;
    justify-content: center;
    gap: 10px;
}

.ios_download {
    width: 18%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: black;
    border-radius: 40px;
    height: 100%;
    cursor: pointer;
}

.android_download {
    width: 22%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: black;
    border-radius: 40px;
    height: 100%;
    cursor: pointer;
}

.download_text_ios {
    width: 68%;
    text-align: end;
    color: white;
}

.download_text_android {
    width: 73%;
    text-align: end;
    color: white;
}

.download_text_ios h1 {
    font-size: 15px;
    font-weight: 500;
    font-family: 'Poppins';
}

.download_text_android h1 {
    font-size: 15px;
    font-weight: 500;
    font-family: 'Poppins';
    text-align: center;
}

.ios_icons {
    display: flex;
    width: 23%;
    background: white;
    height: 85%;
    border-radius: 40px;
    justify-content: center;
    align-items: center;
}

.android_icons {
    display: flex;
    width: 19%;
    background: white;
    height: 85%;
    border-radius: 40px;
    justify-content: center;


    align-items: center;
}

.fa-apple {
    font-size: 20px;
}

.fa-android {
    font-size: 20px;
}

.handshake {
    padding: 2px 15px;
    background: #ff5500;
    border-radius: 18px;
}

.header {}

.devotee_vivaah_logo {}

.header_menu {}

.menu_items {}

.active_menu {}

.header_menu h1 {}

.black_background {
    width: 98%;
    height: 100%;
    display: flex;
    align-items: center;
    background: black;
    border-radius: 15px;
    justify-content: space-around;
}

.display_image_with_featured {
    width: 100%;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, hsl(26.87deg 65.46% 51.18%) 0%, hsla(0, 0%, 100%, 1) 100%);
}

.featured_images {
    width: 60%;
    height: 94%;
    border-radius: 10px;
}

.featured_images1 {
    width: 100%;
    height: 100%;
    background-image: url("../Resources/Images/Prabhupada_Quotes_1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.featured_images2 {
    width: 100%;
    height: 100%;
    background-image: url("../Resources/Images/Prabhupada_Quotes_2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.featured_images3 {
    width: 100%;
    height: 100%;
    background-image: url("../Resources/Images/Prabhupada_Quotes_3.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.featured_text_white {
    color: white;
    width: 35%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 40px;
}

.featured_text_white h1 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 35px;
    letter-spacing: -1px;
    line-height: 45px;
    width: 90%;
    height: 19%;
}

.featured_text_white p {
    font-family: 'Poppins';
    font-weight: 200;
    font-size: 12px;
}

.button_first {
    border: none;
    width: 80%;
    height: 60%;
    border-radius: 6px;
    font-family: 'Poppins';
    font-weight: 500;
}

.div_button_first {
    height: 10vh;
    width: 40%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.mySlides {
    border-radius: 10px;
    display: none;
}

.dot {
    height: 3px;
    width: 26px;
    background-color: #ffffff;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: #000000;
}

.new_features {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.new_features_text {
    height: 20%;
    width: 100%;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
}

.new_features_text h1 {
    font-size: 30px;
    font-family: 'Poppins';
    font-weight: 600;
}

.new_features_text p {
    font-size: 12px;
    font-family: 'Poppins';
    width: 43%;
}

.grid_new_features {
    height: 75%;
    display: grid;
    grid-template-areas:
        'myArea myArea .'
        'myArea myArea.';
    gap: 20px;
    width: 93%;
    align-items: center;
    justify-items: stretch;
}

.grid_new_features1 {
    grid-area: myArea;
    display: flex;
    width: 100%;
    background: #edf3f1;
    height: 100%;
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-radius: 30px;
    background-image: url('../Resources/Images/demo.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.grid_new_features2 {
    display: flex;
    width: 100%;
    /* background: #edf3f1; */
    height: 100%;
    border-radius: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 0 0px;
}

.grid_new_features3 {
    display: flex;
    width: 100%;
    background: #edf3f1;
    height: 100%;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
}

.grid_nfeatures {}

.grid_new_features1 h1 {
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 600;
}

.grid_new_features1 p {
    font-size: 12px;
    font-family: 'Poppins';
    width: 43%;
    text-align: center;
}

.grid_new_features2 h1 {
    font-size: 25px;
    font-family: 'Poppins';
    font-weight: 600;
    line-height: 28px;
}

.grid_new_features2 p {
    font-size: 12px;
    font-family: 'Poppins';
}

.grid_new_features3 h1 {
    font-size: 25px;
    font-family: 'Poppins';
    font-weight: 600;
    line-height: 28px;
}

.grid_new_features3 p {
    font-size: 12px;
    font-family: 'Poppins';
}

/*.grid_nfeatures_picture1 {
    background-image: url("m.png");
    background-size: cover;
    height: 70%;
    width: 100%;
    border-radius: 30px;
}*/

.grid_nfeatures_text1 {
    width: 93%;
    height: 97%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-end;
}

.demo_app_p {
    background: white;
    width: 37%;
    height: 8vh;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.grid_nfeatures_text1 .demo_app_p p {
    font-size: 12px;
    font-weight: 600;
}

.grid_nfeatures_text1 button {
    background: white;
    width: 12%;
    height: 8vh;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border: none;
}

.grid_nfeatures_picture2 {
    background-image: url("../Resources/Images/m.png");
    background-size: cover;
    height: 100%;
    width: 50%;
}

.grid_nfeatures_text2 {}

.grid_nfeatures_picture3 {
    background-image: url("../Resources/Images/m.png");
    background-size: cover;
    height: 100%;
    width: 50%;
}

.grid_nfeatures_text3 {
    width: 40%;
    height: 30%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.slogon_and_download_platform {
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.download_platforms {
    width: 58%;
    display: flex;
    gap: 10px;
    height: 10vh;
    align-items: center;
}

.app_for_ios {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 34%;
    height: 100%;
    border: 2px solid black;
    border-radius: 40px;
    cursor: pointer;
}

.app_for_android {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 40%;
    height: 100%;
    border: 2px solid black;
    border-radius: 40px;
    background-color: black;
    cursor: pointer;
}

.slogan_at_side {
    width: 26%;
    height: 100%;
}

.slogan_at_side h1 {
    font-size: 35px;
    font-family: 'Poltawski Nowy';
    font-weight: 200;
    text-align: end;
}

.follow-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.2);
    color: white;
    font-size: 1.5rem;
    padding: 15px 30px;
    border: 2px solid white;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.3s;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.follow-btn:hover {
    background: rgba(255, 255, 255, 0.4);
}

canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 88vw;
    height: 80vh;
    display: block;
    border-radius: 30px;
}

.ending_follow_us {
    position: relative;
    width: 89%;
    height: 80%;
    text-align: center;
    padding: 50px 0;
}

.ending_section_follow_us {
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
}

.men_side {
    width: 30%;
    height: 100%;
}

.women_side {
    width: 30%;
    height: 100%;
}

.men_side img {
    height: 88%;
}

.women_side img {
    height: 88%;
}

.video_features_intro {
    width: 100%;
    height: 100vh;
    background: black;
}

.compressed_video_intro {
    width: 100%;
    height: 100vh;
    overflow-y: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video_features {
    width: 100%;
    height: 100vh;
    position: absolute;
    overflow: hidden;
}

.video_features video {
    height: 100vh;
}

.gradient_around_video {
    width: 100%;
    height: 100vh;
    position: absolute;
    background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.video_text_p {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100vh;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    gap: 17px;
    padding-bottom: 5rem;
    background: linear-gradient(360deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.video_text_p h6 {
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 600;
    color: white;
}

.video_text_p h1 {
    font-family: 'Poppins';
    font-size: 48px;
    font-weight: 500;
    width: 24%;
    text-align: center;
    line-height: 47px;
    letter-spacing: -1px;
    color: white;
}

.video_text_p button {
    width: 25vh;
    height: 7vh;
    border-radius: 30px;
    border: none;
    background: #50505099;
    color: white;
    font-family: 'Poppins';
    font-weight: 300;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}

.video_text_p button:hover {
    background-color: #8585854f;
    transition: 0.2s ease-in-out;
}

.info_of_featured h1 span {
    background: rgb(204, 255, 0);
    border-radius: 12px;
    padding: 0px 15px;
}

.div_black_gradient {
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.right_img:hover {
    opacity: 0.7;
    transition: 0.4s ease-in-out;
}

video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    transition: opacity 0.3s ease;
    opacity: 1;
}

.video-container:hover video {
    opacity: 0.6;
}

/* Custom scrollbar hidden for the horizontal scroll container */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.intro_images_about_us {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}

.images_about_us {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-image: url(../Resources/Images/USMADDY/3.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
}

.images_about_us p {
    font-family: poppins;
}

.images_about_us h1 {
    font-family: poppins;
    font-weight: 600;
}

.button_about_us1:hover {
    background-color: #000000;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

i {
    font-size: 23px;
}


.app_preview_intro {
    display: flex;
    width: 100%;
    height: 100vh;
    background-image: url(../Resources/Images/6.png);
    background-position: center;
    background-size: cover;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.app_preview_intro h1 {
    margin-top: 60px;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 45px;
    letter-spacing: -2px;
    width: 60%;
    text-align: center;
    line-height: 64px;
}

.app_preview_intro h1 span {
    border-radius: 23px;
    padding: 4px 20px;
    background: hsla(22, 100%, 78%, 1);
    background: linear-gradient(90deg, hsla(22, 100%, 78%, 1) 0%, hsla(2, 78%, 62%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(22, 100%, 78%, 1) 0%, hsla(2, 78%, 62%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(22, 100%, 78%, 1) 0%, hsla(2, 78%, 62%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FFB88E", endColorstr="#EA5753", GradientType=1);
}

.app_preview_intro p {
    margin-top: 30px;
    margin-bottom: 40px;
    width: 43%;
    text-align: center;
    font-size: 13px;
}

.app_preview_intro a {
    background: hsla(141, 54%, 86%, 1);
    background: linear-gradient(125deg, hsla(141, 54%, 86%, 1) 0%, hsla(333, 73%, 85%, 1) 50%, hsla(211, 58%, 79%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(141, 54%, 86%, 1) 0%, hsla(333, 73%, 85%, 1) 50%, hsla(211, 58%, 79%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(141, 54%, 86%, 1) 0%, hsla(333, 73%, 85%, 1) 50%, hsla(211, 58%, 79%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#CAEFD7", endColorstr="#F5BFD7", GradientType=1);
    padding: 10px;
    border-radius: 40px;
    font-size: 16px;
    width: 13%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 6%;
    font-weight: 500;
    color: rgb(0, 0, 0);
}

.fa-download {
    font-size: 13px;
}

.app_preview_intro_2 {
    width: 100%;
    height: 100vh;
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
}

.app_image_bac {
    background-image: url(../Resources/Images/7.png);
    background-position: center;
    background-size: cover;
    width: 80%;
    height: 80%;
    display: flex;
    justify-content: space-between;
}
.app_image_bac_one {
    background-image: url(../Resources/Images/4.png);
    background-position: center;
    background-size: cover;
    width: 80%;
    height: 80%;
    display: flex;
    justify-content: space-between;
}
.app_image_bac_two {
    background-image: url(../Resources/Images/3.png);
    background-position: center;
    background-size: cover;
    width: 80%;
    height: 80%;
    display: flex;
    justify-content: space-between;
}

.heading_for_app_preview {
    width: 35%;
}

.chat_toggle {
    background: #c9c9c94d;
    padding: 10px;
    width: 35%;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

.heading_for_app_preview h1 {
    margin-top: 25px;
    font-size: 40px;
    font-weight: 500;
    line-height: 44px;
    margin-bottom: 14px;
    letter-spacing: -2px;
}

.heading_for_app_preview .des_toggle {
    font-size: 13px;
    width: 88%;
}

.emoji_for_app_preview {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.emoji_for_app_preview p {
    background: #ff2f2f38;
    width: 40%;
    text-align: center;
    padding: 35px;
    font-size: 35px;
    border-radius: 20px;
}

.featured_feature {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}

.info_of_features {
    width: 80%;
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.features_toggle {
    text-align: center;
    background: #e6e6e6;
    width: 15%;
    padding: 10px 0px;
    border-radius: 40pc;
    font-size: 14px;
}

.des_toggle {
    font-size: 13px;
    width: 47%;
    text-align: center;
}

.info_of_features h1 {
    font-size: 40px;
    font-weight: 500;
    width: 46%;
    text-align: center;
    letter-spacing: -2px;
    line-height: 48px;
    padding-top: 20px;
    margin-bottom: 20px;
}

.image_features_des {
    width: 88%;
    height: 40%;
    display: flex;
    justify-content: space-evenly;
}

.image_des1 {
    background-image: url(../Resources/Images/10.jpg);
    background-position: center;
    background-size: cover;
    width: 30%;
    height: 100%;
    border-radius: 20px;
}

.image_des2 {
    background-image: url(../Resources/Images/14.jpg);
    background-position: center;
    background-size: cover;
    width: 30%;
    height: 100%;
    border-radius: 20px;
}

.image_des3 {
    background-image: url(../Resources/Images/13.jpg);
    background-position: center;
    background-size: cover;
    width: 30%;
    height: 100%;
    border-radius: 20px;
}

.info_of_features h1 span {
    color: rgba(255, 0, 0, 0.426);
}

@media (max-width: 480px) {
    .introduction_h1 {
        height: 12vh;
    }

    .introduction_h1 h1 {
        font-family: inter;
        font-weight: 600;
        font-size: 30px;
        letter-spacing: -1px;
        width: 90%;
        text-align: center;
        line-height: 30px;
    }

    .app_download_links {
        display: flex;
        align-items: center;
        width: 100%;
        height: 20vh;
        justify-content: center;
        gap: 10px;
        flex-direction: column;
    }

    .ios_download {
        width: 72%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        background: black;
        border-radius: 40px;
        height: 100%;
        cursor: pointer;
    }

    .android_download {
        width: 87%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        background: black;
        border-radius: 40px;
        height: 100%;
        cursor: pointer;
    }

    .black_background {
        width: 98%;
        height: 100%;
        display: flex;
        align-items: center;
        background: black;
        border-radius: 15px;
        justify-content: space-around;
        flex-direction: column;
    }

    .featured_text_white {
        color: white;
        width: 100%;
        height: 40%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        padding: 25px;
    }

    .featured_text_white h1 {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 35px;
        letter-spacing: -1px;
        line-height: 43px;
        width: 90%;
        height: 69%;
    }

    .div_button_first {
        height: 30%;
        width: 50%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .featured_images {
        width: 97%;
        height: 55%;
        border-radius: 10px;
    }

    .featured_feature {
        width: 100%;
        height: 150vh;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: column;
    }

    .info_of_features {
        width: 100%;
        /* text-align: center; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 28%;
    }

    .features_toggle {
        text-align: center;
        background: #e6e6e6;
        width: 28%;
        padding: 10px 0px;
        border-radius: 40pc;
        font-size: 12px;
    }

    .info_of_features h1 {
        font-size: 35px;
        font-weight: 500;
        width: 90%;
        text-align: center;
        letter-spacing: -2px;
        line-height: 38px;
        padding-top: 20px;
        margin-bottom: 20px;
    }

    .des_toggle {
        font-size: 10px;
        width: 82%;
        text-align: center;
    }

    .image_features_des {
        width: 88%;
        height: 60%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .image_des1 {
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 32%;
        border-radius: 20px;
    }

    .image_des2 {
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 32%;
        border-radius: 20px;
    }

    .image_des3 {
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 32%;
        border-radius: 20px;
    }

    .video_text_p h6 {
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: 400;
        color: white;
    }

    .video_text_p h1 {
        font-family: 'Poppins';
        font-size: 35px;
        font-weight: 500;
        width: 92%;
        text-align: center;
        line-height: 42px;
        letter-spacing: -1px;
        color: white;
    }

    .flex {
        display: flex;
        flex-direction: column;
    }

    .right-image-1 {
        width: 100%;
    }

    .left-image-1 {
        width: 100%;
    }

    .app_preview_intro {
        background-image: url(../Resources/Images/20.png);
        background-position: center;
        background-size: cover;
    }

    .app_image_bac {
        background-image: url(../Resources/Images/21.png);
        background-position: center;
        background-size: cover;
        flex-direction: column;
    }
    .app_image_bac_one {
        background-image: url(../Resources/Images/100.png);
        background-position: center;
        background-size: cover;
        flex-direction: column;
    }
    .app_image_bac_two {
        background-image: url(../Resources/Images/50.png);
        background-position: center;
        background-size: cover;
        flex-direction: column;
    }
    .emoji_for_app_preview {
        width: 100%;
        align-items: flex-start;
    }
    .first_section{
        background-position: center;
    }
}

@media (max-width: 480px) {
    .app_preview_intro h1 {
        margin-top: 160px;
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 30px;
        letter-spacing: -2px;
        width: 90%;
        text-align: center;
        line-height: 42px;
    }

    .app_preview_intro p {
        margin-top: 30px;
        margin-bottom: 40px;
        width: 87%;
        text-align: center;
        font-size: 13px;
    }

    .app_preview_intro a {
        background: hsla(141, 54%, 86%, 1);
        background: linear-gradient(125deg, hsla(141, 54%, 86%, 1) 0%, hsla(333, 73%, 85%, 1) 50%, hsla(211, 58%, 79%, 1) 100%);
        background: -moz-linear-gradient(90deg, hsla(141, 54%, 86%, 1) 0%, hsla(333, 73%, 85%, 1) 50%, hsla(211, 58%, 79%, 1) 100%);
        background: -webkit-linear-gradient(90deg, hsla(141, 54%, 86%, 1) 0%, hsla(333, 73%, 85%, 1) 50%, hsla(211, 58%, 79%, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#CAEFD7", endColorstr="#F5BFD7", GradientType=1);
        padding: 10px;
        border-radius: 40px;
        font-size: 16px;
        width: 54%;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        height: 6%;
        font-weight: 500;
        color: rgb(0, 0, 0);
    }

    .testimonial-section {
        width: 100%;
        background: #fff;
        padding: 4rem 1rem;
        display: flex;
        justify-content: center;
        font-family: 'Inter', sans-serif;
        align-items: center;
        height: 100vh;
    }

    .testimonial-container {
        max-width: 1020px;
        width: 100%;
        text-align: left;
    }

    .testimonial-nav {
        width: 100%;
        display: flex;
        gap: 1rem;
        justify-content: space-evenly;
        flex-direction: column;
    }

    .testimonial-nav-item {
        text-align: center;
        border: 1px solid #ddd;
        padding: 1rem;
        border-radius: 8px;
        width: 100%;
        cursor: pointer;
        transition: background 0.3s ease, color 0.3s ease;
    }

    .flex {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .main {
        height: 63vh;
    }

    .pb-20 {
        padding-bottom: 3rem;
    }

    .more_about_us {
        height: 310vh;
    }


    .testimonial-nav-item {
        width: 100%;
    }

    .heading_for_app_preview {
        width: 100%;
    }

    .des_toggle1 {
        display: none;
    }
}

/* .img_radhakrsna{
    transform: rotate(-90deg);
} */