@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
:root{
    --body-bg: #142220;
    --white-bg: #fff;
    --green-bg: #038c3d;
    --dark-green-bg: #0f1b19;
    --dark-grey: #1A1A1A;
}
*{
    transition: all .5s;
}
a{
    transition: all .5s;
    text-decoration: none;
}
p{
    text-align: justify;
}
.roboto-condensed-400 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.fill-white{
    fill:var(--white-bg);
}
body{
    color: var(--white-bg);
    font-size: 18px;
}

.home{
    background-color: var(--body-bg);
}
.header_top{
    background-color: var(--green-bg);
    color: var(--white-bg);
    padding-top: 12px;
    padding-bottom: 12px;
}
.header_bottom{
    background-color: var(--white-bg);
    padding-top: 20px;
    padding-bottom: 20px;
}
.header_bottom .navbar-brand img{
    height: 80px;
}
/*Banner shape*/
.banner_shape_1 {
  position: absolute;
  top: -40%;
  left: 7%;
  width: 478px;
  height: 478px;
  background-color: #956c00;
  border-radius: 9999px;
  filter: blur(200px);
  z-index: 0;
}
.banner_shape_2 {
    position: absolute;
    top: 0%;
    right: 0%;
    width: 498px;
    height: 498px;
    background-color: #40792c;
    border-radius: 9999px;
    filter: blur(200px)
}

.banner_shape_3 {
    position: absolute;
    bottom: -7%;
    left: 7%;
    width: 551px;
    height: 551px;
    background-color: #415110;
    border-radius: 9999px;
    filter: blur(200px)
}

.banner_shape_4 {
    position: absolute;
    bottom: 0%;
    right: 0%;
    width: 498px;
    height: 498px;
    background-color: #417972;
    border-radius: 9999px;
    filter: blur(200px)
}
.banner {
  background-color: var(--dark-green-bg);
  padding-top: 107px;
  padding-bottom: 108px;

}
.banner_content{
    z-index: 10;
    position: relative;
}
.banner_content h1{
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase;
    max-width: 810px;
    line-height: 0.8em;
}
.banner_content h1 span{
    font-size: 30px;
    font-weight: 200;
}
.banner_content p{
  max-width: 700px;
  font-size: 22px;
  line-height: 32px;
  margin-top: 73px;
}
.banner_right {
  position: relative;
  height: 100%;
}
.banner_right .bg-logo {
  position: absolute;
  top: 0px;
  right: 120px;
  z-index: 1;
}
.banner_right .bg-image {
  position: absolute;
  right: 0;
  top: 130px;
  border-radius: 10px;
    border-top-left-radius: 10px;
  border-top-left-radius: 150px;
  z-index: 1;
    max-width: 500px;
}
.services{
   padding: 60px 0 0;  

}
.services .inner{
    background-color: var(--white-bg);
    color:#000;
    border-radius: 20px;
    padding: 15px;
}
.services .inner img {
    margin: 10px auto 20px;
    width: 75% !important;
}
.services .text-inner h2 {
    font-size: 20px;
    font-weight: 700;
}
.services .text-inner p {
    line-height: 0.9em;
    
}
.about{
   padding: 70px 0; 
}
.about h2{
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 0.95em;
    margin: 20px 0;
}
.about h3{
    font-size: 1.6em;
}
.about_wapper_left {
  padding-right: 65px;
}
.about_wapper_center{
  padding-right: 32px;
}
.about_wapper_center img{
    border-radius: 20px;
    width: 100%;
}
.about_wapper_right{
    list-style: none;
    margin: 0;
    padding: 0;
}
.about_wapper_right li{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 60px;
}
.about_wapper_right li svg{
    fill:var(--green-bg);
    width: 18px;
}
.about_wapper_right li span{
  font-size: 20px;
  color: var(--pra-clr);
  font-weight: 500;
  line-height: 32px;
}
.our-services{
    background-color: var(--green-bg); 
    padding: 80px 0;
}
.our-services h2{
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 0.95em;
    margin: 20px 0;
}
.custom-accordion .accordion-item{
    border: 0;    
    border-radius: unset;
    background-color: transparent;
    border-bottom: 1.5px solid rgba(255,255,255,0.4);
    color: #fff;
}
.custom-accordion .accordion-button{
    background-color: transparent;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    box-shadow: 0 0 0 0;
}
.custom-accordion .accordion-button::before {
width: 25px;
  height: 45px;
  content: "*";
  position: absolute;
  top: -2px;
  left: 6px;
  color: var(--dark-green-bg);
}
.custom-accordion .accordion-button::after {
  flex-shrink: 0;
  width: 45px;
  height: 45px;
  margin-left: auto;
  content: "";
  background-image: url("../img/arrow-up-circle.svg");
  background-repeat: no-repeat;
  background-size: 45px;
  transition: transform 0.2s ease-in-out;
}
.custom-accordion .accordion-collapse p{
    margin-bottom: 20px;
}
.zone-area, .agency{
    padding: 70px 0;
}
.zone-area h2, .agency h2 {
  font-size: 50px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 0.95em;
  margin: 20px 0;
}
.zone-area h3, .agency h3{
    font-size: 1.6em;
}
footer {
    padding: 80px 0;
    background-color: var(--dark-grey);
}
.list-social{
    list-style: none;
    margin: 20px 0;
    padding: 0;
}
.list-social li{
    margin: 0 10px;
}
.list-social .social{
width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-social .social svg{
    fill:#fff;
    height: 22px;
}
.title_footer{
   padding-top: 40px; 
  font-size: 24px;
  font-weight: 800;
  line-height: 38px;
  margin-bottom: 10px;    
}
.phone{
    color: var(--white-bg);
    font-weight: 600;
    font-size: 1.3em;
}
.send-contact{
   color: var(--green-bg); 
}
.send-contact-header{
   color: #fff; 
}