@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');
.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: #2d3748;
}
html {
  scroll-behavior: smooth;
}
/* Reset CSS */
header {
  position: sticky!important;
  top: 0;
  z-index: 10;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
/* Common css */
.container {
  max-width: 1200px;
  margin: 0 auto;
}
.flex {
  display: flex;
}
.relatiive {
  position: relative;
}
.items-center {
  align-items: center;
}
.justify-content{
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-8 {
  gap: 8px;
}
.pl-10 {
  padding-left: 10rem;
}
.p-4 {
  padding: 1rem;
}
.pt-50 {
  padding-top: 50px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-50 {
  padding-bottom: 50px;
}
.m-0 {
  margin: 0;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.text-center {
  text-align: center;
}
.font-bold {
  font-weight: 700;
}
.text-xl {
  font-size: 1.25rem;
}
.text-2xl {
  font-size: 1.5rem;
}
.text-3xl {
  font-size: 2rem;
}
.w-10 {
  width: 10rem;
}
.w-half {
  width: 50%;
}
.bg-white {
  background-color: #ffffff;
}
.text-white {
  color: white;
}
.text-black {
  color: #484848;
}
.text-muted {
  color: #64748b;
}
.text-blue {
  color: #01a0c0;
}
.bg-blue {
  background-color: #f2feff;
}
.text-orange {
  color: #faa61a;
}
.bg-orange {
  background-color: #fffdf4;
}
.hover\:text-orange:hover {
  color: #faa61a;
}
.shadow-md {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.text-5xl {
  font-size: 3rem;
  line-height: 1.2;
}
.font-bold {
  font-weight: bold;
}
.text-lg {
  font-size: 1.125rem;
}
.col-3 {
  grid-column: span 3;
}
.col-4 {
  grid-column: span 4;
}
.col-8 {
  grid-column: span 8;
}
.col-9 {
  grid-column: span 9;
}
/* Common css */
/* menu */
.menu li {
  list-style-type: none;
  padding: 0 15px;
}
.menu li a {
  color: #484848;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
}
/* Hero section */
.hero-section {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2rem;
  padding: 75px 0;
  align-items: center;
}
.hero-content {
  grid-column: span 5;
}
.hero-content h1 {
  font-size: 2.3rem;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 3rem;
}
.hero-content p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.hero-images {
  grid-column: span 7;
  gap: 1rem;
}
.hero-images img {
  border-radius: 12px;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.hero-bg {
  background: url(img/hero.png) no-repeat center center / cover;
  width: 100%;
  z-index: 0;
}
.hero-bg:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  height: 100%;
  width: 100%;
  background: #635853ed;
  z-index: -1;
  bottom: 0;
}
.buttons {
  display: flex;
  gap: 1rem;
}
.btn {
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  font-size: 1rem;
  border: none;
  cursor: pointer;
}
.hero-thumb {
  width: 100%;
  height: 400px;
  cursor: pointer;
  object-fit: cover;
}
.play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  padding: 10px;
}
#youtube-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: none;
}
.hero-images {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 400px;
  margin: auto;
}
/* main content */
.content-section {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2rem;
}
.contact-btn {
  background-color: #faa61a;
  color: #fff;
}
.title-blue:before {
  position: absolute;
  content: '';
  width: 71px;
  height: 4px;
  background: #01a0c0;
  bottom: -5px;
}
.title-orange:before {
  position: absolute;
  content: '';
  width: 71px;
  height: 4px;
  background: #faa61a;
  bottom: -5px;
}
.data-separator {
  background-image: linear-gradient(90deg, transparent, rgb(1 160 192), transparent);
  margin: 1rem 0;
  border-top: none;
  height: 1px;
  margin: 1.7rem 0;
  border: 0;
  opacity: .50;
}
.list {
  list-style: disc;
  padding-left: 20px;
  font-size: 16px;
  line-height: 22px;
  padding-top: 10px;
}
.list-blue li::marker {
  color: #01a0c0;
}
.list-orange li::marker {
  color: #faa61a;
}
.sub-title {
  font-size: 21px;
}
.content-section img {
  padding: 6px 10px;
  border-radius: 12px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
/* footer */
footer{
  background-color: #635853;
}