/*---------------------------------------------"
// Template Name: Teach Me
// Description:  Teach Me Html Template
// Version: 1.0.0

===============================================   
STYLE SHEET INDEXING
|
|___ Fonts
|___ Variables
|___ Responsive
|___ Reset Styles
|___ Spacing
|___ Helper Classes
|___ Buttons
|___ Headings
|___ Layout Styles
|___ END STYLE SHEET INDEXING

--------------------------------------------*/
/*-------------------------
    Fonts
-------------------------*/
@import url("css2-Manropewght200..800_swap.css");
@import url("css2-Interitalopszwght014..32100..900114..32100..900_swap.css");
/*-------------------------
    Variables
-------------------------*/
/* Fonts */
/* Colors */
/* Transitions */
/* Border-Radius */
/* Gap */
/*-------------------------
    Responsive Styles
-------------------------*/
/*-------------------------
    Reset Styles
-------------------------*/
img {
  height: auto;
  vertical-align: middle;
}

ul.list-style,
ol.list-style {
  padding: 0;
}

ul.list-style li::marker,
ol.list-style li::marker {
  color: #BD1621;
}

.unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.container-fluid {
  padding-right: calc(var(--bs-gutter-x) * 0.75);
  padding-left: calc(var(--bs-gutter-x) * 0.75);
}
@media (min-width: 1699px) {
  .container-fluid {
    padding: 0 12.969vw;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .container-fluid {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}

.page-content {
  margin: clamp(15px, 1.198vw, 40px) 0;
}

/*-------------------------
  Typography
-------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  color: #45474F;
  background-color: #FAFAFA;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: clamp(17px, 0.938vw, 22px);
  font-weight: 400;
  line-height: 140%;
  height: 100%;
  overflow-x: hidden;
}
@media (max-width: 490px) {
  body {
    font-size: clamp(14px, 0.729vw, 28px);
  }
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background-color: #EAEAEC;
}
body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #BD1621;
}

a {
  display: inline-block;
  text-decoration: none;
  color: unset;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6,
address,
p,
pre,
blockquote,
table,
hr {
  margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 0;
}

h1,
.h1 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(49px, 3.177vw, 99px);
  /* 61px */
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 96px */
}
@media (max-width: 1199px) {
  h1,
  .h1 {
    font-size: clamp(36px, 2.656vw, 69px);
    /* 51px */
  }
}
@media (max-width: 820px) {
  h1,
  .h1 {
    font-size: clamp(31px, 2.188vw, 58px);
    /* 42px */
  }
}
@media (max-width: 576px) {
  h1,
  .h1 {
    font-size: clamp(36px, 2.188vw, 58px);
    /* 36px */
  }
}

h2,
.h2 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(39px, 2.552vw, 60px);
  /* 49px */
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 66px */
}
@media (max-width: 1199px) {
  h2,
  .h2 {
    font-size: clamp(30px, 2.24vw, 52px);
    /* 43px */
  }
}
@media (max-width: 820px) {
  h2,
  .h2 {
    font-size: clamp(27px, 1.979vw, 48px);
    /* 38px */
  }
}

h3,
.h3 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(36px, 2.031vw, 125px);
  /* 39px */
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -1.8px;
}
@media (max-width: 1199px) {
  h3,
  .h3 {
    font-size: clamp(30px, 1.823vw, 48px);
    /* 35px */
  }
}
@media (max-width: 820px) {
  h3,
  .h3 {
    font-size: clamp(26px, 1.563vw, 38px);
    /* 30px */
  }
}

h4,
.h4 {
  color: #0C0C0D;
  font-family: "Manrope", sans-serif;
  font-size: clamp(30px, 1.615vw, 48px);
  /* 31px */
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 42px */
}
@media (max-width: 1199px) {
  h4,
  .h4 {
    font-size: clamp(22px, 1.51vw, 39px);
    /* 29px */
  }
}
@media (max-width: 820px) {
  h4,
  .h4 {
    font-size: clamp(24px, 1.875vw, 58px);
    /* 38px */
  }
}
@media (max-width: 576px) {
  h4,
  .h4 {
    font-size: clamp(22px, 1.25vw, 68px);
    /* 24px */
  }
}

h5,
.h5 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(18px, 1.302vw, 62px);
  /* 25px */
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 33.6px */
}
@media (max-width: 1199px) {
  h5,
  .h5 {
    font-size: clamp(22px, 1.094vw, 68px);
    /* 21px */
  }
}
@media (max-width: 820px) {
  h5,
  .h5 {
    font-size: clamp(20px, 1.146vw, 24px);
    /* 22px */
  }
}

h6,
.h6 {
  color: #0C0C0D;
  font-family: "Manrope", sans-serif;
  font-size: clamp(24px, 1.042vw, 40px);
  /* 20px */
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 27.6px */
}
@media (max-width: 1199px) {
  h6,
  .h6 {
    font-size: clamp(22px, 1.25vw, 24px);
    /* 24px */
  }
}
@media (max-width: 820px) {
  h6,
  .h6 {
    font-size: clamp(20px, 1.146vw, 32px);
    /* 22px */
  }
}
@media (max-width: 576px) {
  h6,
  .h6 {
    font-size: clamp(20px, 1.042vw, 26px);
    /* 24px */
  }
}

.lead-p {
  color: #45474F;
  font-family: "Inter", sans-serif;
  font-size: clamp(15px, 0.833vw, 36px);
  /* 16px */
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21.6px */
}
@media (max-width: 399px) {
  .lead-p {
    font-size: clamp(14px, 0.729vw, 28px);
    /* 14px */
  }
}

.text-18,
p {
  color: #45474F;
  font-family: "Inter", sans-serif;
  font-size: clamp(15px, 0.833vw, 36px);
  /* 16px */
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21.6px */
}
@media (max-width: 399px) {
  .text-18,
  p {
    font-size: clamp(15px, 0.729vw, 28px);
    /* 14px */
  }
}

.eyebrow {
  color: #000000;
  text-transform: uppercase;
  font-size: clamp(14px, 0.833vw, 36px);
  /* 16px */
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 120%;
  /* 24px */
}
@media (max-width: 1199px) {
  .eyebrow {
    font-size: clamp(13px, 0.677vw, 32px);
    /* 15px */
  }
}

.subtitle {
  font-size: clamp(11px, 0.677vw, 24px);
  /* 13px */
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 1499px) {
  .subtitle {
    font-size: 13px;
  }
}

.caption {
  font-family: "Inter", sans-serif;
  color: #92949F;
  font-size: clamp(11px, 0.677vw, 24px);
  /* 13px */
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1499px) {
  .caption {
    font-size: 12px;
  }
}

span {
  display: inline-block;
}

b,
strong {
  font-family: "Inter", sans-serif;
}

.hr-line {
  width: 100%;
  height: 1px;
  background: #1E1F20;
}

.hover-content {
  transition: all 0.3s ease-in-out;
}
.hover-content:hover {
  color: #BD1621 !important;
  transition: all 0.3s ease-in-out;
}

/*-------------------------
Helpers
-------------------------*/
.color-primary {
  color: #BD1621 !important;
}

.color-sec {
  color: #E36970 !important;
}

.color-ter {
  color: #000000 !important;
}

.black {
  color: #0C0C0D !important;
}

.medium-black {
  color: #1E1F20 !important;
}

.light-black {
  color: #141516 !important;
}

.dark-gray {
  color: #45474F !important;
}

.light-gray {
  color: #92949F !important;
}

.lightest-gray {
  color: #EAEAEC !important;
}

.lightest-gray {
  color: #EAEAEC !important;
}

.white {
  color: #FAFAFA;
}

.bg-primary {
  background: #BD1621 !important;
}

.bg-sec {
  background: #E36970 !important;
}

.bg-ter {
  background: #000000 !important;
}

.bg-quad {
  background: #E8A52F !important;
}

.bg-black {
  background: #0C0C0D !important;
}

.bg-medium-black {
  background: #1E1F20 !important;
}

.bg-light-black {
  background: #141516 !important;
}

.bg-dark-gray {
  background: #45474F !important;
}

.bg-light-gray {
  background: #92949F !important;
}

.bg-lightest-gray {
  background: #EAEAEC !important;
}

.bg-white {
  background: #FAFAFA !important;
}

