body{
  font-family: "Kaushan Script","Malhar",Regular ,"Merienda", cursive ,"Kalam","Supermarker";
  margin: 0px;
}
.nav_icons{
    width: 100%;
    height: 70px;
    background-color: #32353e;
    display: flex;
    justify-content: end;
    align-items: center;  
}
.icon a{
    background-color: #15c0c7;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    color: white;
    border-radius: 50%;
    text-decoration: none;
    margin: 3px;
    cursor: pointer;

}
.icon a i{
    font-size: 15px;
}
.search{
    display: flex;
    align-items: center;
    margin: 0 70px;
    background-color:#4a4e55 ;
    border: none;
    padding: 4px 15px;
    border: 5px;
    width:220px ;
    margin-right: 40px;
}
.search input {
    background: transparent;   
    border: none;
    outline: none;            
    color: white;             
    font-family: "Merienda", cursive;
    flex: 1;
    padding: 5px 0; 
    cursor: pointer;
            
}
.search input::placeholder {
    color: white;   
    font-size: 15px;   
    font-weight: bold;        
}
.search i {
    color: white;
    font-size: 13px;
    cursor: pointer;
    margin-left: -20px;
    color: #15c0c7;
}
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
}
.menu-toggle .bar {
    width: 25px;
    height: 3px;
    background-color: #32353e;
    transition: 0.3s;
}
.nav_bar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    padding: 0px 13%;
    font-family: "Merienda", cursive;
    height: 70px;
}
 .nav-links ul{
   list-style: none;
   display: flex;
   gap: 35px;
 }
 .nav-links a{
    text-decoration: none;
    font-size: 15px;
    color: #32353e;
    font-weight: bold;
 }
 .nav-links a:hover{
    color: #15c0c7;
 }
.contact-info{
    text-align: right;
}
.item-info{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 5px;
    font-size: 14px;
    margin-bottom: 2px;
}
.contact-info i ,span{
    font-size: 15px;
    color: #32353e;
}
.contact-info .email{
    color: #15c0c7;
    font-size: 15px;
    font-weight: bold;
}
.sec1 {
    width: 100%;
    height: 100vh;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 30px;
    animation: changeBG 12s infinite ease-in-out;

}
@keyframes changeBG{
    0%, 100%{
        background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url(../Globaly__archive/slider_1.jpg);
    }
    50%{
        background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url(../Globaly__archive/slider_2.jpg);
    }
    70%{
        background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url(../Globaly__archive/slider_3.jpg);
    }

}
.sec1 h1 {
    font-size: 45px;
    font-style: italic;
    font-weight: 800;
}
.sec1 p {
    padding-bottom: 30px;
}
.sec1 button , .ser-btn ,.Business-section button ,.SUBMIT{
    background-color: #15c0c7;
    color: white;
    height: 40px;
    width: 120px;
    border-radius: 50px;
    font-weight: bold;
    font-family: "Kaushan Script","Merienda", cursive; 
    border: none;
    cursor: pointer;
}
button:hover{
    background-color:#32353e ;
}
.Services-section,.Business-section ,
.performance-section ,.testimonials-section ,
.revenue-section ,.Consultation-section{
    padding: 80px 10%;
    text-align: center;
    background-color: #fff;
    color: #32353e;
}
.services-header ,.Business-header , .performance-header
,.testimonials-header ,.Consultation-header{
    font-style: italic; 
    color: #32353e;
    font-size: 20px;
}
.services-header p ,.Business-header p ,.testimonials-header p 
,.Consultation-header p{
    font-size: 20px;
}
.services-header h1 , .Case-section h1 ,.Business-header h1
,.performance-header h1 ,.testimonials-header h1
,.revenue-header h1 ,.Consultation-header h1{
    margin: 10px 0;
    font-weight: 900;
    position: relative;
    font-size: 35px;
    font-style: italic; 
    font-family: "Kaushan Script","Malhar",Regular;
}
.services-header h1::after , .Case-section h1::after 
,.Business-header h1::after ,.performance-header h1::after 
,.testimonials-section h1::after ,.revenue-header h1::after
,.Consultation-header h1::after{
    position: absolute;
    content: "";
    bottom: -22px;
    width: 10px;
    height: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: #15c0c7;
    transform: translateX(-50%) rotate(45deg);
    border:1px solid #fff;
}
.services-header h1::before , .Case-section h1::before 
,.Business-header h1::before ,.performance-header h1::before 
,.testimonials-section h1::before ,.revenue-header h1::before
 ,.Consultation-header h1::before{
    position: absolute;
    content: "";
    bottom: -17px;
    width: 80px;
    height: 3.5px;
    left: 50%;
    transform: translateX(-50%);
    background: #15c0c7;
    animation: changeWidth 5s infinite;
    
}
@keyframes changeWidth{
    0%{
        width: 160px;
    }
    50%{
        width: 0px;
    }
    100%{
        width: 160px;
    }
}
.Services-section , .Case-section 
,.performance-section ,.revenue-header  {
    padding: 60px 12%;
    text-align: center;
    margin: 50px;
}

