html {
    scroll-behavior: smooth;
}
html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
section[id], div[id] {
  scroll-margin-top: 80px !important; 
  scroll-behavior: smooth;  
}
  body {
    font-size: 1rem !important;
    color: #333 !important;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
  }

  @font-face{
    font-family: "MSREFERENCE";
    src: url(./images/fonts/REFSAN.TTF)format("truetype");
  }
   @font-face{
    font-family: "BrittanySignature";
    src: url(./images/fonts/BrittanySignature.ttf)format("truetype");
  }
  @font-face{
    font-family: "JosefinSans";
    src: url(./images/fonts/JosefinSans-Regular.ttf)format("truetype");
  }
  a,
  a:hover {
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    -webkit-transition: all 0.3s ease !important;
        font-family: "MSREFERENCE";
  }
  
  ul {
    list-style-type: none;
    margin: 0;
  }
  img {
    display: block;
    max-width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  .posrel{
    position: relative;
  }
  p{
    margin-bottom: 0.5rem !important;
    font-family: "MSREFERENCE";
  }
  .para{
    line-height: 26px;
    font-weight: 400;
  }
  @media (min-width: 1366px) {
    .cmpad{
      max-width: 1920px;
      margin-left: auto !important;
      margin-right: auto !important;
      padding-left: 60px !important;
      padding-right: 60px !important;
    }
  }
  @media (max-width: 1366px) {
    .cmpad {
      padding-left: 60px !important;
      padding-right: 60px !important;
    }
  }
  @media (max-width: 991px) {
    .cmpad {
      padding-left: 40px !important;
      padding-right: 40px !important;
    }
  }
  @media (max-width: 767px) {
    .cmpad {
      padding-left: 15px !important;
      padding-right: 15px !important;
    }
  }
  @media (max-width: 575px) {
    html {
      font-size: 90% !important;
    }
  }
  
  @media (min-width: 768px) {
    ::-webkit-scrollbar {
      width: 10px;
      height: 6px;
    }
    ::-webkit-scrollbar-track {
      background-color: #eee;
    }
    ::-webkit-scrollbar-thumb {
      background-color: #8a1717;
    }
    ::-webkit-scrollbar-thumb:hover {
      background-color: #000;
    }
  
    .custscroll::-webkit-scrollbar,
    .custscroll::-webkit-scrollbar-thumb {
      border-radius: 13px;
      width: 6px;
      height: 6px;
      background-clip: padding-box;
      background: transparent;
    }
    .custscroll::-webkit-scrollbar-track {
      background: transparent;
    }
    .custscroll:hover::-webkit-scrollbar-thumb {
      background-color: #ccc;
    }
    .custscroll::-webkit-scrollbar-thumb:hover {
      background-color: #999;
    }
  
    .custscrollA::-webkit-scrollbar {
      border-radius: 13px;
      width: 6px;
      height: 6px;
      background-clip: padding-box;
      background: transparent;
    }
    .custscrollA::-webkit-scrollbar-track {
      background: transparent;
    }
    .custscrollA::-webkit-scrollbar-thumb {
      background-color: #ccc;
      border-radius: 6px;
    }
    .custscrollA::-webkit-scrollbar-thumb:hover {
      background-color: #999;
    }
  }

  input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input::placeholder, textarea::placeholder {
  font-size: 0.8rem; 
  color: #333;
  opacity: .5;
}

/* For Firefox */
input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 0.8rem;
}

/* For Internet Explorer */
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 0.8rem;
}

/* For Edge */
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-size: 0.8rem;
}

  .mainhead {
    font-size: 2.5rem;
    color: #8a1717;
    line-height: 45px;
    font-weight: 500;
    font-family: "MSREFERENCE";
    margin: 0;
    text-align: center;
  }

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
p{
    font-size: 0.9rem;
    margin: 0;
    color: #5a5858;
}

.bodr{
  border-bottom: 1px solid rgba(60, 60, 60, 0.24);
}

/* header */
.bottom-leftheader img{
  width: 230px;
  animation: breatheGlow 3s ease-in-out infinite;
}

.bottom-leftheader{
  display: flex;
  gap: 20px;
  align-items: center;
}
.flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.bottom-rightheader ul li a{
  color: #8a1717;
}
header{
  box-shadow: 0px 0px 20px #00000043;
  position: fixed;
  width: 100%;
  transition: all .3s ease-in-out;
  z-index: 999;
  background-color: #fff;
}
header.active{
  background-color: #fff;
  z-index: 99;
  transition: all .3s ease-in-out;
}
header.active .bottom-leftheader img{
  width: 150px;
}

/* banner */
.banner{
    height: 100vh;
}
.banner-colleft{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}
.banner-colright{
    width: 50%;
}
.banner-row{
    display: flex;
}
.banner-section{
    padding-top: 9.5rem;
}
.banner-image{
    display: flex;
    justify-content: center;
}
.banner-image img{
    width: 450px;
    max-width: 100%;
    border-radius: 20px;
}
.banner-colflex{
    display: flex;
    gap: 80px;
}
.banner-head h1{
    font-family: "BrittanySignature";
    font-weight: 400;
    font-size: 4rem;
    font-style: italic;
    margin: 0;
}
.banner-head h1 span{
    font-family: "JosefinSans";
    font-weight: 400;
    margin-left: 60px;
}
.banner-righthead ul{
    background-color: antiquewhite;
    padding: 25px;
    border-radius: 20px;
    line-height: 2rem;
}
.topinnerbanner{
  display: flex;
  gap: 15px;
  background: #8a1717;
  color: #fff;
  border-radius: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  width: max-content;
}
.topinnerbanner span{
    position: relative;
}
.topinnerbanner span::before{
  content: '';
  height: 16px;
  width: 1px;
  background: #fff;
  position: absolute;
  left: -8px;
  top: 4px;
}
.topinnerbanner span:nth-child(1)::before{
  display: none;
}
.topicons a img{
  width: 35px;
  height: 35px;
}
.topicons{
  display: flex;
  gap: 25px;
}

