body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 16px;
    font-family: "Kanit", sans-serif;
}

header{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 444;
    background-color: #000;
    height:80px;
    padding-top: 26px;
}
.top_bar{
    float: left;
    width: 100%;
    height: 80px;
}
.logo{
    float: left;
    width: 133px;
    margin-top: -5px;
}
img{
    float: left;
    width: 100%;
}
nav{
    float: right;
    padding: 0;
}
nav ul li{
    display: block;
    float: left;
    padding: 0 20px;

    text-align: center;
}
nav ul li a{

    font-size: 22px;

    line-height: 55px;

    color: #FFFFFF;

    text-decoration: none;

    text-transform: uppercase;
}
nav ul li a:hover{
    color: #fcff00;
}
header nav .humbarger {
    display: none;
}

header nav .humbarger .bar{
    width: 30px;
    height: 1px;
    margin: 7px;
    background: #ffffff;
}
#banner{
    float: left;
    width: 100%;
    min-height: 868px;
    margin-top: 80px;
    padding-top: 160px;
    position: relative;
}
#banner-bg {
    position: absolute;
    background-color: #000000;
    background-image: url(../images/banner.jpg);
    background-size: cover;
    top: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
}
#banner.services {
    min-height: 650px;
    padding-top: 86px;
}
#banner.services a#banner_button {
    margin: 140px auto 10px;
}
.services #banner-bg {
    background-image: url(../images/service_slider.png);
    background-size: contain;
    /* background-position: right; */
    background-position-x: 91px;
    background-repeat: no-repeat;
}
.work-details #banner-bg {
    background-image: url("../images/slider_inside.png");
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}
.shop #banner-bg {
    background-image: none;
    background-color: #ffffff;
    background-size: initial;
    background-position: right;
    background-repeat: no-repeat;
}
#banner.services h2 {
    margin: 0 auto;
}
.overlay {
    background-color: #0000004a;
    /* position: absolute; */
    z-index: -1;
    width: 100%;
    height: 100%;
}
#banner h2{
    text-align: center;
    margin: 50px auto;
    font-weight: bold;
    font-size: 80px;
    text-transform: uppercase;
    color: #fff;
    line-height: 80px;
}
#banner span.yellow{
    color: #fcff00;
}
#banner span.green{
    color: #00ff12;
}
#banner span.red{
    color: #ff0000;
}

#banner p, #banner a {
    font-size: 28px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    text-decoration: none;
    margin: 0;
    display: block;
    margin-top: -31px;
}
#banner a {
    margin-bottom: 10px;
}
a#banner_button{
    width: 229px;
    height: 41px;
    background-color: #fcff00;
    margin: 199px auto 10px;
    display: block;
    border-radius: 12px;
    text-align: center;
    text-decoration: none;
    line-height: 42px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    font-size: 21px;
}
a#banner_button.green{
    background-color: #00ff12;
}
#how_we_are{
    float: left;
    width: 100%;
    min-height: 960px;
    background-image: url(../images/how_we_are.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    /* padding-top: 50px; */
}
#how_we_are .marque {
    height: 110px;
    background-color: #0600fe;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 100px;
}

#how_we_are .marquee-content {
    display: flex;
    align-items: center;
    width: 200%; /* Double the width of one text block */
    white-space: nowrap;
    animation: marquee 14s linear infinite; /* Adjust the duration as needed */
}

#how_we_are .marquee-content p {
    color: #ffffff;
    font-family: "Bebas Neue";
    font-size: 72px;
    line-height: 110px;
    text-transform: uppercase;
    margin: 0;
    white-space: nowrap;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%); /* Move by half of the container's width */
    }
}

.marque p img {
    clear: both;
    width: auto;
    float: none;
    margin: 0px 30px;
    vertical-align: middle;
}
#work-details {
    margin-top: 100px;
    width: 100%;
    float: left;
}
#work-details h1 {
    font-size: 84px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
.project-description {
    margin-top: 100px;
    margin-bottom: 100px;
}
#gallery .gallery-image {
    margin-top: 20px;
    margin-bottom: 20px;
}
.project-description span.type {
    width: 25%;
    display: block;
    float: left;
    font-family: "DM Sans", sans-serif;
    font-size: 23px;
}
.project-description span.description {
    width: 70%;
    display: block;
    float: left;
    font-family: "DM Sans", sans-serif;
    font-size: 25px;
    font-weight: bold;
    margin-left: 5%;
}
.project-description span.description p {
    margin-bottom: 0px;
}
.project h2{
    font-size: 25px;
    font-weight: bold;
    font-family: "DM Sans", sans-serif;
}
.project p{
    font-size: 20px;
    font-family: "DM Sans", sans-serif;
}
.project {
    color: #000000;
}