.bg-white-bordered {
  background: #FAFAFA;
  border: 1px solid #EAEAEC;
  border-radius: clamp(8px, 0.625vw, 24px);
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.font-primary {
  font-family: "Inter", sans-serif;
}

.font-sec {
  font-family: "Manrope", sans-serif;
}

.br-4 {
  border-radius: 4px;
}

.br-6 {
  border-radius: clamp(4px, 0.313vw, 7px);
}

.br-8 {
  border-radius: clamp(4px, 0.417vw, 16px);
}

.br-10 {
  border-radius: clamp(5px, 0.521vw, 20px);
}

.br-12 {
  border-radius: clamp(8px, 0.625vw, 24px);
}

.br-14 {
  border-radius: clamp(10px, 0.729vw, 28px);
}

.br-16 {
  border-radius: clamp(12px, 0.833vw, 32px);
}

.br-18 {
  border-radius: clamp(14px, 0.938vw, 36px);
}

.br-20 {
  border-radius: clamp(16px, 1.042vw, 40px);
}

.br-24 {
  border-radius: clamp(18px, 1.25vw, 48px);
}

.br-32 {
  border-radius: clamp(24px, 1.667vw, 64px);
}

.br-34 {
  border-radius: clamp(26px, 1.771vw, 66px);
}

.gap-6 {
  gap: clamp(3px, 0.313vw, 7px);
}

/*----------------------------------------*/
/*  SPACE CSS START
/*----------------------------------------*/
.my-80 {
  margin: clamp(48px, 4.167vw, 160px) 0;
}
@media (max-width: 575px) {
  .my-80 {
    margin: 40px 0;
  }
}

.mt-80 {
  margin-top: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .mt-80 {
    margin-top: 40px;
  }
}

.mb-96 {
  margin-bottom: clamp(52px, 5vw, 170px);
}
@media (max-width: 575px) {
  .mb-96 {
    margin-bottom: 44px;
  }
}

.mb-80 {
  margin-bottom: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}

.mb-64 {
  margin-bottom: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .mb-64 {
    margin-bottom: 26px;
  }
}

.mt-64 {
  margin-top: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .mt-64 {
    margin-top: 26px;
  }
}

.my-64 {
  margin: clamp(32px, 3.33vw, 128px) 0;
}
@media (max-width: 767px) {
  .my-64 {
    margin: 26px 0;
  }
}

.mt-48 {
  margin-top: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .mt-48 {
    margin-top: 20px;
  }
}

.mb-48 {
  margin-bottom: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .mb-48 {
    margin-bottom: 20px;
  }
}

.mb-38 {
  margin-bottom: clamp(30px, 1.979vw, 76px);
}
@media (max-width: 767px) {
  .mb-38 {
    margin-bottom: 24px;
  }
}

.mb-36 {
  margin-bottom: clamp(28px, 1.875vw, 76px);
}
@media (max-width: 767px) {
  .mb-36 {
    margin-bottom: 24px;
  }
}

.mb-40 {
  margin-bottom: clamp(24px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .mb-40 {
    margin-bottom: 20px;
  }
}

.mt-32 {
  margin-top: 32px;
}
@media (max-width: 1599px) {
  .mt-32 {
    margin-top: 29px;
  }
}
@media (max-width: 1399px) {
  .mt-32 {
    margin-top: 27px;
  }
}
@media (max-width: 1199px) {
  .mt-32 {
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  .mt-32 {
    margin-top: 22px;
  }
}
@media (max-width: 767px) {
  .mt-32 {
    margin-top: 20px;
  }
}

.mb-32 {
  margin-bottom: 32px;
}
@media (max-width: 1599px) {
  .mb-32 {
    margin-bottom: 29px;
  }
}
@media (max-width: 1399px) {
  .mb-32 {
    margin-bottom: 27px;
  }
}
@media (max-width: 1199px) {
  .mb-32 {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .mb-32 {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .mb-32 {
    margin-bottom: 20px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}
@media (max-width: 1599px) {
  .mb-30 {
    margin-bottom: 28px;
  }
}
@media (max-width: 1399px) {
  .mb-30 {
    margin-bottom: 26px;
  }
}
@media (max-width: 1199px) {
  .mb-30 {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .mb-30 {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .mb-30 {
    margin-bottom: 20px;
  }
}

.mt-24 {
  margin-top: 24px;
}
@media (max-width: 1199px) {
  .mt-24 {
    margin-top: 22px;
  }
}
@media (max-width: 991px) {
  .mt-24 {
    margin-top: 22px;
  }
}
@media (max-width: 767px) {
  .mt-24 {
    margin-top: 20px;
  }
}

.mb-120 {
  margin-bottom: clamp(60px, 6.25vw, 320px);
}
@media (max-width: 575px) {
  .mb-120 {
    margin-bottom: 48px;
  }
}

.mb-24 {
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .mb-24 {
    margin-bottom: 20px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .mb-20 {
    margin-bottom: 18px;
  }
}
@media (max-width: 991px) {
  .mb-20 {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .mb-20 {
    margin-bottom: 14px;
  }
}

.mt-16 {
  margin-top: 16px;
}
@media (max-width: 1199px) {
  .mt-16 {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .mt-16 {
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .mt-16 {
    margin-top: 10px;
  }
}

.mb-16 {
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .mb-16 {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .mb-16 {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .mb-16 {
    margin-bottom: 10px;
  }
}

.mb-12 {
  margin-bottom: 12px;
}
@media (max-width: 1199px) {
  .mb-12 {
    margin-bottom: 11px;
  }
}
@media (max-width: 991px) {
  .mb-12 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .mb-12 {
    margin-bottom: 8px;
  }
}

.mb-8 {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .mb-8 {
    margin-bottom: 4px;
  }
}

.mb-6 {
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .mb-6 {
    margin-bottom: 3px;
  }
}

.mb-4 {
  margin-bottom: 4px !important;
}
@media (max-width: 767px) {
  .mb-4 {
    margin-bottom: 2px;
  }
}

.py-160 {
  padding: clamp(96px, 8.32vw, 320px) 0;
}
@media (max-width: 575px) {
  .py-160 {
    padding: 80px 0;
  }
}

.pt-160 {
  padding-top: clamp(96px, 8.32vw, 320px);
}
@media (max-width: 575px) {
  .pt-160 {
    padding-top: 80px;
  }
}

.pb-160 {
  padding-bottom: clamp(96px, 8.32vw, 320px);
}
@media (max-width: 575px) {
  .pb-160 {
    padding-bottom: 80px;
  }
}

.py-80 {
  padding: clamp(48px, 4.167vw, 160px) 0;
}
@media (max-width: 575px) {
  .py-80 {
    padding: 40px 0;
  }
}

.pt-80 {
  padding-top: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .pt-80 {
    padding-top: 40px;
  }
}

.pt-120 {
  padding-top: clamp(60px, 6.25vw, 320px);
}
@media (max-width: 575px) {
  .pt-120 {
    padding-top: 48px;
  }
}

.pb-120 {
  padding-bottom: clamp(60px, 6.25vw, 320px);
}
@media (max-width: 575px) {
  .pb-120 {
    padding-bottom: 48px;
  }
}

.pb-80 {
  padding-bottom: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .pb-80 {
    padding-bottom: 40px;
  }
}

.py-64 {
  padding: clamp(32px, 3.33vw, 128px) 0;
}
@media (max-width: 767px) {
  .py-64 {
    padding: 26px 0;
  }
}

.pt-64 {
  padding-top: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .pt-64 {
    padding-top: 26px;
  }
}

.pb-64 {
  padding-bottom: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .pb-64 {
    padding-bottom: 26px;
  }
}

.pb-48 {
  padding-bottom: 26px;
}

.py-48 {
  padding: clamp(24px, 2.5vw, 96px) 0;
}
@media (max-width: 767px) {
  .py-48 {
    padding: 20px 0;
  }
}

.pb-48 {
  padding-bottom: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .pb-48 {
    padding-bottom: 20px;
  }
}

.pt-48 {
  padding-top: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .pt-48 {
    padding-top: 20px;
  }
}

.py-40 {
  padding: clamp(24px, 2.083vw, 80px) 0;
}
@media (max-width: 575px) {
  .py-40 {
    padding: 20px 0;
  }
}

.pt-40 {
  padding-top: clamp(24px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .pt-40 {
    padding-top: 20px;
  }
}

.pb-40 {
  padding-bottom: clamp(24px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .pb-40 {
    padding-bottom: 20px;
  }
}

.py-32 {
  padding: 32px 0;
}
@media (max-width: 1599px) {
  .py-32 {
    padding: 29px 0;
  }
}
@media (max-width: 1399px) {
  .py-32 {
    padding: 27px 0;
  }
}
@media (max-width: 1199px) {
  .py-32 {
    padding: 25px 0;
  }
}
@media (max-width: 991px) {
  .py-32 {
    padding: 22px 0;
  }
}
@media (max-width: 767px) {
  .py-32 {
    padding: 20px 0;
  }
}

.p-32 {
  padding: 32px;
}
@media (max-width: 1599px) {
  .p-32 {
    padding: 29px;
  }
}
@media (max-width: 1399px) {
  .p-32 {
    padding: 27px;
  }
}
@media (max-width: 1199px) {
  .p-32 {
    padding: 25px;
  }
}
@media (max-width: 991px) {
  .p-32 {
    padding: 22px;
  }
}
@media (max-width: 767px) {
  .p-32 {
    padding: 20px;
  }
}

.py-24 {
  padding: 24px 0;
}
@media (max-width: 1199px) {
  .py-24 {
    padding: 22px 0;
  }
}
@media (max-width: 991px) {
  .py-24 {
    padding: 22px 0;
  }
}
@media (max-width: 767px) {
  .py-24 {
    padding: 20px 0;
  }
}

.py-12 {
  padding: 12px 0;
}
@media (max-width: 1199px) {
  .py-12 {
    padding: 8px 0;
  }
}
@media (max-width: 991px) {
  .py-12 {
    padding: 6px 0;
  }
}
@media (max-width: 767px) {
  .py-12 {
    padding: 4px 0;
  }
}

.pl-30 {
  padding-left: 30px;
}
@media (max-width: 1399px) {
  .pl-30 {
    padding-left: 6px;
  }
}

.pl-24 {
  padding-left: 24px;
}
@media (max-width: 1199px) {
  .pl-24 {
    padding-left: 22px;
  }
}
@media (max-width: 991px) {
  .pl-24 {
    padding-left: 22px;
  }
}
@media (max-width: 767px) {
  .pl-24 {
    padding-left: 20px;
  }
}

.pr-24 {
  padding-right: 24px;
}
@media (max-width: 1199px) {
  .pr-24 {
    padding-right: 22px;
  }
}
@media (max-width: 991px) {
  .pr-24 {
    padding-right: 22px;
  }
}
@media (max-width: 767px) {
  .pr-24 {
    padding-right: 20px;
  }
}

.pb-24 {
  padding-bottom: 24px;
}
@media (max-width: 1199px) {
  .pb-24 {
    padding-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .pb-24 {
    padding-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .pb-24 {
    padding-bottom: 20px;
  }
}

.pt-24 {
  padding-top: 24px;
}
@media (max-width: 1199px) {
  .pt-24 {
    padding-top: 22px;
  }
}
@media (max-width: 991px) {
  .pt-24 {
    padding-top: 22px;
  }
}
@media (max-width: 767px) {
  .pt-24 {
    padding-top: 20px;
  }
}

.p-24 {
  padding: 24px;
}
@media (max-width: 1199px) {
  .p-24 {
    padding: 22px;
  }
}
@media (max-width: 991px) {
  .p-24 {
    padding: 22px;
  }
}
@media (max-width: 767px) {
  .p-24 {
    padding: 20px;
  }
}

.py-16 {
  padding: 16px 0;
}
@media (max-width: 1199px) {
  .py-16 {
    padding: 15px 0;
  }
}
@media (max-width: 991px) {
  .py-16 {
    padding: 14px 0;
  }
}
@media (max-width: 767px) {
  .py-16 {
    padding: 10px 0;
  }
}

.p-16 {
  padding: 16px;
}
@media (max-width: 1199px) {
  .p-16 {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .p-16 {
    padding: 14px;
  }
}
@media (max-width: 767px) {
  .p-16 {
    padding: 10px;
  }
}

.p-12 {
  padding: 12px;
}
@media (max-width: 1199px) {
  .p-12 {
    padding: 11px;
  }
}
@media (max-width: 991px) {
  .p-12 {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .p-12 {
    padding: 8px;
  }
}

.gap-4 {
  gap: clamp(2px, 0.208vw, 8px);
}

.gap-8 {
  gap: clamp(4px, 0.417vw, 16px);
}

.gap-10 {
  gap: clamp(5px, 0.521vw, 20px);
}

.gap-12 {
  gap: clamp(8px, 0.625vw, 24px);
}

.gap-14 {
  gap: clamp(10px, 0.729vw, 28px);
}

.gap-16 {
  gap: clamp(12px, 0.833vw, 32px);
}

.gap-18 {
  gap: clamp(14px, 0.938vw, 36px);
}

.gap-20 {
  gap: clamp(16px, 1.042vw, 40px);
}

.gap-24 {
  gap: clamp(18px, 1.25vw, 48px);
}

.gap-32 {
  gap: clamp(24px, 1.667vw, 64px);
}

.gap-38 {
  gap: clamp(28px, 1.979vw, 76px);
}

.gap-48 {
  gap: clamp(10px, 2.5vw, 28px);
}

.gap-64 {
  gap: clamp(48px, 3.333vw, 128px);
}

/*-------------------------
Elements
-------------------------*/
.input-group > .intl-tel-input.allow-dropdown {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
}

.input-group > .intl-tel-input.allow-dropdown > .flag-container {
  z-index: 4;
}

.iti-flag {
  background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("../image/flags@2x.png");
  }
}
/*----------------------------------------*/
/*  Button CSS START
/*----------------------------------------*/
/* From Uiverse.io by mrhyddenn */
/* From Uiverse.io by adamgiebl */
.cus-btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
  display: inline-block;
  text-align: center;
  padding: clamp(10px, 0.729vw, 28px) clamp(24px, 1.667vw, 64px);
  border-radius: clamp(18px, 1.25vw, 48px);
  position: relative;
  color: #FAFAFA;
  background-color: #BD1621;
  text-decoration: none;
  transition: 0.3s ease all;
  z-index: 1;
}

.cus-btn:before {
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: "";
  background-color: #FAFAFA;
  border: 3px solid #BD1621;
  color: #BD1621;
  border-radius: clamp(18px, 1.25vw, 48px);
  z-index: -1;
}

.cus-btn:hover,
.cus-btn:focus {
  color: #BD1621;
}

.cus-btn:hover:before,
.cus-btn:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

.cus-btn-2 {
  border-radius: 5px;
}
.cus-btn-2::before {
  border-radius: 5px;
}

.cus-btn:active {
  transform: scale(0.9);
}

/*----------------------------------------*/
/* scroll to top
/*----------------------------------------*/
.scrollToTopBtn {
  background-color: #BD1621;
  border: none;
  border-radius: 5px;
  color: #FAFAFA;
  cursor: pointer;
  font-size: clamp(18px, 1.25vw, 48px);
  line-height: 48px;
  display: grid;
  align-items: center;
  justify-content: center;
  width: clamp(40px, 2.5vw, 64px);
  height: clamp(40px, 2.5vw, 64px);
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease;
}
.scrollToTopBtn:hover {
  background: #000000;
  color: #FAFAFA;
  transition: all 0.3s ease-in-out;
}

.showBtn {
  opacity: 1;
  transform: translateY(0);
}

.slider-arrows {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 32px);
}
.slider-arrows .arrow-btn {
  width: clamp(32px, 2.5vw, 64px);
  height: clamp(32px, 2.5vw, 64px);
  border-radius: 4px;
  display: grid;
  align-items: center;
  justify-content: center;
  background: #FAFAFA;
  transition: all 0.3s ease-in-out;
  border: 1px solid #EAEAEC;
}
.slider-arrows .arrow-btn svg {
  width: clamp(24px, 1.667vw, 64px);
  height: clamp(25px, 1.719vw, 64px);
  transition: all 0.3s ease-in-out;
}
.slider-arrows .arrow-btn svg path {
  stroke: #FAFAFA;
  transition: all 0.3s ease-in-out;
}
.slider-arrows .arrow-btn:hover {
  transition: all 0.3s ease-in-out;
  background-color: #BD1621;
}
.slider-arrows .arrow-btn:hover path {
  padding: clamp(12px, 0.833vw, 32px);
  stroke: #FAFAFA;
  transition: all 0.3s ease-in-out;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 20px);
}
@media (max-width: 490px) {
  .social-icons {
    gap: clamp(12px, 0.833vw, 32px);
  }
}
.social-icons.icon-v2 {
  gap: clamp(16px, 1.042vw, 40px) !important;
}
.social-icons li a {
  display: grid;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.social-icons li a svg {
  width: clamp(18px, 1.25vw, 48px);
  height: clamp(18px, 1.25vw, 48px);
}
.social-icons li a svg path {
  transition: all 0.3s ease-in-out;
}
.social-icons li a:hover svg path {
  fill: #1E1F20;
  transition: all 0.3s ease-in-out;
}

.pagination {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  overflow: hidden;
  display: flex;
}
.pagination #border-pagination {
  display: flex;
  gap: clamp(4px, 0.417vw, 16px);
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.pagination #border-pagination li {
  display: inline;
}
.pagination #border-pagination li span {
  color: #FAFAFA;
  transition: all 0.3s ease-in-out;
}
.pagination #border-pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #BD1621;
  width: clamp(27px, 1.875vw, 64px);
  height: clamp(27px, 1.875vw, 64px);
  border-radius: 50%;
  background: #FAFAFA;
  float: left;
  transition: all 0.3s ease-in-out;
  font-family: "Manrope", sans-serif;
  font-size: clamp(16px, 1.042vw, 40px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  transition: all 0.3s ease-in-out;
  /* 21.6px */
}
@media (max-width: 399px) {
  .pagination #border-pagination li a {
    font-size: clamp(12px, 0.729vw, 28px);
  }
}
.pagination #border-pagination li a svg path {
  stroke: #BD1621;
  transition: all 0.3s ease-in-out;
}
.pagination #border-pagination li a.active {
  background-color: #BD1621;
  color: #FAFAFA;
}
.pagination #border-pagination li a.active svg path {
  stroke: #FAFAFA;
  transition: all 0.3s ease-in-out;
}
.pagination #border-pagination li a:hover {
  transition: all 0.3s ease-in-out;
  background-color: #BD1621;
  color: #FAFAFA;
}
.pagination #border-pagination li a:hover svg path {
  stroke: #FAFAFA;
  transition: all 0.3s ease-in-out;
}
.pagination #border-pagination li:hover span {
  color: #FAFAFA;
  transition: all 0.3s ease-in-out;
}

/*-------------------------
  Form Styling
-------------------------*/
textarea.form-control {
  min-height: 130px;
  max-height: 150px;
}
@media (max-width: 578px) {
  textarea.form-control {
    min-height: 80px;
    max-height: 80px;
  }
}

.form-control {
  padding-left: 6px;
  padding: clamp(12px, 0.833vw, 32px);
  border-radius: 5px;
  border: 1px solid #45474F;
  background: transparent;
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 0.833vw, 32px);
  /* 18px */
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  position: relative;
  color: #141516;
  box-shadow: none;
}
.form-control::placeholder {
  font-weight: 400;
  color: #141516;
}
@media (max-width: 430px) {
  .form-control {
    padding-right: 54px;
  }
}
.form-control.form-control-2 {
  padding-left: 48px;
}
.form-control:focus {
  border: 1px solid #BD1621;
  box-shadow: none;
  outline: 0;
  color: #141516 !important;
  background: transparent;
}
.form-control:hover {
  color: #0C0C0D !important;
}
.form-control::placeholder {
  color: #141516;
  opacity: 1;
}
.form-control svg {
  position: absolute;
  top: 20px;
}

.form-control-2 {
  width: 100%;
  padding: clamp(11px, 0.833vw, 24px);
  padding-left: 48px;
  border-radius: clamp(4px, 0.417vw, 16px);
  border: 1px solid #92949F;
  background: #FAFAFA;
  font-family: "Inter", sans-serif;
  font-size: 15px; /* 14px */
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  position: relative;
  color: #0C0C0D;
  box-shadow: none;
}
.form-control-2.form-control-nav {
  padding: clamp(11px, 0.833vw, 24px);
}
@media (max-width: 430px) {
  .form-control-2 {
    padding-right: 54px;
  }
}
.form-control-2:focus {
  box-shadow: none;
  outline: 0;
  color: #0C0C0D !important;
}
.form-control-2::placeholder {
  color: #92949F;
  opacity: 1;
}
.form-control-2 svg {
  position: absolute;
  top: 16px;
  left: 18px;
}

.input-block {
  position: relative;
}
.input-block svg,
.input-block i {
  position: absolute;
  top: 18px;
  left: 16px;
}

.input-block {
  position: relative;
}
.input-block svg,
.input-block i {
  transform: translate(0%, 0%);
  position: absolute;
  top: 18px;
  right: 16px;
}

input[type=file] {
  display: none;
}

label.error {
  color: #ff0000;
}

.cus-checkBox input {
  display: none;
}
.cus-checkBox label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.cus-checkBox label::before {
  content: "\f0c8";
  font-family: "Font Awesome 6 Pro";
  color: #1E1F20;
  font-size: clamp(16px, 1.042vw, 20px);
  font-weight: 300;
}
.cus-checkBox input[type=checkbox]:checked + label::before {
  content: "\f14a";
  color: #000000;
  font-weight: 600;
}

.cus-checkBox input {
  display: none;
}
.cus-checkBox label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.cus-checkBox label::before {
  content: "\f0c8";
  font-family: "Font Awesome 6 Pro";
  color: #1E1F20;
  font-size: clamp(16px, 1.042vw, 20px);
  font-weight: 300;
}
.cus-checkBox input[type=checkbox]:checked + label::before {
  content: "\f14a";
  color: #BD1621;
  font-weight: 600;
}

/* PRELOADER CSS */
.page-loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #141516;
  z-index: 9999;
}
.page-loader .txt {
  text-align: center;
  top: 40%;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-weight: bold;
  line-height: 1.5;
}

/* SPINNER ANIMATION */
.spinner {
  position: relative;
  top: 35%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.video-link {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  text-decoration: none;
  color: white;
  background-color: #f03;
  box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.5);
}

.player {
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgb(0, 0, 0) 100%);
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgb(0, 0, 0) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgb(0, 0, 0) 100%);
  background: radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgb(0, 0, 0) 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.player__video {
  position: relative;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: 65%;
  height: 77%;
  background-color: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.95);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .player__video {
    height: 30%;
  }
}
@media (max-width: 490px) {
  .player__video {
    max-width: 78%;
  }
}

.js--show-video {
  opacity: 1;
}

.video-filler {
  display: block;
  width: 100%;
}

.video-close {
  position: absolute;
  z-index: 0;
  top: 0;
  right: -30px;
  padding: 5px 10px;
  border: none;
  outline: none;
  border-radius: 0 50% 50% 0;
  cursor: pointer;
  font-size: 24px;
  color: #000;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
}

.video-iframe {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
}

/*-------------------------
  layouts
-------------------------*/
.header {
  background: #FAFAFA;
  padding: clamp(18px, 1.25vw, 48px) 0;
  border-bottom: 2px solid #92949F;
}
@media (max-width: 490px) {
  .header {
    padding: 0;
  }
}
@media (max-width: 490px) {
  .header .header-topbar .slider-container {
    padding: 0;
  }
}
.header .header-topbar .header-topbar-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 490px) {
  .header .header-topbar .header-topbar-wrapper {
    gap: 16px;
    justify-content: unset;
  }
}
.header .header-topbar .header-topbar-wrapper .breaking-news {
  flex-shrink: 0;
  z-index: 2;
  border-radius: 5px 0 0 5px;
  padding: clamp(6px, 0.417vw, 16px) clamp(12px, 0.833vw, 24px);
  background: #BD1621;
  display: inline-block;
}
@media (max-width: 490px) {
  .header .header-topbar .header-topbar-wrapper .breaking-news {
    border-radius: 0;
  }
}
.header .header-topbar .header-topbar-wrapper .breaking-news-slider {
  border-radius: 0 5px 5px 0;
  background-color: #EAEAEC;
  padding: clamp(5px, 0.521vw, 20px) clamp(8px, 0.625vw, 24px);

  margin: 0 -12px;
}
@media (max-width: 1399px) {
  .header .header-topbar .header-topbar-wrapper .breaking-news-slider {
    width: 830px !important;
  }
}
@media (max-width: 1199px) {
  .header .header-topbar .header-topbar-wrapper .breaking-news-slider {
    width: 650px !important;
  }
}
@media (max-width: 992px) {
  .header .header-topbar .header-topbar-wrapper .breaking-news-slider {
    width: 320px !important;
  }
}
@media (max-width: 490px) {
  .header .header-topbar .header-topbar-wrapper .breaking-news-slider {
    width: 260px !important;
  }
}
@media (max-width: 399px) {
  .header .header-topbar .header-topbar-wrapper .breaking-news-slider {
    width: 190px !important;
  }
}
.header .header-topbar .header-topbar-wrapper .breaking-news-slider .news-text {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 24px);
}
.header .header-topbar .header-topbar-wrapper .breaking-news-slider .news-text p {
  padding-right: clamp(14px, 0.938vw, 36px) !important;
  display: flex;
  gap: clamp(8px, 0.625vw, 24px);
}
.header .navigation {
  width: 100%;
  position: relative;
  padding: clamp(12px, 0.833vw, 32px) 0;
  z-index: 1000;
}
.header .navigation .nav-main-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1024px) {
  .header .navigation .header-logo {
    width: 80%;
  }
}
.header .navigation .menu-button-right {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3.333vw, 72px);
}
.header .navigation .menu-button-right .main-menu__nav {
  margin-left: auto;
  margin-right: auto;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list,
.header .navigation .menu-button-right .main-menu__nav .main-menu__list ul,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}
@media screen and (min-width: 1200px) {
  .header .navigation .menu-button-right .main-menu__nav .main-menu__list,
  .header .navigation .menu-button-right .main-menu__nav .main-menu__list ul,
  .header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list,
  .header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list ul {
    display: flex;
  }
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list > li,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li {
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
  margin-right: clamp(16px, 1.25vw, 32px);
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list > li > a,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a {
  font-size: clamp(16px, 0.938vw, 24px);
  /* 18px */
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27.6px */
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: #45474F;
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.25vw, 48px) !important;
  position: relative;
  transition: all all 0.3s ease-in-out;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list > li > a.active, .header .navigation .menu-button-right .main-menu__nav .main-menu__list > li > a:hover,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a.active,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a:hover {
  color: #BD1621;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list > li.current a, .header .navigation .menu-button-right .main-menu__nav .main-menu__list > li:hover a,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li.current a,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li:hover a {
  color: #0C0C0D;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list > li .header-arrow,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li .header-arrow {
  color: #45474F;
  margin-left: -18px;
}
@media (max-width: 1699px) {
  .header .navigation .menu-button-right .main-menu__nav .main-menu__list > li .header-arrow,
  .header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li .header-arrow {
    margin-left: -12px;
  }
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul {
  border: 1px solid #92949F;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 210px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  backface-visibility: hidden;
  transition: opacity all 0.3s ease-in-out, visibility all 0.3s ease-in-out, transform 700ms ease;
  z-index: 99;
  background: #FAFAFA;
  padding: 0;
  border-radius: 4px;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li > a,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li > a {
  font-size: clamp(14px, 0.833vw, 20px);
  line-height: 26px;
  color: #45474F;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  display: flex;
  padding: 7px 20px;
  transition: 400ms;
  border-radius: 4px;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li.current > a, .header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li:hover > a,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li.current > a,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li:hover > a {
  background-color: #BD1621;
  color: #FAFAFA;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li > ul,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li > ul {
  top: 0;
  left: calc(100% + 20px);
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li > ul.right-align,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li > ul ul,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li > ul ul {
  display: flex;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list li:hover > ul,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li:hover > ul {
  opacity: 1;
  visibility: visible;
  gap: 0;
  transform: scaleY(1) translateZ(0px);
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header .navigation .menu-button-right .main-menu__nav .main-menu__list li:nth-last-child(1) ul li > ul, .header .navigation .menu-button-right .main-menu__nav .main-menu__list li:nth-last-child(2) ul li > ul,
  .header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li:nth-last-child(1) ul li > ul,
  .header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li:nth-last-child(2) ul li > ul {
    left: auto;
    right: calc(100% + 20px);
  }
}
.header .navigation .main-menu__right {
  display: flex;
  align-items: center;
  gap: clamp(4px, 0.417vw, 16px);
  /* Demo 2 */
}
@media (max-width: 1024px) {
  .header .navigation .main-menu__right {
    gap: clamp(18px, 1.25vw, 48px) !important;
  }
}
.header .navigation .main-menu__right #demo-2 {
  position: relative;
}
.header .navigation .main-menu__right #demo-2 input[type=search] {
  width: clamp(32px, 2.083vw, 64px);
  height: clamp(32px, 2.083vw, 64px);
  display: grid;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 32px;
  color: #FAFAFA;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.header .navigation .main-menu__right #demo-2 input[type=search]:hover {
  width: 230px;
  border-radius: clamp(24px, 1.667vw, 64px);
  color: #FAFAFA !important;
  background-color: #0C0C0D;
  cursor: auto;
  transition: all 0.3s ease-in-out;
}
.header .navigation .main-menu__right #demo-2 input[type=search]:focus {
  color: #FAFAFA !important;
  padding-left: 12px;
}
.header .navigation .main-menu__right #demo-2 input {
  color: #FAFAFA;
}
.header .navigation .main-menu__right #demo-2 input:-moz-placeholder {
  color: transparent;
}
.header .navigation .main-menu__right #demo-2 input::-webkit-input-placeholder {
  color: transparent;
}
.header .navigation .main-menu__right #demo-2 button {
  pointer-events: none;
  background: transparent;
  border: 0;
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translate(-50%, -44%);
  color: #0C0C0D;
}
.header .navigation .main-menu__right #demo-2 button:hover {
  color: #FAFAFA;
}
.header .navigation .main-menu__right #demo-2 button i {
  font-size: clamp(17px, 1.042vw, 24px);
}
.header .navigation .main-menu__right .user-icon {
  width: clamp(32px, 2.083vw, 64px);
  height: clamp(32px, 2.083vw, 64px);
  display: grid;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  color: #FAFAFA;
  background: #141516;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.header .navigation .main-menu__right .user-icon svg {
  width: clamp(17px, 1.042vw, 24px);
  height: clamp(17px, 1.042vw, 24px);
}
.header .navigation .main-menu__right .user-icon svg path {
  transition: all 0.3s ease-in-out;
}
.header .navigation .main-menu__right .user-icon i {
  font-size: clamp(17px, 1.042vw, 24px);
  transition: all 0.3s ease-in-out;
}
.header .navigation .main-menu__right .user-icon:hover svg path {
  fill: #000000;
  transition: all 0.3s ease-in-out;
}
.header .navigation .main-menu__right .user-icon:hover i {
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.header .navigation .main-menu__right .notification-menu {
  padding: clamp(16px, 1.25vw, 40px);
  position: absolute;
  top: 100%;
  right: 4%;
  width: clamp(300px, 18.75vw, 480px);
  border-radius: clamp(4px, 0.417vw, 16px);
  z-index: 10;
  min-height: 100px;
  background: #FAFAFA;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  transition: 300ms;
}
@media (max-width: 1024px) {
  .header .navigation .main-menu__right .notification-menu {
    right: 9%;
  }
}
@media (max-width: 820px) {
  .header .navigation .main-menu__right .notification-menu {
    right: 11%;
  }
}
.header .navigation .main-menu__right .notification-menu::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 14px;
  width: 20px;
  height: 20px;
  background: #FAFAFA;
  transform: rotate(45deg);
  z-index: -1;
}
.header .navigation .main-menu__right .notification-menu.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.header .navigation .main-menu__right .notification-menu ul {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 10;
  margin-bottom: 0;
  padding-left: 0;
}
.header .navigation .main-menu__right .notification-menu ul li {
  list-style: none;
}
.header .navigation .main-menu__right .notification-menu ul li.border-list {
  border-top: 1px solid #92949F;
  border-bottom: 1px solid #92949F;
}
.header .navigation .main-menu__right .notification-menu ul li a {
  text-decoration: none;
  color: #0C0C0D;
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 24px);
}
.header .navigation .main-menu__right .notification-menu ul li:hover a {
  transition: all 0.3s ease-in-out;
  color: #000000;
}