/* services */
.servicesbox h5{
  margin: 0;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
}
.servicesbox{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.servicesbox img{
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
  height: 230px;
}

/* what we deal */
.card{
    position:relative;
    width:max-content;
    border: none !important;
  }

 
  .panel li{
    font-weight:500;
    font-size:14.5px;
    letter-spacing:.02em;
    line-height:1.9;
    white-space:nowrap;
    border: 1px solid #33333347;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
        
  }
 

  .panel ul{
    display: flex;
    width: 900px;
    max-width: 100%;
    flex-wrap: wrap;
    gap: 25px;
    margin: auto;
    justify-content: center;
  }
  .deal-section{
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    position: relative;
  }

  .deal-section h6{
    position:absolute;
    left:120px;
    top:20%;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    font-weight:800;
    font-size:30px;
    letter-spacing:.1em;
    color: #7d6c55;
    display: none;
  }


   /* footer */
  footer {
  background-color: #8a1717;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: rgb(255 255 255 / 75%);
  font-size: 0.9rem;
  padding-top: 1rem;
  position: relative;
}
footer a, footer p {
  transition: 0.3s;
  color: #fff;
  opacity: .8;
  font-weight: 300;
}
footer a:hover {
  color: #fff;
}
footer .line {
  width: 100%;
  background-color: rgb(167 175 168 / 67%);
  height: 1px;
  margin: 2.5rem 0;
}
.pow {
  text-align: right;
}
.pos {
  position: relative;
  z-index: 1;
}
.loc,
.phone,
.mail {
  position: relative;
  padding-left: 38px;
  color: #fff;
}

.loc:after,
.phone:after,
.mail:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 0.8rem;
  color: #8a1717;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
.loc:after {
  content: "\f3c5";
}
.phone:after {
  content: "\f095";
}
.mail:after {
  content: "\f0e0";
}
.foot-logo {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
  gap: 20px;
  align-items: center;
}
.foot-logo img{
  width: 230px;
}
.foot-list, .social{
    padding-left: 0 !important;
}
footer .social:after {
  display: none;
}
footer .social {
  display: flex;
  gap: 20px;
}

.end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

footer ul.social li a i {
  font-size: 1.1rem;
}

.add-sec {
  display: flex;
  gap: 15px;
  flex-flow: column;
  flex-wrap: wrap;
}

.foot-cen {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-flow: column;
}
.foot-list li:not(:last-child) {
  padding-bottom: 10px;
}

.link-color {
  color: #fff;
  transition: 0.3s;
  padding-left: 2px;
  font-weight: 500;
}


.foot-add h5 {
  font-size: 1.1rem;
  color: rgb(255 255 255 / 90%);
  position: relative;
}

.foot-add h3 {
  font-size: 1rem;
  color: #fff;
  position: relative;
}

.foot-add h3::before{
    position: absolute;
    content: '';
    height: 2px;
    width: 20px;
    background: #fff;
    bottom: -6px;
}

.foot-add p {
  font-size: 0.85rem;
}
footer .social li a i{
  color: #fff !important;
  border-radius: 20px;
}
.foot-logo .smallhead{
  color: #fff;
}
.blvck{
  color: #fff;
  opacity: .8;
  font-weight: 300;
}
.topinnerbannermob{
    display: none;
}
/* responsive */
@media(max-width: 1024px){
    .banner-colright {
    display: none;

}
.banner-colleft{
    width: 100%;
}
}

@media(max-width: 767px){
    .servicesbox{
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .flex{
    flex-flow: column;
    gap: 10px;
  }
  .banner-section{
    padding-top: 15rem;
  }
  .banner-colflex{
    gap: 50px;
  }
  .topinnerbanner{
    flex-wrap: wrap;
    width: 100%;
  }
  .banner-head h1{
    font-size: 3.5rem;
  }
}

@media(max-width: 576px){
    .banner-head h1 {
        font-size: 2.8rem;
    }
     .banner-colflex{
    gap: 30px;
    align-items: center;
  }
.topinnerbanner span::before {
    top: 2px;
}
.bottom-rightheader ul{
    padding-left: 0 !important;
    font-size: 0.9rem;
}
.panel ul{
    padding-left: 0 !important;
}
.qnone{
    display: none;
}
 .servicesbox{
    padding-right: 0px;
    padding-left: 0px;
  }
      .banner-section {
        padding-top: 18rem;
    }
    .topinnerbanner{
        display: none;
    }
    .topinnerbannermob{
        display: flex;
        flex-flow: column;
        gap: 10px;
        background: #8a1717;
        color: #fff;
        padding: 25px;
        border-radius: 20px;
        align-items: center;
    }
    .spanflx{
        display: flex;
        gap: 20px;
        position: relative;
    }
    .spanflx span{
        position: relative;
    }
    .spanflx span::after{
        content: '';
        height: 16px;
        width: 1px;
        background: #fff;
        position: absolute;
        left: -11px;
        top: 4px;
    }
    .spanflx span:nth-child(1)::after{
        display: none;
    }
    .mainhead{
        font-size: 2.3rem;
    }
    .banner{
        height: calc(100vh - 50px);
    }
}