#how_we_are h1 {
    font-size: 80px;
    color: #fff;
    /* font-weight: 500; */
}
#how_we_are p{

    font-size: 30px;

    color: #fff;

    /* font-weight: 500; */

    margin-top: 43px;

    max-width: 800px;
}

#how_we_are h3{
    font-size: 30px;
    color: #FCFF00;
    font-weight: 400;
    margin-top: 131px;
}
#how_we_are  a {
    text-decoration: none;
}
#work{
    float: left;
    width: 100%;
    min-height: 868px;
    background-image: url(../images/works_bg.jpg);
    background-size: 100%;
}

#work h1{
    font-size: 244px;
    color: #00ff12;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-top: 43px;
}

#work_items{
    display: flex;
    width: 100%;
    margin-top: -80px;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.work_item{
    width: 49%;
    margin-bottom: 25px;
}
#work.white {
    background: #ffffff;
}
#work.white h1 {
    color: #000000;
    font-size: 70px;
    text-align: left;
    margin-top: 74px;
    font-weight: 600;
    margin-bottom: 74px;
}
#work.white #work_items {
    margin-top: 0;
}
#myBtnContainer {
    text-align: center;
    margin-bottom: 50px;
}
#myBtnContainer button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}
#work.white .view_full_portfolio a {
    color: #000000;
}
/* Style the buttons */
.btn {
    border: none;
    outline: none;
    padding: 6px 16px;
    background-color: white;
    cursor: pointer;
    font-size: 30px;
    text-transform: uppercase;
}

/* Add a grey background color on mouse-over */
.btn:hover {
    background-color: #000000;
    text-decoration: none;
    color: #ffffff;
}

/* Add a dark background color to the active button */
.btn.active {
    /* background-color: #666; */
    /* color: white; */
    font-weight: bold;
}
.view_full_portfolio{
    float: left;
    width: 100%;
    text-align: center;
    padding: 100px 0;
}
.view_full_portfolio a{
    text-transform: uppercase;
    color: #00ff12;
    font-weight: 500;
    font-size: 40px;
    line-height: 25px;
}
#services, #services_text, #according {
    float: left;
    width: 100%;
    padding: 50px 0;
}
#services h1{
    font-size: 80px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
}
#services p {
    font-size: 28px;
    color: #000000;
    font-weight: normal;
    /* max-width: 1045px; */
}
.accordion-item{
    border:none;
    border-bottom: 3px #000 solid;
    margin-bottom: 110px;
}
.accordion-item .accordion-body {
    padding: 0px;
}
.accordion-button {
    padding: 1rem 0rem;
}
.accordion-button:not(.collapsed),.accordion-button  {
    background: none;
    color: #000;
    font-size: 50px;
    text-transform: uppercase;
    box-shadow: none;
    font-weight: bold;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
#followUs{
    float: left;
    width: 100%;
    min-height: 328px;
    background-image: url(../images/followUs.jpg);
    background-size: 100%;

}
.follow_item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    height: 328px;
}
.follow_text {
    width: 30%;
    height: 136px;
}
.follow_text p {
    font-size: 64px;
    color: #00ff12;
    font-weight: 600;
    text-transform: uppercase;
}
.social_media_box {
    width: 70%;
    display: flex;
    justify-content: flex-end;
}

.social_media {
    height: 136px;
    padding: 24px 39px;
}
.social_media a {
    text-decoration: none;
    color: #00ff12;
    font-size: 35px;
}

span.line {
    float: left;
    width: 45px;
    height: 3px;
    background: #00ff12;
    margin-top: 26px;
    margin-right: 10px;
}
#contact_form{
    float: left;
    width: 100%;
    min-height: 600px;
    background-image: url(../images/contactForm.jpg);
    background-size: cover;
    padding-bottom: 100px;
    padding-top: 50px;
}
#contact_form form{
    display: block;
    width: 70%;
    margin: 0 auto;
}
#contact_form h1, footer h1{
    line-height: 80px;
    text-transform: uppercase;
    color: #000;
    font-weight: 900;
    font-size: 96px;
    text-align: center;
}
#contact_form p{
    color: #000;
    font-weight: 500;
    font-size: 25px;
    line-height:30px;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 100px;
}
#contact_form input {
    width: 100%;
    outline: none;
    height: 50px;
    border: none;
    margin-bottom: 20px;
}

