   *{
    padding: 0;
    margin: 0;
}
.main{
    height: 100vh;
    width: 100vw;
    background-image: url( bg-slider-1.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* filter: brightness(50%); */
    animation: change 10s infinite;
    
 }
 @keyframes change{
    0%{
        background-image: url( bg-slider-1.jpg);
    }
    33%{
        background-image: url( bg-slider-2.jpg);
    }
    66%{
        background-image: url( bg-slider-3.jpg);
    }
 }
 .ul {
    display: flex;
    padding-top: 100px;
    flex-wrap: wrap; /* Allow items to wrap on smaller screens */
}

#location {
    font-size: 33px;
    background: linear-gradient(to right, #6727b0, #e91e63, #9c27b0);
    color: transparent;
    background-clip: text;
    vertical-align: middle;
    margin-left: 130px;
}

.ul .li {
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding-left: 5px;
}

#li-brd {
    border-right: 3px solid transparent;
    background: linear-gradient(to right, #6727b0, #6727b0, #e91e63, #9c27b0);
    background-clip: padding-box;
    background-origin: border-box;
    background-size: 7px 100%;
    background-repeat: no-repeat;
    background-position: right;
    padding: 5px;
 }

#call {
    font-size: 33px;
    padding-left: 10px;
    background: linear-gradient(to right, #6727b0, #e91e63, #9c27b0);
    color: transparent;
    background-clip: text;
}

#num {
    padding: 5px;
}

/* Responsive Styles */
@media (max-width: 1200px) { /* Large screens */
    #location, #call {
        font-size: 28px;
        margin-left: 80px;
    }

    .ul {
        justify-content: space-around;
    }
}

@media (max-width: 992px) { /* Medium screens (tablets) */
    #location, #call {
        font-size: 25px;
        margin-left: 50px;
    }

    .ul {
        flex-direction: column;
        align-items: center;
    }

    .ul .li, #num {
        text-align: center;
    }

    #li-brd {
        border-right: none;
        border-bottom: 5px solid transparent; /* Change border to bottom */
        background-position: bottom; /* Position gradient at the bottom */
    }
}

@media (max-width: 768px) { /* Small screens (large phones) */
    #location, #call {
        font-size: 22px;
        margin-left: 30px;
    }

    .ul {
        padding-top: 100px;
    }
}

