:root{
  --template-layout-height-multiplier: 1.8%;
  --template-layout-small-height-multiplier: 1.8%;
  --template-layout-width-multiplier: 1%;
  --template-layout-width: 50%;
}

@font-face {
  font-family: 'Pacifico';
  font-weight: normal;
  font-style: normal;
  src: url('./fonts/Pacifico-Regular.ttf') format('ttf'),
  url('../fonts/pacifico.woff2') format('woff2'),
  url('../fonts/Pacifico.woff') format('woff');
  
}
.navbar-brand {
  font-size: 35px !important;
  font-weight: 900;
  color: #c48202 !important;
}
.menu-secton{
  position: relative;
  box-shadow: 3px 2px 3px 3px rgb(214, 207, 207);
}
.menu-secton .menu-logo{
  height: 50px;
}
.menu-secton .menu-cont .nav-item {
  font-size: 20px;
  margin: 15px 20px;
}
.menu-secton .menu-cont .nav-item .nav-link:hover{
  
  background-color: #287393;
  color: #fff;
  
}
.menu-secton .menu-logo-main {
  padding: 10px 0px;
}
.menu-secton .menu-cont button.menu-btn-sub {
  padding: 7px 74px;
  border-radius: 29px;
  border: none;
  font-size: 18px;
  background-color: #287393;
  color: #fff;
}
.menu-secton .menu-cont .menu-btn{
  margin-left: 20px;
  position: relative;
}
.menu-secton .menu-cont .menu-btn .btn-img{
  height: 20px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(7479%) hue-rotate(3deg) brightness(106%) contrast(106%);
}
.menu-secton .menu-cont .menu-btn .btn-img-main{
  position: absolute;
  top: 8px;
  left: 20px;
}
.home-header {
font-size: 30px;
color: #222222;
position: relative;
margin-bottom:20px;
}
.home-header span {
  border-bottom: 4px solid #f89b15;
}

.pro-about-sec{
    background-image: url(../img/pro-bnr.webp);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0px;
    z-index: -1;

}
.pro-about-sec::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #392703;
  top: 0;
  opacity: 0.9;
}
.pro-about-sec .pro-about-cont{
    text-align: center;
}
.pro-about-sec .pro-about-cont h3{
    position: relative;
    z-index: 5;
    color:#fff;
    font-size: 40px;
    letter-spacing: 3px;
}
.pro-about-sec p{
    position: absolute;
    z-index: 5;
    bottom: 2px;
    left: 48px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 3px;
}


.custom-card-preview {
  background-color: #dee2e6;
  padding: 30px;
}
.customCardColorPicker {
  width: 150px;
  height: 40px;
  display: none;
}
.hom-cotms-sec .card-container {
    display: flex;
    justify-content: center;
    align-items: end;
}
.hom-cotms-sec .card {
  width: 210px;
  height: 320px;
  border-radius: 0px;
  padding: 12px 10px 15px;
  transition: all 0.3s ease;
  background-color: #ffffff;
  background-size: cover;
  background-position: center;
  position: relative;
  border: none;
}
.card-container img.background-preview {
  position: absolute;
  top: auto;
  bottom: 30px;
  left: auto;
  right: 30px;
  width: auto;
  height: 150px;
  object-fit: cover;
  z-index: 0;
}
.card-container img.logo-preview {
  max-width: 100px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.card-container .profile-photoBack {
  position: relative;
  margin: 0px auto 0px;
  text-align: center;
}
.card-container .profile-photoBack #profileImage {
  color: white;
  width: 190px;
  height: 170px;
  object-fit: contain;
}
.custom-card-front .card .font-new {
  font-family: 'Pacifico';
  font-style: italic;
  color: red;
  font-size: 16px;
}
.custom-card-front .card h4, .custom-card-back .card h4 {
  font-size: 12px;
  margin: 0px;
}
.custom-card-front .card p, .custom-card-back .card p {
  font-size: 12px;
  margin: 3px 0px;
}
.custom-card-front .card  #surname {
  font-size: 18px;
  font-weight: 700;
}
.hom-cotms-sec .custom-button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
  }
.hom-cotms-sec  .custom-button:hover {
    background-color: #0056b3;
  }
