*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  outline: none;
  text-transform: capitalize;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
@media only screen and (max-width: 62em) {
  html {
    font-size: 55%;
  }
}
@media only screen and (max-width: 35.9375em) {
  html {
    font-size: 50%;
  }
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #222222;
  overflow-x: hidden;
  background-color: #fff;
}

@media only screen and (max-width: 62em) {
  .container {
    padding: 0 4rem !important;
  }
}
@media only screen and (max-width: 30em) {
  .container {
    padding: 0 2rem !important;
  }
}

.section {
  padding: 8rem 0 !important;
}
@media only screen and (max-width: 62em) {
  .section {
    padding: 4rem 0 !important;
  }
}

h1.heading {
  color: #ffb400;
  font-family: "Bree Serif", serif;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 10rem;
  line-height: 9rem;
}
@media only screen and (max-width: 62em) {
  h1.heading {
    font-size: 8rem;
    line-height: 7rem;
  }
}
@media only screen and (max-width: 35.9375em) {
  h1.heading {
    font-size: 6rem;
  }
}

h2.heading {
  color: #222222;
  font-family: "Bree Serif", serif;
  font-weight: 500;
  font-size: 4.8rem;
  text-transform: capitalize;
  color: #fff;
}
@media only screen and (max-width: 62em) {
  h2.heading {
    font-size: 3.8rem;
  }
}
@media only screen and (max-width: 35.9375em) {
  h2.heading {
    font-size: 3rem;
  }
}