.mobile-nav__toggler {
  font-size: 24px;
  font-weight: 200;
  color: #FAFAFA;
  cursor: pointer;
  transition: 500ms;
  display: none;
}
@media (max-width: 1099px) {
  .mobile-nav__toggler {
    display: flex;
    filter: hue-rotate(50deg);
  }
}
.mobile-nav__toggler:hover {
  color: #BD1621;
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper.expanded {
  z-index: 9999;
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}
.mobile-nav__wrapper .mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0C0C0D;
  opacity: 0.3;
}
.mobile-nav__wrapper .mobile-nav__content {
  width: 300px;
  background-color: #0C0C0D;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}
@media (max-width: 490px) {
  .mobile-nav__wrapper .mobile-nav__content {
    width: clamp(250px, 55.102vw, 450px);
  }
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}
.mobile-nav__wrapper .mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}
.mobile-nav__wrapper .mobile-nav__content .logo-box img {
  width: 100%;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list,
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid RGBA(255, 255, 255, 0.1);
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul li > a {
  padding-left: 1em;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul li:not(:last-child) {
  border-bottom: 1px solid RGBA(255, 255, 255, 0.1);
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid RGBA(255, 255, 255, 0.1);
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #FAFAFA;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  text-transform: capitalize;
  font-weight: 500;
  height: 46px;
  letter-spacing: 0.8px;
  align-items: center;
  transition: 500ms;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a.expanded {
  color: #BD1621;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: #BD1621;
  border: none;
  outline: none;
  color: #FAFAFA;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: #FAFAFA;
  color: #0C0C0D;
}
.mobile-nav__wrapper .mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: #FAFAFA;
  cursor: pointer;
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}
.mobile-nav__social a {
  font-size: 16px;
  color: #FAFAFA;
  transition: 500ms;
}
.mobile-nav__social a + a {
  margin-left: 20px;
}
.mobile-nav__social a:hover {
  color: #BD1621;
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mobile-nav__contact li {
  color: #FAFAFA;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}
.mobile-nav__contact li + li {
  margin-top: 15px;
}
.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: #BD1621;
}
.mobile-nav__contact li i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #BD1621;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
  color: #FAFAFA;
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}

.social-media-icons {
  margin: 0 0 0 clamp(38px, 3.33vw, 84px);
}
.social-media-icons ul {
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.25vw, 48px) !important;
}

.login-text {
  font-size: clamp(14px, 0.833vw, 32px);
}

/* Hide the clear icon for webkit-based browsers (Chrome, Safari, Edge) */
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

.footer-bar {
  background: #E7E7E7;
  padding: clamp(16px, 1.042vw, 40px) 0;
}
.footer-bar .footer-bar-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 8px;
}
@media (max-width: 766px) {
  .footer-bar .footer-bar-content {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
.footer-bar .footer-bar-content .footer-links-block {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3.177vw, 80px);
}
@media (max-width: 1399px) {
  .footer-bar .footer-bar-content .footer-links-block {
    align-items: unset;
  }
}
.footer-bar .footer-bar-content .footer-links-block a {
  transition: all 0.3s ease-in-out;
}
.footer-bar .footer-bar-content .footer-links-block a svg path {
  transition: all 0.3s ease-in-out;
}
.footer-bar .footer-bar-content .footer-links-block a {
  transition: all 0.3s ease-in-out;
}
.footer-bar .footer-bar-content .footer-links-block a:hover svg path {
  transition: all 0.3s ease-in-out;
  fill: #BD1621;
}

.footer {
  background: url("../image/footer-bg.png") no-repeat;
  background-position: center;
}
.footer .footer-block {
  text-align: left;
}
.footer .link-block {
  display: flex;
  gap: clamp(40px, 2.5vw, 54px);
  flex-wrap: wrap;
}
.footer .link-block .links-line {
  width: 120px;
  height: 2px;
  background-color: #BD1621;
}
.footer .link-block ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer .new-latter {
  justify-content: end;
  display: flex;
  align-items: center;
  gap: clamp(4px, 0.417vw, 16px);
}
@media (max-width: 1399px) {
  .footer .new-latter {
    justify-content: left;
    padding: 0;
  }
}
.footer .new-latter input {
  width: 70%;
  border: 1px solid #0C0C0D;
  border-radius: 5px;
  padding: clamp(3px, 0.313vw, 7px) clamp(12px, 0.833vw, 32px);
}
.footer .new-latter button {
  border-radius: 5px;
  padding: clamp(4px, 0.417vw, 16px) clamp(8px, 0.625vw, 24px);
  color: #FAFAFA;
  font-family: "Inter", sans-serif;
  font-size: clamp(15px, 0.833vw, 36px);
  /* 16px */
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.footer .new-latter button:hover {
  color: #BD1621;
}
.footer .new-latter button::before {
  border-radius: 5px !important;
}
@media (max-width: 399px) {
  .footer p br {
    display: none;
  }
}

.footer-bottom-bar {
  padding: clamp(12px, 0.833vw, 32px) 0;
  background-color: #45474F;
}

.hero-section .hero-video {
  position: relative;
}
.hero-section .hero-video .image-block {
  width: 100%;
}
.hero-section .hero-video .image-block img {
  width: 100%;
  border-radius: clamp(5px, 0.521vw, 20px);
}
.hero-section .hero-video .image-block .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: clamp(48px, 5.208vw, 180px);
}
.hero-section .hero-video .text-block {
  position: absolute;
  bottom: 24px;
  left: 16px;
}
@media (max-width: 490px) {
  .hero-section .hero-video .text-block {
    bottom: 16px;
    left: 8px;
  }
}
.hero-section .hero-video .text-block .tag-label {
  padding: clamp(2px, 0.208vw, 8px) clamp(4px, 0.417vw, 16px);
  border-radius: 4px;
  color: #FAFAFA;
  background: #533626;
}
.hero-section .hero-video .text-block h4 {
  color: #FAFAFA;
  transition: all 0.3s ease-in-out;
}
.hero-section .more-video-content {
  display: flex;
  align-items: center;
  gap: clamp(4px, 0.417vw, 16px);
  align-self: stretch;
}
.hero-section .more-video-content .play-btn {
  color: #0C0C0D;
}

.more-videos-scrollable {
  max-height: 580px;
  overflow-y: auto;
  background: #f9f9f9;
  border-radius: 10px;
}
@media (max-width: 1399px) {
  .more-videos-scrollable {
    height: 28.646vw;
  }
}

.more-videos-scrollable::-webkit-scrollbar {
  width: 8px;
  border-radius: 4px;
}

.more-videos-scrollable::-webkit-scrollbar-thumb {
  background: #888;
  /* Round the edges */
}

.more-videos-scrollable::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@media (max-width: 540px) {
  .hero-img {
    min-height: 500px;
    object-fit: cover;
  }
}

.blog-hero-section .hero-blog-img {
  position: relative;
  width: 100%;
}
.blog-hero-section .hero-blog-img img {
  border-radius: 10px;
  width: 100%;
}
@media (max-width: 499px) {
  .blog-hero-section .hero-blog-img img {
    min-height: 500px;
    object-fit: cover;
  }
}
.blog-hero-section .hero-blog-img .hero-blog-content {
  position: absolute;
  width: 100%;
  bottom: clamp(24px, 1.875vw, 64px);
  padding: 0 clamp(24px, 1.875vw, 64px);
  left: 0;
  right: 0;
}
.blog-hero-section .hero-blog-img .custom-button {
  flex-wrap: wrap;
  row-gap: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-hero-section .hero-blog-img .custom-button .cus-btn-2 {
  border-radius: 5px;
  padding: clamp(12px, 0.833vw, 32px) clamp(24px, 1.667vw, 64px);
}
.blog-hero-section .hero-blog-img .custom-button .cus-btn-2::before {
  border-radius: 5px;
}

.blog-sec .blog-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-sec .news-title {
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.25vw, 48px) !important;
}
.blog-sec .news-title .title-left-line {
  width: 8px;
  height: 59px;
  background: #79913D;
}
.blog-sec .blog-1 .img-block {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
}
.blog-sec .blog-1 .img-block img {
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
}
.blog-sec .blog-1 .img-block {
  border-radius: 6px;
  position: relative;
}
.blog-sec .blog-1 .img-block.shine::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -82%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
  pointer-events: none;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.blog-sec .blog-1 .img-block img {
  border-radius: 6px;
  border-radius: clamp(6px, 0.625vw, 20px);
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}
.blog-sec .blog-1:hover {
  border-radius: 6px;
}
.blog-sec .blog-1:hover .img-block img {
  border-radius: 6px;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}
.blog-sec .blog-1:hover .img-block.shine:hover::before, .blog-sec .blog-1:hover .img-block.shine:focus::before {
  animation: shine 0.85s;
}

@media (max-width: 420px) {
  p br {
    display: none;
  }
}

.title-banner .banner-wrapper {
  background: url("https://uiparadox.co.uk/public/templates/kentuckynews/assets/media/backgrounds/title-banner.jpg") no-repeat;
  border-radius: clamp(12px, 0.833vw, 32px);
  background-position: center;
  background-size: cover;
  padding: clamp(60px, 3.776vw, 64px) clamp(10px, 15.625vw, 350px);
}
.title-banner .title-content {
  color: #FAFAFA;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.about-us .our-course {
  position: relative;
}
.about-us .our-course img {
  width: 100%;
  height: 642px;
  object-fit: cover;
}
@media (max-width: 1799px) {
  .about-us .our-course img {
    height: 33.438vw;
  }
}
@media (max-width: 1499px) {
  .about-us .our-course img {
    height: clamp(514px, 33.438vw, 24px);
  }
}
.about-us .our-course .our-course-detail {
  padding-right: 10px;
  position: absolute;
  left: 24px;
  top: 36px;
}
.about-us .our-course .our-course-detail .project-detail {
  padding: clamp(8px, 0.625vw, 24px) clamp(18px, 1.25vw, 48px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: clamp(26px, 1.771vw, 66px);
  background-color: #FAFAFA;
}

.blog-detail .quote {
  padding: clamp(24px, 1.875vw, 64px) clamp(10px, 0.729vw, 28px);
  border-radius: clamp(5px, 0.521vw, 20px);
  border-right: 2px solid #0C0C0D;
  border-left: 2px solid #0C0C0D;
  background: #F1F1F1;
  text-align: center;
}

.social-media-section .social-media-wrapper {
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.25vw, 48px) !important;
  width: 100%;
}
@media (max-width: 490px) {
  .social-media-section .social-media-wrapper {
    flex-wrap: wrap;
  }
}
.social-media-section .social-media-wrapper .social-media-block {
  width: 24%;
  text-align: center;
}
@media (max-width: 490px) {
  .social-media-section .social-media-wrapper .social-media-block {
    width: 47.5%;
  }
}
@media (max-width: 380px) {
  .social-media-section .social-media-wrapper .social-media-block {
    width: 47%;
  }
}
.social-media-section .social-media-wrapper .social-media-block .info-box {
  background: #EAEAEC;
  border-radius: clamp(8px, 0.625vw, 24px);
  padding: clamp(16px, 1.667vw, 48px);
  transition: all 0.3s ease-in-out;
}
.social-media-section .social-media-wrapper .social-media-block .info-box img {
  width: clamp(40px, 3.333vw, 120px);
  height: clamp(40px, 3.333vw, 120px);
}
.social-media-section .social-media-wrapper .social-media-block:hover .info-box {
  transition: all 0.3s ease-in-out;
  background: #E8A52F;
}
.social-media-section .social-media-wrapper .social-media-block:hover .info-box h6 {
  color: #FAFAFA;
}

.contact-information-wrapper {
  border: 1px solid #92949F;
  background: #FAFAFA;
}

.contact-form-container .input-block input {
  color: #92949F;
}
.contact-form-container .input-block input:focus {
  background: #141516;
  color: #FAFAFA !important;
}
.contact-form-container .input-block input::placeholder {
  color: #92949F;
}
.contact-form-container .input-block input:-webkit-autofill, .contact-form-container .input-block input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}
.contact-form-container .input-block svg path {
  fill: #92949F !important;
}
.contact-form-container .input-block i {
  color: #FAFAFA;
  margin-top: 2px;
}
.contact-form-container .input-block .wrapper-dropdown {
  border: 1px solid #92949F;
  border-radius: clamp(4px, 0.417vw, 16px);
  padding: clamp(11px, 0.833vw, 24px);
  padding-left: 48px;
  background: #FAFAFA;
  color: #92949F;
}
.contact-form-container .input-block .wrapper-dropdown #drp-arrow {
  right: 16px !important;
  left: unset !important;
}
.contact-form-container .cus-btn .cus-btn-parent {
  width: clamp(140px, 12.708vw, 300px);
}

