@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
body{padding: 0; margin: 0; font-family: 'Montserrat', sans-serif; background: #161616; color: #fff;}

h1, h2, h3 {
    font-family: 'Bebas Neue', sans-serif;
    padding: 0;
    margin: 0;
}

* {
    box-sizing: border-box;
  }
  body.popup-open:before {
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    background: #000000c4;
    z-index: 999999;
}

.topgradient {
    background: rgb(22,22,22);
background: linear-gradient(90deg, rgba(22,22,22,1) 0%, rgba(255,0,9,1) 50%, rgba(22,22,22,1) 100%);
    height: 5px;
}
p{ padding: 0; margin: 0;}

.container {
    max-width: 1170px;
    margin: 0 auto;
}
img{max-width: 100%;}
.top-header {
    display: flex;
    justify-content: space-between;
}

nav ul {
    padding: 7px 0 0 0;
    margin: 0;
}

nav ul li {
    list-style: none;
    display: inline-block;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    padding: 12px 18px;
}
nav ul li a:hover {
    background: #ff040d;
    color: #fff;
}
nav ul li a.active {
    background: #ff040d;
}

.top-nav {
    padding: 30px 20px;
    background: #000;
}

.main-banner {
    background: url(../img/banner-main.png);
    height: 500px;
    position: relative;
}

.main-banner h1 {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 34%;
    font-size: 82px;
    letter-spacing: 4px;
    line-height: 85px;
}
.middle-body {
    display: flex;
    flex-direction: column;
    gap: 80px;
    
}
.Aboutus {
    padding-top: 80px !important;
    text-align: center;
    background: url(../img/about-banner.png);
    background-position: top;
    position: relative;
    
}

.middle-body h2 {
    font-size: 70px;
    letter-spacing: 4px;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
}
.logos ul li {
    width: 154px;
    list-style: none;
}
.middle-body p {
    font-size: 16px;
    padding: 6px 0px;
    line-height: 1.5;
}
.services-new ul {
    display: flex;
    flex-wrap: wrap;
    
    margin: 0;
    justify-content: start;
    gap: 30px;
    padding: 0;
}

.services-new ul li {
    width: 23%;
    list-style: none;
}

.services-new ul li h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 16px;
    margin: 8px 0 30px 0;
}

.logos ul {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    padding: 0;
    margin: 0;
    justify-content: space-between;
    align-items: center;
}

.logos ul img {
    padding: 0 3%;
}

.middle-body h2:before {
    position: absolute;
    content: "";
    width: 45%;
    height: 3px;
    /* background: #fff; */
    bottom: 2px;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: rgb(22,22,22);
background: linear-gradient(90deg, rgba(22,22,22,1) 0%, rgba(255,0,9,1) 50%, rgba(22,22,22,1) 100%);
}
.services-new {
    text-align: center;
}
.contact-middle {
    display: flex;
    gap: 30px;
}

.left-detail h3 {
    font-size: 60px;
    letter-spacing: 3px;
}

.left-detail ul {
    padding: 80px 0 0 0;
    margin: 0;
}

.left-detail ul li {
    list-style: none;
    padding: 11px 0px;
}

.right-form label {
    font-size: 20px;
}

.right-form input[type="text"], .right-form input[type="tel"], .right-form input[type="email"] {
    background: none;
    border-bottom: 1px solid #fff !important;
    border: 0;
    width: 100%;
    margin-bottom: 41px;
    color: #fff;
    margin-top: 17px;
    padding-bottom: 16px;
}

textarea {
    background: none;
    border: 1px solid #fff;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 41px;
    color: #fff;
    margin-top: 17px;
    padding-bottom: 16px;
}

.right-form {
    width: 50%;
}

.left-detail {
    width:
     50%;
}
.right-form input[type="submit"] {
    background: #fff;
    font-size: 22px;
    padding: 11px 49px;
    border-radius: 10px;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-nav ul {
    padding: 0;
    margin: 0;
}

.footer-nav ul li {
    list-style: none;
    display: inline-block;
}

.footer-nav ul li a {
    text-decoration: none;
    color: #fff;
    padding: 0 16px;
}

.social ul {
    padding: 0;
    margin: 0;
}

.social ul li {
    list-style: none;
    display: inline-block;
    padding: 0 7px;
}

footer {
    padding: 50px 20px;
    background: #000;
}
.contact-us {
    background: url(../img/ContactUS.png) no-repeat #161616 top center;
    
    content: "0";
    width: 100%;
    height: 100%;
    padding-bottom: 80px !important;
    
}

.Aboutus {
    background: url(../img/about-new.png) no-repeat #161616 top center;
    
    content: "0";
    width: 100%;
    height: 100%;
    
}

.services {
    background: url(../img/ourservices.png) no-repeat #161616 top center;
    
    content: "0";
    width: 100%;
    height: 100%;
    
}
.portfolio {
    background: url(../img/portfolio.png) no-repeat #161616 top center;
    
    content: "0";
    width: 100%;
    height: 100%;
    
}
.clients-logo {
    background: url(../img/client-back.png) no-repeat #161616 top center;
    
    content: "0";
    width: 100%;
    height: 100%;
    
}
.testimonials-news {
    background: url(../img/testimonials.png) no-repeat #161616 top center;
    
    content: "0";
    width: 100%;
    height: 100%;
    
}
.fixed {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}


#backtop {
    display: inline-block;
    background-color: #ff0009;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #backtop::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  #backtop:hover {
    cursor: pointer;
    background-color: #333;
  }
  #backtop:active {
    background-color: #555;
  }
  #backtop.show {
    opacity: 1;
    visibility: visible;
  }


  .item {
    max-width: 900px;
    margin: 0 auto;
    border: 1px solid #ff000978;
    overflow: hidden;
    padding: 54px 58px 27px 89px;
    border-radius: 40px;
    background: #00000024;
}

