:root{
    --y-dark:#c5621b;
    --y-light:#ffad43;
    --dark:#070a14 ;
}
@font-face {
    font-family: "roboto-bold";
    src: url(../Roboto/static/Roboto-Bold.ttf);
}
@font-face {
    font-family: "roboto-semibold";
    src: url(../Roboto/static/Roboto-Medium.ttf);
}
@font-face {
    font-family: "dmsans";
    src: url(../DM_Sans/static/DMSans_36pt-Regular.ttf);
}

@media (max-width:765px){
    .sm_hide{
        display: none !important;
    }
    section{
        padding: 50px 0;
    }
    p{
        font-size: 13px;
    }
    h3{
        font-size: 1.5rem;
    }
    h2{
      font-size: 2rem;
    }
}
@media (min-width:765px){
    h3{
        font-size: 1.6rem !important;
    }
    h2{
      font-size: 3rem !important;
    }
    .lg_hide{
        display: none !important;
    }
    section{
        padding: 70px 0;
    }
    p{
        font-size: 14px;
    }
}
/* @media(max-width:1400px){
    section{
        min-height: 100vh;
        display: flex;
        align-items: center;
    }
} */
 
section{
    overflow: hidden;
}
img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
h1,h2,h3,h4,h5{
    font-family: "roboto-semibold" !important;
    text-transform: capitalize;
}
body{
    font-family: "dmsans" !important;
    background: var(--dark) !important;
    user-select:none;
}
a{
    text-decoration: none !important;
}
 p{
        color: #C1C1C1 !important;
      }
.btn_div{
  @media(max-width:765px){
    margin: auto;
  }
  color: white;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 14px;
  word-spacing: 5px;
  border: 1px solid var(--y-light);
  transform: skewX(346deg);
  width: max-content;
  display: flex;
  span{
    transform: skewX(11deg);
  width: 100%;
  display: block;
    background: linear-gradient(to bottom, #ed8a42, #ffad43, #c5621b);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
           text-transform: capitalize;
           
            font-size: 1rem;
            letter-spacing: 2px;
            font-style: italic;
  }
}


/* ==============================header=========================== */


/* -------------mob_services-------------------- */

.mob_services,.mob_products{
    i{
        padding-left: 2rem;
        color: black;  
    }

    height: 100%;
    background: white;
    position: fixed;
    z-index: 999;
    top: 10%;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    width: 0;
  
    transition: 0.5s;
    .menu{
        display: flex;
        flex-direction: column;
        padding-left: 2rem;
        a{
            color: black;
            padding: 5px 0;
            text-transform: uppercase;
        }
    }
}

/* --------------mobile navbar------------------ */
@media(max-width:765px){
  .navbar-toggler-icon{
    transform: translateY(-12px);
  }
}
.navbar-toggler{
      color: #c1b9a7 !important;

}



.sidenav{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: var(--dark);
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
    .mob_drp{
        padding-left: 10px;
        a{
            font-size: 16px;
        }
    }
  }
  
  
  .sidenav a{
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #C1C1C1;
    display: block;
    transition: 0.3s;
    z-index: 1000;
    text-transform: uppercase;
  
    letter-spacing: 1px;
    span{
      color: var(--red);
    }

    i{
        font-size: 15px;
        transform: translateY(-5px);
    }
  }
  
  
  .sidenav a:hover {
  color: #535252;
  }
  
  
  .sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 55px;
  margin-left: 50px;
  }
  
  
  #main {
  transition: margin-left .5s;
  padding: 20px;
  }
  #mob_services.sidenav .close{
  position: absolute;
    top: 0;
    left: -2px;
    font-size: 25px;
  }
  #mob_services.sidenav{
    top: 64px;
    box-shadow: 3px 3px 10px -1px rgb(129 129 129), -1px 1px 10px -1px rgba(255, 255, 255, 0.7);
         
  
  }
  @media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
  }
  .mob_menu{
    margin-top: 4rem;
  }
  #mob_services .card{
    display: flex;
      align-items: center;
      border: none;
      padding: .5rem;
  }
  #mob_services .card .mob_menu_img{
    width: 130px;
     
  }
  #mob_services .card .mob_menu_img img{
    border-radius: 10px;
  }
  .menu_item{
    text-align: center;
    margin-top: .5rem;
   
  }
  .menu_item h5 a{
    padding: 0 !important;
    font-size: unset;
    color: black;
    font-size: 14px;
    color: var(--green);
  }
  
  /* -------------------mobile navbar-------------- */

  @media (max-width:765px){

    .nav_logo{
        width: 150px !important;
        padding: 10px;
    }
  }