h4.heading {
  font-size: 2.8rem;
  color: #222222;
  font-family: "Bree Serif", serif;
  font-weight: 400;
  line-height: 2.7rem;
  text-transform: capitalize;
}
@media only screen and (max-width: 62em) {
  h4.heading {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 35.9375em) {
  h4.heading {
    font-size: 2.2rem;
  }
}

h5.heading {
  font-size: 2.4rem;
  color: #222222;
  font-family: "Bree Serif", serif;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.1px;
  color: #222222;
}
@media only screen and (max-width: 62em) {
  h5.heading {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 35.9375em) {
  h5.heading {
    font-size: 2rem;
  }
}

h6.heading {
  font-size: 1.4rem;
  color: #222222;
  font-family: "Bree Serif", serif;
  line-height: 1.8rem;
  font-weight: 400;
}

.text {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #979797;
  line-height: 150%;
}
@media only screen and (max-width: 62em) {
  .text {
    font-size: 1.6rem;
  }
}

a:link,
a:visited {
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  color: #222222;
}

.section-black {
  background-color: #222222;
}
.section-black h2 {
  color: #ffb400 !important;
}
.section-black .text {
  color: #c4c4c4;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:hover {
  text-decoration: none;
}

.bold {
  font-weight: 700 !important;
}

.bolder {
  font-weight: 800 !important;
}

.semi-bold {
  font-weight: 600 !important;
}

.icon {
  height: auto;
  width: 3rem;
  color: #fff;
}

.white {
  color: #fff !important;
}

.black {
  color: #222222 !important;
}

.primary-color {
  color: #ffb400 !important;
}

.red {
  color: #ffb400 !important;
}

.orenge {
  color: #ffb400 !important;
}

.laptop-land-show {
  display: none !important;
}
@media only screen and (max-width: 75em) {
  .laptop-land-show {
    display: block !important;
  }
}

@media only screen and (max-width: 75em) {
  .laptop-land-hide {
    display: none;
  }
}

.laptop-port-show {
  display: none;
}
@media only screen and (max-width: 64em) {
  .laptop-port-show {
    display: block;
  }
}

@media only screen and (max-width: 64em) {
  .laptop-port-hide {
    display: none;
  }
}

.tablet-land-show {
  display: none !important;
}
@media only screen and (max-width: 62em) {
  .tablet-land-show {
    display: block !important;
  }
}

@media only screen and (max-width: 62em) {
  .tablet-land-hide {
    display: none !important;
  }
}

.tablet-port-show {
  display: none !important;
}
@media only screen and (max-width: 48em) {
  .tablet-port-show {
    display: block !important;
  }
}

@media only screen and (max-width: 48em) {
  .tablet-port-hide {
    display: none !important;
  }
}

@media only screen and (max-width: 35.9375em) {
  .mbl-land-hide {
    display: none !important;
  }
}

.mbl-land-show {
  display: none !important;
}
@media only screen and (max-width: 35.9375em) {
  .mbl-land-show {
    display: block !important;
  }
}

@media only screen and (max-width: 23.75em) {
  .mbl-small-hide {
    display: none !important;
  }
}

.mbl-small-show {
  display: none !important;
}
@media only screen and (max-width: 23.75em) {
  .mbl-small-show {
    display: block !important;
  }
}

.hide {
  opacity: 0;
  visibility: hidden;
}

.m--1 {
  margin: 0.5rem !important;
}

.m-1 {
  margin: 1rem !important;
}

.m-2 {
  margin: 2rem !important;
}

.m-3 {
  margin: 3rem !important;
}

.m-3 {
  margin: 3rem !important;
}

.m-4 {
  margin: 4rem !important;
}

.m-5 {
  margin: 5rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.mt-9 {
  margin-top: 9rem !important;
}

.mt-10 {
  margin-top: 10rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}




.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.mb-9 {
  margin-bottom: 9rem !important;
}

.mb-10 {
  margin-bottom: 10rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mr-2 {
  margin-right: 2rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.mr-4 {
  margin-right: 4rem !important;
}

.mr-5 {
  margin-right: 5rem !important;
}

.mr-6 {
  margin-right: 6rem !important;
}

.mr-7 {
  margin-right: 7rem !important;
}

.mr-8 {
  margin-right: 8rem !important;
}

.mr-9 {
  margin-right: 9rem !important;
}

.mr-10 {
  margin-right: 10rem !important;
}

.mr-auto {
  margin-right: auto;
}

.ml-1 {
  margin-left: 1rem !important;
}

.ml-2 {
  margin-left: 2rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.ml-4 {
  margin-left: 4rem !important;
}

.ml-5 {
  margin-left: 5rem !important;
}

.ml-6 {
  margin-left: 6rem !important;
}

.ml-7 {
  margin-left: 7rem !important;
}

.ml-8 {
  margin-left: 8rem !important;
}

.ml-9 {
  margin-left: 9rem !important;
}

.ml-10 {
  margin-left: 10rem !important;
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.p-1 {
  padding: 1rem !important;
}

.p-2 {
  padding: 2rem !important;
}

.p-3 {
  padding: 3rem !important;
}

.p-4 {
  padding: 4rem !important;
}

.p-5 {
  padding: 5rem !important;
}

.px-1 {
  padding: 0 1rem !important;
}

.px-2 {
  padding: 0 2rem !important;
}

.px-3 {
  padding: 0 3rem !important;
}

.px-4 {
  padding: 0 4rem !important;
}

.px-5 {
  padding: 0 5rem !important;
}

.py-1 {
  padding: 1rem 0 !important;
}

.py-2 {
  padding: 2rem 0 !important;
}

.py-3 {
  padding: 3rem 0 !important;
}

.py-4 {
  padding: 4rem 0 !important;
}

.py-5 {
  padding: 5rem 0 !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pt-7 {
  padding-top: 7rem !important;
}

.pt-8 {
  padding-top: 8rem !important;
}

.pt-9 {
  padding-top: 9rem !important;
}

.pt-10 {
  padding-top: 10rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pb-7 {
  padding-bottom: 7rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.pb-9 {
  padding-bottom: 9rem !important;
}

.pb-10 {
  padding-bottom: 10rem !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.pr-2 {
  padding-right: 2rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.pr-4 {
  padding-right: 4rem !important;
}

.pr-5 {
  padding-right: 5rem !important;
}

.pr-6 {
  padding-right: 6rem !important;
}

.pr-7 {
  padding-right: 7rem !important;
}

.pr-8 {
  padding-right: 8rem !important;
}

.pr-9 {
  padding-right: 9rem !important;
}

.pr-10 {
  padding-right: 10rem !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.pl-2 {
  padding-left: 2rem !important;
}

.pl-3 {
  padding-left: 3rem !important;
}

.pl-4 {
  padding-left: 4rem !important;
}

.pl-5 {
  padding-left: 5rem !important;
}

.pl-6 {
  padding-left: 6rem !important;
}

.pl-7 {
  padding-left: 7rem !important;
}

.pl-8 {
  padding-left: 8rem !important;
}

.pl-9 {
  padding-left: 9rem !important;
}

.pl-10 {
  padding-left: 10rem !important;
}

.ch-1 {
  max-width: 1ch;
}

.ch-2 {
  max-width: 2ch;
}

.ch-3 {
  max-width: 3ch;
}

.ch-4 {
  max-width: 4ch;
}

.ch-5 {
  max-width: 5ch;
}

.ch-6 {
  max-width: 6ch;
}

.ch-7 {
  max-width: 7ch;
}

.ch-8 {
  max-width: 8ch;
}

.ch-9 {
  max-width: 9ch;
}

.ch-10 {
  max-width: 10ch;
}

.ch-11 {
  max-width: 11ch;
}

.ch-12 {
  max-width: 12ch;
}

.ch-13 {
  max-width: 13ch;
}

.ch-14 {
  max-width: 14ch;
}

.ch-15 {
  max-width: 15ch;
}

.ch-16 {
  max-width: 16ch;
}

.ch-17 {
  max-width: 17ch;
}

.ch-18 {
  max-width: 18ch;
}

.ch-19 {
  max-width: 19ch;
}

.ch-20 {
  max-width: 20ch;
}

.ch-21 {
  max-width: 21ch;
}

.ch-22 {
  max-width: 22ch;
}

.ch-23 {
  max-width: 23ch;
}

.ch-24 {
  max-width: 24ch;
}

.ch-25 {
  max-width: 25ch;
}

.ch-26 {
  max-width: 26ch;
}

.ch-27 {
  max-width: 27ch;
}

.ch-28 {
  max-width: 28ch;
}

.ch-29 {
  max-width: 29ch;
}

.ch-30 {
  max-width: 30ch;
}

.ch-31 {
  max-width: 31ch;
}

.ch-32 {
  max-width: 32ch;
}

.ch-33 {
  max-width: 33ch;
}

.ch-34 {
  max-width: 34ch;
}

.ch-35 {
  max-width: 35ch;
}

.ch-36 {
  max-width: 36ch;
}

.ch-37 {
  max-width: 37ch;
}

.ch-38 {
  max-width: 38ch;
}

.ch-39 {
  max-width: 39ch;
}

.ch-40 {
  max-width: 40ch;
}

.ch-41 {
  max-width: 41ch;
}

.ch-42 {
  max-width: 42ch;
}

.ch-43 {
  max-width: 43ch;
}

.ch-44 {
  max-width: 44ch;
}

.ch-45 {
  max-width: 45ch;
}

.ch-46 {
  max-width: 46ch;
}

.ch-47 {
  max-width: 47ch;
}

.ch-48 {
  max-width: 48ch;
}

.ch-49 {
  max-width: 49ch;
}

.ch-50 {
  max-width: 50ch;
}

.ch-51 {
  max-width: 51ch;
}

.ch-52 {
  max-width: 52ch;
}

.ch-53 {
  max-width: 53ch;
}

.ch-54 {
  max-width: 54ch;
}

.ch-55 {
  max-width: 55ch;
}

.ch-56 {
  max-width: 56ch;
}

.ch-57 {
  max-width: 57ch;
}

.ch-58 {
  max-width: 58ch;
}

.ch-59 {
  max-width: 59ch;
}

.ch-60 {
  max-width: 60ch;
}

.ch-61 {
  max-width: 61ch;
}

.ch-62 {
  max-width: 62ch;
}

.ch-63 {
  max-width: 63ch;
}

.ch-64 {
  max-width: 64ch;
}

.ch-65 {
  max-width: 65ch;
}

.ch-66 {
  max-width: 66ch;
}

.ch-67 {
  max-width: 67ch;
}

.ch-68 {
  max-width: 68ch;
}

.ch-69 {
  max-width: 69ch;
}

.ch-70 {
  max-width: 70ch;
}

.ch-71 {
  max-width: 71ch;
}

.ch-72 {
  max-width: 72ch;
}

.ch-73 {
  max-width: 73ch;
}

.ch-74 {
  max-width: 74ch;
}

.ch-75 {
  max-width: 75ch;
}

.ch-76 {
  max-width: 76ch;
}

.ch-77 {
  max-width: 77ch;
}

.ch-78 {
  max-width: 78ch;
}

.ch-79 {
  max-width: 79ch;
}

.ch-80 {
  max-width: 80ch;
}

.ch-81 {
  max-width: 81ch;
}

.ch-82 {
  max-width: 82ch;
}

.ch-83 {
  max-width: 83ch;
}

.ch-84 {
  max-width: 84ch;
}

.ch-85 {
  max-width: 85ch;
}

.ch-86 {
  max-width: 86ch;
}

.ch-87 {
  max-width: 87ch;
}

.ch-88 {
  max-width: 88ch;
}

.ch-89 {
  max-width: 89ch;
}

.ch-90 {
  max-width: 90ch;
}

.ch-91 {
  max-width: 91ch;
}

.ch-92 {
  max-width: 92ch;
}

.ch-93 {
  max-width: 93ch;
}

.ch-94 {
  max-width: 94ch;
}

.ch-95 {
  max-width: 95ch;
}

.ch-96 {
  max-width: 96ch;
}

.ch-97 {
  max-width: 97ch;
}

.ch-98 {
  max-width: 98ch;
}

.ch-99 {
  max-width: 99ch;
}

.ch-100 {
  max-width: 100ch;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
}

.btn {
  font-size: 1.8rem;
  color: #222222;
  background-color: #ffb400;
  letter-spacing: -1px;
  transition: all 0.3s;
  line-height: 1;
  border: 1px solid #ffb400;
  padding: 1rem 2rem;
  text-transform: capitalize;
  font-weight: 400;
}

.nav {
  transition: all 0.5s;
}
.nav__wrapper {
  padding: 3rem 0 1rem 0;
  transition: all 0.5s;
}
.nav__logo {
  width: 21rem;
  height: auto;
}
.nav__logo img {
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 62em) {
  .nav__list {
    display: none;
  }
}
.nav__link {
  font-size: 1.8rem;
  color: #222222;
  font-family: "Roboto", sans-serif !important;
  transition: all 0.3s;
}
.nav__link.active, .nav__link:hover {
  color: #ffb400;
}
.nav .btn {
  padding: 1rem 2rem;
  background-color: #ffb400;
  border: 2px solid #ffb400;
  text-transform: capitalize;
  color: #fff;
  font-weight: 400;
  transition: all 0.5s;
}
.nav .btn:hover {
  background-color: transparent;
  color: #ffb400;
}
@media only screen and (max-width: 62em) {
  .nav .btn {
    display: none;
  }
}
.nav .btn-bar {
  display: none;
}
.nav .btn-bar .icon {
  color: #ffb400;
}
.nav .mbl-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  padding: 2rem;
  background-color: #ffb400;
  z-index: 20;
  transform: translateX(100%);
  transition: all 0.5s;
}
@media only screen and (max-width: 35.9375em) {
  .nav .mbl-nav {
    width: 100%;
  }
}
.nav .mbl-nav .btn-close-sidebar {
  position: absolute;
  top: 2rem;
  left: 2rem;
  background-color: transparent;
}
.nav .mbl-nav .btn-close-sidebar i {
  color: #fff;
  font-size: 3rem;
}
.nav .mbl-nav__list {
  position: absolute;
  top: 12rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.nav .mbl-nav__link {
  font-size: 3rem;
  color: #fff;
  border-bottom: 2px solid transparent;
  padding: 0 6px;
  transition: all 0.3s;
}
.nav .mbl-nav__link.active, .nav .mbl-nav__link:hover {
  border-bottom: 2px solid #fff;
}
.nav .mblNav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.362);
  z-index: 19;
  transform: translateX(-100%);
  transition: all 0.3s;
}

.show-sidebar .mbl-nav {
  transform: translateX(0);
}
.show-sidebar .mblNav-overlay {
  transform: translateX(0);
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 50;
  box-shadow: rgba(99, 99, 99, 0.15) 0px 2px 8px 0px;
}
.sticky .nav__wrapper {
  padding: 1rem 0;
}

.btn-scroll-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  border: 2px solid #ffb400;
  background-color: #ffb400;
  height: 4.8rem;
  width: 4.8rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 50;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.btn-scroll-top i {
  font-size: 3rem;
  color: #fff;
  transform: rotate(270deg);
  transition: all 0.3s;
}
.btn-scroll-top:hover, .btn-scroll-top:active {
  background-color: transparent;
  border: 2px solid #ffb400;
}
.btn-scroll-top:hover i, .btn-scroll-top:active i {
  color: #ffb400;
}

.show-btn {
  opacity: 1;
  visibility: visible;
}

.footer {
  padding: 8rem 0 4.3rem 0;
}
.footer__wrapper h2 {
  color: #fff !important;
  font-size: 6.5rem;
}
.footer__wrapper .social {
  margin-bottom: 4rem;
}
.footer__wrapper .social__link .icon {
  height: 2rem;
  width: 2rem;
  color: #ffb400;
}
@media only screen and (max-width: 62em) {
  .footer__bottom {
    flex-direction: column;
  }
}
.footer__bottom .copyright a {
  color: #c4c4c4;
  font-weight: 400;
}
.footer__link {
  color: #c4c4c4 !important;
}

.header {
  padding-top: 1rem;
  position: relative;
}
@media only screen and (max-width: 62em) {
  .header {
    padding-top: 0;
  }
}
.header__wrapper {
  position: relative;
  min-height: 90vh;
  height: 100%;
  margin-bottom: 5rem;
}
.header .swiper-horizontal > .swiper-pagination-bullets,
.header .swiper-pagination-bullets.swiper-pagination-horizontal,
.header .swiper-pagination-custom,
.header .swiper-pagination-fraction {
  bottom: 0 !important;
}
@media only screen and (max-width: 62em) {
  .header .hero {
    margin-top: 5rem;
    text-align: center;
  }
}
.header .hero__content {
  position: relative;
}
.header .hero__content .hero__img-mbl {
  width: 100%;
}
.header .hero__content .btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  background-color: #ffb400;
  border: 2px solid #ffb400;
  transition: all 0.5s;
}
.header .hero__content .btn:hover {
  background-color: transparent;
}
.header .hero__content .btn:hover .text {
  color: #ffb400;
}
.header .hero__content .btn:hover i {
  color: #ffb400;
}
.header .hero__content .btn .text {
  color: #fff;
  transition: all 0.5s;
}
.header .hero__content .btn i {
  color: #fff;
  transition: all 0.5s;
}
.header .hero__content .social__item {
  height: 3.7rem;
  width: 3.7rem;
  border: 2px solid #ffb400;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  transition: all 0.3s;
}
.header .hero__content .social__item .icon {
  color: #ffb400;
  height: 1.8rem;
  width: 1.8rem;
  transition: all 0.3s;
}
.header .hero__content .social__item:hover {
  background-color: #ffb400;
}
.header .hero__content .social__item:hover .icon {
  color: #fff;
}
.header .hero__content .shape {
  position: absolute;
}
@media only screen and (max-width: 62em) {
  .header .hero__content .shape {
    display: none;
  }
}
.header .hero__content .shape-1 {
  top: -8rem;
  left: 1rem;
}
.header .hero__content .shape-2 {
  bottom: -16rem;
  left: 23rem;
}
@media only screen and (max-width: 62em) {
  .header .hero__content .bottom {
    flex-direction: column;
    align-items: center;
  }
}
.header .hero__img {
  width: 92rem;
  height: auto;
  position: relative;
  min-height: 67rem;
}
@media only screen and (max-width: 62em) {
  .header .hero__img {
    display: none;
    min-height: 55rem;
  }
}
.header .hero__img .like-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: #ffffff;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  width: 22.6rem;
  height: 10.3rem;
}
@media only screen and (max-width: 62em) {
  .header .hero__img .like-box {
    width: 20rem;
    height: 8rem;
  }
}
.header .hero__img .like-box .point {
  font-size: 4.2rem;
  font-weight: 500;
  color: #ffb400;
}
.header .hero__img .like-box .plus {
  font-size: 1.6rem;
  color: #ffb400;
}
.header .hero__img .like-box .text {
  font-size: 1.6rem;
  margin-left: 1rem;
  color: #262525;
}
.header .hero__img .like-box-1 {
  top: 8rem;
  left: -8rem;
}

.footer__logo img {
  max-width: 150px;
} 

@media only screen and (max-width: 62em) {
  .header .hero__img .like-box-1 {
    top: 40rem;
    left: -1rem;
  }
}
.header .hero__img .like-box-2 {
  bottom: 16rem;
  right: 8rem;
}
@media only screen and (max-width: 62em) {
  .header .hero__img .like-box-2 {
    right: 2rem;
  }

  .header .hero__img .hero-img {
    width: 80% !important;
  }
}
.header .hero__img .hero-img {
  height: 100%;
  width: 100%;
}
.header .hero__img .shape-3 {
  position: absolute;
  bottom: -4rem;
  right: 24rem;
}

.about-section {
  background-color: #222222;
  padding: 16rem 0 !important;
}
.about-section .about__img {
  position: relative;
  width: 100%;
  border: 8px solid #ffb400;
}
.about-section .about__img img {
  height: 100%;
  width: 100%;
  transform: translate(-4rem, -4rem);
}
.about-section .about__content .subtitle {
  color: #ffb400;
}
.about-section .about__content h2 {
  font-family: "Roboto", sans-serif;
}
.about-section .about__content .text {
  color: #c9c5c5;
}
.about-section .about__modal .about-content {
  display: none;
}
.about-section .about__modal .skills-content {
  display: none;
}
.about-section .about__modal .content .label {
  color: #fff;
  margin-bottom: 5px;
}
.about-section .about__modal .content .text {
  color: #c9c5c5;
}
.about-section .about__modal .content a {
  color: #c9c5c5;
  display: inline-block;
  font-weight: 400;
}
.about-section .about__modal .skills-content #skills {
  margin: 0 auto;
  width: 100%;
}
.about-section .about__modal .skills-content #skills li {
  position: relative;
  margin-bottom: 2.1rem;
}
.about-section .about__modal .skills-content #skills li .text {
  color: #fff;
  margin-bottom: 0.3rem;
  display: inline-block;
}
.about-section .about__modal .skills-content #skills li .bar-container,
.about-section .about__modal .skills-content #skills li .bar {
  position: absolute;
  left: 0;
  height: 8px;
  border-radius: 6px;
  content: "";
}
.about-section .about__modal .skills-content #skills li .bar-container {
  bottom: -8px;
  width: 100%;
  background-color: #333;
  text-align: right;
}
.about-section .about__modal .skills-content #skills li .bar-container .bar {
  top: 0;
}
.about-section .about__modal .skills-content #skills li .bar-container .pct {
  position: absolute;
  top: -31px;
  right: -13px;
  opacity: 0;
  transition: opacity 0.3s linear;
  height: 2.8rem;
  width: 2.8rem;
  background-color: #222222;
  border: 3px solid #ffb400;
  color: #fff !important;
  font-size: 1.2rem;
  border-radius: 50% 50% 50% 0%;
  transform: rotate(318deg);
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-section .about__modal .skills-content #skills li .bar-container .pct .number {
  transform: rotate(-318deg);
}
.about-section .about .show-about .about-content {
  display: flex;
}
.about-section .about .show-about .btn-about {
  border-bottom: 1px solid #ffb400;
  color: #fff;
}
.about-section .about .show-skills .skills-content {
  display: flex;
}
.about-section .about .show-skills .btn-skills {
  border-bottom: 1px solid #ffb400;
  color: #fff;
}
.about-section .about__btns .btn {
  padding: 0 0 3px 4px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid transparent;
  color: #c9c5c5;
  border-radius: 0;
}
.about-section .about .btn-download-cv {
  background-color: #ffb400;
  display: flex;
  align-items: center;
  gap: 1rem;
  border: 2px solid #ffb400;
  transition: all 0.3s;
  margin-top: 3rem;
}
.about-section .about .btn-download-cv .text {
  color: #fff;
  transition: all 0.3s;
}
.about-section .about .btn-download-cv .icon {
  height: 2rem;
  width: 2rem;
  color: #fff;
  transition: all 0.3s;
}
.about-section .about .btn-download-cv:hover {
  background-color: transparent;
}
.about-section .about .btn-download-cv:hover .text {
  color: #ffb400;
}
.about-section .about .btn-download-cv:hover .icon {
  height: 2rem;
  width: 2rem;
  color: #ffb400;
}

.title {
  gap: 2rem;
}
.title img {
  margin-top: 12px;
}
.title h2 {
  color: #222222;
}

.service-section {
  padding: 10rem 0 !important;
  position: relative;
}
.service-section .shape {
  position: absolute;
  z-index: 10;
}
.service-section .shape-1 {
  top: 22rem;
  left: 2rem;
}
.service-section .shape-2 {
  bottom: 7rem;
  right: 7rem;
}
.service-section .service__border {
  border: 6px solid transparent;
  transform: rotate(0);
  transition: all 0.3s;
  border-radius: 12px;
}
.service-section .service__border:hover {
  border: 6px solid #ffb400;
  transform: rotate(11.28deg);
}
.service-section .service__border:hover .service__item {
  transform: rotate(-11.28deg);
}
.service-section .service__item {
  text-align: center;
  padding: 2.7rem 4.1rem;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  transition: all 0.3s;
}
.shots-section {
  background-color: #222222;
}
.shots-section .first-swiper {
  margin-right: 14rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 62em) {
  .shots-section .first-swiper {
    margin-right: 0;
  }
}
.shots-section .second-swiper {
  margin-left: 14rem !important;
}
@media only screen and (max-width: 62em) {
  .shots-section .second-swiper {
    margin-left: 0 !important;
  }
}
.shots-section .shots__item {
  position: relative;
}
.shots-section .shots__item:hover .shots__desc {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.shots-section .shots__img {
  width: 100%;
  height: 23.4rem;
}
.shots-section .shots__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.shots-section .shots__desc {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(34, 34, 34, 0.65);
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 3rem;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  transition: all 0.5s;
}
.shots-section .shots__desc h4 {
  text-align: center;
  color: #fff;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0.4rem;
}
.shots-section .shots__desc .line {
  height: 1px;
  width: 3.8rem;
  background-color: #ffb400;
}
.shots-section .shots__desc .text {
  text-align: center;
  color: #fff;
}

.journey-section .journey {
  color: #fff;
}
.journey-section .journey__img {
  height: 13.7rem;
  width: 13.7rem;
  margin: 0 auto;
  border-radius: 50%;
}
.journey-section .journey__img img {
  height: 100%;
  width: 100%;
}

.vbox-child {
  height: 100vh;
}
.vbox-child img {
  height: 100%;
}

.portfolio-section .portfolio__mix .mix {
  text-align: left;
  display: none;
}

.portfolio__btns{
  gap: 1.5rem;
}
.portfolio-section .portfolio__btns .btn {
  border: 1px solid #ffb400;
  color: #fff;
  background-color: transparent;
  padding: 0.6rem 2rem;
}
.portfolio-section .portfolio__btns .btn.active {
  background-color: #ffb400;
}
.portfolio-section .portfolio__mix {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media only screen and (max-width: 62em) {
  .portfolio-section .portfolio__mix {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 35.9375em) {
  .portfolio-section .portfolio__mix {
    grid-template-columns: repeat(1, 1fr);
  }
}
.portfolio-section .portfolio__item:hover .overlay {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.portfolio-section .portfolio__img {
  height: 100%;
  max-height: 34rem;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.portfolio-section .portfolio__img img {
  height: 100%;
  width: 100%;
  transform: scale(1.1);
}
.portfolio-section .portfolio__img video {
  height: 100%;
  width: 100%;
  transform: scale(1.1);
}


.portfolio-section .portfolio .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 180, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.portfolio-section .portfolio .overlay .btn {
  padding: 0;
  border: none;
  background-color: transparent;
}
.portfolio-section .portfolio .overlay .btn i {
  font-size: 3rem;
  color: #fff;
}
.portfolio-section .portfolio__desc {
  background-color: #fff;
  padding: 2rem 3.6rem;
  text-align: center;
}
.portfolio-section .portfolio__desc .title {
  margin-bottom: 1rem;
  color: #979797 !important;
}
.portfolio-section .portfolio__desc .text {
  color: #222222;
}

.testimonial-section .swiper-pagination-bullet {
  background: transparent;
  opacity: 1;
  border: 1px solid #ffb400;
}
.testimonial-section .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffb400;
}
@media only screen and (max-width: 48em) {
  .testimonial-section .swiper-horizontal > .swiper-pagination-bullets,
.testimonial-section .swiper-pagination-bullets.swiper-pagination-horizontal,
.testimonial-section .swiper-pagination-custom,
.testimonial-section .swiper-pagination-fraction {
    bottom: 0 !important;
  }
}
.testimonial-section .testimonial {
  overflow: hidden;
}
.testimonial-section .testimonial .swiper {
  overflow: visible;
  padding-top: 5rem;
}
@media only screen and (min-width: 48em) {
  .testimonial-section .testimonial .swiper .swiper-wrapper .swiper-slide {
    margin-top: 10rem;
    opacity: 0.5;
    transition: all 0.5s;
  }
  .testimonial-section .testimonial .swiper .swiper-wrapper .swiper-slide-next {
    margin-top: 0;
    opacity: 1;
  }
  .testimonial-section .testimonial .swiper .swiper-wrapper .swiper-slide-next .testimonial__item {
    border: 2px solid #ffb400;
  }
}
.testimonial-section .testimonial__item {
  border: 2px solid transparent;
  border-radius: 3rem;
  padding: 3rem 2rem;
}
.testimonial-section .testimonial__img {
  height: 9.2rem;
  width: 9.2rem;
  margin: 0 auto;
  margin-top: -5rem;
}
.testimonial-section .testimonial__img img {
  height: 100%;
  width: 100%;
}
.testimonial-section .testimonial .text {
  border-bottom: 1px solid #979797;
}
.blog-section .row {
  margin: 0;
}
.blog-section .blog__left {
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog-section .blog__left .text {
  color: #979797;
}
.blog-section .blog__left .blog__img {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 35.9375em) {
  .blog-section .blog__left .blog__img {
    height: 45rem;
  }
}
.blog-section .blog__left .blog__img img {
  height: 100%;
  width: 100%;
  transform: scale(1.1);
}
.blog-section .blog__left .blog__desc {
  padding: 3rem 3.7rem;
  background-color: #fff;
  position: relative;
}
.blog-section .blog__left .blog__desc .btn {
  position: absolute;
  top: -2rem;
  left: 4.5rem;
  background-color: #ffb400;
  border: 2px solid #ffb400;
  color: #fff;
  transition: all 0.3s;
}
.blog-section .blog__left .blog__desc h4 {
  font-size: 2.8rem;
  color: #222222;
  line-height: 3.8rem;
}
.blog-section .blog__left .blog__desc .pera {
  border-bottom: 1px solid #979797;
  padding-bottom: 2rem;
}
.blog-section .blog__left .blog__desc .list {
  padding: 1.6rem 0 0 0;
}
.blog-section .blog__left .blog__desc .list .item {
  gap: 1rem 0;
}
.blog-section .blog__left .blog__desc .list .item .box {
  padding: 0 1.4rem;
}
.blog-section .blog__left .blog__desc .list .item .box:not(:last-child) {
  border-right: 1px solid #979797;
}
.blog-section .blog__left .blog__desc .list .item .box .icon {
  color: #979797;
  height: 2.4rem;
  width: 2.4rem;
}
.blog-section .blog__left .blog__desc .list .item .box .text {
  color: #979797;
}
.blog-section .blog__right {
  height: 100%;
}
.blog-section .blog__list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.blog-section .blog__item {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: start;
  gap: 1rem;
}
.blog-section .blog__img {
  height: 100%;
  width: 11rem;
}
.blog-section .blog__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.blog-section .blog__desc h4 {
  color: #fff;
  font-size: 1.8rem;
}
.blog-section .blog__desc .list .icon {
  height: 2.4rem;
  width: 2.4rem;
  color: #c4c4c4;
}
.blog-section .blog__desc .list .text {
  color: #c4c4c4;
}

.contact-section .contact__desc .title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
}
.contact-section .contact__desc .list .item .icon {
  height: 1.8rem;
  width: 1.8rem;
  color: #ffb400;
}
.contact-section .contact__desc .list .item a {
  color: #979797;
  font-weight: 400;
}
.contact-section .contact__desc .social-link {
  border: 2px solid #ffb400;
  height: 2.8rem;
  width: 2.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-section .contact__desc .social-link .icon {
  height: 1.8rem;
  width: 1.8rem;
  color: #ffb400;
}
@media only screen and (max-width: 62em) {
  .contact-section .contact__form {
    margin-top: 4rem;
  }
}
.contact-section .contact__form .input-box {
  background: #f5f5f5;
  border-radius: 6px;
  width: 100%;
  padding: 0 0 0 1rem;
}
.contact-section .contact__form .input-box label .icon {
  height: 2rem;
  width: 2rem;
  color: #979797;
}
.contact-section .contact__form .input-box input {
  border: none;
  outline: none;
  background-color: transparent;
  padding: 1.4rem 0;
  font-size: 1.6rem;
}
.contact-section .contact__form textarea {
  background: #f5f5f5;
  border-radius: 6px;
  width: 100%;
  padding: 1.4rem 2rem;
  border: none;
  outline: none;
  font-size: 1.6rem;
}
.contact-section .contact__form .btn-submit {
  display: flex;
  align-items: center;
  gap: 1rem;
  background-color: #ffb400;
  border: 2px solid #ffb400;
  transition: all 0.3s;
}
.contact-section .contact__form .btn-submit i {
  color: #fff;
  transition: all 0.3s;
}
.contact-section .contact__form .btn-submit .text {
  color: #fff;
  transition: all 0.3s;
}
.contact-section .contact__form .btn-submit:hover {
  background-color: transparent;
}
.contact-section .contact__form .btn-submit:hover i {
  color: #ffb400;
}
.contact-section .contact__form .btn-submit:hover .text {
  color: #ffb400;
}

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

.modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto; 
  padding: 20px;
  border: 1px solid #888;
  width: 80%; 
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


.swiper {
  pointer-events: none;
}

/* styles.css */

.service {
  display: block;
}

.card-swiper {
  display: none;
}

/* Media query for mobile devices */
@media (max-width: 767px) {
  .service {
      display: none;
  }

  .card-swiper {
      display: block;
  }

  .shots-section .shots__img {
    height: auto !important;
  }
}