.map {
  position: relative;
  margin-top: -128px;
  z-index: -1;
  height: clamp(350px, 31.25vw, 880px);
}
.map iframe {
  width: 100%;
  height: clamp(350px, 31.25vw, 880px);
}

.drop-container {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.wrapper-dropdown {
  position: relative;
  cursor: pointer;
  border-radius: 8px;
  padding: 12px 48px 12px 16px;
  background: #fff;
  color: #888;
  border: 1px solid #92949F;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrapper-dropdown.active {
  border-color: #92949F;
}

#drp-arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

#drp-arrow.rotated {
  transform: translateY(-50%) rotate(180deg);
}

.topbar-dropdown {
  padding-left: 0;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  z-index: 100;
}

.wrapper-dropdown.active .topbar-dropdown {
  max-height: 300px;
  opacity: 1;
}

.topbar-dropdown li {
  list-style: none;
  padding: 12px 16px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.topbar-dropdown li:hover {
  background-color: #f0f0f0;
  color: #000;
}

.drop-container {
  position: relative;
  width: 100%;
}

.wrapper-dropdown {
  position: relative;
  cursor: pointer;
  border-radius: 8px;
  padding: 12px 48px 12px 16px;
  background: #fff;
  color: #888;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.selected-display {
  flex-grow: 1;
}

#drp-arrow {
  transition: transform 0.3s ease;
}

