/* General Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Noto Sans", sans-serif;
    line-height: 1.6;
    /* color: #333; */
    font-family: "Lato", sans-serif;
}

/* Banner Slider */
.banner-slider {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    background: #000;
    margin-bottom: 0;
    padding: 0 115px;
    height: calc(100vh - 60px);
}
.logo {
    width: 185px;
    height: auto;
    display: flex;
    align-items: center;
}
.logo img {
    width: 155px;
    height: auto;
}
.slider {
    display: flex;
    width: 300%; /* Total number of slides */
    transition: transform 1s ease-in-out;
}
.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 115px;
}
.desktop {
    display: none;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    font-family: "Noto Sans", sans-serif;
}
.slide {
    width: 100%; /* Each slide takes up the full width */
    position: relative;
}

.slide img {
    width: 600px;
    height: auto;
    object-fit: cover;
    position: absolute;
    left: 20%;
    margin-top: 30px;
}

.caption {
    position: absolute;
    top: 110px;
    left: 0;
    color: white;
    width: 650px;
}

.caption h2 {
    font-size: 38px;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: none;
    font-weight: 300;
    font-family: "Noto Sans", sans-serif;
    line-height: 50px;
}
.caption h2::before {
    content: '';
    display: none;
}
.caption p {
    font-size: 1.2rem;
    text-shadow: none;
    font-weight: 100;
    display: inline-block;
    margin-top: 10px;
    font-family: "Noto Sans", sans-serif;
}

/* Header Section */
header {
    color: rgb(255, 255, 255);
    padding: 0;
    text-align: center;
    background-color: #202020;
    border-bottom: 1px solid #4c4c4c;
}

header h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

header p {
    font-size: 1.2rem;
}

/* Navigation Menu */
nav ul {
    list-style-type: none;
    text-align: center;
    padding: 0;
    margin-top: 0;
}

nav ul li {
    display: inline;
    margin: 0 20px;
}
.caption h5 {
    font-size: 23px;
    font-weight: 200;
    line-height: 33px;
    font-family: "Noto Sans", sans-serif;
}
nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 300;
    padding: 5px 0;
    line-height: 25px;
    height: 35px;
    display: inline-block;
}
nav ul li.sltd a {
    color: #fff;
    padding: 5px 0;
    line-height: 25px;
    height: 35px;
    display: inline-block;
    border-radius: 0;
    /* font-weight: 500; */
    border-bottom: 2px solid #197462;
}
.contact-info-nav ul li svg {
    width: 17px;
    fill: #fff;
    height: auto;
}
.logo a {
    font-size: 27px;
    color: #fff;
    text-decoration: none;
    font-family: "Lato", sans-serif;
    position: absolute;
    font-weight: 400;
    display: flex;
}
.contact-info-nav ul li {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 15px;
    border-radius: 50px;
    font-weight: 300;
    color: #fff;
}
nav ul li a:hover {
    color: #208a76;
}

/* Main Section */
main {
    /* padding: 40px 10%; */
    background: #fff;
}

section {
    margin-bottom: 40px;
}

h2 {
    margin: 0;
    padding: 0 0 6px;
    font-size: 32px;
    color: #000;
    letter-spacing: 3px;
    line-height: 45px;
    font-weight: 700;
}

h3 {
    font-size: 1.5rem;
    margin-top: 20px;
    color: #656565;
}

ul {
    list-style-type: none;
}

ul li {
    margin-bottom: 10px;
}

ul li strong {
    font-weight: bold;
}

/* About Section */
#about p {
    font-size: 14px;
    color: #606060;
    line-height: 28px;
    font-weight: 400;
    font-family: "Noto Sans", sans-serif;
}
.about-banner-text h2 {
    margin-bottom: 20px;
}
section#services h2 {
    margin-bottom: 10px;
    color: #000;
    position: relative;
    text-align: center;
}
section#services h2::before {
    content: '';
    position: absolute;
    /* background: #ff2353; */
    width: 215px;
    bottom: -4px;
    height: 1px;
}
 h2 {
    margin-bottom: 20px;
    color: #000;
    position: relative;
}
 h2::before {
    content: '';
    position: absolute;
    /* background: #ff2353; */
    width: 215px;
    bottom: -4px;
    height: 1px;
}
section.service-section ul {
    display: block;
    margin-top: 15px;
}
section#services p {
    font-size: 14px;
    color: #606060;
    line-height: 28px;
    font-weight: 400;
    font-family: "Noto Sans", sans-serif;
    text-align: center;
}
/* Contact Section */
#contact h3 {
    font-size: 1.5rem;
    margin-top: 0;
    color: #000;
}
.services-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    text-align: center;
    margin-top: 55px;
}
.services-list h3 {
    color: #000;
    font-size: 20px;
}
.contact-details-info h3 {
    margin-bottom: 10px;
}
form {
    display: grid;
    grid-gap: 15px;
    max-width: 600px;
    margin-top: 20px;
}
.contact-button {
    background: transparent;
    text-decoration: none;
    color: #fff;
    padding: 8px 35px;
    margin-top: 30px;
    display: block;
    border-radius: 35px;
    text-shadow: none;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #fff;
    font-weight: 300;
    width: max-content;
    font-family: "Noto Sans", sans-serif;
}
form input, form textarea {
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
}
form button {
    padding: 10px;
    background-color: #0044cc;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

form button:hover {
    background-color: #0033aa;
}

/* Footer Section */
footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px;
    margin-top: 40px;
}

