*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    font-family: montserrat;
}

:root{
    --main-color:#B99F46;
    --bg-color:#000000;
    --bg-color:#171717;
    --para-color:#504e4d;
    --line-color:rgb(176, 176, 176);
    --p-text-color: rgb(162, 161, 161);
    
}
.main{
    padding: 100px 0px;
    width: 80%;
    margin: auto;
}

li{
    list-style: none;
}
a{
    text-decoration: none;
}
.heading{
    font-size: 40px;
    margin: auto;
    width: max-content;
    font-weight: 400;
}
.line{
    width: 100%;
    height: 2px;
    margin: 20px auto 20px auto;
    background-color: var(--line-color);
}

    .about-animation .container {
      position: relative;
      width: 100%;
      height: 300px;
      overflow: hidden;
    }

    .about-animation .box1 h1{
        font-weight: 700;
        font-size: 35px;
    }
    .about-animation .box1 h1:first-child {
        color: var(--main-color);
}
    .about-animation .box1 {
      width: 100%;
      position: absolute;
      bottom: -50px; 
      left: 50%; 
      transform: translateX(-50%);
      text-align: center;
      height: 50px;
      border-radius: 5px;
      animation: moveUp 5s ease-in-out infinite;
    }
    @keyframes moveUp {
      0% {
        bottom: -25px;
        opacity: 0;
      }
      
      50% {
        bottom: 150px; 
        opacity: 1; 
         } 
      
      100% {
        bottom: 300px; 
        opacity: 0; 
      }
    }

    /* <!-- about-sec-two --> */

    .about-sec-2{
        background-image: url('about bg.png');
        background-repeat: no-repeat;
        background-size: cover;
        padding: 100px 0px;
    }
     .about-sec-2 .row{
        display: flex;
        width: 80%;
        padding: 25px 0px;
        margin: auto;
     }
     .about-sec-2 .row .col1{
        margin: auto;
        width: 40%;
        display: grid;
        text-align: left;

     }
     .about-sec-2 .row .col1 .title{
        font-size: 20px;
        color: var(--main-color);
        text-transform: capitalize;
     }
     .about-sec-2 .row .col1 h1{
        font-size: 30px;
        color: var(--main-color);
        text-transform: capitalize;
     }
     .about-sec-2 .row .col1 p{
        font-size: 15px;
        color: var(--p-text-color);
     }
      .about-sec-2 .row .col2{
         width: 50%;;
         padding: 10px;
         display: grid;
         place-items: center;
      }
     .about-sec-2 .row .col2 img{
        filter: grayscale(100%);
        border-radius: 20px;
        width: 100%;
        margin: auto;
        box-shadow: 0px 0px  20px rgba(172, 171, 171 );
     }
     .about-sec-2 .row .col2 img:hover{
        filter: grayscale(0%);
     }
    
     /* about-sec-3 */
     .about-sec-3{
        width: 100%;
        padding: 100px 0px;
     }
      .about-sec-3 .col4{
        margin: auto;
        width: 80%;
      }
     .about-sec-3  .row .col{
        width: 50%;
        padding: 20px;
     }
     .about-sec-3  .row .col h1 img{
        width: 20%;
        /* margin-left: 10px;
        margin-top: -10px; */
        box-shadow: none;
        padding: 10px;
     }
     .about-sec-3  .row .col .img1,.img2 {
        width: 50%;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        box-shadow: 0px 0px  20px rgba(172, 171, 171 );
     }

     /* sec-3-part-2 */
      .sec-3-part-2{
         background-image: linear-gradient(35deg, rgb(5, 5, 5), rgb(57, 57, 57) , rgb(5, 5, 5));
        background-repeat: no-repeat;
        background-size: cover;
        padding: 100px 0px;
    }
      .sec-3-part-2 .part-2{
        display: flex;
        width: 80%;
        margin: auto;
     }
     .sec-3-part-2 .part-2 .col1,.col2{
        width: 50%;
        margin: auto;
        height: 100%;
     }
      .sec-3-part-2 .part-2 .col2{
        margin: auto;
        position: relative;
        justify-items: end;
     }
      .sec-3-part-2 .part-2 .col1 ul li{
        color: var(--p-text-color);
        list-style-type: none;
     }
     .sec-3-part-2 .part-2 .col1 .title{
        font-size: 20px;
        color: var(--main-color);
        text-transform: capitalize;
     }
     .sec-3-part-2 .part-2 .col1 h1{
        font-size: 30px;
        color: white;
     }  
      .sec-3-part-2 .part-2 .col1{
        width: 50%;
     }
      .sec-3-part-2 .part-2 .col2 img{
        border-radius: 20px;
        width: 80%;
        margin: 0px 20px;
        display: flex;
        justify-content: center; 
        align-items: center; 
        box-shadow: 0px 0px  20px rgba(172, 171, 171 );
     }
     

