@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-2xl,
  .container-3xl {
    max-width: 1520px;
  }
  .col-3xl-1,
  .col-3xl-2,
  .col-3xl-3,
  .col-3xl-4,
  .col-3xl-5,
  .col-3xl-6,
  .col-3xl-7,
  .col-3xl-8,
  .col-3xl-9,
  .col-3xl-10,
  .col-3xl-11,
  .col-3xl-12,
  .col-3xl,
  .col-3xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-3xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-3xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-3xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-3xl-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-3xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-3xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-3xl-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-3xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-3xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-3xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-3xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-3xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-3xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-3xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-3xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-3xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-3xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-3xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-3xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-3xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-3xl-first {
    order: -1;
  }
  .order-3xl-last {
    order: 13;
  }
  .order-3xl-0 {
    order: 0;
  }
  .order-3xl-1 {
    order: 1;
  }
  .order-3xl-2 {
    order: 2;
  }
  .order-3xl-3 {
    order: 3;
  }
  .order-3xl-4 {
    order: 4;
  }
  .order-3xl-5 {
    order: 5;
  }
  .order-3xl-6 {
    order: 6;
  }
  .order-3xl-7 {
    order: 7;
  }
  .order-3xl-8 {
    order: 8;
  }
  .order-3xl-9 {
    order: 9;
  }
  .order-3xl-10 {
    order: 10;
  }
  .order-3xl-11 {
    order: 11;
  }
  .order-3xl-12 {
    order: 12;
  }
  .offset-3xl-0 {
    margin-left: 0;
  }
  .offset-3xl-1 {
    margin-left: 8.333333%;
  }
  .offset-3xl-2 {
    margin-left: 16.666667%;
  }
  .offset-3xl-3 {
    margin-left: 25%;
  }
  .offset-3xl-4 {
    margin-left: 33.333333%;
  }
  .offset-3xl-5 {
    margin-left: 41.666667%;
  }
  .offset-3xl-6 {
    margin-left: 50%;
  }
  .offset-3xl-7 {
    margin-left: 58.333333%;
  }
  .offset-3xl-8 {
    margin-left: 66.666667%;
  }
  .offset-3xl-9 {
    margin-left: 75%;
  }
  .offset-3xl-10 {
    margin-left: 83.333333%;
  }
  .offset-3xl-11 {
    margin-left: 91.666667%;
  }
  .modal-3xl {
    max-width: 1520px;
  }
  .m-3xl-0 {
    margin: 0 !important;
  }
  .mt-3xl-0,
  .my-3xl-0 {
    margin-top: 0 !important;
  }
  .mr-3xl-0,
  .mx-3xl-0 {
    margin-right: 0 !important;
  }
  .mb-3xl-0,
  .my-3xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-3xl-0,
  .mx-3xl-0 {
    margin-left: 0 !important;
  }
  .m-3xl-1 {
    margin: 0.25rem !important;
  }
  .mt-3xl-1,
  .my-3xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-3xl-1,
  .mx-3xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-3xl-1,
  .my-3xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-3xl-1,
  .mx-3xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-3xl-2 {
    margin: 0.5rem !important;
  }
  .mt-3xl-2,
  .my-3xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-3xl-2,
  .mx-3xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-3xl-2,
  .my-3xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-3xl-2,
  .mx-3xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-3xl-3 {
    margin: 1rem !important;
  }
  .mt-3xl-3,
  .my-3xl-3 {
    margin-top: 1rem !important;
  }
  .mr-3xl-3,
  .mx-3xl-3 {
    margin-right: 1rem !important;
  }
  .mb-3xl-3,
  .my-3xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-3xl-3,
  .mx-3xl-3 {
    margin-left: 1rem !important;
  }
  .m-3xl-4 {
    margin: 1.5rem !important;
  }
  .mt-3xl-4,
  .my-3xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-3xl-4,
  .mx-3xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-3xl-4,
  .my-3xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-3xl-4,
  .mx-3xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-3xl-5 {
    margin: 3rem !important;
  }
  .mt-3xl-5,
  .my-3xl-5 {
    margin-top: 3rem !important;
  }
  .mr-3xl-5,
  .mx-3xl-5 {
    margin-right: 3rem !important;
  }
  .mb-3xl-5,
  .my-3xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-3xl-5,
  .mx-3xl-5 {
    margin-left: 3rem !important;
  }
  .p-3xl-0 {
    padding: 0 !important;
  }
  .pt-3xl-0,
  .py-3xl-0 {
    padding-top: 0 !important;
  }
  .pr-3xl-0,
  .px-3xl-0 {
    padding-right: 0 !important;
  }
  .pb-3xl-0,
  .py-3xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-3xl-0,
  .px-3xl-0 {
    padding-left: 0 !important;
  }
  .p-3xl-1 {
    padding: 0.25rem !important;
  }
  .pt-3xl-1,
  .py-3xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-3xl-1,
  .px-3xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-3xl-1,
  .py-3xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-3xl-1,
  .px-3xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-3xl-2 {
    padding: 0.5rem !important;
  }
  .pt-3xl-2,
  .py-3xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-3xl-2,
  .px-3xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-3xl-2,
  .py-3xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-3xl-2,
  .px-3xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-3xl-3 {
    padding: 1rem !important;
  }
  .pt-3xl-3,
  .py-3xl-3 {
    padding-top: 1rem !important;
  }
  .pr-3xl-3,
  .px-3xl-3 {
    padding-right: 1rem !important;
  }
  .pb-3xl-3,
  .py-3xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-3xl-3,
  .px-3xl-3 {
    padding-left: 1rem !important;
  }
  .p-3xl-4 {
    padding: 1.5rem !important;
  }
  .pt-3xl-4,
  .py-3xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-3xl-4,
  .px-3xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-3xl-4,
  .py-3xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-3xl-4,
  .px-3xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-3xl-5 {
    padding: 3rem !important;
  }
  .pt-3xl-5,
  .py-3xl-5 {
    padding-top: 3rem !important;
  }
  .pr-3xl-5,
  .px-3xl-5 {
    padding-right: 3rem !important;
  }
  .pb-3xl-5,
  .py-3xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-3xl-5,
  .px-3xl-5 {
    padding-left: 3rem !important;
  }
  .m-3xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-3xl-n1,
  .my-3xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-3xl-n1,
  .mx-3xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-3xl-n1,
  .my-3xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-3xl-n1,
  .mx-3xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-3xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-3xl-n2,
  .my-3xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-3xl-n2,
  .mx-3xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-3xl-n2,
  .my-3xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-3xl-n2,
  .mx-3xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-3xl-n3 {
    margin: -1rem !important;
  }
  .mt-3xl-n3,
  .my-3xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-3xl-n3,
  .mx-3xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-3xl-n3,
  .my-3xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-3xl-n3,
  .mx-3xl-n3 {
    margin-left: -1rem !important;
  }
  .m-3xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-3xl-n4,
  .my-3xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-3xl-n4,
  .mx-3xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-3xl-n4,
  .my-3xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-3xl-n4,
  .mx-3xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-3xl-n5 {
    margin: -3rem !important;
  }
  .mt-3xl-n5,
  .my-3xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-3xl-n5,
  .mx-3xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-3xl-n5,
  .my-3xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-3xl-n5,
  .mx-3xl-n5 {
    margin-left: -3rem !important;
  }
  .m-3xl-auto {
    margin: auto !important;
  }
  .mt-3xl-auto,
  .my-3xl-auto {
    margin-top: auto !important;
  }
  .mr-3xl-auto,
  .mx-3xl-auto {
    margin-right: auto !important;
  }
  .mb-3xl-auto,
  .my-3xl-auto {
    margin-bottom: auto !important;
  }
  .ml-3xl-auto,
  .mx-3xl-auto {
    margin-left: auto !important;
  }
}
/* ===== pseudo ===== */
/* ===== Usage ===== */
/* ===== vertically-center ===== */
.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-center,
.flex-center-column {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-align-center {
  display: flex;
  align-items: center;
}

.flex-between,
.flex-between-center {
  display: flex;
  justify-content: space-between;
}

.flex-between-center {
  align-items: center;
}

.flex-between-start {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.flex-end,
.flex-end-column {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.flex-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.flex-center-column {
  flex-direction: column;
}

.flex-end-column {
  flex-direction: column;
}

.flex-center-vert {
  display: flex;
  align-items: center;
}

.flex-center-horiz {
  display: flex;
  justify-content: center;
}

.flex-evenly {
  display: flex;
  justify-content: space-evenly;
}

* {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  border-radius: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-size: 14px;
  overflow-x: hidden;
  color: #000;
}
@media only screen and (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1400px) {
  body {
    font-size: 18px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}

h1 {
  font-size: 40px;
}
@media only screen and (min-width: 1400px) {
  h1 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 28px;
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 22px;
  }
}
h2.font-large {
  font-size: 40px;
}
@media only screen and (min-width: 1400px) {
  h2.font-large {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  h2.font-large {
    font-size: 25px;
  }
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 19px;
}

h6 {
  font-size: 15px;
}

a {
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

p {
  font-size: 14px;
}
@media only screen and (min-width: 1400px) {
  p {
    font-size: 16px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.py-80 {
  padding: 40px 0px;
}
@media only screen and (min-width: 1200px) {
  .py-80 {
    padding: 80px 0px;
  }
}

.py-100 {
  padding: 50px 0px;
}
@media only screen and (min-width: 1200px) {
  .py-100 {
    padding: 100px 0px;
  }
}

.py-40 {
  padding: 20px 0px;
}
@media only screen and (min-width: 1200px) {
  .py-40 {
    padding: 40px 0px;
  }
}

.pt-100 {
  padding-top: 50px;
}
@media only screen and (min-width: 1200px) {
  .pt-100 {
    padding-top: 100px;
  }
}

.gap1 {
  gap: 4px;
}
.gap2 {
  gap: 8px;
}
.gap3 {
  gap: 12px;
}
.gap4 {
  gap: 16px;
}
.hr {
  width: 100%;
  height: 1px;
  background: #e0e0e0;
}
