/* Reset or Normalize */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
html {
  scroll-behavior: smooth;
}
body{
    overflow-x: auto;
}

/* Root Variables */
:root {
    --primary-color: #007bff;
    --secondary-color: #6c757d;
    --font-family: 'centurygothic';
    --heading-font: 'outfield-pro';
}

/* Global Typography */
body {
    font-family: var(--font-family);
    background-color: #f8f9fa;
    color: #212529;
    line-height: 1.6;
}

h1,h2,p{margin:0;padding:0;}
ul{list-style:none;}
a{text-decoration:none;}

p{
  font-family: centurygothic;  
}
/*==============================================================Banner=====================================================================*/

@font-face {
  font-family: 'outfield-pro';
  src: url('../fonts/outfield-pro.eot?#iefix') format('embedded-outfield-pro'),  
   url('../fonts/outfield-pro.ttf')  format('truetype'), 
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'centurygothic';
  src: url('../fonts/centurygothic.eot?#iefix') format('embedded-centurygothic'),  
   url('../fonts/centurygothic.ttf')  format('truetype'), 
  font-weight: normal;
  font-style: normal;
}
a.navbar-brand img {
    max-width: 210px;
}
a.nav-link {
    color: #000;
}
a.btn.get_in_touch_button {
    background-color: #83b514;
    color: #fff;
    padding: 7px 22px;
    border-radius: 50px;
    font-family: centurygothic; 
}
a.nav-link.active {
    color: #83b514 !important;
}
nav.navbar {
    background-color: #fff;
    box-shadow: 0px 0px 11px 6px #187abc17;
    margin: 10px 31px;
    border-radius: 50px;
}
/*===================================================================================banner==============================================*/
#banner-swiper img{width: 100%;}
.heading-content{

}
.heading-content h1 {
    font-family: "Sora", serif;
    font-size: 73px;
    font-weight: 700;
    color: #fff;
}
.heading-content {
    position: absolute;
    top: 40%;
    width: 100%;
    z-index: 99;
}

.heading-content p {
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    font-family: centurygothic; 
}