.item p {
    font-size: 21px;
    font-weight: normal;
    position: relative;
}

.item h4 {
    float: right;
}

.item h4 span {
    display: block;
    text-align: right;
    font-size: 22px;
    line-height: 27px;
}

.owl-nav {
    position: absolute;
    top: 28%;
    width: 100%;
}

.owl-nav button span {
    font-size: 100px;
}

.owl-nav button.owl-next {
    right: 0;
    position: absolute;
}



.item p:before {
    position: absolute;
    content: "";
    background: url(../img/estris.png);
    width: 34px;
    background-repeat: no-repeat;
    height: 30px;
    left: -42px;
    top: -10px;
}
.middle-body > div {
    padding: 0px 20px;
}
.top-nav.fixed {
    padding: 13px 20px;
}


.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border: 1px solid #fff;
}
  
  .popup.active {
    display: block;
    z-index: 999999;
}
  
.popup-content {
    background: #000;
    padding: 33px;
    overflow-y: scroll;
    height: 600px;
}
  
  .popup-close {
    position: absolute;
    top: -20px;
    right: -8px;
    background: #ff0009;
    color: #fff;
    border: 0;
    font-size: 30px;
    padding: 1px 9px;
    border-radius: 5px;
    cursor: pointer;
}
.contenteithimg {
    display: flex;
    gap: 50px;
}

.contenteithimg p {
    font-size: 16px;
    width: 50%;
}

.gallery ul {
    padding: 20px 0 0 0;
    margin: 0;
    gap: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gallery ul li {
    list-style: none;
    width:
     48%;
}
span.toggle.desktop-hide {
    display: none;
}
.popup-trigger {
    border: 0;
    background: none;
    cursor: pointer;
}

.home-pop {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.home-pop .popup-trigger {
    width: 33%;
}
.popup-content .logo img {
    width: 130px;
    height: auto;
    margin-right: 12px;
}
.popup-content .logo span {
    font-size: 23px;
    font-weight: bold;
}
.rigtimg {
    width: 52%;
}
.popup-content .logo {
    padding-bottom: 20px;
}

@media screen and (max-width: 1169px){

    .popup {
       
        top: 55%;
        width: 80%;
    }
    .contenteithimg p {
        font-size: 16px;
        width: 100%;
    }
    .contenteithimg {
        
        flex-direction: column;
    }    
    .services-new ul {
        justify-content: center;
    }
    .item p {
        font-size: 16px;
    }
    .item h4 span {
        font-size: 18px;
    }
    nav ul li a {
        color: #fff;
        text-decoration: none;
        padding: 0 7px;
    }
    .main-banner h1 {
        padding: 0 20px;
        font-size: 70px;
    }
    .middle-body h2 {
        font-size: 55px;
     }

}

@media screen and (max-width: 767px){

    .middle-body {
        gap: 50px;
    }

    .Aboutus {
        padding-top: 50px !important;
        
    }
    .popup-content .rigtimg {
        width: 100%;
    } 
    .popup {
       
        top: 55%;
        width: 95%;
    }

    span.toggle.desktop-hide {
        display: block;
        float: right;
        padding-top: 9px;
    }
    .main-banner {
        height: 300px;
    }
    .main-banner h1 {
        font-size: 35px;
        line-height: 1.5;
        padding: 0 20px;
        top: 21%;
    }
    .middle-body > div {
        padding: 0px 20px;
    }
    .middle-body h2 {
        font-size: 40px;
    }
    .services-new ul {
        justify-content: center;
        gap: 20px;
        padding: 0;
    }
    .services-new ul li {
        width: 46%;
        list-style: none;
    }
    .logos ul {
        justify-content: center;
    }
    .left-detail h3 {
        font-size: 30px;
        letter-spacing: 3px;
    }
    .contact-middle {
        display: flex;
        gap: 30px;
        flex-direction: column;
    }
    .left-detail {
        width: 100%;
    }
    .left-detail ul {
        padding: 20px 0 0 0;
        margin: 0;
    }
    .right-form {
        width: 100%;
    }
    .footer-bottom {
        flex-direction: column;
    }
    .footer-nav ul {
        padding: 19px 0;
        margin: 0 auto;
        text-align: center;
    }
    .item p {
        font-size: 16px;
        font-weight: normal;
        position: relative;
    }
    .item h4 span {
        display: block;
        text-align: right;
        font-size: 16px;
        line-height: 27px;
    }
    .footer-nav ul li {
        list-style: none;
        display: block;
        padding: 5px 0px;
    }
    .top-header {
        display: inherit;
        justify-content: space-between;
        text-align: center;
    }
    nav ul li {
        list-style: none;
        display: inline-block;
        width: 100%;
        padding: 7px 0px;
    }
    .top-header nav {
        clear: both;
        display: none;
    }
    .top-header .logo-left {
        float: left;
    }
    .top-nav {
        padding: 30px 20px;
        background: #000;
        overflow: hidden;
    }
    nav.activemenu {
        display: block;
    }
    .top-nav.fixed {
        padding: 13px 20px;
    }
    .item {
        padding: 54px 29px 27px 43px;
    }
    .fixed {
        position: relative;
    }
  

}