.hom-cotms-sec .input-group {
    margin-bottom: 15px;
  }
.hom-cotms-sec .form-control {
    border: none;
    margin-top: 15px;
    font-size: 13px;
    border-radius: 0px;
    background-color: #bdbaba26;
    width: 100%;
}
.hom-cotms-sec label {
  font-size: 14px;
}
.hom-cotms-sec input#uploadImg {
    width: 100%;
}
.hom-cotms-sec input#backgroundImageInput {
    width: 100%;
}
.hom-cotms-sec select.form-select {
    border: none;
    margin-top: 15px;
    font-size: 13px;
    border-radius: 0px;
    background-color: #bdbaba26;
}


.hom-cotms-sec .switch {
    position: relative;
    display: inline-block;
    width: 39px;
    height: 18px;
  }
  
.hom-cotms-sec  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
.hom-cotms-sec  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
.hom-cotms-sec .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    top: 1px;
  }
  
.hom-cotms-sec input:checked + .slider {
    background-color: #f89b1566;
  }
  
.hom-cotms-sec input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
.hom-cotms-sec input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
.hom-cotms-sec  .slider.round {
    border-radius: 34px;
  }
  
.hom-cotms-sec .slider.round:before {
    border-radius: 50%;
  }
.hom-cotms-sec  .hom-cotms-cont{
    padding: 0px 160px;
    margin-top: 40px;
    background-color: #fff;
  }
  .hom-cotms-sec  .hom-cotms-cont-one{
    padding: 20px 30px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  }


  .hom-cotms-sec .hom-form-footer .form-foot-cont{
    display: flex;
    justify-content: space-between;
  }


  .hom-cotms-sec .hom-cstms-last h3{
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    opacity: 0.8;
  }
  .hom-cotms-sec .hom-cstms-last .foot-cont-two-main h4{
    font-size: 16px;
    background-color: #f6f6f6;
    padding: 10px 10px;
    color: #666;
  }
  .hom-cotms-sec .hom-cstms-last .cont-two-main-para {
    font-size: 13px;
    color: #666;
}
.hom-cotms-sec table th{
  background-color: #f6f6f6;
  padding: 10px 10px;
  color: #666;
}
.hom-cotms-sec .hom-cstms-last .ft-cont-btn{
  border: none;
  padding: 5px 25px;
  background-color: #c87065;
  color: #fff;
}



.footer-section{
  margin-top: 40px;
  background-color: #8a828236;
  padding: 40px 0px;
}
.footer-section .footer-img{
  height: 15px;
  filter: brightness(0) saturate(100%) invert(11%) sepia(16%) saturate(6176%) hue-rotate(202deg) brightness(97%) contrast(88%);
}
.footer-section .footer-cont .follws-cont-img{
  height: 30px;
  filter: brightness(0) saturate(100%) invert(11%) sepia(16%) saturate(6176%) hue-rotate(202deg) brightness(97%) contrast(88%);
}
.footer-section .footer-cont h4{
  color: #192a4e;
  position: relative;
  text-transform: capitalize;
  font-size: 18px;
}
.footer-section .footer-cont h4::after{
  content: "";
  width: 54px;
  height: 3px;
  background-color: #f89b15;
  position: absolute;
  top: 28px;
  left: 0;
}

.ma-images-container {
  height: 400px;
  position: relative;
  left: 30px;
}

.left-sec {
  width: 100%;
  margin-top: 5px;
}
.contact_toCustom {
  font-size: 15px;
}
.whatsappChat a, .whatsappChat h4 {
  font-size: 22px;
  text-decoration: none;
  font-weight: 600;
}


.hom-cotms-sec .nav-tabs {
  margin: 0px auto;
  text-align: center;
  justify-content: center;
  border: 0px;

}
.hom-cotms-sec .nav-tabs .nav-link {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  background-color: #0d6efa;
  border-radius: 0px !important;
  margin-right: 2px;
  padding: 8px 18px;
}
.hom-cotms-sec .nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #c48202;
}

.left-sec.DesignTwo {
  width: 100%;
  margin-top: 10px;
}
.notePoints p {
  font-size: 13px;
  margin-bottom: 4px;
}
.removeBts-div {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: 0px auto;
  width: 100%;
}