.topbar-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 100;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}

.wrapper-dropdown.active .topbar-dropdown {
  max-height: 200px;
  opacity: 1;
}

.topbar-dropdown li {
  padding: 12px 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.topbar-dropdown li:hover {
  background-color: #f0f0f0;
}

.icon-svg {
  position: absolute;
}

.massege {
  padding-left: 12px;
}

.blog-sec .blog-content-area .blog-img {
  overflow: hidden;
  border-top-left-radius: clamp(12px, 0.833vw, 32px);
  border-top-right-radius: clamp(12px, 0.833vw, 32px);
}
.blog-sec .blog-content-area .blog-img img {
  transition: all 0.3s ease-in-out;
  border-top-left-radius: clamp(12px, 0.833vw, 32px);
  border-top-right-radius: clamp(12px, 0.833vw, 32px);
}
.blog-sec .blog-content-area .blog-text-area {
  border-bottom-left-radius: clamp(12px, 0.833vw, 32px);
  border-bottom-right-radius: clamp(12px, 0.833vw, 32px);
  padding: clamp(18px, 1.25vw, 48px) clamp(12px, 0.833vw, 32px);
  background-color: #FAFAFA;
}
.blog-sec .blog-content-area .blog-text-area .blog-user-img {
  width: clamp(24px, 1.667vw, 64px);
  height: clamp(24px, 1.667vw, 64px);
}
.blog-sec .blog-content-area .blog-text-area .blog-user-img-2 {
  width: clamp(16px, 1.042vw, 40px);
  height: clamp(16px, 1.042vw, 40px);
}
.blog-sec .blog-content-area .blog-text-area .blog-hover-content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.3s ease-in-out;
}
.blog-sec .blog-content-area .blog-text-area .blog-hover-content:hover {
  transition: all 0.3s ease-in-out;
  color: #BD1621 !important;
}
.blog-sec .blog-content-area .blog-smaller-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog-sec .blog-content-area:hover .content-img {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}

