* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  html {
    scroll-behavior: smooth;
  }
  
  :root {
    --primary-color: #4891ff;
    --secondary-color: #222;
    --light-color: #f4f4f6;
    --dark-color: #111;
    --red-color: #F41624;
    --whatsapp-color: #28E46E;
    --header-opacity: 0.7;
  }
  body {
    background-color: #000;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    overflow-x: hidden;
  }
  a {
    color: #fff;
    text-decoration: none;
  }
  
  ul {
    list-style: none;
  }
  .bg-black {
    background: #000;
    color: #fff;
  }
  img {
    max-width: 100%;
  }
  h2 {
    font-size: 40px;
    font-weight: 900;
  }
  section {
    padding: 20px;
  }
  .container {
    max-width: 1100px;
    margin: auto;
  }
  .navbar {
    background-color: #060606;
    height: 80px;
    width: 100%;
    padding: 10px 10px;
    /* margin-bottom: 10px; */
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0.8;
  }
  
  .navbar img {
    display: block;
    width: 120px;
    height: 60px;
    z-index: 9;
  }
  
  .navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
  }
  
  .navbar ul {
    display: flex;
  }
  
  .navbar ul a {
    margin-left: 30px;
    padding-bottom: 5px;
    display: block;
    font-weight: 600;
    transition: 0.5s;
  }
  
  .navbar ul a:hover {
    color: var(--primary-color);
    border-bottom: 2px var(--primary-color) solid;
  }
  
  .mobile-menu{
    display: none;
  }
  
  .header {
    position: relative;
    background: url('../img/bg.jpg') no-repeat center center/cover;
    height: 800px;
    width: 100%;
    text-align: center;
    padding: 0 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .header::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
  }
  .header-inner {
    position: relative;
    z-index: 2;
    width: 700px;
    margin: 0 auto;
  }
  .header h5 {
    font-size: 70px;
    color: var(--primary-color);
    opacity: 0;
  }
  .header h1 {  
    font-family: 'DM Serif Display';
    font-weight: bold;  
    font-size: 50px;
    line-height: 1.2;
    text-transform: uppercase;
    opacity: 0;
  }  
  .header p {
    opacity: 0;
  }  
  .header a {
    opacity: 0;
  }  
  .header p.lead {
    font-size: 20px;
    margin: 30px 0;
  }  
  .header .btn {
    padding: 5px 30px;
  }
  .text-primary {
    color: var(--primary-color);
  }
  .btn {
    display: inline-block;
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    padding: 5px 25px;
    text-align: center;
    font-weight: 700;
    line-height: 2.4rem;
    border: 1px transparent solid;
    transition: 0.5s;
  }
  
  .btn-primary {
    background-color: #0363ca;
  }
  
  .btn-primary:hover {
    color: #fff;
    border: 1px solid #fff;
    filter: brightness(120%);
  }

  .service{
    position: relative; 
    background: url('../img/bg-service.jpg') no-repeat center center/cover; 
    background-color: #b37906;
    height: 450px;
    width: 100%;
    text-align: center;
    padding: 0 100px;
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .service::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
  }
  .service-inner {    
    color: #fff;
    position: relative;
    z-index: 2;
    width: 100%;
    padding-top: 220px;
  }
  
  .service p.lead {  
    font-size: 20px;
    text-shadow: 3px 4px 5px #000;
    padding-bottom: 15px;
  }
  .service h2{
    font-family: 'DM Serif Display';
    color: #f9d85f;
    text-align: left;
    text-shadow: 3px 4px 5px #000;    
  }
  .service .container{
    text-align: left;
    position: relative;
    z-index: 4;
  }
  
  .ourservices{
    margin: auto;
    bottom: 20px;
    left: 50%;
    font-size: 13px;
    width: 90%;
    letter-spacing: 3px;
    transition: all 0.3s ease-in-out; 
    background: #1c1c1d;
  }
  .ourservices h2 {
    margin: 30px 20px;
    text-shadow: 3px 4px 5px #000;
  }
  .ourservices .text-center {
    text-shadow: 3px 4px 5px #000;
  }
  .ourservices .ourservices-grid p {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
  }
  .ourservices .container{
    display: grid;
    /* margin-bottom: 20px; */
    width: 100%;
    padding: 0 10px;
  }
  
  .ourservices .card{
   display: grid;
   grid-template-columns: repeat(2, 2fr);
   gap:100px;
   margin: 20px;
  }
  
  .ourservices .card1{
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 30px;
    padding: 30px 20px 50px;
    position: relative;
    color: #fff;
    font-family: 'DM Serif Display';
    font-size: 16px;
    /* border-radius: 5px 5px 5px 5px; */
    border: 6px solid #965916;
    box-shadow: 0 0 0 10px #1c1c1d,
                0 0 0 12px #965916;               
  }
  .ourservices .btn{
    margin-top: 40px;
    width: 100%;
  }
  .card1 .imgs{
    display: flex;
    margin: 0 5px;
    padding: 10px;
    border-radius: 150px;
    box-shadow: 2px 2px 10px #2d2d2d,
                -2px -2px 10px #4f4f4f;
  }
  .card1 img {
    width: 2em;
    height: 2em;
    vertical-align:middle;
    margin: 0 10px;
  }
  
  .btn-secondary {
    background-color: var(--secondary-color);
    transition: 0.5s;
  }
  .btn-secondary:hover {
    background-color: var(--primary-color);
  }
  .btn-more {
    margin: 20px auto;
    width: 100%;
    transition: 0.5s;
  }
  .about-us{
    padding: 40px 20px 0 0;
  }
  .about-us a{
    width: 200px;
    margin: auto;
    z-index: 2;
    transition: 0.5s;
    text-shadow: 3px 4px 5px #000;
  }
  .about-us .inner{
    background-color: #000;
    width: 90%;
    margin: auto;
  }
  .about-us .container{
    position: relative;
    display: grid;
    background: url('../img/bg-about-2.jpg') no-repeat center center/cover;
    padding: 20px 0; 
    background-color: var(--darks-color);
  }
  .about-us .container::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
  }
  
  .about-us h2 {
    padding: 10px;
    text-align: center;
    text-shadow: 3px 4px 5px #000;
  }
  .about-us .about{  
    display: flex;
    z-index: 2;
    margin-bottom: 0;
  }
  .about-us .our-vision{ 
    margin : 10px 0;
    z-index: 2;
    text-shadow: 3px 4px 5px #000;
  }
  
  .about-us h3{
    font-family: 'DM Serif Display';
    font-size: 28px;
    padding-left: 20px;
    /* margin: 0 20px; */
    color: #f9d85f;
    text-align: left;
    text-shadow: 3px 4px 5px #000;
  }
  .about-us p{
    font-size: 18px;
    color: #cb974c;
    padding-left: 35px;
    text-shadow: 3px 4px 5px #000;
  }
  .about-us img{
    margin: 0;
    padding: 0;
  }
  .about-us .btn{
    margin-top: 20px 0;
  }
  .about-head{
    background: #fcb036;
    margin: 0;
    padding: 0;

    background:
        linear-gradient(-90deg, rgba(0,0,0,.05) 1px, transparent 1px),
        linear-gradient(rgba(0,0,0,.05) 1px, transparent 1px), 
        linear-gradient(-90deg, rgba(0, 0, 0, .04) 1px, transparent 1px),
        linear-gradient(rgba(0,0,0,.04) 1px, transparent 1px),
        linear-gradient(transparent 3px, #fcb036 3px, #fcb036 78px, transparent 78px),
        linear-gradient(-90deg, #aaa 1px, transparent 1px),
        linear-gradient(-90deg, transparent 3px, #fcb036 3px, #fcb036 78px, transparent 78px),
        linear-gradient(#aaa 1px, transparent 1px),
        #fcb036;
    background-size:
        4px 4px,
        4px 4px,
        80px 80px,
        80px 80px,
        80px 80px,
        80px 80px,
        80px 80px,
        80px 80px;
}
.about-head .container{
    display: grid;
    grid-template-columns: 1fr 4fr 4fr;
    height: 450px;
}
.about-head .card-1{
    display: flex;
    text-align: center;
}
.about-head .card-1 h2{
    writing-mode: vertical-lr;
    vertical-align: middle;
  text-orientation: upright;
}
.about-head .card-1 p{
    color: #000;
    font-weight: bold;
    font-size: 14px;
    writing-mode: vertical-lr;
    vertical-align: middle;
    text-orientation: upright;
}

.about-head .card-2 img{
    height: 450px;
    /* width: 100%; */
    object-fit: cover;
}
.about-head .card-3{
  margin: auto;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-head .card-3 .effect{
    text-align:left;
    padding: 10px 20px;
    position: relative;
    font-size: 24px;
    color: #000;
    /* text-shadow: 1px 2px 3px #5b5b5b; */
}
.about-head .card-3 .effect p{
    color: #fff;
    padding-left: 10%;
}


.footer {
    margin-top: 60px;
    padding: 20px 0;
    font-size: 14px;
    line-height: 1.5;
    background: #272727;
  }
  .footer .container{
    max-width: 90%;
    margin: auto;
    /* padding: 0 15px; */
  }
  .footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-content: center;
    padding: 20px 0;
  }    
  
  .footer .beact_logo{
    text-align: center;
    color: #ccc;
    text-shadow: 3px 4px 5px #000;
    border-right: 1px solid #575656;
    padding-right: 20px;
  }
  .footer .beact_logo img{    
    -webkit-filter: drop-shadow(5px 6px 7px #000);
    filter: drop-shadow(5px 6px 7px #000); 
    
  }
  .footer .link{    
    border-right: 1px solid #575656;
    padding-left: 20px;
  }
  
  .footer h4 {
    margin-bottom: 10px;
    color: var(--primary-color);
  }
  
  .footer ul li {
    line-height: 1.8;
  }
  
  .footer a {
    color: #ccc;
  }
  
  .footer i {
    font-size: 1.5rem;
    margin-right: 20px;
  }
  
  
  .footer .contact{
    border-right: 1px solid #575656;
    padding-left: 20px;
   }
  .footer .contact ul li{
      display: grid;
   }
    
    .footer .contact img {
      height: 25px;
      width: 25px;
    }
    .footer .contact li a{
      display: flex;
      gap: 10px;
      padding-bottom: 10px;
    } 
  
  .footer ul a:hover {
    color: #5b9efa;
    }

    .footer .icon{
      display: grid;
      justify-content: center;
    }
    .footer .icon .media img{
      height: 120px;
      width: 120px;
    }
    .footer-grid .icon img{
      display: flex;
      margin: auto;
    }
    .footer .icon ul img{
      height: 30px;
      width: 30px;
    }
    .footer-grid .icon ul{
      display: flex;
      gap: 10px;
    }
    
  .footer-last{
    height: 60px;
    color: var(--primary-color);
    background: #000;
    border-top: 1px solid rgba(88, 88, 89, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;
    margin: auto;
    }
    .anim{
      animation: slideUp 1s linear forwards;
      animation-delay: 1s;
    }
    @keyframes slideUp{
      0%{
          transform: translateY(100px);
          opacity: 0;
      }
      100%{
          transform: translateY(0px);
          opacity: 1;
      }
    }
    h1.anim{
      animation-delay: 2s;
    }
    p.anim{
      animation-delay: 3s;
    }
    a.anim{
      animation-delay: 4s;
    }

  
  @media (max-width: 768px){
    h2 {
        line-height: 1.3;
      }
      .header h1 {
        font-size: 40px;
      }
      .header p.lead, .service p.lead, .about-us p.lead {
        font-size: 18px;
      }
      .service{
        height: auto;
      }
      .service-inner {
        padding-top: 150px;
      }
      .service .btn{
        font-size: 14px;  
        width:  140px;
      }
      .ourservices .card{
        display: grid;
        grid-template-columns: 1fr;
        justify-content: center;
      }
      .about-us {
        text-align: center;
        padding: 40px 0;
      }
      .about-us .inner{
        text-align: center;    
      }
      .about-us .inner .container{
        text-align: center;    
      }  
      .about-us h2{
        font-size: 35px;
      }
      .about-us h3{
        text-align: center;
      }
      .about-us .photo{
        display: none;
      }
      .footer .footer-grid {
        grid-template-columns: 1fr 1fr;
      }
      .footer .contact ul li{
        justify-content: center;
     }
     .footer .link{    
      border-right: none;
    }
    .footer .beact_logo, .footer .link{ 
      border-bottom: 1px dashed #575656;
      padding-bottom: 8px;
    }
      .footer .footer-grid > div {
        text-align: center;
      }
   }
   @media (max-width: 570px){
    .ourservices{
      width: auto;
    }
    .ourservices .imgs{
      font-size: 14px;
    }
    .footer .footer-grid {
      grid-template-columns: 1fr;
    }
    
    .footer .beact_logo, .footer .link, .footer .contact{    
      border-right: none;
      border-bottom: 1px solid #575656;
      padding-bottom: 8px;
    }
   }