footer p {
    font-size: 1rem;
}
.contact-info-nav ul {
    display: flex;
    color: #000;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 0;
    gap: 20px;
}
.navbar-top {
    display: flex;
    align-items: center;
    gap: 25px;
}
.contact-info-nav ul li {
    margin-bottom: 0;
}
.contact-info-nav ul li img {
    width: 16px;
}
.services-innersec {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 25px;
}
.services-innersec h3 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #fff;
    line-height: 23px;
    font-size: 19px;
}
.services-innersec ul li {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 300;
}
ul li strong {
    font-weight: 400;
}
.services-innersec div {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px 3px #cccccc9e;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 2px 2px rgba(0, 0, 0, 0.15), 0 4px 4px rgba(0, 0, 0, 0.15), 0 8px 8px rgba(0, 0, 0, 0.15);
}
section#about {
    padding: 30px 0;
    margin-bottom: 0;
}
.about-banner-text h2 {
    position: relative;
    color: #000;
    text-align: center;
}
.about-banner-text {
    text-align: center;
    display: block;
    margin-top: 20px;
}
.about-banner-text h2::before {
    content: '';
    position: absolute;
    /* background: #ff2353; */
    width: 155px;
    bottom: -4px;
    height: 2px;
}
.contact-map {
    width: 100%;
    height: 100%;
}
.contact-info-sec {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    justify-content: space-between;
    margin-top: 30px;
}
.contact-inner-sec {
    display: block;
    margin-bottom: 15px;
}
 .contact-details-info form input {
    outline: none;
} 
.contact-details-info form button {
    background: #ff2553;
    height: 45px;
    display: inline-block;
    width: max-content;
    padding: 0 20px;
    font-family: "Noto Sans", sans-serif;
}
.menu-mob {
    display: none;
}
.digital-market-img {
    width: 575px;
}
.digital-market-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
#our-clients ul li img {
    width: 100%;
}
#our-clients {
    background: #000;
    padding-top: 45px;
    padding-bottom: 65px;
}
#our-clients ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px 25px;
    padding: 0 0px;
}
#our-clients ul li {
    margin-bottom: 0;
    background: #3a544f;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
    display: flex;
}
#our-clients h2 {
    color: #fff;
    text-align: center;
}
section#contact {
    margin-top: 50px;
}
section#website-design {
    display: block;
    margin-top: 35px;
}
section#website-design h3 {
    color: #000;
    display: block;
    margin-bottom: 10px;
}
section#digital-marketing h3 {
    color: #000;
    display: block;
    margin-bottom: 10px;
}
section#lowcost-website {
    background: #000;
    color: #fff;
    padding: 30px 0;
    margin-bottom: 0;
}
#lowcost-website h2 {
    color: #fff;
}
input.submit-btn {
    background: #1e4840;
    color: #fff;
    height: 50px;
}

.slick-slide .inner {
    margin: 0 30px;
  }

  /* Adjust the slick container if needed */
  .slick-marquee-container {
    width: 100%;
    max-width: 100%;
  }
  
  .slick-slide img {
    width: 100%;
    height: 70px;
  }
  .slick-list.draggable {
    background: #ffffff;
    border: 1px solid #d5d5d5;
    padding: 25px 0 !important;
}
.contact-details-info a {
    color: #000;
    text-decoration: none;
}

.contact-info-icons {
    /*font-family: 'Poppins', sans-serif;*/
    font-size: 16px;
    color: #444;
  }
  
  .contact-info-icons h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #222;
  }
  
  .contact-info-icons p {
    margin-bottom: 15px;
    line-height: 1.6;
  }
  
  .contact-info-icons i {
    margin-right: 0;
    color: #252422;
    min-width: 20px;
  }
  









