*{
    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: uppercase;
     }
     .about-sec-2 .row .col1 h1{
        font-size: 30px;
        color: var(--main-color);
        text-transform: uppercase;
     }
     .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{
        border-radius: 20px;
        width: 100%;
        margin: auto;
        box-shadow: 0px 0px  20px rgba(172, 171, 171 );
     }

     /* <!-- PLACEMENT --> */
     .placement .main{
      padding: 0px;
     }
     .placement .main .container .row .col{
      display: grid;
      justify-items: center;
     }
    
     /* 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 );
     }
     
.place{
    padding: 100px 0px;
    background-image: linear-gradient(35deg, rgb(5, 5, 5), rgb(57, 57, 57) , rgb(5, 5, 5));
}
 
    /* about-sec-3 */
     .about-sec-3  .row .col .img1,.img2 {
        filter: grayscale(100%);
     }
/* placement gallery */
.global-place .main{
  padding: 0px 0px 100px 0px;
}
.global-place .main section{
  width: 100%;
  display: flex;
  gap: 10px;
  height: 280px;
}
.global-place .main section .box{
  width: 20%;
  position: relative;
}
.global-place .main section .box img{
  width: 95%;
  display: grid;
  place-self: center;
  border-radius: 10px;
  filter: grayscale(100%);
  transition: all 0.2s linear;
}
.global-place .main section .box img:hover{
  width: 100%;
   filter: grayscale(0%);
}


/* <!-- local placements --> */
  .place-local img{
    width: 100%;
  }
  .place-local .place-slide{
    height: 250px;
    margin: auto;
   
    position: relative;
    width: 100%;
    overflow-x: hidden;
    display: grid;
    place-items: center;
  }
     .place-local .place-slide .slide-track img{
      border-radius: 10px;
     }
  .place-local .place-slide .slide-track{
    display: flex;
    width: calc(250px * 108);
    animation: place 35s linear infinite;
   }
     @keyframes place {
    0%{
      transform: translatex(0);
    }
    100%{
      transform: translatex(calc(-250px * 38));
    }
    
  }
  .place-local .place-slide .slide-track .slide-item{
    width: 200px;
    display: flex;
    align-items: center;
    padding: 15px;
  }

   .place-local .local-slide img{
    border-radius: 10px;
    width: 19%;
    display: flex;
  }
  

  /* form */

  .d-form .heading{
    margin-left: 0px;
  }
  .d-form form .space-y-2 {
    border-radius: 5px;
    background-color: transparent;
    margin-top: -2px;
    width: 49%;
    height: 100px;
}
.d-form form .space-y-2 .mt-1{
   height: 100%;
}
.d-form form .space-y-2 .mt-1 .mx-auto{
   margin-top: -40px;
}

/* footer */

.d-footer footer .container .add h6{
  padding: 0px 0px 5px 0px;
}
    