#contact_form input:focus, #contact_form textarea:focus   {
    border: none;
    box-shadow: none;
}
#contact_form input[type="submit"]{
    margin-top: 20px;
    background-color: blue;
    width: 200px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}
#banner.contact p {
    margin-top: initial;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
}
.white_spacer
{
    width: 100%;
    background: white;
    height: 300px;
    float: left;
}
#banner.contact .address, #banner.contact .phone {
    font-size: 30px;
    font-weight: normal;
    margin-top: initial;
    font-weight: normal;
}
#banner.contact a#banner_button {
    margin: 110px auto 10px;
}
.phone { margin-top: -10px}
.location { margin-top: 10px}
footer {
    float: left;
    width: 100%;
    background: #000;
    color: #fff;
    padding: 40px 0;
    text-align: center;
}
footer h1 {
    color: #00ff12;
    font-weight: bold;
    line-height: 94px;
    margin-top: 60px;
    text-align: center;
    font-size: 90px;
}
.black-bg {
    background-color: #000000;
}
a#banner_button_footer{
    width: 200px;
    height: 34px;
    background-color: #00ff12;
    margin: 55px auto;
    display: block;
    border-radius: 9px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    line-height: 34px;
    text-transform: uppercase;
    color: #000;
    clear:both;
    font-size: 21px;
}
.logo_footer{
    display: block;
    width: 100%;
    /* margin: 10px auto; */
    clear:both;
    text-align: center;
    margin-top: 75px;
}
.logo_footer img{
    /* float: left; */
    /* width: 100%; */
    max-width: 85px;
    text-align: center;
    /* margin: 0 auto; */
    display: inline-block;
    float: none;
}
.footer_ul {
    display: block;
    width: auto;
    margin: 13px auto;
    clear: both;
}

.footer_ul ul {
    margin: 0;
    padding: 0;
    display: block;
}

.footer_ul ul li {
    /* float: left; */
    display: inline-block;
    padding: 0 10px;
}

.footer_ul ul li a {
    font-family: "DM Sans", sans-serif;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.copyright{
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: -2px;
    font-family: "Inter", sans-serif;
}
#about{
    float: left;
    width: 100%;
    min-height: 868px;
    background-image: url(../images/about_logo.png);
    background-size: cover;
    background-position: top;
    padding: 150px 0 100px;
    background-repeat: no-repeat;
}
#about h1 {
    font-size: 75px;
    font-weight: bold;

    margin-bottom: 80px;

    font-weight: bold;
    color: #000000;
}
#about p{
    font-size: 25px;
    color: #000000;
}



#testimonials{
    float: left;
    width: 100%;
    min-height: 957px;
    background-image: url(../images/how_we_are.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    margin-bottom: 215px;
}
.slider_testimonial{
    float: right;
    width: 70%;
    margin-top: 50px;
}
.slider {
    width: 80%;
    margin: 100px auto;
}
.slick-slide {
    margin: 0px 20px;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}
.slick-current {
    opacity: 1;
}
.slick-dots {
    text-align: right;
}
#testimonials h1 {
    font-size: 85px;
    color: #fff;
    font-weight: 500;
}
.testimonial_text{
    width: 100%;
    height: 200px;
    margin-bottom: 35px;
}
#testimonials p{

    font-size: 25px;

    color: #fff;

    font-weight: 500;
}

#testimonials h3{
    font-size: 23px;
    color: #fff;
    font-weight: 700;

}
#testimonials h6{
    font-size: 16px;
    color: #fff;
    font-weight: 500;

}
#counter {
    width: 100%;
    float:left;
    margin-top: 30px;
    padding-top: 75px;
    margin-bottom: 150px;
}
.counter_item .top_line {
    width: 95%;
    height: 3px;
    background-color: #000000;
    margin-bottom: 20px;
}
.counter_item h3 {
    font-size: 27px;
    text-transform: uppercase;
    color: #000000;
}

