@font-face {
  font-family: 'NewAvenirNext';
  src: url('assets/newfonts/Butler_Stencil/Butler_Light_Stencil.otf.html') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirNext';
  src: url('assets/fonts/AvenirNextLTPro-Regular.otf.html') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirNext';
  src: url('fonts/AvenirNextLTPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirNext';
  src: url('fonts/AvenirNextLTPro-HeavyCnIt.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
}

h1, h2, h3, h4, h5, h6, p {
    padding: 0;
    margin: 0;
    color: var(--primary);
    font-family: 'AvenirNext', sans-serif !important;
}

.main-menu li a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  color: var(--primary);
  padding: 37px 15px;
  text-transform: uppercase;
}

.header-area .header-area__inner {
  height: 60px;
  background: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
  border-radius: 50px;
}

.card-container {
  position: relative;
  z-index: 1;
  padding: 20px;
  background: #bdebe2;
  border-radius: 20px;
  cursor: pointer;
}

.reveal-image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  transition: all 0.5s ease;
  z-index: 3;
  opacity: 0;
}

.card-container:hover .reveal-image {
  bottom: 132px;
  opacity: 1;
  cursor: pointer;
}


/* Style the tab */
.tab {
  overflow: hidden;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: #e8f2f4;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 3px 3px;
  transition: 0.3s;
  font-size: 17px;
  width: 100%;
  text-align: left;
  border-radius: 50px;
  margin-bottom: 10px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: ;
}

