@import url("https://fonts.googleapis.com/css2?family=Luckiest+Guy&family=Pacifico&display=swap");
@import url("/fonts/stylesheet.css");
@font-face {
  font-family: "Comicy";
  src: url("../fonts/comicy.ttf") format("truetype");
}
@font-face {
  font-family: 'BabySchoolItalic';
  src: url('../fonts/BabySchoolItalic.ttf') format('truetype');

}
body {
  font-family: "Comicy", sans-serif;
  padding: 0!important;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family: 'BabySchoolItalic', sans-serif;}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
section {
  overflow: hidden;
}
.modal-body .material-icons {
  border-radius: 19px!important;
  color: #ffffff!important;
  padding: 2px!important;
  background: #d39e80;
}
a {
  text-decoration: none;
  color: #ffffff;
}
.verificationContent h5 {
  padding-bottom: 17px;
}
#VerificationModal .form-control, .form-select {
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  min-height: 44px;
  padding: 5px 20px;
  background: #f5f5f5;
  border: 0;
}
#VerificationModal .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
  padding: 70px 0px;
}
.ThemeBtn {
  position: relative;
  padding: 5px 25px;
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  min-width: fit-content;
  border: 0;
  border-radius: 5px;
  background: #d39e80;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  box-shadow: 0 5px 15px rgb(0 0 0 / 15%);
}
.Verification-body-wrapper .PopContent h2 {
  font-size: 26px;
  margin: 0 0 15px;
  color: #000;
  
}
.modal-highlight {
  position: fixed;
  top: 23%;
  margin: 0 auto;
  width: 100%;
}
.popupClose-btn {
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  display: flex;
  position: absolute;
  top: 8px;
  right: 9px;
  color: #000;
  outline: none;
}
.Verification-body-wrapper .thumbImg {
  width: 40%;
  min-width: 40%;
  padding: 40px;
}
.verification-inputBox {
  width: 100%;
}
.Verification-body-wrapper .PopContent {
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
}
.Verification-body-wrapper {
  display: block;
  justify-content: center;
  text-align: center;
}
.modal-dialog-centered {
  max-width: 575px;
}
.verify-inputbox {
  display: flex;
  gap: 10px;
}
.thumbImg1 img {
  width: 150px;
}
.thumbImg img {
  width: 150px;
}
a:hover {
  color: #ffffff;
}

.custom-space {
  padding: 80px 0px;
}
.TheamBtn {
   border: none;
   outline: none;
   width: 100%;
   max-width: 160px;
   white-space: nowrap;
   padding: 10px 30px;
   min-height: 46px;
   background: #ffffff;
   font-size: 14px;
   text-transform: uppercase;
   font-weight: 700;
   color: #000;
   display: flex;
   gap: 10px;
   align-items: center;
   position: relative;
   z-index: 1;
}
.TheamBtn:after {
   content: "";
   width: 70px;
   height: 100%;
   background: #E2E2E2;
   display: block;
   position: absolute;
   z-index: -1;
   left: 0;
   transition: all 0.5s ease-in-out;
}
.TheamBtn:hover:after {
   width: 100%;
}

/* header start */

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1),
    background 0.3s;
  transform: translateY(0);
}

.hide-nav {
  transform: translateY(-120%) !important;
  -webkit-transform: translateY(-120%) !important;
}

.header-nav {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 30px;
}

.navbar-nav {
  gap: 40px;
}

.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  width: 110px;
  transition: all 0.3s ease-in-out;
}

.navigation-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}

.navbar-nav .nav-link {
  font-size: 14px;
  color: #fff;
  position: relative;
  text-transform: uppercase;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: #fff;
}

.navigative {
    padding: 10px 0px;
    height: 80px;
    transition: all 0.3s ease-in-out;
    background: #000000ba;
}
.HeadBtn {
  height: 40px;
  background-color: white;
  color: black;
  display: block;
  border: none;
  text-align: center;
  width: 90px;
  border-radius: 5px;
}

.HeadBtn:hover {
  background: #ffffff!important;
  color: #000000;
}
/* .view-tab {
  display: none;
} */

.sticky-header {
  background: #000;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}
.verificationContent {
  text-align: center;
  width: 100%;
}
.Verification-body-wrapper .PopContent h6 {
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 30px;
  color: #000000;
}

.verificationContent .verificationIcon {
  width: 100px;
  margin: 0 0 20px;
}

.sticky-header .navbar {
  padding: 10px 0;
}

.sticky-header .navbar-brand img {
  width: 90px;
}
/* header start */