.services-container  {
    padding-top: 50px;
    display: flex;
    justify-content: space-between; 
    gap: 15px;
    flex-wrap: wrap; 
}

.service-card {
    flex: 1;
    min-width: 200px; 
    display: flex;
    flex-direction: column;
    align-items: center; 
    color: #4a4e55;
}

.icon-circle {
    width: 80px;
    height: 80px;
    background-color: #15c0c7;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    margin-bottom: 20px;
}

.service-card h2 {
    font-size: 25px;
    margin-bottom: 10px;
}

.service-card hr {
    width: 220px;
    border: 0.5px solid #cdced0;
    margin-bottom: 15px;
}

.service-card p {
    font-size: 15px;
    color: #cdced0;
    line-height: 1.6;
}
.ser-btn{
    margin-top: 80px;
}
.Case-section{
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)) ,url(../Globaly__archive/case.jpg);
    width: 100%;
    height: 80vh;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 30px;
    margin: 0;
    padding: 0;
    line-height: 40px;
}
.Case-section p{
    padding-top: 40px;
    font-size: 20px;
}
.Case-section h3{
    font-size: 15px;
}
.Case-section button ,.revenue-btn {
    color: white;
    height: 40px;
    width: 120px;
    border-radius: 50px;
    font-weight: bold;
    font-family: "Kaushan Script","Merienda", cursive; 
    border: none;
    cursor: pointer;
    border: 1px solid white;
    background: none;
    margin-top: 40px;
}
.Case-section button:hover ,.revenue-btn:hover{
    border: none;
    background-color: white;
    color: #32353e;
    text-decoration: underline;
}

.news-section {
    padding: 60px 5px;
    text-align: center;
}

.news-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
}

.news-card {
    flex: 1;
    background: white;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1); 
    text-align: left;
    transition: 0.3s;
}

.card-img img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s;
}
.card-img img:hover {
    transform: scale(1.1); 
}
.card-content {
    padding: 10px;
}

.card-content .date {
    color: #15c0c7;
    font-size: 20px;
    font-weight: bold;
}

.card-content .date small {
    color: #999;
    font-style: italic;
    margin-left: 5px;
}

.card-content h3 {
    font-size: 20px;
    margin: 15px 0;
    line-height: 1.4;
    color: #333;
    font-style: italic;
    font-weight: 900;
}
.card-content p {
    font-size: 14px;
    color: #777;
    line-height: 1.6;
}

.performance-section{
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)) ,url(../Globaly__archive/case21.jpg);
    width: 100%;
    height: 80vh;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 30px;
    margin: 0;
    padding: 0;
    line-height: 40px;
    background-attachment: fixed;
}
.performance-header p {
    font-size: 25px;
    margin-bottom: 10px;
    color: white;
}
.performance-header h1 {
    color: white;
}
.stats-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 30px;
}
.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 70px;
}
.circle {
    width: 200px;
    height: 200px;
    border: 2px solid white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 20px;
}
.stat-item p {
    font-size: 20px;
}

.testimonials-container {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    text-align: left;
    margin-top: 80px;
}

.testimonial-item {
    flex: 1;
    display: flex;
    align-items: center; 
    gap: 20px;
}

