*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Consolas, "Lucida Console", "Courier New", monospace;
}
html, body {
    width: 100%;
}
:root{
    --bs-dark-color: #f0e8d9;
    --bs-dark-primary:#031715;
    --bs-main-color:#d0c9bc;
    --bs-primary-color:#94a69f;
    --secondary-color: #70cbd0;
    --bs-supporting-color: #c0a461;
}

h1, h2,h3,h4,h5{
    font-family: "Courier New", Consolas, monospace;
    color: var( --bs-dark-color);
}

h1{
    font-size: 3.8rem;
}

h2{
    line-height: 3rem;
    font-weight: 600;
    font-size: 3.4rem;
}

p{
    margin: 0;
    font-weight: 400;
    font-size: 1rem;
    color: var( --bs-main-color);
    letter-spacing: 0.07rem;
    line-height: 1.55rem;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
}

a{
    text-decoration: none;
}

.bg-main{
    height: 80vh;
    position: relative;
}

.bg-color{
    background-color: #031715;
}

.bg-theme{

    color: var( --bs-supporting-color);
    background-image: none!important;
}

.fa-star{
    color: var( --bs-supporting-color);
}

.nav-link{
    color: var(--bs-main-color)!important;
    font-weight: bold;
}

.nav-link:hover{
    color: var(--secondary-color) !important;
}

/*hero section style */

.hero-section .container{
    display:grid;
    place-items: center;
    height: inherit;
}
.hero-section h1{
    font-size: 3.4rem;
}

.hero-section h1:first-letter{
    /*font-size: 10rem;*/
    color: var(--secondary-color);
}

.hero-video--section{
    width: 30rem;
    border-radius: 8px;
}

@media screen and (max-width: 1400px) {

    .hero-video--section{
        width: 25rem;
        border-radius: 8px;
    }
}


@media screen and (max-width: 1200px) {

    .hero-section{
        height: 80vh;
    }

    .hero-video--section{
        width: 20rem;
        border-radius: 8px;
    }
}



@media screen and (max-width: 998px) {

    h1{
        font-size: 2.4rem;
    }

    section .common-heading{
        font-size: 2rem;
    }

    section  .para-width{
        width:  auto;
    }

    .hero-section{
        height: 100vh;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

    .navbar-toggler.toggled .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.75)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M7 7l16 16M23 7L7 23'/%3E%3C/svg%3E");
    }
    .img-fluid {
        max-width: 100%;
        height: auto; 
    }
    .custom-img-size {
        max-width: 60px;
        height: auto; 
    }
    

}


.custom-shape-divider-bottom-1684208460 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1684208460 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.custom-shape-divider-bottom-1684208460 .shape-fill {
    fill: var( --bs-main-color);
}

/*shape dividers end */

.common-section{
    padding: 0 0 9rem 0;
}

.more-info-section{
    background-color: #0b2c29;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 6rem 0;
    overflow: hidden;
}

.more-info-section .img-section{
    position: relative;
}

.more-info-section img{
    position: absolute;
    top: -10%;
    left: 0;
    max-width: 100%;
    width: 70%;
    /*transform: scaleX(-1);*/
}


@media screen and (max-width: 1200px) {
    .more-info-section img{
        position: absolute;
        bottom: 10%;
        /*right: 10%;*/
        /*top: 50%;*/
        top: 0;
        left: 55%;
        max-width: 100%;
        width: 50%;
        transform: scaleX(1);
    }

    
    .para-width{
        width: 90%
    }

}

@media screen and (max-width: 768px) {
    .more-info-section img{
        display: none;
    }
}




.services-section{
    padding: 6rem 0 3rem 0!important;
}

.business-section{
    padding-top: 3rem;
}

.btn-primary{
    background: #c0a461;
    border: 1px solid #c0a461;
    border-radius: 1px;
    color: #031715;
    outline: none;
}

.para-width{
    width: 55ch;
}

.text-grey{
    color:#00000080;
}

.text-light-grey{
    color:var(--bs-primary-color);
}

.card-title{
    font-weight: 500;
    letter-spacing: .05rem;
}

.common-heading{
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: 0.01rem!important;
}

.common-title {
    margin-bottom: 4.2rem;
}

.card-box:hover{
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}

.services-section .card-box{
    padding: 4rem  2.4rem 3rem!important;
    border-radius: .5rem!important;
}

button, a{
    font-size: 1.15rem!important;
    letter-spacing: 0.03rem;
    word-spacing: .1rem;
}

.btn-dark{
    background-color: #1a1d20;
    color: var( --bs-main-color);
}

/*carousal section */
.carousel-inner .card{
    background-color: #262631;
    color: var( --bs-main-color);
    transition: background-color 120ms linear, color 120ms linear;
}

.carousel-inner .card p{
    color: var( --bs-main-color);
}

.carousel-inner .card:hover{
    background: var( --bs-main-color);
    color: var( --bs-dark-color);
}

@media (prefers-reduced-motion: reduce) {
    .carousel-inner .card {
        transition-duration: 1ms !important;
    }
}

.carousel-inner .card:hover p{
    color: var( --bs-dark-color);
}


@media screen and (max-width: 998px) {
    .carousel .carousel-indicators {
        bottom: -8%;
    }

}

.blog-section{
    padding-bottom: 3rem;
}


.contact-section{
    position: relative;
}

.contact-section .common-title{
    padding-top: 10rem;
}