@media (max-width: 576px) { /* Extra small screens (small phones) */
    #location, #call {
        font-size: 20px;
        margin-left: 15px;
    }

    .ul {
        padding-top: 100px;
        flex-direction: column;
        align-items: flex-start;
        
    }

    .ul .li, #num {
        text-align: center;
        padding-left: 0;
        font-size: 10px;
    }
    li{
        padding-left: -10px;
    }
   
    
}


 


       /* navbar */
       #nav-bg-c {
        background-color: rgb(65, 60, 60);
        width: 100vw;
        position: fixed;
        z-index: 1;
         
    }
    .nav-bar{
        border-bottom: 5px solid transparent;
        background: linear-gradient(to right, rgb(65, 60, 60), rgb(65, 60, 60), #6727b0, #e91e63, #9c27b0, rgb(65, 60, 60), rgb(65, 60, 60), rgb(65, 60, 60));
        background-clip: padding-box;
        background-size: 100% 5px;
        background-repeat: no-repeat;
        background-position: bottom;
        display: flex;
        
    }
    .logo {
        height: 50px;
        width: 170px;
     }
    .nav-links {
        text-decoration: none;
        color: white;
        font-size: 17px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .nav-links:hover {
        transition: all 0.5s ease;
        color: rgb(200, 11, 217);
    }
    .nav-butnm {
        height: 40px;
        width: 120px;
        background-color: rgb(87, 81, 81);
        border-radius: 50px;
        margin-right: 50px;
    }
    .en {
        background-color: gray;
        color: white;
        height: 35px;
        width: 60px;
        border: 0;
        border-radius: 50px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    
    .us {
        color: white;
        padding-left: 9px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .btn-clx {
        background-color: white;
        color: black;
        height: 45px;
        width: 150px;
        border-radius: 50px;
        border: 0;
        margin-right: 100px;

     }
   
    /* Responsive adjustments */
    @media (max-width: 768px) {
        .nav-bar {
            flex-direction: column;
            align-items: center;
        }
        .nav-links {
            margin-bottom: 10px;
        }
        .nav-butnm, .btn-clx {
            margin: 10px 0;
        }
    }
/* nav---end */
 /* Base Styles */
.main-2 {
    display: flex;
    gap: 20px;
    justify-content: center;
    color: white;
 }

.main-2-itm {
    height: 530px;
    width: 600px;
    background-color: transparent;
}

.main-p {
    font-size: 20px;
    margin-top: 140px;
    padding-left: 140px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.main-h3 {
    font-size: 55px;
    padding-left: 140px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.main-p2 {
    font-size: 15px;
    padding-left: 140px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
/* Base Styles for .btnbtn-main */
.btnbtn-main-1 {
    height: 50px;
    width: 170px;
    background: linear-gradient(to right, #6727b0, #e91e63, #9c27b0);
    color: white;
    margin-top: 40px;
    border: 0;
    border-radius: 50px;
    font-size: 20px;
    margin-left: 140px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Responsive Styles */

/* Large screens (desktops) */
@media (max-width: 1200px) {
    .btnbtn-main-1 {
        width: 160px;
        font-size: 18px;
        margin-left: 100px;
    }
}

/* Medium screens (tablets) */
@media (max-width: 992px) {
    .btnbtn-main-1 {
        width: 150px;
        font-size: 18px;
        margin-left: 0;
        margin-top: 20px;
    }
}

/* Small screens (large phones) */
@media (max-width: 768px) {
    .btnbtn-main-1 {
        width: 140px;
        font-size: 16px;
        height: 45px;
        margin-top: 15px;
    }
}

/* Extra small screens (small phones) */
@media (max-width: 576px) {
    .btnbtn-main-1 {
        width: 130px;
        font-size: 14px;
        height: 40px;
        margin-top: 10px;
    }
}

 
.main-h3-b {
    background: linear-gradient(to right, #6727b0, #e91e63, #9c27b0);
    color: transparent;
    background-clip: text;
}

.main-img {
    height: 30%;
    width: 27%;
    border-radius: 50%;
    background: linear-gradient(to right, #6727b0, #e91e63, #9c27b0);
    background-clip: padding-box;
    margin-left: 290px;
    padding: 3px;
    margin-top: 15px;
}

/* Responsive Styles */

/* Large screens (desktops) */
@media (max-width: 1200px) {
    .main-2-itm {
        width: 500px;
    }

    .main-h3 {
        font-size: 45px;
        padding-left: 100px;
    }

    .main-p, .main-p2, .btnbtn-main {
        padding-left: 100px;
    }

    .main-img {
        width: 35%;
        margin-left: 150px;
    }
}

/* Medium screens (tablets) */
@media (max-width: 992px) {
    .main-2 {
        flex-direction: column;
        align-items: center;
    }

    .main-2-itm {
        width: 90%;
        height: auto;
        text-align: center;
    }

    .main-h3 {
        font-size: 35px;
        padding-left: 0;
    }

    .main-p, .main-p2 {
        font-size: 18px;
        margin-top: 20px;
        padding-left: 0;
    }

    .btnbtn-main {
        margin-left: 0;
    }

    .main-img {
        width: 50%;
        margin-left: 0;
    }
}

/* Small screens (large phones) */
@media (max-width: 768px) {
    .main-h3 {
        font-size: 30px;
    }

    .main-p, .main-p2 {
        font-size: 16px;
    }

    .btnbtn-main {
        width: 150px;
        font-size: 18px;
    }

    .main-img {
        width: 60%;
    }
}

/* Extra small screens (small phones) */
@media (max-width: 576px) {
    .main-2 {
        padding: 0 10px;
    }

    .main-h3 {
        font-size: 25px;
    }

    .main-p, .main-p2 {
        font-size: 14px;
    }

    .btnbtn-main {
        width: 100px;
        font-size: 16px;
    }

    .main-img {
        width: 27%;
    }
}

 
/* section---2 */


    /* Base styles */
    .section-2 {
        margin-top: 50px;
        display: flex;
        flex-direction: column; /* Stacks items vertically on small screens */
        gap: 10px;
        justify-content: center;
    }
    
    .section-2-itm {
        height: auto; /* Make the height auto for better flexibility */
        width: 100%; /* Full width for smaller screens */
        max-width: 650px; /* Max width to prevent it from growing too large */
    }
    
    #img-itm {
        background-image: url(portfolio-1-587x560.jpg), linear-gradient(to right, #6727b0, #e91e63, #9c27b0);
        border-radius: 50px;
        background-blend-mode: multiply;
        background-repeat: no-repeat;
         background-size: cover; /* Adjust to cover the container 
        */
     }
    
    .text {
        height: auto; /* Allow height to adjust based on content */
        width: 100%; /* Full width for smaller screens */
        /* background: linear-gradient(to right, #6727b0, #e91e63, #9c27b0); */
        margin: 30px auto; /* Centering on small screens */
        border-radius: 0px 58px 0px 0px;
        text-align: center; /* Center align text for better readability */
        color: white;
    }
    
    .text-h3 {
        padding-top: 20px;
        font-size: 24px; /* Adjust font size for better fit on small screens */
        margin: 0 auto; /* Center align */
    }
    
    .text-h4 {
        padding-top: 20px; /* Adjust padding */
        color:white;
        margin: 0 auto; /* Center align */
    }
    
    .text-p {
        color: white;
        margin: 0 auto; /* Center align */
        font-weight: bold;
    }
    
    .sec-2-itm-h4, .sec-2-itm-h1, .sec-2-itm-p, .sec-2-itm-b, .sec-2-itm-strong {
        padding-left: 20px; /* Adjust padding for better fit */
        padding-right: 20px;
    }
    
    .sec-2-itm-h1 {
        font-size: 30px; /* Adjust font size */
    }
    
    .sec-2-itm-p {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .hr-line {
        width: 100%; /* Full width */
        max-width: 450px; /* Max width */
         border: none;
         margin-left: 20px;
        height: 5px;
        background: linear-gradient(to right, #6727b0, #e91e63, #9c27b0, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke);
        border-radius: 2.5px;
    }
    
    .sec-2-cont {
        display: flex;
        flex-direction: column; /* Stack items vertically on small screens */
        gap: 10px;
        align-items: center; /* Center align items */
    }
    
    .sec-2-img-2 {
        width: 80%; /* Adjust width */
        max-width: 100px; /* Max width */
    }
    
    .sec-2-img-p {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: black;
        padding-right: 0; /* Remove padding on small screens */
        text-align: center; /* Center align text */
    }
    
    .sec-2-itm-button {
        display: flex;
        flex-direction: row; /* Stack buttons vertically on small screens */
        align-items: center; /* Center align items */
        /* gap: 10px; */
     }
    
    .btnbtn-sec-2 {
        height: 50px;
        width: 100%; /* Full width */
        max-width: 170px; /* Max width */
        background: linear-gradient(to right, #6727b0, #e91e63, #9c27b0);
        color: white;
        border: 0;
        border-radius: 50px;
        font-size: 16px; /* Adjust font size */
        margin: 20px auto; /* Center align */
    }
    
    .sec-2-ul {
        display: flex;
        gap: 10px;
        justify-content: center; /* Center align items */
        margin-left: -200px;
    }
    
    #call-sec-2 {
        font-size: 30px; /* Adjust font size */
        margin: 0; /* Remove margin */
        background: linear-gradient(to right, #6727b0, #e91e63, #9c27b0);
        color: transparent;
        background-clip: text;
    }
    
    #num-sec-2 {
        font-size: 15px; /* Adjust font size */
        font-weight: bold;
        margin: 0; /* Remove margin */
        text-align: center; /* Center align text */
    }
    
    /* Media Queries */
    @media (min-width: 768px) {
        .section-2 {
            flex-direction: row; /* Align items side by side on tablets and above */
        }
    
        .text, .section-2-itm {
            width: 50%; /* 50% width on tablets and above */
        }
    
        .text-h3 {
            font-size: 28px; /* Adjust font size */
        }
    
        .text-h4 {
            font-size: 24px; /* Adjust font size */
        }
    
        .text-p {
            font-size: 16px; /* Adjust font size */
        }
    
        .sec-2-itm-h1 {
            font-size: 40px; /* Adjust font size */
        }
    
        .sec-2-itm-p {
            padding-left: 30px;
            padding-right: 30px;
        }
    
        .sec-2-img-2 {
            width: 90%; /* Adjust width */
            max-width: 100px;
        }
    
        .btnbtn-sec-2 {
            width: auto; /* Auto width on larger screens */
            font-size: 18px; /* Adjust font size */
        }
       
    }
    
    @media (min-width: 1024px) {
        .text-h3 {
            font-size: 30px; /* Adjust font size */
        }
    
        .text-h4 {
            font-size: 28px; /* Adjust font size */
        }
    
        .text-p {
            font-size: 18px; /* Adjust font size */
        }
    
        .sec-2-itm-h1 {
            font-size: 50px; /* Adjust font size */
        }
    
        .sec-2-itm-p {
            padding-left: 50px;
            padding-right: 50px;
        }
    
        .btnbtn-sec-2 {
            width: 170px; /* Full width */
            font-size: 20px; /* Adjust font size */
        }
        
    }
    
    
/* Small mobile styles */
@media (max-width: 480px) {
    #img-itm {
        border-radius: 0;
    }
    .sec-2-itm-button {
        flex-direction: column;
    }
    .sec-2-ul{
        margin: auto;
    }
}
    
 
/*  */

/*  */
 /* section--3 */
/* Base styles */
.section-3 {
    height: 85vh;
    width: 100vw;
    background-image: url(bg-section-3-img.jpg);
    background-repeat: no-repeat;
    background-size: cover; /* Use 'cover' for better background scaling */
    margin-top: 50px;
}

.sec-3-top-h1 {
    font-size: 50px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
    padding-top: 20px;
    color: white;
}

.sub-sec-3 {
    height: 300px;
    width: 1200px;
    background: linear-gradient(to right, #6727b0, #e91e63, #9c27b0);
    border-radius: 500px;
    margin: auto;
}

.sub-sec-3-h1 {
    font-size: 50px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
    color: white;
}

.sub-sec-3-div {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap; /* Allow items to wrap for smaller screens */
    background-color: transparent;
}

.sub-sec-3-div-itm {
    height: 350px;
    width: 350px;
    background-color: transparent;
    border-radius: 10px;
    margin-top: 50px;
}

#img-sec-3-icon {
    width: 60px;
    border-radius: 50px;
}
 /* img */
 .sub-sec-3-div-itm-block{
    height: 250px;
    width: 350px;
    border-radius: 120px 25px 25px 25px;
     background-image: url(service-3-600x472.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    }
    #sub-sec-3-div-itm-block-img-bg-2{
        height: 250px;
        width: 350px;
        border-radius: 120px 25px 25px 25px;
         background-image: url(service-2-600x472.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    #sub-sec-3-div-itm-block-img-bg-3{
        height: 250px;
        width: 350px;
        border-radius: 120px 25px 25px 25px;
         background-image: url(service-1-600x472.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    /* img */
/* img */
.sub-sec-3-div-itm-block,
#sub-sec-3-div-itm-block-img-bg-2,
#sub-sec-3-div-itm-block-img-bg-3 {
    height: 250px;
    width: 350px;
    border-radius: 120px 25px 25px 25px;
    background-repeat: no-repeat;
    background-size: cover;
}

.sub-sec-3-div-itm-b {
    color: gray;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: block;
    padding-top: 15px;
    font-size: 20px;
}

.sub-sec-3-div-itm-span {
    color: gray;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 17px;
    display: block;
}

.footer {
    margin-top: 200px;
    text-align: center;
    color: white;
}

/* Responsive styles */
@media (max-width: 1200px) { /* Large screens like desktops */
    .section-3 {
        height: auto; /* Adjust height based on content */
    }

    .sub-sec-3 {
        width: 90%;
        border-radius: 300px; /* Adjust border radius for smaller screens */
    }

    .sub-sec-3-h1 {
        font-size: 40px;
    }

    .sub-sec-3-div-itm,
    .sub-sec-3-div-itm-block,
    #sub-sec-3-div-itm-block-img-bg-2,
    #sub-sec-3-div-itm-block-img-bg-3 {
        width: 300px;
        height: 200px;
    }

    .sub-sec-3-div-itm-b,
    .sub-sec-3-div-itm-span {
        font-size: 18px;
    }
}

@media (max-width: 992px) { /* Laptops */
    .sec-3-top-h1 {
        font-size: 35px;
    }

    .sub-sec-3 {
        height: auto; /* Adjust height based on content */
        padding: 20px;
        border-radius: 200px;
    }

    .sub-sec-3-div-itm,
    .sub-sec-3-div-itm-block,
    #sub-sec-3-div-itm-block-img-bg-2,
    #sub-sec-3-div-itm-block-img-bg-3 {
        width: 250px;
        height: 180px;
    }

    .sub-sec-3-div-itm-b,
    .sub-sec-3-div-itm-span {
        font-size: 16px;
    }
}

@media (max-width: 768px) { /* Tablets */
    .section-3 {
        height: auto; /* Adjust height for smaller screens */
        padding: 20px;
    }

    .sub-sec-3 {
        width: 100%;
        border-radius: 100px;
    }

    .sub-sec-3-h1 {
        font-size: 30px;
    }

    .sub-sec-3-div-itm,
    .sub-sec-3-div-itm-block,
    #sub-sec-3-div-itm-block-img-bg-2,
    #sub-sec-3-div-itm-block-img-bg-3 {
        width: 200px;
        height: 150px;
    }

    .sub-sec-3-div-itm-b,
    .sub-sec-3-div-itm-span {
        font-size: 14px;
    }
}

@media (max-width: 576px) { /* Mobile */
    .section-3 {
        height: auto; /* Adjust height for mobile screens */
    }

    .sub-sec-3 {
        border-radius: 50px;
        padding: 10px;
    }

    .sub-sec-3-h1 {
        font-size: 25px;
    }

    .sub-sec-3-div {
        flex-direction: column;
        align-items: center;
    }

    .sub-sec-3-div-itm,
    .sub-sec-3-div-itm-block,
    #sub-sec-3-div-itm-block-img-bg-2,
    #sub-sec-3-div-itm-block-img-bg-3 {
        width: 100%;
        height: 200px; /* Maintain aspect ratio for images */
    }

    .sub-sec-3-div-itm-b,
    .sub-sec-3-div-itm-span {
        font-size: 12px;
        text-align: center;
    }

     
}


/* section3 end */
/* section-4 styles start */
.section-4 {
    height: 105vh;
    width: 100vw;
    background-color: white;
}
.sec-4-h5 {
    font-size: 40px;
    padding-top: 50px;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.sec-4-h1 {
    font-size: 60px;
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.sec-4-sub {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 50px;
    flex-wrap: wrap; /* Add this to wrap items on smaller screens */
}
.sec-4-sub-itm {
    height: 450px;
    width: 600px;
    background-color: white;
}
#sec-4-sub-itm {
    background-image: url(service-6-600x472.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 50px 30px 30px 450px;
}
.sec-4-img {
    height: 80%;
    width: 45%;
    border-radius: 20px;
}
.sec-4-p {
    font-size: 17px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-top: 30px;
    padding-left: 80px;
    padding-right: 50px;
}

.sec-4-sub-sub {
    display: flex;
    justify-content: center;
    padding: 10px;
    gap: 10px;
    flex-wrap: wrap; /* Add this to wrap items on smaller screens */
}
.sec-4-sub-sub-itm {
    height: 85px;
    width: 250px;
    background-color: white;
    display: flex;
    gap: 20px;
    padding: 15px;
}
#sec-4-icon {
    color: #e91e63;
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 5px 5px 10px gray;
}
.sec-4-h6 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 17px;
}
.hr1, .hr2, .hr3, .hr4 {
    width: 100%; /* Full width */
    max-width: 450px; /* Max width */
    border: none;
    height: 5px;
    border-radius: 2.5px;
}
.hr1 {
    background: linear-gradient(to right, #6727b0, #e91e63, #9c27b0, white);
}
.hr2 {
    background: linear-gradient(to right, #6727b0, #e91e63, #9c27b0, whitesmoke);
}
.hr3 {
    background: linear-gradient(to right, #6727b0, #e91e63, #9c27b0, whitesmoke, whitesmoke);
}
.hr4 {
    background: linear-gradient(to right, #6727b0, #e91e63, #9c27b0, whitesmoke, whitesmoke);
}

/* Responsive styles */
@media (max-width: 1200px) {
    .sec-4-h5 {
        font-size: 35px;
    }
    .sec-4-h1 {
        font-size: 50px;
    }
    .sec-4-sub-itm {
        width: 80%;
    }
}

@media (max-width: 992px) {
    .sec-4-h5 {
        font-size: 30px;
    }
    .sec-4-h1 {
        font-size: 45px;
    }
    .sec-4-sub {
        flex-direction: column;
        align-items: center;
    }
    .sec-4-sub-itm {
        width: 90%;
    }
    .sec-4-sub-sub-itm {
        width: 90%;
    }
}

@media (max-width: 768px) {
    .sec-4-h5 {
        font-size: 25px;
    }
    .sec-4-h1 {
        font-size: 35px;
    }
    .sec-4-sub-itm {
        height: auto; /* Adjust height for smaller screens */
        width: 100%;
    }
    .sec-4-p {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 576px) {
    .sec-4-h5 {
        font-size: 20px;
    }
    .sec-4-h1 {
        font-size: 30px;
    }
    .sec-4-sub-sub-itm {
        height: auto;
        padding: 10px;
    }
    #sec-4-icon {
        box-shadow: 5px 5px 10px gray;
;
    }
    #sec-4-sub-itm{
        border-radius: 0;
    }
    .sec-4-img{
        border-radius: 0;
 
    }
}

/* section styles end */

/* section--5 start */
/* section--5 start */
.section-5 {
    height: 185vh;
    width: 100vw;
    background-color: white;
}
.sec-5-h5 {
    font-size: 40px;
    padding-top: 50px;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.sec-5-h1 {
    font-size: 60px;
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.sec-5-sub {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
    flex-wrap: wrap; /* Add this to wrap items on smaller screens */
}
.sec-5-sub-itm {
    height: 1120px;
    width: 600px;
    background-color: transparent;
}
.sec-5-img {
    height: 550px;
    width: 600px;
    background-image: url(portfolio-1-587x560.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
}
.text-trans {
    padding-top: 440px;
    color: transparent;
}
.sec-5-img-bg {
    height: 100px;
    width: 300px;
    background-color: white;
    margin-left: 40px;
    border-radius: 500px;
     
}
.span-text {
    padding-left: 40px;
    color: black;
    display: block;
    padding-top: 20px;
}
.sec-5-h6 {
    padding-left: 40px;
    font-weight: bold;
    font-size: 20px;
}
.sec-5-img-2 {
    height: 400px;
    width: 600px;
    background-image: url(portfolio-3-587x383.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 70px;
    border-radius: 10px;
}
.text-trans-2 {
    padding-top: 290px;
    color: transparent;
}
.sec-5-img-bg-2 {
    height: 100px;
    width: 300px;
    background-color: white;
    border-radius: 500px;
}
.sec-5-img-3 {
    height: 400px;
    width: 600px;
    background-image: url(portfolio-2-587x383.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
}
.text-trans-3 {
    padding-top: 290px;
    color: transparent;
}
.sec-5-img-bg-3 {
    height: 100px;
    width: 300px;
    background-color: white;
    border-radius: 500px;
    margin-left: 50px;
}
.sec-5-img-4 {
    height: 550px;
    width: 600px;
    background-image: url(portfolio-4-587x560.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 70px;
    border-radius: 10px;
}
.text-trans-4 {
    padding-top: 440px;
    color: transparent;
}
.sec-5-img-bg-4 {
    height: 100px;
    width: 300px;
    background-color: white;
    margin-left: 40px;
    border-radius: 500px;
}

/* Responsive styles */
@media (max-width: 1200px) {
    .sec-5-h5 {
        font-size: 35px;
    }
    .sec-5-h1 {
        font-size: 50px;
    }
    .sec-5-sub-itm {
        width: 80%;
    }
    .sec-5-img,
    .sec-5-img-2,
    .sec-5-img-3,
    .sec-5-img-4 {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .sec-5-h5 {
        font-size: 30px;
    }
    .sec-5-h1 {
        font-size: 45px;
    }
    .sec-5-sub {
        flex-direction: column;
        align-items: center;
    }
    .sec-5-sub-itm {
        width: 90%;
    }
    .sec-5-img-bg,
    .sec-5-img-bg-2,
    .sec-5-img-bg-3,
    .sec-5-img-bg-4 {
        width: 80%;
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .sec-5-h5 {
        font-size: 25px;
    }
    .sec-5-h1 {
        font-size: 35px;
    }
    .sec-5-sub-itm {
        height: auto; /* Adjust height for smaller screens */
    }
    .text-trans,
    .text-trans-2,
    .text-trans-3,
    .text-trans-4 {
        padding-top: 20px; /* Adjust padding for smaller screens */
    }
}

@media (max-width: 576px) {
    .section-5{
        margin-top: 100px;

    }
    .sec-5-h5 {
        font-size: 20px;
    }
    .sec-5-h1 {
        font-size: 30px;
    }
    .sec-5-img-bg,
    .sec-5-img-bg-2,
    .sec-5-img-bg-3,
    .sec-5-img-bg-4 {
        width: 90%;
         margin-top: 200px;
         background-color: white;
         color: black;
         font-weight: bolod;
         border-radius:0;
      }
    .span-text {
        padding-left: 20px;
        color: black;
    }
     
    
}
 
/* section--5 end */
/* Default styles (for larger screens) */
.section-6 {
    height: 250px;
    width: 100vw;
    background-color:white;
    margin-top: 50px;
}
.sec-6-p {
    text-align: center;
    font-size: 25px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: black;
}
.sec-6-img-log {
    display: flex;
    gap: 50px;
    justify-content: center;
    margin-top: 40px;
}
.sec-6-img-itm {
    height: 120px;
    width: 250px;
}
.sec-6-img {
    height: 100%;
    width: 100%;
}

/* Tablet styles */
@media (max-width: 1024px) {
    .section-6 {
        height: 200px;
    }
    .sec-6-p {
        font-size: 22px;
    }
    .sec-6-img-log {
        gap: 40px;
    }
    .sec-6-img-itm {
        height: 100px;
        width: 200px;
    }
}

/* Mobile styles */
@media (max-width: 768px) {
    .section-6 {
        height: auto;
        margin-top: 900px;

    }
    .sec-6-p {
        font-size: 18px;
    }
    .sec-6-img-log {
        flex-direction: column; /* Stack images vertically */
        gap: 30px;
    }
    .sec-6-img-itm {
        height: 80px;
        width: 150px;
        margin: auto;
    }
}

/* Small mobile styles */
@media (max-width: 480px) {
    .section-6 {
        height: auto;
         margin-top: 900px;
    }
    .sec-6-p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .sec-6-img-itm {
        height: 70px;
        width: 120px;
        margin: auto;
    }
}
/* sec-6-end */
/* sec-7 */
.section-7 {
    height: 130vh;
    width: 100vw;
    background-image: url(sec-6-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.sec-7-p {
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
    color: white;
    font-weight: bold;
    padding-top: 30px;
}

.sec-7-h1 {
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 50px;
    color: white;
}

.sec-7-bg-img {
    height: 550px;
    width: 1000px;
    margin-top: 50px;
    background-image: url(sec-7-inner-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px 50px 50px 200px;
}

.sec-7-h2 {
    padding-top: 350px;
    color: white;
    padding-left: 130px;
    font-size: 40px;
}

.btnbtn-sec-7 {
    height: 50px;
    width: 20%;
    background: linear-gradient(to right, #6727b0, #e91e63, #9c27b0);
    color: white;
    border: 0;
    border-radius: 50px;
    font-size: 20px;
    margin-left: 130px;
}

.sec-7-sub {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
    margin-left: 200px;
 }

.sec-7-sub-itm {
    height: 120px;
    width: 270px;
    background-color: transparent;
}

.sec-7-sub-h1 {
    font-size: 70px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
}

.sec-7-sub-p {
    font-size: 20px;
}

#sec-7-sub-itm {
    display: flex;
    gap: 50px;
}

#sec-7-img {
    height: 30px;
    width: 30px;
    margin-top: 40px;
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .sec-7-h1 {
        font-size: 40px;
    }

    .sec-7-bg-img {
        height: 400px;
        width: 800px;
    }

    .sec-7-h2 {
        font-size: 30px;
        padding-left: 50px;
        padding-top: 200px;
    }

    .btnbtn-sec-7 {
        width: 40%;
        margin-left: 0;
        text-align: center;
    }

    .sec-7-sub {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .section-7 {
        height: auto;
    }

    .sec-7-h1 {
        font-size: 30px;
    }

    .sec-7-bg-img {
        height: 300px;
        width: 100%;
    }

    .sec-7-h2 {
        font-size: 25px;
        padding-left: 0;
        padding-top: 50px;
    }

    .btnbtn-sec-7 {
        width: 60%;
    }

    .sec-7-sub-itm {
        width: 100%;
    }
    #sec-7-img{
        display: none;
    }
}

@media (max-width: 480px) {
    .sec-7-p {
        font-size: 16px;
    }

    .sec-7-h1 {
        font-size: 24px;
    }

    .sec-7-bg-img {
        height: 200px;
    }
 
    .sec-7-h2 {
        font-size: 20px;
        padding-left: 30px;
    }

    .btnbtn-sec-7 {
        width: 50%;
        font-size: 16px;
        margin-left: 40px;
    }

    .sec-7-sub-h1 {
        font-size: 50px;
    }

    .sec-7-sub-p {
        font-size: 16px;
    }
    #sec-7-img{
        display: none;
    }
    .sec-7-sub{
        margin: auto;
    }
    .sec-7-sub{
        margin-top: 20px;
    }
     
}
