body {

    font-family: 'Raleway', sans-serif !important;
    scroll-behavior: smooth;
}

.navbar-banner {
    background-color: #fff;
    border-bottom: 4px solid #f20533;
    
}

.nav-text {
    color: #000;
    margin-right: 10px;
    font-weight: 500;
    font-size: 18px;
}

.navbar img {
    width: 65px;
}

.download-btn {
    margin-right: 10px;
    font-weight: 19px;
    font-size: 18px;
}

.download-btn {
    position: relative;
    margin-right: 10px;
    font-weight: 600;
    font-size: 18px;
    background-color: #ffa500;
    border: none;
    overflow: hidden;
}

.download-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 200%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0) 70%);
    transition: all 0.6s ease-in-out;
    transform: skewX(-25deg);
}

.download-btn:hover::before {
    left: 100%;
}




.menu-bar {
    width: 100%;
    max-width: 38px;
    color: #fff;
}

.nav-text:hover {
    color: orange;
}

/* .nav-button:hover{
    background-color: aliceblue;
} */

.nav-link.active {
    color: #ffa500 !important;
    font-weight: 700;
}


.navbar-items li a {
    position: relative;
}


.navbar-items li a::after {
    content: '';
    width: 0;
    height: 3px;
    background: #ffa500;
    position: absolute;
    left: 0;
    bottom: -6px;
    transition: 0.5s;
}

.navbar-items li a:hover::after {
    width: 100%;
}


/* Custom styles for the mobile screen container */
.mobile-screen {
    width: 100%;
    max-width: 300px;
    max-height: 650px;
    /* Height of the mobile screen */
    margin: 0 auto;
    border: 5px solid #000;
    /* Simulates a mobile device frame */
    border-radius: 30px;
    overflow: hidden;
    /* Ensures content stays within the mobile screen */
    background-color: #000;
    /* Background color of the mobile screen */
    margin-top: 20px;
    margin-bottom: 20px;
}

/* About CSS */

.about-head{
    font-size: 50px;
    font-weight: 800;
    color: #fc8019;
}

.about-head2{
    font-size: 39px;
    color: #1e1e1e;
    font-weight: 800;
}

.about-para{
    line-height: 16px;
    font-weight: 500;
    font-style: normal;
    color: #565656;
    font-size: 18px;
}

.about-para2{
    line-height: 16px;
    font-weight: 500;
    font-style: normal;
    color: #565656;
    font-size: 18px;
}


/* Banne css */

.about-banner-text{
    line-height: 26px;
    font-weight: 500;
    font-style: normal;
    color: #565656;
    font-size: 18px;
}

.about-banner-head{
    font-size: 35px;
    color: #ffa500;
    font-weight: 800;
}

.about-sec{
    background: whitesmoke;
}

/* Footer */
.footer {
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    padding: 25px 0;
}

.footer h5 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 25px;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: none;
}

.social-icons a {
    margin-right: 15px;
    color: white;
    font-size: 25px;
}

.social-icons a i {
    height: 100%;
    transition: 0.5s;
}

.social-icons a i:hover {
    box-shadow: 0 0 60px #ffa500;
}

.social-icons a:hover {
    color: #ff5722;
}


.social_btns:hover {
    border: 1px solid #ff5722;
    transition: all 0.5s ease;
}

.social_btns {
    border: 1px solid #fff;
    margin-bottom: 5px;
    border-radius: 5px;
}

.list-unstyled i {
    margin-right: 5px;
    margin-bottom: 10px;
}

.list-unstyled li a:hover {
    color: #ff5722;
    padding-left: 10px;
    transition: all 0.5s ease;
}

.contact-items a:hover {
    color: #ff5722;
    transition: all 0.5s ease;
    cursor: pointer;
}

.newsletter input[type="email"] {
    border-radius: 5px;
    padding: 5px;
    width: 100%;
}

.newsletter input[type="submit"] {
    background-color: #ff5722;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .footer-logo {
        margin-bottom: 30px;
    }
}


/* Go to top button css starts */

#gototop-btn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #fc8019;
    color: white;
    cursor: pointer;
    border-radius: 50%;
  }
  
  #gototop-btn img {
    width: 30px;
    height: 40px;
  }
  
  
  /* Go to top button css ends */



  /* mobile responsiveness */

  /* General responsiveness */