@media only screen and (max-width: 800px) {
    .container {
        padding: 0 15px;
    }
    .desktop {
    display: block;
     }
    .navbar-top {
        display: none;
    }
    .header-inner {
        display: flex;
        /* grid-template-columns: 1fr 1fr; */
        height: 75px;
    }
    section.banner-slider {
        padding: 0 15px;
        height: 645px;
    }
    .caption {
        position: absolute;
        top: 105px;
        left: 0;
        color: white;
        width: 340px;
        z-index: 99;
    }
    .caption h2 {
        font-size: 26px;
        line-height: 33px;
        margin-bottom: 5px;
    }
    .services-innersec {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 25px;
    }
    .caption p {
        font-size: 15px;
        text-shadow: none;
        font-weight: 100;
        display: inline-block;
        margin-top: 10px;
        font-family: "Noto Sans", sans-serif;
    }
    .contact-info-sec {
        grid-template-columns: 1fr;
    }
    .slide img {
        width: 600px;
        height: auto;
        object-fit: cover;
        position: absolute;
        left: 5%;
        margin-top: 80px;
        z-index: 1;
        opacity: .3;
    }
    .about-banner-text h2 {
        position: relative;
        color: #000000;
        line-height: 35px;
        font-size: 27px;
        font-weight: 400;
    }
    section#services h2 {
        position: relative;
        color: #000000;
        line-height: 35px;
        font-size: 27px;
        font-weight: 400;
    }
    #why-choose h2 {
        position: relative;
        color: #000000;
        line-height: 35px;
        font-size: 27px;
        font-weight: 400;
    }
    #about p {
        font-size: 14px;
        color: #606060;
        line-height: 28px;
        font-weight: 300;
        font-family: "Noto Sans", sans-serif;
    }
    .menu-mob {
        position: relative;
        width: 30px;
        height: 18px;
        display: grid;
        cursor: pointer;
    }
    .menu-mob span {
        display: block;
        background: #fff;
        width: 100%;
        height: 2px;
    }
    #why-choose p {
        font-size: 14px;
        color: #606060;
        line-height: 28px;
        font-weight: 300;
        font-family: "Noto Sans", sans-serif;
    }
    section#why-choose ul li {
        font-size: 14px;
        color: #606060;
        line-height: 28px;
        font-weight: 300;
        font-family: "Noto Sans", sans-serif;    
    }
    section#contact h2 {
        position: relative;
        color: #000000;
        line-height: 35px;
        font-size: 27px;
        font-weight: 400;
        margin-bottom: 5px;
    }
    #contact p {
        font-size: 14px;
        color: #000000;
        line-height: 28px;
        font-weight: 400;
        font-family: "Noto Sans", sans-serif;
    }
    section#contact h3 {
        position: relative;
        color: #000000;
        line-height: 35px;
        font-size: 27px;
        font-weight: 400;
        margin-bottom: 5px;
    }
    .contact-details-info label {
        position: relative;
        color: #000000;
        line-height: inherit;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .contact-details-info form button {
        background: #333;
        height: 40px;
        display: inline-block;
        width: max-content;
        padding: 0 15px;
        font-family: "Noto Sans", sans-serif;
        cursor: pointer;
    }
    #contact .contact-details-info .contact-txt {
        font-size: 14px;
        color: #a81c3a;
        line-height: 28px;
        font-weight: 400;
        font-family: "Noto Sans", sans-serif;
    }
    section#why-choose ul li strong {
        font-weight: 600;
        color: #000000;
    }
    #why-choose p strong {
        font-weight: 600;
        color: #000000; 
    }
    section#services p strong {
        font-weight: 600;
        color: #000000;   
    }
    .services-innersec h3 {
        font-weight: 500;
    }
    .services-innersec ul li {
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: 300;
    }
    .caption h5 {
        font-size: 17px;
        font-weight: 200;
        line-height: 25px;
        font-family: "Noto Sans", sans-serif;
    }
    .services-list {
        grid-template-columns: 1fr;
    }
    #our-clients ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 14px 15px;
        padding: 0 0px;
    }
    #our-clients {
        background: #000;
        padding-top: 30px;
        padding-bottom: 45px;
    }
    .logo a {
        font-size: 27px;
        color: #fff;
        font-weight: 300;
    }
    #our-clients ul li:last-child {
        display: none;
    }
}