/* Create an active/current tablink class */
.tab button.active {
  /*background-color: #121212;*/
  color: #ffffff;
  background: linear-gradient(to right, #0a0a0a, #003344, #00788b);
}

/* Style the tab content */
.tabcontent {
  display: none;
  border-top: none;
}

.iconone {
  background: #ffffff;
  padding: 5px;
  border-radius: 23px;
  display: flex;
  width: 15%;
}

/* Mega menu dropdown style */
.dropdown-mega {
  position: absolute;
    top: 100%;
    left: 0px;
    width: 280px;
    background: #fff;
    display: none;
    z-index: 999;
    border-top: 3px solid #007bff;
    margin-left: 0px;
    border-radius: 20px;
    padding-top: 30px;
}

.dropdown:hover .dropdown-mega {
  display: block;
}

.dropdown-mega .container {
  display: flex;
  
}

.dropdown-mega .col-lg-3 {
  margin-bottom: 1rem;
}

.homeh1 {
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(0px, 0px);
    opacity: 1;
    text-align: center;
    padding: 20px 200px;
    font-weight: 300;
    margin-bottom: 35px;
}

.desktopvideo {
    display: block;
}

.mobilevideo {
    display: none;
}

.mobione {
        display: none;
    }
    
    .descone {
        
        margin-bottom: 40px;
    }
    
    .trackou {
        text-align: justify;
        padding-top: 30px;
    }
    
    .ptextone {
    font-size: 13px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    border-radius: 38px;
    padding-top: 5px;
    padding-left: 20px;
    margin-bottom: 10px;
    box-shadow: rgb(0 0 0 / 8%) 0px 5px 15px;
    }
    
    .textnewone {
    font-size: 18px;
    color: #403f3f;
    padding-top: 20px;
    }
    
    .boxsecone {
        padding: 20px 10px 10px 10px;
        background: #ffffff;
        border-radius: 20px;
        box-shadow: rgb(152 152 152 / 35%) 0px 5px 15px;
        height: 170px;
    }
    
    .discription {
        height: 65px;
    }
    
    .foursecone {
        margin-bottom: 50px;
        margin-top: 50px;
        background: #d3f7df;
        padding-top: 35px;
        padding-bottom: 120px;
    }
    
    .maintxone {
        font-size: 15px;
        background: #121212;
        width: 215px;
        display: flex;
        color: #ffffff;
        padding: 5px 11px 7px 14px;
        border-radius: 50px;
        min-width: 215px;
    }
    
    .secandtaxone {
        padding: 5px;
        background: #d3f7df;
        border-radius: 25px;
        display: flex;
        align-items: center;
        gap: 20px;
        font-size: 15px;
        margin-bottom: 10px;
    }
    
    .fontsizenew {
        font-size: 18px;
    }
    
    .psize {
        font-size: 13px;
        padding-bottom: 5px;
    }
    
    .sechight {
        background: #ffffff;
        padding: 10px;
        border-radius: 20px;
        margin-right: 10px;
        height: 229px;
    }

@media (max-width: 600px) {
    
    .sechight {
        height: 280px;
    }
    
    .psize {
        font-size: 10px;
        padding-bottom: 5px;
    }
    
    .fontsizenew {
        font-size: 11px;
    }
    
    .paddingo {
        padding-right: 0px;
        padding-left: 0px;
    }
    
    .displynon {
        display: none;
    }
    
    .secandtaxone {
        padding: 5px;
        background: #d3f7df;
        border-radius: 25px;
        display: flex;
        align-items: center;
        gap: 20px;
        font-size: 13px;
        margin-bottom: 10px;
    }
    
    .maintxone {
        font-size: 11px;
        background: #121212;
        width: 215px;
        display: flex;
        color: #ffffff;
        padding: 5px 11px 7px 14px;
        border-radius: 50px;
        min-width: 160px;
        max-width: 160px;
    }
    
    .foursecone {
        margin-bottom: 50px;
        margin-top: 50px;
        background: #d3f7df;
        padding-top: 35px;
        padding-bottom: 50px;
    }
    
    .discription {
    height: 90px;
}
    
    .boxsecone {
    padding: 20px 10px 10px 10px;
    background: #ffffff;
    border-radius: 20px;
    height: 220px;
        margin-bottom: 80px;
}
    
    .textnewone {
        font-size: 15px;
        text-align: justify;
        padding-top: 15px;
    }
    
    .trackou {
        text-align: justify;
        padding-top: 0px;
        font-size: 15px;
    }
    
    .marbo {
        margin-bottom: 20px;
    }
    
    .dispnon {
        display: none;
    }
    
    .fontsone {
        font-size: 15px;
    }
    
    .mobpad {
        padding-left: 50px;
    }
    
    .mobione {
        display: block !important;
    }
    
    .descone {
        display: none;
        margin-bottom: 40px;
    }
    
    .secone01 {
        margin-bottom: 50px;
    }
    
    .homeone {
    margin-bottom: 50px;
    }
    
    .fontsize {
        font-size: 20px;
    padding-right: 10px;
    }
    
    .displayb {
        display: none !important;
    }
    
    .mobilevideo {
    border-radius: 0px 0px 20px 20px !important;
    margin-bottom: 30px;
    display: block;
}
    
    .desktopvideo {
            display: none !important;
    }
    
  .homeh1 {
    padding: 20px 20px;
    font-size: 30px;
    margin-bottom: 0px;
}

.wirth50 {
    max-width: 50%;
}

.size11 {
    font-size: 11px;
}

.paddint10 {
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 20px;
    height: 150px;
}
}

@media (max-width: 992px) {
  .dropdown-mega {
    position: static;
    width: 100%;
    padding: 1rem 0;
  }
}

.main-menu li a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  color: var(--primary);
  padding: 37px 10px;
  text-transform: uppercase;
}

.pin-spacer {
        order: 0;
    place-self: auto;
    grid-area: auto;
    z-index: 1;
    float: none;
    flex-shrink: 1;
    display: block;
    margin: 0px 0px -1px !important;
    inset: 0px;
    position: relative;
    flex-basis: auto;
    overflow: visible;
    box-sizing: border-box;

    height: 100%;
    padding: 0px;
}

.work-area {
    translate: none;
    rotate: none;
    scale
The scale CSS property allows you to specify scale transforms individually and independently of the transform property. This maps better to typical user interface usage, and saves having to remember the exact order of transform functions to specify in the transform value.
Learn more
Don't show
: none;
    inset: 0px auto auto 0px;
    margin: 0px;

    max-height: 100%!important;
    height: 100%!important;
    padding: 0px 0px 0px !important;
    transform: translate(0px, 2px);

}

.hero-area {
    position: relative;
    z-index: 1;
     padding-bottom: 0px!important; 
}

.numone {
    height: 50px;
    width: 50px;
    background: #f7c99b;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 800;
    color: #2f4749;
}