* {
    box-sizing: border-box;
}



/* Specific media queries for mobile and tablet devices */
@media (max-width: 1200px) {

    .about-head, .about-head2 {
        font-size: 28px;
        text-align: center;
    }

    .about-para, .about-para2, .about-banner-text {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .about-banner-head {
        font-size: 24px;
        text-align: center;
    }

    .about-sec {
        padding: 20px 15px;
    }
}

@media (max-width: 768px) {
    /* Mobile Specific Styling */

    .download-btn {
        font-size: 14px;
        padding: 8px 18px;
    }

    .about-head {
        font-size: 24px;
    }

    .about-head2 {
        font-size: 20px;
    }

    .about-para, .about-para2 {
        font-size: 14px;
        line-height: 20px;
        text-align: left;
    }

    .about-banner-head {
        font-size: 20px;
    }

    .about-banner-text {
        font-size: 14px;
    }

    .mobile-screen {
        max-width: 280px;
        max-height: 600px;
        margin: 0 auto 20px auto;
    }

    @media (max-width: 768px) {
        .footer-logo {
            margin-bottom: 30px;
        }
    }
}

@media (max-width: 480px) {
    /* For very small screens */
    .navbar-items li {
        margin-bottom: 8px;
    }

    /*.nav-link {*/
    /*    font-size: 14px;*/
    /*}*/

    .download-btn {
        font-size: 12px;
        padding: 6px 15px;
    }

    .about-head {
        font-size: 20px;
    }

    .about-head2 {
        font-size: 16px;
    }

    .about-para, .about-para2, .about-banner-text {
        font-size: 12px;
    }

    .about-banner-head {
        font-size: 18px;
    }

}


/* Existing CSS */

/* Image hiding and centering content on mobile and tablet responsiveness */
@media (max-width: 1200px) {
    /* For tablet screens and smaller */
    .about-head, .about-head2 {
        font-size: 28px;
        text-align: center;
    }

    .about-para, .about-para2, .about-banner-text {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .about-banner-head {
        font-size: 24px;
        text-align: center;
    }

    .about-sec {
        padding: 20px 15px;
    }

    /* Hide the image on tablet */
    .about-banner .col img {
        display: none;
    }

    /* Center the text content using Flexbox */
    .about-banner .col {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        margin: 0 auto;
        height: 100%; /* Set this if you want vertical centering */
    }
}

@media (max-width: 768px) {
    /* Mobile Specific Styling */

    .download-btn {
        font-size: 14px;
        padding: 8px 18px;
    }

    .about-head {
        font-size: 24px;
    }

    .about-head2 {
        font-size: 20px;
    }

    .about-para, .about-para2 {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }

    .about-banner-head {
        font-size: 20px;
        text-align: center;
    }

    .about-banner-text {
        font-size: 14px;
        text-align: center;
    }

    .mobile-screen {
        max-width: 280px;
        max-height: 600px;
        margin: 0 auto 20px auto;
    }

    /* Hide the image on mobile */
    .about-banner .col img {
        display: none;
    }

    /* Center the text content using Flexbox on mobile */
    .about-banner .col {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        margin: 0 auto;
        height: 100%; /* Ensure vertical centering */
    }
}

@media (max-width: 480px) {
    /* For very small screens */
    .navbar-items li {
        margin-bottom: 8px;
    }

    /*.nav-link {*/
    /*    font-size: 14px;*/
    /*}*/

    .download-btn {
        font-size: 12px;
        padding: 6px 15px;
    }

    .about-head {
        font-size: 20px;
    }

    .about-head2 {
        font-size: 16px;
    }

    .about-para, .about-para2, .about-banner-text {
        font-size: 12px;
    }

    .about-banner-head {
        font-size: 18px;
    }

    /* Hide the image on very small screens */
    .about-banner .col img {
        display: none;
    }

    /* Center the text content using Flexbox on very small screens */
    .about-banner .col {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        margin: 0 auto;
        height: 100%; /* Ensure vertical centering */
    }
}

.privacy-para, li, p {
    text-align: left;
}

.privacy-section h4 {
    text-align: left;
}

h4 {
    font-size: 18px;
    font-weight: 700;
    padding-top: 15px;
}