.counter-value, .plus {
    font-size: 48px;
    font-weight: bold;
    color: #000000;
}
.plus {
    color: #00ff12;
}
#services_about {
    margin-top: 80px;
    float: left;
    width: 100%;
}
#services_about h1 {
    font-size: 100px;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-weight: bold;
    color: #000000;
}
#services_about p{
    font-size: 25px;
    color: #000000;
}
.services-wrapper {
    margin-top: 150px;
    margin-bottom: 150px;
}
.service {
    width: 49%;
    background-image: url("../images/service_bg.jpg");
    margin-bottom: 30px;
    padding: 20px;
    background-size: cover;
    min-height: 430px;
}
.service:nth-child(odd){
    margin-right: 1%;
}
.service:nth-child(even){
    margin-left: 1%;
}
.service h2 {
    font-size: 55px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.service p {
    font-size: 25px;
    text-align: justify;
}
.social_media_footer {
    width: 100%;
    float: left;
    display: block;
    /* margin: 0 auto; */
    text-align: center;
    margin-top: 50px;
}
.footer_social img {
    width: auto;
    max-width: 25px;
}
.footer_social {
    list-style: none;
    /* width: 260px; */
    margin: 0 auto;
}
.footer_social li {
    display: inline-block;
    /* float: left; */
    margin: 10px;
}
/* Add padding BETWEEN each column (if you want) */
.column {
    float: left;

    display: none; /* Hide columns by default */
}

.show {
    display: block;
}

/* Hamburger menu styles */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    width: 28px;
    height: 22px;
    justify-content: space-between;
}

.hamburger .bar {
    width: 100%;
    height: 2px;
    background-color: white;
    transition: all 0.3s ease-in-out;
}

/* When the hamburger is clicked, animate the bars */
.menu-list.active + .hamburger .bar1 {
    transform: rotate(45deg);
    transform-origin: top left;
    background-color: white;
}

.menu-list.active + .hamburger .bar2 {
    opacity: 0;
}

.menu-list.active + .hamburger .bar3 {
    transform: rotate(-45deg);
    transform-origin: bottom left;
    background-color: white;
}

#shop {
    width: 100%;
    min-height: 800px;
    float: left;
    margin-top: 20px;
}
#myTabContent {
    margin-top: 20px;
}
.shop#banner {
    min-height: 400px;
    padding-top: 50px;
}
.shop#banner h2 {
    color: #000000;
}
.shop#banner p {
    color: #000000;
    margin-top: 0px;
    font-size: 23px;
    font-weight: 400;
}
.shop#banner h2 {
    margin-bottom: 30px;
}
#shop .nav {

    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    align-items: center;
    justify-content: center;

}

#shop .nav-tabs .nav-link {
    border: 0px;
    font-size: 30px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#shop .nav-tabs .nav-item.show .nav-link, #shop .nav-tabs .nav-link.active {
    font-weight: bold;
}
#shop .nav-tabs {
    border: 0px;
}
#shop .image-container {
    position: relative;
    display: block;
}
#shop .image-container img {
    display: block;
    width: 100%;
    height: auto;
    float: none;
}

#shop .overlay-shop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 2em;
}
#shop .col {
    padding: 0;
}

#shop .image-container:hover .overlay-shop {
    opacity: 1;
}

#shop .overlay i {
    font-size: 2em;
}
.chatra--button-custom {
    background-image: url('../images/ask_expert.jpg') !important; /* Replace with your image URL */
    background-size: cover; /* Adjusts the size */
    width: 70px; /* Adjust to fit your custom icon size */
    height: 70px; /* Adjust to fit your custom icon size */
    border-radius: 50%; /* Optional: Make it circular */

    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;

}
/* Container for the cookie consent */
.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    color: white;
    padding: 20px;
    text-align: center;
    z-index: 9999;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}

.cookie-consent__message {
    font-size: 16px;
    margin: 0;
}

.cookie-consent__actions {
    margin-top: 10px;
}

.cookie-consent__agree {
    background-color: #28a745;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.cookie-consent__agree:hover {
    background-color: #218838;
}