.home-blog-sec .img-blog {
  overflow: hidden;
}
.home-blog-sec .img-blog img {
  transition: all 0.3s ease-in-out;
}
.home-blog-sec .img-blog:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}
.home-blog-sec .content-block {
  padding: 0 clamp(8px, 0.625vw, 24px);
}
.home-blog-sec .blog-wrapper {
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.25vw, 48px) !important;
}

.news-block-wrapper {
  display: flex;
  gap: clamp(18px, 1.25vw, 48px) !important;
}
@media (max-width: 1024px) {
  .news-block-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 766px) {
  .news-block-wrapper {
    justify-content: unset;
  }
}
.news-block-wrapper .img-block img {
  border-radius: 10px;
}
.news-block-wrapper .new-button {
  padding: clamp(4px, 0.417vw, 16px) clamp(18px, 1.25vw, 48px);
  border-radius: 5px;
}
.news-block-wrapper .new-button::before {
  border-radius: 5px;
}
.news-block-wrapper .tag-label {
  padding: clamp(2px, 0.208vw, 8px) clamp(4px, 0.417vw, 16px);
  border-radius: 4px;
  color: #FAFAFA;
  background: #533626;
}

@media (max-width: 1024px) {
  .news-block-wrapper-2 {
    flex-wrap: nowrap !important;
    justify-content: unset !important;
  }
}
@media (max-width: 766px) {
  .news-block-wrapper-2 {
    flex-wrap: wrap !important;
    justify-content: unset;
  }
}