/* bigining */
     .about-sec-4{
        background-image: url('about bg.png');
        background-repeat: no-repeat;
        width: 100%;
        background-size: cover;
        padding: 100px 0px;
     }
     
      .about-sec-4 .sec-4{
        margin: auto;
        width: 80% ;
      }
      .about-sec-4 .sec-4 h1{
        margin: auto;
        text-align: center;
        color: rgb(255, 255, 255);
        width: max-content;
      }
      .about-sec-4 .sec-4 p{
        margin: auto;
        text-align: center;
        padding: 30px 0px 0px 0px;
        font-size: 20px;
        color: var(--p-text-color);
      }

      /* road-map */
      .road-map{
        width: 100%;
        padding: 0px 0px;
        border: 1px solid black;
      }
       .road-map .map{
        width: 100%;
        padding: 0px 0px; 
        margin: auto;
      }
      .road-map .map img{
        width: 100%;
        padding: 50px 0px; 
      }

      /* meet sec */

      .meet{
        background-size: cover;
        padding: 0px 0px;
        font-family: var(--main-font);
        padding: 0px 0px 100px 0px;
    }
      .meet-sec{
        width: 100%;
        margin: auto;
     }
     .meet-sec img{
        width: 100%;
        margin: auto;
     }
     .meet .container{
      width: 100%;
     }
     .meet .container .row .col{
      width: 33.33%;
      padding:  0px 50px 0px 50px;
      place-items: center;
     }
     .meet .container .row .col h5{
      color: var(--main-color);
      text-align: center;
     }
     .meet .container .row .col h6{
      text-align: center;
     }
     .meet .container .row .col .image{
      width: 100%;
     }
     .meet .container .row .col  img{
      width: 100%;
      border-radius: 20px;
      box-shadow: 0px 0px  20px rgb(10, 10, 10);
     }
     .meet .container .row .col .image a{
      font-size: 35px;
      position: relative;
      left: 40%;
      color: gray;
     }

     /* our-growth */

     .our-growth{
      background-image: linear-gradient(35deg, rgb(5, 5, 5), rgb(57, 57, 57) , rgb(5, 5, 5));
      width: 100%;
      padding: 100px 0px 100px 0px;
     }
     .our-growth .sec-1{
      width: 80%;
      margin: auto;
     }
     .our-growth .sec-1 h1{
      margin: auto;
      width: max-content;
      color: white;
     }
     .our-growth .sec-1 .container .row{
        display: flex;
        gap: 27px;
     }
     .our-growth .sec-1 .container .col{
      background-color: #000000;
      margin: 20px 0px 0px 0px;
      padding: 20px 20px 10px 20px;
      width: 23%;
      height: 300px;
      display: grid;
      place-items: center;
      border-radius: 10px;
      box-shadow: 0px 0px  20px rgb(69, 69, 69);
     }
     .our-growth .sec-1 .container .col i{
      color: var(--main-color);
      font-size: 50px;
      padding: 10px;
     }
     .our-growth .sec-1 h1{
      margin: auto;
      width: max-content;
      text-align: center;
     }
     .our-growth .sec-1 h5{
      margin: 10px auto;
      width: 100%;
      text-align: center;
      color: white;
      font-size: 18px;
     }
     .our-growth .sec-1 p{
      font-size: 12px;
      margin: 10px auto;
      width: 100%;
      text-align: center;
      color: var(--p-text-color);
     }
     .our-growth .sec-1 a{
      text-decoration: none;
      color: white;
      background-color: var(--main-color);
      border-radius: 5px;
      padding: 10px 20px;
      font-weight: 600;
      display: grid;
      justify-self: center;
      margin-top: 30px;
      /* position: relative;
      left: 50%;
      top: 50;
      transform: translate(-50%,-0%); */
     }
     .our-growth .sec-1 a:hover{
      color: black;
     }
    