.contact-section .form-section{
    width: 50%;
}

.custom-shape-divider-top-1684211116 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1684211116 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.custom-shape-divider-top-1684211116 .shape-fill {
    fill: var( --bs-main-color);
}




@media screen and (max-width: 998px) {
    .contact-section .common-title{
       padding-top: 10rem;
    }

    .contact-section  .form-section{
        width: 100%;
    }
}


.main-footer-section{
 padding: 0 0 4rem 0;
    background-color: #222 ;
    color: var( --bs-main-color);
}

.contact-div{
    background-color:  var(--bs-dark-primary);
}

.icon-div{
    width: 5rem;
    height: 5rem;
}

.icon-  {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #c0a461;
    color: var( --bs-main-color);
}

.carousel-indicators{
    bottom: -20%;
}

.carousel-indicators [data-bs-target]{
    margin-top: 2rem;
    width: .7rem;
    height: .7rem;
    background-color: #c0a461;
}


/* ================================================================= */

.price-tabs {
    background-color: #071f1d;
    -webkit-box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
            box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
    display: inline-block;
    padding: 7px;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 45px;
    
  }
  
  @media (min-width: 768px) {
    .price-tabs {
      margin-bottom: 60px;
    }
  }
  
  .price-tabs  {
    color: rgba(255, 255, 255, 0.84);
    font-weight: 500;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    padding: 12px 35px;
    display: inline-block;
    text-transform: capitalize;
    border-radius: 40px;
  }
  
  @media (min-width: 768px) {
    .price-tabs .nav-link {
      padding: 12px 40px;
    }
  }
   
  
.price-item {
    background-color: #0b2c29;
    -webkit-box-shadow: 2px -9px 20px 8px rgba(0, 0, 0, 0.35);
            box-shadow: 2px -9px 20px 8px rgba(0, 0, 0, 0.35);
  
    border-radius: 8px;
  }
  
  @media (min-width: 768px) {
    .price-item {
      margin: 0 20px;
      padding-top: 20px;
    }
  }
  
  .price-item .price-top {
    -webkit-box-shadow: 2px -9px 20px 8px rgba(0, 0, 0, 0.35);
            box-shadow: 2px -9px 20px 8px rgba(0, 0, 0, 0.35);
    padding: 50px 0 25px;
    background-color: #0b2c29;
    border-radius: 8px;
    position: relative;
    z-index: 0;
    margin-bottom: 33px;
    margin-top: 40px;
  }
  
  @media (min-width: 768px) {
    .price-item .price-top {
      margin: 0 -20px;
      border-radius: 8px;
    }
  }
  
  .price-item .price-top:after {
    height: 50px;
    width: 100%;
    border-radius: 0 0 8px 8px;
    background-color: #0b2c29;
    position: absolute;
    content: '';
    left: 0;
    bottom: -17px;
    z-index: -1;
    -webkit-transform: skewY(5deg);
            transform: skewY(5deg);
    -webkit-box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
            box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
  }
   
  .price-item .price-top * {
    color: #fff;
  }
  .price-item .price-top h2 {
    font-weight: 700;
  }
  .price-item .price-content {
    padding: 30px;
    padding-bottom: 40px;
  }
  .price-item .price-content li {
    position: relative;
    margin-bottom: 15px;
    margin-left: 30px;
    margin-right: 10px;
  }
   
  .popular {
    background-color: #0b2c29;
  }
  .popular .price-top {
    background-color: #123a35;
  }
  
  .popular .price-top:after {
    background-color: #123a35;
  }
  .popular .price-top h4 {
    color: #ffffff;
  }
  .popular .price-top h2, .popular .price-top span, .popular .price-top sup {
    color: #ffffff;
  }
  
  .popular .price-content ul *,
  .popular .price-content ul .zmdi-close, .popular .price-content ul .zmdi-check {
    color: #fff ;
  }
  .btn {
      --bs-btn-hover-border-color: #dbc27e;
      --bs-btn-color: #ffffff;
      --bs-btn-bg: #0b2c29;}
  ul {
      list-style-type: none;
      padding: 0;
      text-align: left; }
  ul li::before {
      content: '';
      margin-right: 8px; }
  
  @media (max-width: 767px) {
      .price-item {
          flex: 1 1 100%; 
          margin: 50px; 
          padding: 0px;  
      }
      
      .row.justify-content-center {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
      }
      
      .price-item .price-top {
          padding: 20px 0 10px; 
      }
      
      .price-item .price-content {
          padding: 15px; 
      }
  }
/* ================================================================= */
.modal-dialog {
    display: flex;
    align-items: center; 
    min-height: calc(100vh - 60px);
}

.modal {
    overflow-y: auto;
}


@media (max-width: 767px) {
    .card-box {
      flex: 1 1 100%; 
      margin: 20px; 
      padding: 10px;
    }
  
    .row.g-5 {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
    .card-box h5 {
      font-size: 1.2rem;
    }
  
    .card-box p {
      font-size: 0.9rem;
    }
  }
@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 20px; 

    }
    .skills-container{
        width:80%; 
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: rgb(26 27 39 / 50%);
        border-radius: 8px;
        padding: 10px;
        margin:11px;
        box-sizing: border-box;
        display: flex;
        width: 300px;
    }
}

.price-content li i.fa-check {
    color: green;
}

.price-content li i.fa-times {
    color: red;
}

.price-content li span {
    color: #d1d5db;}