.hero-section .news-block-wrapper-3 .img-block {
  transition: all 0.3s ease-in-out;
}
.hero-section .news-block-wrapper-3 .img-block img {
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.hero-section .news-block-wrapper-3 .tag-label {
  padding: clamp(2px, 0.208vw, 8px) clamp(4px, 0.417vw, 16px);
  border-radius: 4px;
  color: #FAFAFA;
  background: #002368;
}
.hero-section .news-block-wrapper-3 .cus-btn-2 {
  padding: clamp(4px, 0.417vw, 16px) clamp(8px, 0.625vw, 24px);
  border: 1px solid #BD1621 !important;
  background-color: transparent !important;
  color: #BD1621 !important;
  border-radius: 5px;
}
.hero-section .news-block-wrapper-3 .cus-btn-2::before {
  border-radius: 5px;
  background-color: #BD1621 !important;
  color: #FAFAFA !important;
}
.hero-section .news-block-wrapper-3 .cus-btn-2:hover {
  color: #FAFAFA !important;
}

.video-sec .banner-video {
  border-radius: clamp(12px, 0.833vw, 32px);
  width: 100%;
  height: clamp(380px, 25.833vw, 520px);
  /*496*/
  object-fit: cover;
}

.side-bar .stay-connect-link {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: clamp(4px, 0.417vw, 16px);
  grid-row-gap: clamp(4px, 0.417vw, 16px);
}
.side-bar .stay-connect-link .link-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #F7C8DA;
  padding: clamp(24px, 1.563vw, 64px);
  transition: all 0.3s ease-in-out;
}
.side-bar .stay-connect-link .link-1:hover {
  background-color: #141516;
}
.side-bar .weather-bg {
  width: 100%;
  background: url("../image/wheather.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: clamp(5px, 0.521vw, 20px);
  padding: clamp(18px, 1.354vw, 48px) clamp(12px, 0.833vw, 32px);
}
.side-bar .ad {
  border-radius: 5px;
  padding: clamp(38px, 2.63vw, 78px) clamp(18px, 1.25vw, 48px);
  background-color: #D4D4D4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.side-bar .news-letter {
  padding: clamp(12px, 0.833vw, 32px);
  border-radius: clamp(5px, 0.521vw, 20px);
  background: #F5EEA7;
}
.side-bar .featured-news {
  border-radius: clamp(5px, 0.521vw, 20px);
  padding: clamp(12px, 0.833vw, 32px);
  background-color: #D0F0BC;
}
.side-bar .featured-news .f-news-block {
  flex-shrink: 0;
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: clamp(4px, 0.417vw, 16px);
}
.side-bar .featured-news .f-news-block img {
  border-radius: 5px;
}
.side-bar .featured-news-1 {
  background-color: #BCF0F0;
}

.form-group {
  display: flex;
  align-items: center;
  padding: 4px;
  border: 1px solid #92949F;
  border-radius: 5px;
  background-color: #FAFAFA;
  padding-left: clamp(12px, 0.833vw, 32px);
}
.form-group input {
  background-color: transparent;
  width: 100%;
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
}
.form-group input::placeholder {
  color: #45474F;
  font-family: "Inter", sans-serif;
  font-size: clamp(15px, 0.833vw, 36px);
  /* 16px */
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
}
.form-group button {
  padding: 8px 12px;
  border-radius: 5px;
  flex-shrink: 0;
}
.form-group button::before {
  border-radius: 4px;
}

.sidbar .search-container {
  position: relative;
  /* Ensures the icon and input are related */
}
.sidbar .search-icon {
  position: absolute;
  top: 50%;
  /* Centers the icon vertically */
  left: clamp(12px, 0.833vw, 32px);
  /* Responsive left position */
  transform: translateY(-50%);
  /* Centers icon exactly at the middle */
  color: black;
  /* Adjust color */
  font-size: 20px;
  /* Adjust icon size */
}
.sidbar .search-form {
  width: 100%;
  /* Input field takes the full width */
  padding-left: 40px;
  /* Creates space for the icon */
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: normal;
  /* Prevents text from being vertically misaligned */
  position: relative;
  font-size: 1rem;
  /* Responsive text size */
}
@media (max-width: 768px) {
  .sidbar .search-icon {
    font-size: 1.2rem;
    /* Smaller icon for tablet devices */
    left: clamp(8px, 0.625vw, 24px);
    /* Adjust position */
  }
  .sidbar .search-form {
    padding-left: 36px;
    /* Adjust padding for smaller screens */
    font-size: 0.9rem;
    /* Smaller input text */
  }
}
@media (max-width: 480px) {
  .sidbar .search-icon {
    font-size: 1rem;
    /* Smaller icon for mobile */
    left: clamp(6px, 0.5vw, 18px);
    /* Adjust position */
  }
  .sidbar .search-form {
    padding-left: 32px;
    /* Adjust padding for mobile */
    font-size: 0.8rem;
    /* Smaller input text */
  }
}
.sidbar .popular-post {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 32px);
}
.sidbar .popular-post .dot {
  width: 4px;
  height: 4px;
  background-color: #92949F;
  border-radius: 50%;
}
.sidbar .popular-post .img-block img {
  border-radius: 5px;
}
.sidbar .categories-bg {
  width: 100%;
  background-color: #FAFAFA;
  border-radius: 5px;
  border: 1px solid #92949F;
  padding: clamp(4px, 0.417vw, 16px) clamp(8px, 0.625vw, 24px);
  transition: all 0.3s ease-in-out;
}
.sidbar .categories-bg .hover-text {
  transition: all 0.3s ease-in-out;
}
.sidbar .categories-bg svg {
  transition: all 0.3s ease-in-out;
}
.sidbar .categories-bg:hover {
  transition: all 0.3s ease-in-out;
  background-color: #BD1621;
  border: 1px solid #BD1621;
}
.sidbar .categories-bg:hover .hover-text {
  transition: all 0.3s ease-in-out;
  color: #FAFAFA !important;
}
.sidbar .categories-bg:hover svg {
  transition: all 0.3s ease-in-out;
}
.sidbar .categories-bg:hover svg path {
  transition: all 0.3s ease-in-out;
  stroke: #FAFAFA;
}
.sidbar .email-block {
  display: flex;
  align-items: center;
  gap: clamp(4px, 0.417vw, 16px);
  justify-content: center;
}
.sidbar .email-input {
  flex: 1;
}
.sidbar .email-input input {
  width: 100%;
  padding: clamp(4px, 0.417vw, 16px) clamp(12px, 0.833vw, 32px);
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid #45474F;
}
.sidbar .email-button {
  flex-shrink: 0;
}
.sidbar .email-button button {
  border-radius: 5px;
  padding: clamp(8px, 0.625vw, 24px) clamp(12px, 0.833vw, 32px);
}
.sidbar .email-button button::before {
  border-radius: 5px;
}