@media only screen and (max-width: 1367px) {
    #how_we_are p {
        font-size: 27px;
    }
    #how_we_are h3 {
        font-size: 27px;
    }
    #work h1 {
        font-size: 215px;
    }
    .follow_text p {
        font-size: 55px;
        margin-top: 10px;
    }
    #contact_form h1, footer h1 {


        font-size: 75px;
    }
    #contact_form form {
        display: block;
        width: 85%;
    }
    span.line {

        margin-top: 18px;

    }
    .social_media a {

        font-size: 27px;
    }
    .social_media {
        height: 136px;
        padding: 36px 39px;
    }
    #testimonials p {
        font-size: 23px;

        font-weight: 400;
    }
    .btn {

        font-size: 23px;
    }

    .service h2 {
        font-size: 50px;
    }
    #services_about p {
        font-size: 20px;
    }
    .shop#banner p {

        font-size: 20px;
    }
    #shop .nav-tabs .nav-link {

        font-size: 25px;
    }
    #banner p, #banner a {
        font-size: 20px;
        font-weight: 400;
    }
    #banner.contact a#banner_button {
        font-weight: bold;
    }
    a#banner_button {
        font-weight: bold;

    }
}
@media only screen and (max-width: 1281px) {
    #how_we_are p {
        font-size: 27px;
    }
    #banner h2 {
        font-size: 60px;
        line-height: 60px;
    }

    #banner p, #banner a {
        font-size: 24px;
    }

    #work h1 {
        font-size: 180px;
    }

    #how_we_are .marque p {
        font-size: 48px;
    }
    .slider_testimonial{
        width: 100%;
    }
    .social_media_box {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }
    .follow_text {
        width: 100%;
        height: 136px;
        text-align: center;
    }
    .services #banner-bg {
        background-image: unset;
    }

}

@media only screen and (max-width: 992px) {
    nav ul li a {
        font-size: 18px;
    }

    #how_we_are {
        min-height: 680px;
    }

    #banner h2 {
        font-size: 50px;
        line-height: 50px;
    }

    #banner p, #banner a {
        font-size: 22px;
    }

    #how_we_are h1 {
        font-size: 60px;
    }

    #how_we_are p {
        font-size: 24px;
    }

    #work h1 {
        font-size: 140px;
    }

    #work_items {
        margin-top: -60px;
    }

    #services h1 {
        font-size: 70px;
    }

    #services p {
        font-size: 24px;
    }

    .accordion-button:not(.collapsed),.accordion-button {
        font-size: 40px;
    }

    .accordion-body p {
        font-size: 20px;
    }

    #counter {
        margin-bottom: 10px;
    }

    .counter_item {
        margin-bottom: 30px;
    }

    .follow_text {
        width: 100%;
        height: 80px;
        text-align: center;
    }

    .social_media_box {
        width: 100%;
    }

    #contact_form h1, footer h1 {
        line-height: 59px;
        font-size: 52px;

    }

    #about h1 {
        font-size: 55px;
    }
    .testimonial_text {
        margin-bottom: 50px;
        height: auto;
    }
    #work .btn {
        width: 100%;
    }
    #work.white h1 {
        font-size: 55px;
    }
    #work-details h1 {
        font-size: 78px;
    }
    #contact_form h1, footer h1 {
        font-size: 68px;
    }
    .counter_item h3 {
        font-size: 21px;
    }
    .counter-value, .plus {
        font-size: 40px;
    }
}
@media only screen and (max-width: 768px) {
    header {
        height: auto;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .hamburger {
        display: flex;
    }

    .menu-list {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        right: 0;
        background-color: #000000;
        width: 100%;
        text-align: center;
    }

    .menu-list.active {
        display: flex;
    }
    .menu-list {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        right: 0;
        background-color: #000000;
        width: 100%;
        text-align: center;
    }

    .menu-list li {
        margin: 0;
        border-bottom: 1px solid #ffffff;
    }

    .menu-list a {
        padding: 5px;
        display: block;
    }

    .hamburger {
        display: flex;
    }

    .menu-list.active {
        display: flex;
    }

    .logo {
        width: 100px;
    }

    nav ul li {
        padding: 0 10px;
    }

    nav ul li a {
        font-size: 16px;
        line-height: 50px;
    }

    #banner h2 {
        font-size: 40px;
        line-height: 40px;
    }

    #banner p, #banner a {
        font-size: 20px;
    }

    #banner {
        padding-top: 100px;
        min-height: 600px;
        margin-top: 40px;
        padding-bottom: 60px;

    }
    #how_we_are p {
        font-size: 20px;
    }
    #how_we_are .marque p {
        font-size: 48px;

    }

    #how_we_are h1 {
        font-size: 50px;
    }



    #work h1 {
        font-size: 100px;
    }
    #work_items  {
        margin-top: -40px;
    }
    .work_item {
        width: 100%;
    }

    #services h1 {
        font-size: 60px;
    }

    #services p {
        font-size: 20px;
    }

    .accordion-button:not(.collapsed),.accordion-button {
        font-size: 30px;
    }

    .accordion-body p {
        font-size: 18px;
    }
    .follow_text p {
        font-size: 55px;
    }

    .social_media a {
        text-decoration: none;
        color: #00ff12;
        font-size: 28px;
    }
    .social_media {
        height: 136px;
        padding: 23px 20px;
    }

    #contact_form form {
        width: 100%;
    }
    .service {
        width: 98%;
    }
    #about h1 {
        font-size: 40px;
    }
    #testimonials h1 {
        font-size: 50px;
    }
    #about p {
        font-size: 20px;
    }
    #testimonials p {
        font-size: 20px;
    }
    .slider {
        width: 100%;
        margin: 20px auto;
    }
    #testimonials {
        min-height: 800px;
    }
    #work-details h1 {
        font-size: 60px;
    }
    .counter_item h3 {
        font-size: 22px;
    }
    .counter-value, .plus {
        font-size: 25px;
    }
    .counter_item {
        padding: 10px;
    }
    .counter_item .top_line {

        margin-bottom: 10px;
    }
    .project-description span.description {
        font-size: 20px;
    }
    .project-description span.type {
        font-size: 19px;
    }
    .project {
        margin-top: 20px;
    }
    .project-description {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .project p {
        font-size: 16px;
    }

    #banner.work-details #banner-bg {
        background-image: none !important;
        display: none;

    }
}