.client-photo img {
    width: 120px;
    height: 120px;
    border-radius: 50%; 
    object-fit: cover; 
    border: 3px solid #f1f1f1;
}

.testimonial-text p {
    font-style: italic;
    color: #777;
    line-height: 1.7;
    margin-bottom: 15px;
}

.testimonial-text h3 {
    font-weight: bold;
    color: #333;
    font-size: 18px;
}
.revenue-section{
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)) ,url(../Globaly__archive/revenue.jpg);
    width: 100%;
    height: 50vh;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 30px;
    margin: 0;
    padding: 0;
    line-height: 40px;
}
.revenue-section .revenue-btn{
 margin-top: 70px;
}

.form h2 {
    margin-top: 70px;
}
.contact-form {
    max-width: 600px;
    margin: 0 auto;
}

.input-group {
    margin-bottom: 20px;
}

.contact-form input, 
.contact-form select {
    width: 100%;
    padding: 25px 20px;
    background-color: #f7f7f7; 
    border: none;
    border-radius: 4px;
    font-style: italic;
    font-size: 20px;
    color: #555;
    outline: none;
}
.contact-form select{
    width: 640px;}
.SUBMIT{
    margin-top: 30px;
    width: 130px;
    font-size: 15px;
}
.footer{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #32353e;
    color: white;
    width: 100%;
    height: 150px;
    line-height: 10px;
}

@media (max-width: 992px) {
    .nav_bar {
        flex-direction: row !important;
        justify-content: space-between; 
        align-items: center;
        padding: 0 5%;
        height: 70px;
        position: sticky;
        top: 0;
        background-color: white;
        z-index: 1000;
    }

    .nav-links {
        display: none; 
        width: 100%;
        position: absolute;
        top: 70px;
        left: 0;
        background-color: white;
        box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    }

    .nav-links.active {
        display: block; 
    }

    .menu-toggle {
        display: flex; 
    }

    .nav-links ul {
        flex-direction: column;
        gap: 0;
        padding: 0;
    }

    .nav-links ul li {
        text-align: center;
        border-bottom: 1px solid #eee;
    }
    
    .nav-links a {
        display: block;
        padding: 15px 0;
    }
    .contact-info{
        display: none;
    }

    .services-container, .news-container, .testimonials-container, .stats-container {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    .services-container{
        flex-direction: row;
    }
    .performance-section{
        height: 190vh;
        width: 100%;
    }
    .service-card, .news-card, .testimonial-item, .stat-item {
        width: 100%;
        max-width: 400px;
    }
    .Case-section{
        height: 50vh;
    }
}

@media (max-width: 600px) {
    .nav_icons {
        flex-direction: column;
        height: auto;
        padding: 10px 0;
    }

    .search {
        margin: 10px 0;
        width: 90%;
    }

    .sec1 h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .Case-section{
        height: 100vh;
    }
    .revenue-section{
        height: 60vh;
    }
    .contact-form select , .contact-form input{
        width: 340px;
        margin-left: -20px;
    }
    .contact-form select{
        width: 380px;
    }
    .circle {
        width: 150px;
        height: 150px;
        font-size: 30px;
        gap: 3px;
        
    }
    .performance-section{
        height: 250vh;
        width: 100%;
    }
    .stats-container{
        gap: 1px;
    }
    .testimonial-item {
        flex-direction: column;
        text-align: center;
    }

    .client-photo img {
        margin-bottom: 15px;
    }
}
@media (max-width: 400px){

    .performance-section{
        height: 160vh;
        width: 100%;
    }
    .Case-section{
        height: 60vh;
    }
    .Case-section p{
        font-size: 18px;
        padding: 10px;
    }
    .Case-section h3{
        display: none;
    }
    .Case-section{
        padding: 5px;
    }
    .contact-form select , .contact-form input{
        width: 310px;
        margin-left: -20px;
    }
    .contact-form select{
        width: 350px;
    }  
    .stats-container{
        line-height: 1px;
    }  
    #item2{
        display: none;
    }
    .footer{
        line-height: 30px;
    }
    .footer img{
        margin-bottom: -10px;
    }
}