.new-sec .news-title {
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.25vw, 48px) !important;
}
.new-sec .news-title .title-left-line {
  width: 8px;
  height: 59px;
  background-color: #BD1621;
}
.new-sec .tag-label-1 {
  background-color: #351434;
}
.new-sec .tag-label-2 {
  background-color: #003874;
}
.new-sec .tag-label-3 {
  background-color: #183D02;
}

.image-block {
  width: 100%;
  position: relative;
}
.image-block img {
  border-radius: clamp(5px, 0.521vw, 20px);
}
.image-block .text-block {
  position: absolute;
  bottom: clamp(18px, 1.25vw, 48px);
  padding: 0 clamp(18px, 1.25vw, 48px);
}
.image-block .text-block .tag-label {
  padding: clamp(2px, 0.208vw, 8px) clamp(4px, 0.417vw, 16px);
  border-radius: 4px;
  color: #FAFAFA;
}

.tranding-news-sec .news-title {
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.25vw, 48px) !important;
}
.tranding-news-sec .news-title .title-left-line {
  width: 8px;
  height: 59px;
  background: #FF823C;
}
.tranding-news-sec .news-title .title-left-line-1 {
  width: 8px;
  height: 59px;
  background: #005D09;
}
.tranding-news-sec .slick-slide {
  margin: 0 12px;
}
.tranding-news-sec .img-block {
  position: relative;
}
.tranding-news-sec .img-block img {
  border-radius: clamp(5px, 0.521vw, 20px);
}
.tranding-news-sec .img-block .tag-label {
  top: clamp(12px, 0.833vw, 32px);
  left: clamp(12px, 0.833vw, 32px);
  position: absolute;
  padding: clamp(2px, 0.208vw, 8px) clamp(4px, 0.417vw, 16px);
  border-radius: 4px;
  color: #FAFAFA;
}
.tranding-news-sec .img-block .tag-label-1 {
  background-color: #5E0008;
}
.tranding-news-sec .img-block .tag-label-4 {
  background-color: #E791A0;
}
.tranding-news-sec .img-block .text-block {
  position: absolute;
  bottom: clamp(12px, 0.833vw, 32px);
  padding: 0 clamp(12px, 0.833vw, 32px);
}
.tranding-news-sec .slide-title-content {
  display: flex;
  align-items: center;
  gap: clamp(4px, 0.417vw, 16px);
  justify-content: space-between;
  flex-wrap: wrap;
}
.tranding-news-sec .slider-arrows .arrow-btn {
  display: flex;
  padding: clamp(4px, 0.417vw, 16px);
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.tranding-news-sec .slider-arrows .arrow-btn svg {
  width: clamp(18px, 1.25vw, 48px);
  height: clamp(18px, 1.25vw, 48px);
}
.tranding-news-sec .slider-arrows .arrow-btn svg path {
  stroke: #92949F;
}
.tranding-news-sec .slider-arrows .btn-prev {
  background-color: #EAEAEC;
  transition: all 0.3s ease-in-out;
}
.tranding-news-sec .slider-arrows .btn-prev svg {
  width: clamp(18px, 1.25vw, 48px);
  height: clamp(18px, 1.25vw, 48px);
}
.tranding-news-sec .slider-arrows .btn-prev svg path {
  fill: #92949F;
  stroke: #92949F;
}
.tranding-news-sec .slider-arrows .btn-prev:hover {
  background-color: #005D09;
}
.tranding-news-sec .slider-arrows .btn-prev:hover svg path {
  fill: #EAEAEC;
}
.tranding-news-sec .slider-arrows .btn-next {
  background-color: #005D09;
  transition: all 0.3s ease-in-out;
}
.tranding-news-sec .slider-arrows .btn-next:hover {
  background-color: #EAEAEC;
}
.tranding-news-sec .slider-arrows .btn-next:hover svg path {
  fill: #92949F;
  stroke: #92949F;
}

.travel-sec .news-title {
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.25vw, 48px) !important;
}
.travel-sec .news-title .title-left-line {
  width: 8px;
  height: 59px;
  background-color: #9800A5;
}
.travel-sec .title-left-line-2 {
  background-color: #238500;
}
.travel-sec .title-left-line-3 {
  background-color: #00628D;
}
.travel-sec .title-left-line-3 {
  width: 8px;
  height: 59px;
  background-color: #BD1621;
}

.tag-label-1 {
  background-color: #B54633 !important;
}

.tag-label-2 {
  background-color: #016164 !important;
}

.tag-label-3 {
  background-color: #D64C19 !important;
}

.tag-label-4 {
  background-color: #AF0720 !important;
}

.tag-label-5 {
  background-color: #3AC3DA !important;
}

.tag-label-6 {
  background-color: #C36304 !important;
}

.tag-label-7 {
  background-color: #7E9E41 !important;
}

.tag-label-8 {
  background-color: #8A6331 !important;
}

.tag-label-9 {
  background-color: #26433C !important;
}

.tag-label-10 {
  background-color: #B43A72 !important;
}

.tag-label-2 {
  background-color: #FDA71A !important;
}

.tag-label-3 {
  background-color: #4c00fe !important;
}

.banner-1 .banner-bg {
  background: url("../image/img-1.png") no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 4px;
  padding: 2.604vw 5.521vw 2.604vw 1.25vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 8px;
}
.banner-1 .banner-bg .banner-line {
  width: 1px;
  height: 56px;
  background-color: #FAFAFA;
}

.error-page {
  padding: clamp(80px, 8.438vw, 220px) 0;
}
.error-page .error-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-page .error-wrapper img {
  width: clamp(405px, 53.485vw, 2020px);
}

.coming-soon-sec {
  padding: clamp(80px, 8.594vw, 220px) 0;
}
.coming-soon-sec .email-wrapper {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.042vw, 40px) !important;
}
.coming-soon-sec .email-wrapper .input-email {
  padding: clamp(10px, 0.729vw, 28px) clamp(18px, 1.25vw, 48px);
  border-radius: 5px;
  border: 1px solid #45474F;
  background-color: #FAFAFA;
}
.coming-soon-sec .email-wrapper .seach-button {
  border: 1px solid #BD1621;
  padding: clamp(12px, 0.833vw, 32px) clamp(18px, 1.25vw, 48px);
  border-radius: 5px;
}
.coming-soon-sec .email-wrapper .seach-button::before {
  border-radius: 5px;
}
@media (max-width: 460px) {
  .coming-soon-sec p br {
    display: none;
  }
}

.signin-sec {
  background: url("../image/signin-bg.jpg") no-repeat;
  background-size: cover;
  padding: clamp(64px, 10.391vw, 296px) 0;
}
.signin-sec .signin-wrapper {
  padding: clamp(40px, 2.5vw, 54px);
  background-color: #FAFAFA;
  border-radius: clamp(5px, 0.521vw, 20px);
}
.signin-sec .signin-wrapper .sign-with-google {
  padding: clamp(5px, 0.521vw, 20px) clamp(12px, 0.833vw, 32px);
  border-radius: 5px;
  background: #E9F1FF;
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.042vw, 40px) !important;
}
.signin-sec .signin-wrapper .sign-with-google .text {
  color: #4285F4;
}
.signin-sec .signin-wrapper .link {
  color: #4285F4;
  font-size: clamp(5px, 0.521vw, 20px);
  text-decoration-line: underline;
  font-weight: 500;
}
.signin-sec .signin-wrapper .cus-btn-2 {
  border-radius: 5px;
  justify-content: end;
  padding: clamp(12px, 0.833vw, 32px) clamp(48px, 4.74vw, 128px);
}
.signin-sec .signin-wrapper .cus-btn-2::before {
  border-radius: 5px;
}

/*# sourceMappingURL=app.css.map */