header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
    .navbar-toggler{

        border: none;
    }
    .navbar.scrolled{
        position: fixed;
        width: 100%;
        background: #070a14 !important;
        z-index: 995;
        box-shadow: 25px 7px 39px -18px rgba(0,0,0,.5);
    }

    .nav_logo{
        width: 180px;
    }
    @media (min-width: 992px) {
        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
            justify-content: flex-end;
        }
    }
    nav{
      background: transparent !important;
        .dropdown-item{
            text-transform: uppercase;
        }
      

        .nav-link{
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 500;
            color:white;
            font-family: "dmsans" !important;
            letter-spacing: 1px;
            transition: .6s;
            span{
                color: var(--red);
            }
        }
        .nav-link:hover{
          color: white;
         
            letter-spacing: 2px;
        }
        .nav-item{
            margin: 0 12px;
        }
    }
 
}


/* ==============================header END=========================== */

/* ==============banner================================== */

.banner{
  
    height: 100vh;
    overflow: hidden;
 
  h3{
    color: white;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 40px;
  
  }

    /* .carousel::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #00000073;
        z-index: 2;
    } */
}
@media(min-width:765px){
  /* padding: 0 20px 20px 20px; */
  .carousel{
    .btn_div{
      a{
        padding:20px;
      }
    }
    .cnt{
      h3{
        font-size: 2rem;
      }
    }
  }
  
}
@media(max-width:765px){
.carousel{
    .cnt{
      .btn_div{
        a{
          padding:12px;
        }
      }
      h3{
        font-size: 1.4rem;
        text-align: center;
        line-height: 31px !important;
        
      }
      p{
        text-align: center;
      }
    }
  }
}


   


    .carousel{
        background: black;
        height: 100vh;
      
    overflow: hidden;
    .carousel-inner,.carousel-item{
      height: 100%;
    }
    .img_div{
      height: 100%;
    }
    .cnt{
        position: absolute;
            bottom:0;
            left: 0;
            background: #0000000f;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            .tlt{
              width: 100%;
              background: #00000094;
              padding: 3rem 0;
           
              display: flex;
              justify-content: center;
              align-items: center;
              flex-direction: column;

              h3{
                text-align: center;
              }
             
            }
            

       
        .btn_div{
            display: flex;
            a{
                width: 100%;
                display: flex;
                justify-content: center;
                text-transform: capitalize;
                margin-right: 10px;
              
                font-size: 14px;
            }
            .a1{
                border: 1px solid white;
                color: white;
            }
            .a2{
                background: #ffffffe8;
                color: black;
            }
           
        }
        p{
            color: white;
        }
    }
    }
/* ==============banner================================== */

/* ==================home about======================= */