@media only screen and (max-width: 576px) {
    header {
        height: auto;

    }

    .logo {
        width: 80px;
    }

    nav ul li {
        padding: 0 5px;
    }

    nav ul li a {
        font-size: 14px;
        line-height: 45px;
    }

    #banner h2 {
        font-size: 30px;
        line-height: 30px;
    }

    #banner p, #banner a {
        font-size: 18px;
    }

    #banner {
        padding-top: 80px;
        min-height: 500px;
    }

    #how_we_are  .marque p {
        font-size: 28px;
    }

    #how_we_are h1 {
        font-size: 40px;
    }

    #how_we_are p {
        font-size: 18px;
    }

    #work h1 {
        font-size: 90px;
    }

    .work_item {
        width: 100%;
    }

    #services h1 {
        font-size: 50px;
    }

    #services p {
        font-size: 18px;
    }

    .accordion-button:not(.collapsed), .accordion-button {
        font-size: 24px;
    }

    .accordion-body p {
        font-size: 16px;
    }

    #work_items {
        margin-top: -33px;
    }
    #how_we_are h3 {
        font-size: 19px;
        margin-top: 60px;
    }

    #work-details h1 {
        font-size: 40px;
    }
    #work h1 {
        font-size: 75px;
    }


    #services_about h1 {
        font-size: 72px;
    }
    #banner.services {
        min-height: 492px;
    }

    #services_about p {
        font-size: 20px;
    }
    .service h2 {
        font-size: 45px;
    }
    #contact_form h1, footer h1 {
        line-height: 50px;
        font-size: 38px;
        margin-top: 20px;
    }
    #about h1 {
        font-size: 30px;
    }
    #testimonials h1 {
        font-size: 40px;
    }
    a#banner_button {
        margin: 129px auto 100px auto;
        font-size: 16px;
        width: 193px;
        height: 36px;
        line-height: 36px;
    }
    .view_full_portfolio a {
        font-size: 26px;
    }

    .slick-dots {

        bottom: 0px;
    }
    #contact_form p {
        color: #000;
        font-weight: 500;
        font-size: 17px;
    }
    .footer_ul ul li {

        padding: 0 6px;
    }
    .footer_ul ul li a {

        font-size: 14px;
    }
    a#banner_button_footer {
        margin: 37px auto;
        font-size: 17px;
        width: 175px;
        height: 34px;
    }
    .copyright p {
        font-size: 12px;
    }
    span.line {
        display: none;
    }
    #how_we_are .marque p {

        font-size: 55px;
    }
    #banner.work-details {
       display: none;
    }
    .content{
        overflow: hidden;
    }
}

@media only screen and (max-width: 500px) {
    #followUs {
        min-height: unset;
    }
    .follow_item {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: center;
        height: auto;
        padding-top: 20px;
    }

    .social_media_box {
        overflow: hidden;
    }
    .follow_text p {
        font-size: 35px;
    }
    .social_media {
        height: auto;
        padding: 15px;
        width: 33.33333%;
        margin-bottom: 30px;
        text-align: center;
    }
    .social_media a {

        font-size: 16px;
    }

    #work h1 {
        font-size: 66px;
    }
    #services_about h1 {
        font-size: 56px;
    }
    #work-details h1 {
        font-size: 30px;
    }
    .counter_item {
        padding: 10px;
    }
}