.overlay {
    background: linear-gradient(1deg, #83b514ba, #e3f4bd03);
    filter: blur(10px);
    width: 100%;
    height: 559px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.swiper-slide{overflow: hidden;}
.main-banner {
    position: relative;
    overflow: hidden;
    border-radius: 37px;
}
.swiper-button-prev{position:relative;}
.swiper-button-prev:before{
    position: absolute;
    content:"";
    background-image: url(../images/arrow1.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 288px;
    height: 447px;
    left: 0px;
    top: 50px;
}

.swiper-button-prev:before {
    position: absolute;
    content: "";
    background-image: url(../images/arrow1.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 81px;
    height: 131px;
    left: -14px;
    top: -46px;
}
.swiper-button-next{
    position: relative;
}
.swiper-button-next:after {
    position: absolute;
    content: "";
    background-image: url(../images/arrow2.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 81px;
    height: 131px;
    right: -10px;
    top: -46px;
}
.swiper-button-next:after, .swiper-rtl .swiper-{font-size: 0px !important}
#banner-swiper .swiper-pagination {
    display: none;
    }
    .video-section {
    position: relative;
}
.video-content {
    position: absolute;
    bottom: -34px;
    right: 0px;
    z-index: 100;
    max-width: 332px;
}
.second-section{margin-top: 60px;}
.thumbnail-box{
    background-image: url(../images/bg1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.thumbnail-box {
    background-image: url(../images/bg1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 40px;
    padding: 25px;
    position: relative;
    height: 280px;
    object-fit: cover;
}

.thumbnail-box1 {
    background-image: url(../images/bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 40px;
    padding: 25px;
    position: relative;
    height: 280px;
    object-fit: cover;
}

.thumbnail-box2 {
    background-image: url(../images/bg3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 40px;
    padding: 25px;
    position: relative;
    height: 280px;
    object-fit: cover;
}
.content-box h2 {
    color: #fff;
    font-weight: 700;
    font-size: 26px;
}
.content-box p {
    color: #fff;
    font-weight: 500;
    margin-top: 10px;
}

.thumbnail-box2 .content-box h2 {
    color: #000;
    font-weight: 700;
    font-size: 26px;
}
.thumbnail-box2 .content-box p {
    color: #000;
    font-weight: 500;
    margin-top: 10px;
}
.icon img {
    max-width: 14%;
}
.icon {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    bottom: 10px;
    position: absolute;
    right: 10px;
}

.service-section{
    margin-top: 60px;
}
.service-left-part h3 {
    font-weight: 700;
    font-size: 23px;
}
.service-left-part {
    width: 502px;
    word-break: break-word;
}
.service-left-part h2{
    font-weight: 700;
    font-size: 43px;
    font-family: "Sora", serif;
}
a.btn.explore-button {
    background-color: #83b514;
    border-radius: 50px;
    margin-top: 70px;
    color: #fff;
    font-weight: 600;
    padding: 10px 13px;
}
.number-section1 h4 {
    font-weight: 700;
    font-size: 45px;
    font-family: "Sora", serif;
    margin-bottom: 45px;
}
a.btn.explore-button img{margin-left: 15px;}
.icon-image img {
    max-width: 100px;
}
.section-one-service {
    display: flex;
    justify-content: space-around;
    gap: 18px;
}
.icon-content h3 {
    font-weight: 700;
}
/*marque*/
.marque-section{
    margin-top: 60px;
        font-size: 80px;
    font-weight: 500;
    color: white;
    -webkit-text-stroke: 0.5px black;
    letter-spacing: 1px;
    font-family: "Sora", serif;

}
.about-section{
    margin-top: 60px;
}

.about-bottom-section {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding: 20px;
    background-image: url(../images/bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 240px;
    object-fit: cover;
    border-radius: 40px;
    align-items: center;
}
.part-section h4 {
    color: #fff;
    text-align: center;
    font-weight: 600;
}
.part-section p {
    color: #fff;
    font-weight: 500;
    width: 140px;
    text-align: center;
    line-height: 22px;
}
.about-right-content h2{
 font-weight: 500;
    color: white;
    -webkit-text-stroke: 0.5px black;
    letter-spacing: 1px;
    font-family: "Sora", serif;
    font-size: 50px;   
}
.about-right-content h3 {
    font-weight: 700;
    font-size: 23px;
    margin-top: 30px;
}
.about-right-content h4 {
    font-weight: 700;
    font-size: 45px;
    font-family: "Sora", serif;
    margin-top: 25px;
}
.about-right-content {
    padding: 50px 0 0 50px;
}
.about-right-content a.btn.explore-button{margin-top: 28px;}
.how-it-work{margin-top: 60px;}
.how-it-work h3{
    font-weight: 700;
    font-size: 23px;

}
.how-it-work h4{
      font-weight: 700;
    font-size: 45px;
    font-family: "Sora", serif;  
}

.number-section {
    position: relative;
}

.number {
    position: relative;
    top: -142px;
    font-weight: 700;
    color: #83b514;
    font-size: 71px;
    transform: rotate(270deg);
    left: 40%;
}
.project-section{
    margin-top: 60px;
    position: relative;
}
.project-slide{
    margin-top: 38px;
}
.project-section h3{
  font-weight: 700;
    font-size: 23px;  
}
.project-section h4{
     font-weight: 700;
    font-size: 45px;
    font-family: "Sora", serif;  
}
.web-shape {
    position: absolute;
    top: 0px;
    left: 0px;
}
div#doted {
    background-color: #83b514;
    max-width: 168px;
    border-radius: 10px;
    padding: 1px 11px;
    position: absolute;
    top: 50%;
    left: -6px;
    height: 32px;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #ffffff!important;
}
.testimonials-section{
    margin-top: 80px;
}
.client-slider {
    background-image: url(../images/client-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 460px;
    position: relative;
    border-radius: 35px;
    margin: 20px;
    overflow: hidden;
}
.testimonial-sliders {
    position: absolute;
    width: 100%;
    bottom: 21px;
    left: 14px;
}

.testimonial-sliders {
    position: absolute;
    width: 100%;
    bottom: 8px;
    left: 4px;
    background-color: #1F1A1A;
    padding: 46px;
    color: #fff;
    max-width: 499px;
    border-radius: 10px;
}
.swiper-pagination-bullet{
border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: #d9cbcb!important;
}
#client-pagination {
    position: relative;
}
.client-content h3{
  font-weight: 700;
    font-size: 23px;
    margin-top: 30px;   
}
.client-content h4{
 font-weight: 700;
    font-size: 45px;
    font-family: "Sora", serif;     
}
.number-section {
    display: flex;
    flex-direction: column;
    height: 300px;
}
.number-section h2{
    font-weight: 500;
    color: white;
    -webkit-text-stroke: 0.5px black;
    letter-spacing: 1px;
    font-family: "Sora", serif;
    font-size: 83px;
}
.number-section h4{
  font-weight: 700;
    font-size: 30px;
    font-family: "Sora", serif;   
}
.client-content{position: relative;}
.shapr9 {
    position: absolute;
    max-width: 253px;
    right: 0px;
    bottom: 0px;
}
.faq-section{
    margin-top: 70px;
}
.faq-section h3{
  font-weight: 700;
    font-size: 23px;
    margin-top: 30px;    
}
.faq-section h4{
   font-weight: 700;
    font-size: 45px;
    font-family: "Sora", serif; 
    word-break: break-all;
    width: 613px;  
}
div#accordionExample {
    margin: 71px 0 0 28px;
}
button.accordion-button {
    background-color: #83b514;
    color: #fff;
     font-family: "Sora", serif; 
}
.accordion-item:first-of-type .accordion-button{
  background-color: #83b514;
    color: #fff;
     font-family: "Sora", serif;
     padding: 27px;  
}
.accordion-button:not(.collapsed){
  background-color: #83b514 !important;
    color: #fff;
     font-family: "Sora", serif;   
}
.cta-section {
    margin-top: 70px;
    background-image: url(../images/bg-8.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 470px;
    border-radius: 34px 33px 0px 0px;
}
.cta-section-content{
    display: flex;
    height: 470px;
    align-items: center;
}
.cta-section-content h3 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    font-family: "Sora", serif; 
}
.right-button {
    height: 470px;
    display: flex;
    align-items: center;
    justify-content: end;
}
footer.footer-section {
    background-color: #1F1F1F;
    padding-top: 50px;
    border-radius: 31px;
    margin-top: -30px;
}
.footer-logo img {
    max-width: 213px;
}

.widget-one h3{
font-family: "Sora", serif;
color: #fff;
margin-top: 15px; 
font-size: 20px;   
}
.widget-one a{
    color: #fff;
}
.widget-one p{
    color: #fff;
}
.widget-one ul{
    list-style: none;
    padding-left: 0px;
}
.widget-one li {
    line-height: 28px;
    border-bottom: 1px dashed #6e6868;
    padding-bottom: 5px;
}
.wikdget-one li a{
    color: #fff;
}

.social a i {
    margin-right: 8px;
    margin-top: 18px;
}
section.copyright-section {
    background-color: #fff;
    padding: 15px;
    border-radius: 25px;
    margin-top: -5px;
}
.right-copy-part a{
    color: #000;
    
}

.right-copy-part {
    text-align: right;
}
.contact-section{margin-top:70px}
.contact-form label {
    color: #83b514;
    font-weight: 700;
}
.form-control {
    border: 1px solid #93c50a;
    padding: 11px 12px;
}
button.btn.btn-primary {
    background-color: #73ac10;
    padding: 10px 25px;
    max-width: 180px;
    margin-left: 10px;
}


.contact-location {
    border: 1px solid #000;
    height: 497px;
    margin-top: 59px;
    margin: 57px;
    object-fit: cover;
    border-radius: 10px;
    border-radius: 17px;
    overflow: hidden;
}
 #backToTop {
      position: fixed;
      bottom: 75px;
      right: 20px;
      display: none;
      z-index: 1000;
      height: 63px;
    }
    .mobile-logo {
    text-align: center;
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 10;
    background: #fff;
    left: 0px;
}
.mobile-logo img{
    max-width: 190px;
    padding: 10px;
}
.apps-nav {
    display: flex
;
    justify-content: space-around;
    position: fixed;
    width: 100%;
    bottom: 0px;
    background-image: linear-gradient(to right, #73ac10, #73ac10);
    padding: 18px;
    z-index: 100;
    gap: 10px;
    overflow-y: scroll;
}
.mobile-nav li.nav-item {
    text-align: center;
}

ul.mobile-nav li a {
    color: #fff !important;
    font-size: 14px;
}
.mobile-nav a.nav-link.active{color: #fff !important;}
ul.mobile-nav li a i {
    margin-right: 5px;
}
.nav-thumb span a {
    color: #fff;
    text-decoration: none;
    font-family: 'centurygothic';
}
.nav-thumb {
    background-color: #32b4e7;
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid #eddada94;
    box-shadow: 0px 0px 4px 3px #5b880c;
    text-align: center;
}
.bottom-nav{display: none;}
div#mobile-nav {
    margin-top: 0px;
    background-color: #fff;
    padding-top: 10px;
    position: fixed;
    z-index: 10;
}
div#mobile-nav{display: none;}
.nav-section {
    text-align: right;
}

i.mobile-nav-toggle img {
    max-width: 25px;
}
#mobile-nav a.btn.get_in_touch_button {
    max-width: 143px;
    margin-left: 12px;
}
