/* font-family: "Montserrat", sans-serif; */
@font-face {
  font-family: "Arial_Bold";
  src: url("../fonts/Arial/Arial_Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Arial";
  src: url("../fonts/Arial/Arial.ttf");
  font-display: swap;
}

.desktop {
  display: block;
}
.mobile {
  display: none;
}

body {
  font-family: "Poppins", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* common css */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 1.2;
}
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  text-transform: capitalize;
}

#main_banner {
  background-image: url("../images/banner-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 0;
  overflow: hidden;
  position: relative;
  min-height: 100vh;
}

.item {
  min-height: 95vh;
}

#main_banner .row {
  align-items: center;
}

#main_banner .img-box img {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  display: block;
}
.logo-box img {
  width: 100%;
  max-width: 220px;
  padding-bottom: 10px;
}

.main_banner-content {
  display: flex;
  flex-direction: column;
  max-width: 770px;
  margin: 0 auto;
  justify-content: center;
  height: 96vh;
}

.main_banner-content h1 {
  color: #ffae00;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
}
.main_banner-content h3 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.main_banner-content h1 span {
  color: #1d1d1d;
  font-size: 34px;
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
}
.main_banner-content ul li a.btn-link {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
}
.main_banner-content ul li a.btn-link span {
  text-transform: uppercase;
  margin-left: 20px;
}
#main_banner .text-box img {
  max-width: 80%;
  margin-bottom: 0px;
  width: 100%;
}
.main_banner-content ul li a.btn {
  color: #1d1d1d;
  font-size: 25px;
  border-radius: 60px;
  padding: 8px 12px;
  font-weight: 600;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  border: none;
}
.main_banner-content ul li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.main_banner-content ul li a.btn img {
  margin-right: 10px;
  max-width: 34px;
}
.main_banner-content ul li a.btn span {
  line-height: 1;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  font-family: "Montserrat", sans-serif;
}
.main_banner-content ul li a.content-link {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}
.main_banner-content ul li a span.bold {
  font-size: 34px;
  font-weight: 900;
  display: block;
  margin-bottom: 0;
}
.main_banner p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
}
.logo-box.mobile {
  display: none;
}
.image-box {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 680px;
}
.banner-img.image-box img {
  width: 100%;
  height: auto;
}
.banner-img img,
.image-box img {
  max-width: 100%;
  height: auto;
  display: block;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}
.owl-carousel,
.owl-stage-outer {
  overflow: hidden;
}
.owl-theme .owl-dots .owl-dot span {
  background: #fff !important;
  opacity: 0.7;
}
.owl-theme .owl-dots .owl-dot.active span {
  width: 35px;
  opacity: 1;
}
.age-bx p span {
  display: inline-block;
}
.age-bx p span img {
  max-width: 70%;
  width: 100%;
  margin-top: 12px;
}
.age-bx {
  padding-top: 20px;
}
.age-bx p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
  font-family: "Arial";
}
.age-bx p a {
  color: #ffae00;
}