.home_about{
  h3{
    background: linear-gradient(to bottom, #ed8a42, #ffad43, #c5621b);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
    text-transform: uppercase;
  
        letter-spacing: 3px;
        line-height: 2.5rem !important;
  }
  background: var(--dark);
  @media (max-width:765px){
    .cnt_div{
      padding-left: 0 !important;
      margin-bottom: 2rem;
      text-align: center;
    }
    .row{
      flex-direction: column-reverse;
    }
  }
    .col-md-7{
        display: flex;
        align-items: center;
    }
    .cnt_div{
      

        padding-left: 2rem;
        span{
          background: linear-gradient(to bottom, #ed8a42, #ffad43, #c5621b);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
            text-transform: capitalize;
           
            font-size: 1rem;
            letter-spacing: 2px;
            font-style: italic;
          
        }
        h3{
           
            margin-top: 1rem;
            /* margin: 1rem 0; */
            margin-bottom: 2rem;
        }
       
      p{
        color: #C1C1C1;
      }
     
      
      
    }
}

/* ==================home about======================= */



/* ==================footer============================ */
.ft_link{
  text-align: center;
    text-transform: capitalize;
    font-size: 12px;
    margin-bottom: 0;
    letter-spacing: 1px;
    color: #ffffffb0;
    background: #131210;
   
    padding-bottom: 1rem;
      a{
        color: #ffffffb0;
      }
}

footer{
  overflow: hidden !important;
  color: white;
  text-align: center;
  background: #131210;
  padding: 50px 0;

  .s_links{
    display: flex;
    justify-content: center;
    a{
      color: white;
      margin: 0 10px;
      border: 1px solid var(--y-dark);
      padding: 5px;
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      
    }
  }
  h4{
    text-transform: capitalize;
  }
 

 
}


/* ==================footer============================ */


/* ==================================banner_1=================== */

.banner_1{
  @media (max-width:765px){
    height: 50vh;
    
  }
  @media (min-width:765px){
    height: 60vh;

  }
   
    overflow: hidden;
    position: relative;
   .cnt_div{
    position: absolute;
    bottom: 30%;
    left: 0;
    right: 0;
    /* margin: auto; */
    text-align: center;
        /* @media(max-width:765px){
          bottom: 30%;
        left: 0;
        width: 100%;
        text-align: center;
        }
        @media(min-width:765px){
          bottom: 30%;
        left: 5%;
        } */
       h2{
        text-transform: capitalize;
        color: white;
        font-weight: bold;
        letter-spacing: 2px;
       }
       p{
        color: white;
    font-size: 16px;
    text-transform: capitalize;
       }
       a{
        color: white;
       }
    }
}
.banner_1::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000006e;

}
/* ==================================banner_1=================== */




/* =======================gallery================== */
.gallery ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
   .gallery ul li img {
    display: block;
    height: auto;
    max-width: 100%;
  }
  
   .gallery ul {
    columns: 12rem;
    column-gap: 1rem;
  }
   .gallery ul li {
    break-inside: avoid;
      margin: 0 0 1rem;
      border-radius: 10px;
      overflow: hidden;
  }
/* ====================gallery====================== */
/* ========================contact================= */

.contact{
    .container {
      position: relative;
      width: 100%;
      min-height: 100vh;
      padding: 2rem;
     
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .form {
      width: 100%;
      max-width: 820px;
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
      z-index: 1;
      overflow: hidden;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
    }
    
    .contact-form {
      background-color: #252525;
      position: relative;
    }
    
  
    
   
    
   
    
    form {
      padding: 2.3rem 2.2rem;
      z-index: 10;
      overflow: hidden;
      position: relative;
    }
    
    .title {
      color: #fff;
      font-weight: 500;
    
      line-height: 1;
      margin-bottom: 0.7rem;
    }
    
    .input-container {
      position: relative;
      margin: 1rem 0;
    }
    
    .input {
      width: 100%;
      outline: none;
      border: 2px solid #fafafa;
      background: none;
      padding: 0.6rem 1.2rem;
      color: #fff;
      font-weight: 500;
      font-size: 0.95rem;
      letter-spacing: 0.5px;
      border-radius: 5px;
      transition: 0.3s;
    }
    
    textarea.input {
      padding: 0.8rem 1.2rem;
      min-height: 150px;
      border-radius: 5px;
      resize: none;
      overflow-y: auto;
    }
    
    .input-container label {
      position: absolute;
      top: 50%;
      left: 15px;
      transform: translateY(-50%);
      padding: 0 0.4rem;
      color: #fafafa;
      font-size: 0.9rem;
      font-weight: 400;
      pointer-events: none;
      z-index: 1000;
      transition: 0.5s;
    }
    
    .input-container.textarea label {
      top: 1rem;
      transform: translateY(0);
    }
    
    .btn {
      padding: 0.6rem 1.3rem;
      background-color: #fff;
      border: 2px solid #fafafa;
      font-size: 0.95rem;
      color: black;
      line-height: 1;
      border-radius: 5px;
      outline: none;
      cursor: pointer;
      transition: 0.3s;
      margin: 0;
      width: 100%;
    }
    
    .btn:hover {
      background-color: transparent;
      color: #fff;
    }
    
    .input-container span {
      position: absolute;
      top: 0;
      left: 25px;
      transform: translateY(-50%);
      font-size: 0.8rem;
      padding: 0 0.4rem;
      color: transparent;
      pointer-events: none;
      z-index: 1;
    }
    
    .input-container span:before,
    .input-container span:after {
      content: "";
      position: absolute;
      width: 10%;
      opacity: 0;
      transition: 0.3s;
      height: 5px;
      background-color: #1abc9c;
      top: 50%;
      transform: translateY(-50%);
    }
    
    .input-container span:before {
      left: 50%;
    }
    
    .input-container span:after {
      right: 50%;
    }
    
    .input-container.focus label {
      top: 0;
      transform: translateY(-50%);
      left: 25px;
      font-size: 0.8rem;
    }
    
    .input-container.focus span:before,
    .input-container.focus span:after {
      width: 50%;
      opacity: 1;
    }
    
    .contact-info {
      padding: 2.3rem 2.2rem;
      position: relative;
    }
    
    .contact-info .title {
      color: black;
    }
    
    .text {
        color: #333 !important;
        margin: 1.5rem 0 2rem 0;
        font-size: 16px !important;
    }
    
    .information {
      display: flex;
              color: #222020  !important;
              margin: 0.7rem 0;
              align-items: flex-start;
              font-size: 0.95rem;
              p{
                  color: #222020  !important;
              }
    }
    
    .information i {
      color: var(--rose);
      transform: translateY(4px);
      margin-right: 8px;
    }
    .information p{
      margin-bottom: 0;
    }
    
    .icon {
      width: 28px;
      margin-right: 0.7rem;
    }
    
    .social-media {
      padding: 2rem 0 0 0;
    }
    
    .social-media p {
      color: #222020 !important;
    }
    
    .social-icons {
      display: flex;
      margin-top: 0.5rem;
    }
    
    .social-icons a {
      width: 35px;
      height: 35px;
      border-radius: 5px;
      background:linear-gradient(45deg, #a95307, #ffb138);
  
      color: #fff;
      text-align: center;
      line-height: 35px;
      margin-right: 0.5rem;
      transition: 0.3s;
    }
    
    .social-icons a:hover {
      transform: scale(1.05);
    }
    
   
  
    
    .square {
      position: absolute;
      height: 400px;
      top: 50%;
      left: 50%;
      transform: translate(181%, 11%);
      opacity: 0.2;
    }
    
    @media (max-width: 850px) {
      .form {
        grid-template-columns: 1fr;
      }
    
      .contact-info:before {
        bottom: initial;
        top: -75px;
        right: 65px;
        transform: scale(0.95);
      }
    
      .contact-form:before {
        top: -13px;
        left: initial;
        right: 70px;
      }
    
      .square {
        transform: translate(140%, 43%);
        height: 350px;
      }
    
      .big-circle {
        bottom: 75%;
        transform: scale(0.9) translate(-40%, 30%);
        right: 50%;
      }
    
      .text {
        margin: 1rem 0 1.5rem 0;
      }
    
      .social-media {
        padding: 1.5rem 0 0 0;
      }
    }
  
    @media (max-width: 768px) {
     
    }
    
    @media (max-width: 480px) {
  
      
      .container {
        padding: 1.5rem;
      }
    
      .contact-info:before {
        display: none;
      }
    
      .square,
      .big-circle {
        display: none;
      }
    
      form,
      .contact-info {
        padding: 1.7rem 1.6rem;
      }
    
      .text,
      .information,
      .social-media p {
        font-size: 0.8rem;
      }
    
      .title {
        font-size: 1.15rem;
      }
    
      .social-icons a {
        width: 30px;
        height: 30px;
        line-height: 30px;
      }
    
      .icon {
        width: 23px;
      }
    
      .input {
        padding: 0.45rem 1.2rem;
      }
    
      .btn {
        padding: 0.45rem 1.2rem;
      }
    }
    
  }
  /* ======================contact================ */
 

 

  /* ========================side icons=========================== */

  .call-btn img,.whats-btn img{
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(15deg) brightness(107%) contrast(101%);
    height: 1.5rem;
    width: 1.5rem;
    }
    .call-btn:hover{
    width: fit-content;
    }
    .call-btn:hover .title,.whats-btn:hover .title,.insta-btnn:hover .title{
    width: 100px;
    color: white;
    }
    .call-btn .img-div,.whats-btn .img-div,.insta-btnn .img-div{
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .call-btn .title,.whats-btn .title,.insta-btnn .title{
    /* transform: translateX(100%); */
    /* visibility: hidden; */
    /* display: none; */
    width: 0px;
    overflow: hidden;
    transition: 0.5s;
    white-space: nowrap;
    
    }
    .call-btn,.whats-btn,.insta-btnn{
    position: fixed;
    /* left: 2rem; */
    bottom: 2rem;
    height: 3rem;
    /* width: 3rem; */
    z-index: 999;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    right: 0;
    text-decoration: none;
    border-radius: 5px 0 0 5px;
    }
    .call-btn{
    background: #1d87d9;
    /* left: 2rem; */
    }
    .whats-btn{
    background:rgb(0, 151, 96);
    transform: translateY(-50px);
    /* right: 2rem; */
    }
    .insta-btnn{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    transform: translateY(-100px);
    /* width: 100px; */
    }
    .insta-btnn img{
    /* height: 22px; */
    filter: invert(100%) sepia(0%) saturate(1503%) hue-rotate(327deg) brightness(105%) contrast(94%);
    }


/* ========================side icons=========================== */

/* ================contact map============================ */
.contact_map{
  h2{
    text-align: center;
    margin-bottom: 2rem;
    color: white;
  }
}

/* ================contact map============================ */

/* ========================home_products========================= */
.home_products{
  @media(max-width:765px){
    .col-md-3{
      margin-bottom: 1rem;
    }
  }
  .tab {
    @media(min-width:765px){
width: max-content;
    }
    @media(max-width:765px){
      display: flex;
      justify-content: center;
    }
    overflow: hidden;
   
    
  }
  
  /* Style the buttons that are used to open the tab content */
  .tab button {
    background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 8px 15px;
        transition: 0.3s;
        text-transform: capitalize;
        font-family: "roboto-semibold" !important;
        margin: 0 10px;
        border: 1px solid var(--y-dark);
        color: var(--y-dark);

  }
  
 
  .tab button:hover {
    background-color: var(--y-dark);
    color: white;
  }
  
 
  .tab button.active {
    background-color: var(--y-dark);
    color: white;
  }
  
 
  .tabcontent {
    display: none;
    padding: 6px 12px;
    margin-top: 3rem;
    border-top: none;


    .card{
      border: none;
      background: transparent;
    
      display: flex;
      justify-content: center;
      align-items: center;
      @media(min-width:765px){
         padding: 1rem;
      }

    
      .img_div{
        
        /* @media(min-width:765px){
          width: 150px;
        } */
      }


    }
  }

}
.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

/* ========================home_products========================= */

/* ==========================about========================= */
.about{
  @media(max-width:765px){
    .cnt_div{
      text-align: center;
      margin-top: 2rem;
    }
  }
  span{
    background: linear-gradient(to bottom, #ed8a42, #ffad43, #c5621b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
      text-transform: capitalize;
     
      font-size: 1rem;
      letter-spacing: 2px;
      font-style: italic;
    
  }
  h3{
    background: linear-gradient(to bottom, #ed8a42, #ffad43, #c5621b);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
    text-transform: uppercase;
  
        letter-spacing: 3px;
        line-height: 2.5rem !important;
        margin: 1rem 0;
  }
  p{
    color: #C1C1C1;
  }
  .col-md-5{
    display: flex;
    align-items: center;
  }

}

/* ==========================about========================= */
/* =========================home_services==================== */


.home_services{
  @media(max-width:765px){
    .col-md-4{
      margin-bottom: 2rem;
    }
    h3,h6{
      text-align: center;
    }
    .card{
      text-align: center;
    }
  }
 h3{
   background: linear-gradient(to bottom, #ed8a42, #ffad43, #c5621b);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-transform: uppercase;
        letter-spacing: 3px;
        line-height: 2.5rem !important;
        margin-bottom: 2rem;
 }
 h6{
  background: linear-gradient(to bottom, #ed8a42, #ffad43, #c5621b);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-transform: capitalize;
            font-size: 1rem;
            letter-spacing: 2px;
            font-style: italic;
 }
  .card{
    background: #c0c0c00f;
    padding: 2rem;
    color: white;
    position: relative;
    transition: .6s;
    border-radius: 0;
    height: 100%;

    p{
      color: #C1C1C1;
      line-height: 22px;
      
    }
    h5{
      margin-bottom: 1rem;
      letter-spacing: 2px;
      color: #d97b29;
    }
    span{
      position: absolute;
            bottom: 0;
            right: 10px;
            font-family: "roboto-semibold" !important;
            color: #ffffff17;
            font-size: 4rem;
    }
  }
  .card::before{
    content: "";
        position: absolute;
        top: 10px;
        left: 14px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #d97b29ab;
        transition: .6s;
        z-index: -1;
  }
  .card:hover::before{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  .card:hover{
    h5{
      color: white;
    }
    p{
      color: white;
    }
  }
  .btn_div{
    margin: auto;
    margin-top: 2rem;

  }
}

/* =========================home_services==================== */
/* ==================service============================== */
.service{
  .col-md-4{
    margin-bottom: 2rem;
  }
}

/* ==================service============================== */
/* ==========================a1============================= */
.a1{
  @media(max-width:765px){
    .col-md-4{
      margin-bottom: 2rem;
    }
  }
  .row{
    justify-content: center;
  }
  .card::before{
   content: "";
        position: absolute;
        bottom: -9px;
        left: -8px;
        right: 0;
        width: 104%;
        height:150px;
        /* border: 5px solid #d97b29; */
        border-radius: 10px;
        z-index: -1;
        background: #d97b29;
        margin: auto;

  }
  .card{
    padding: 1.5rem;
    background: #0d1222;
    text-align: center;
    position: relative;
    height: 100%;
    

    .img_div{
                  width: 75px;
            margin: auto;
            height: 75px;
            padding: 14px;
            border-radius: 50%;
            background: #d97b29;
            transform: translateY(-13px);
    }
    h4{
      color: white;
    }
  }
}
/* ==========================a1============================= */



