/*!
Theme Name: vdtheme
Theme URI: https://virtus-dizajn.com/
Author: Virtus dizajn
Author URI: https://virtus-dizajn.com/
Description: Design theme for Virtus dizajn.
Version: 1.0.0
Tested up to: 6.8.1
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vdtheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Screenshot: https://virtus-dizajn.com/wp-content/themes/vdtheme/screenshot.png

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

vdtheme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

@import url("fonts/fonts.css");
/*===================== TABLE OF CONTENT =======================

1. Reset
2. Body Style
3. Placeholders & Highlights
4. Container & Grid
5. Headings
6. Buttons
7. Form
8. Paddings & Margins
9. Breadcrumbs
10. Custom Style
11. Cookies
12. Pagination
13. Slider
14. Header
15. Intro
16. About
17. Brands
18. Footer
19. Animations
20. About Page
21. Brands Page
22. Single Brand Page
23. Contact Page

=============================================================*/
/* ================================================================================== 
1. Reset
===================================================================================== */
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a,
a:active,
a:hover,
a:focus {
  outline: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
dfn {
  font-style: italic;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin-top: 30px;
  margin-bottom: 35px;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
strong {
  font-weight: 700;
}
.fancybox__button--zoo,
.fancybox__button--slideshow,
.fancybox__button--fullscreen,
.fancybox__button--thumbs,
.fancybox__button--zoom {
  display: none;
}
input[type="button"],
input[type="submit"] {
  width: auto;
  transition: all 0.4s ease-in-out;
}
.none {
  display: none;
}
ul,
ol {
  padding-left: 4rem;
}

/* ================================================================================== 
2. Body Style
===================================================================================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 56.25%;
  word-wrap: break-word;
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  html {
    font-size: 62.5%;
  }
}
body {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.8);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 2rem;
  letter-spacing: 0.5px;
}
main {
  position: relative;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  body {
    font-size: 2.2rem;
  }
}
/*----cookie----*/
.cky-btn-revisit-wrapper,
.grecaptcha-badge {
  display: none !important;
}
/* ================================================================================== 
3. Placeholders & Highlights
===================================================================================== */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1 !important;
}
:-moz-placeholder {
  color: inherit;
  opacity: 1;
}
::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
:-ms-input-placeholder {
  color: inherit;
}
::-moz-selection {
  background-color: #047499;
  color: #fff;
}
::selection {
  background-color: #047499;
  color: #fff;
}
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 148rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-lg {
  max-width: 180rem;
}
.container-xl {
  max-width: 192rem;
  padding: 0;
}

/* ================================================================================== 
5. Headings
===================================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 2rem;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
}
.title h1,
.title h2 {
  font-size: 3.2rem;
  font-weight: 300;
}
p {
  margin-bottom: 2rem;
}
.title {
  margin-bottom: 5rem;
}
.title-center {
  text-align: center;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .title h1,
  .title h2 {
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .title h1,
  .title h2 {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .title h1,
  .title h2 {
    font-size: 5rem;
  }
}

/* ================================================================================== 
6. Buttons
===================================================================================== */

.btn {
  display: inline-block;
  padding: 0.9rem 3rem;
  font-weight: 400;
  border-radius: 10rem;
  border: 1px solid transparent;
  font-size: 1.8rem;
}
.btn-primary {
  background-color: #047499;
  color: #fff;
  border-color: #047499;
}
.btn-secondary {
  background-color: transparent;
  color: #000;
  border-color: #000;
}
.btn-primary:hover {
  background-color: transparent;
  color: #047499;
}
.btn-secondary:hover {
  background-color: #047499;
  color: #fff;
  border-color: #047499;
}
.btn-white {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-white:hover {
  background-color: #fff;
  color: #047499;
}
.btn-sm {
  display: inline-block;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}
.btn-sm:hover {
  color: #047499;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .btn {
    padding: 1.4rem 4rem;
    font-size: 1.8rem;
  }
}
/* ================================================================================== 
7. Form
===================================================================================== */
form p {
  margin-bottom: 0;
}
input,
textarea,
select {
  display: block;
  width: 100%;
  border: 1px solid #9dbbc6;
  padding: 1.5rem 2rem;
  border-radius: 10rem;
  outline: none;
  background-color: #ffffff;
  font-size: 1.8rem;
}
textarea {
  resize: vertical;
  height: 19rem;
  border-radius: 2rem;
}
input:focus,
textarea:focus,
select:focus {
  border-color: #047499;
}
label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
  font-weight: 600;
}
button {
  transition: all 0.4s ease-in-out;
  border: 0;
}
fieldset {
  border: 0;
  margin-bottom: 2rem;
}
label.check-wrapper {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
}
.check-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border: 1px solid #43515a;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.check-wrapper .checkmark::after {
  left: 0.4rem;
  top: 0.2rem;
  width: 0.5rem;
  height: 1rem;
  border: solid #43515a;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/*-----------*/
.wpcf7-list-item label {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 1rem;
}
.wpcf7-list-item label input {
  width: auto;
  margin: 0;
}
.wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-not-valid-tip {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-top: 1rem;
  border: 1px solid #f5c6cb;
  border-radius: 0.25rem;
  font-size: 1.4rem;
  color: #721c24;
  background-color: #f8d7da;
}
.wpcf7 form .wpcf7-response-output {
  position: relative !important;
  padding: 0.75rem 1.25rem !important;
  margin-top: 1rem !important;
  border: 1px solid transparent !important;
  border-radius: 0.25rem !important;
  font-size: 1.4rem !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 1.4rem !important;
  color: #721c24 !important;
  background-color: #f8d7da !important;
  border: 1px solid #f5c6cb !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  font-size: 1.4rem !important;
  color: #155724 !important;
  background-color: #c3e6cb !important;
  border: 1px solid #d4edda !important;
}
/*---------------*/
.select2-container .select2-selection--single {
  height: 4rem !important;
  display: flex !important;
  align-items: center;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 1.5rem !important;
}
.select2-container {
  font-size: 1.6rem;
  color: #9c4126 !important;
  font-weight: 400 !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  transform: translateY(-50%) !important;
  top: 50% !important;
}
.select2-container--default .select2-selection--single {
  background-color: #f2d8c3 !important;
  border: 1px solid #f2d8c3 !important;
  color: #9c4126 !important;
  font-weight: 400 !important;
}
.select2-dropdown {
  background-color: #f2d8c3 !important;
  border: 1px solid #f2d8c3 !important;
}
.select2-results__option {
  padding: 0.5rem 1.5rem !important;
  font-size: 1.6rem !important;
  color: #000 !important;
  font-weight: 400 !important;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected {
  background-color: #9c4126 !important;
  color: #f2d8c3 !important;
}
/* ================================================================================== 
8. Paddings & Margins
===================================================================================== */
.space {
  padding: 5rem 0;
}
.mt-5 {
  margin-top: 5rem;
}
.no-pt {
  padding-top: 0 !important;
}
.no-pb {
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .space {
    padding: 10rem 0;
  }
}
/* .menu-item-has-children za wp sub parent*/
/* .current_page_item za wp active link u navigaciji*/
/* ================================================================================== 
9. Breadcrumbs
===================================================================================== */
.breadcrumbs {
  background-color: #e1e1e1;
  padding: 1rem 0;
  font-size: 1.4rem;
}
.breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs ul li {
  display: inline-block;
  font-weight: 600;
}
.breadcrumbs ul li::after {
  content: "|";
  display: inline-block;
  margin: 0 1rem;
}
.breadcrumbs ul li a {
  display: inline-block;
  font-weight: 400;
}
.breadcrumbs ul li:last-child:after {
  content: none;
}
/* ================================================================================== 
10. Custom Style
===================================================================================== */
.list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list ul li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 3rem;
}
.list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 2rem;
  height: 2rem;
  background-image: url(images/list.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
}
/* ================================================================================== 
11. Cookies
===================================================================================== */
.cky-btn-accept {
  background: #000 !important;
  border: 2px solid #000 !important;
}
.cky-btn-reject,
.cky-btn-customize,
.cky-btn-preferences {
  color: #000 !important;
  border: 2px solid #000 !important;
}
button.cky-show-desc-btn:not(:hover):not(:active) {
  color: #000 !important;
  font-weight: 600;
}
.cky-btn-revisit-wrapper {
  background-color: #000 !important;
}
/* ================================================================================== 
12. Pagination
===================================================================================== */
.pagination {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 5px;
  background-color: #050517;
  color: #ffff00;
  font-weight: 600;
  cursor: pointer;
}
.page-numbers.current,
.page-numbers:hover {
  background-color: #ffff00;
  color: #050517;
}
.page-numbers.current {
  cursor: text;
}
.page-numbers.next,
.page-numbers.prev {
  width: 10rem;
}
/* ================================================================================== 
13. Slider
===================================================================================== */
.custom-arrows {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  gap: 5rem;
  position: relative;
  margin-top: 5rem;
}
.custom-arrows::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5rem;
  height: 1px;
  background-color: #047499;
  transform: translate(-50%, -50%);
}
.custom-arrow {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1px solid #047499;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.8rem;
  cursor: pointer;
  background-color: transparent;
  z-index: 2;
}
.custom-next {
  background-image: url(images/next.svg);
  right: 1rem;
}
.custom-prev {
  background-image: url(images/prev.svg);
  left: 1rem;
}
.custom-pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
}
.swiper-pagination-bullet {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  background-color: #000;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #001bcb;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .custom-arrows {
    flex-direction: column;
    width: 4rem;
    justify-content: flex-start;
    margin-top: 0;
  }
  .custom-arrows::before {
    width: 1px;
    height: 5rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .custom-arrows {
    width: 7.2rem;
  }

  .custom-arrow {
    width: 7.2rem;
    height: 7.2rem;
    background-size: 1.2rem;
  }
}
/* ================================================================================== 
14. Header
===================================================================================== */

/*--------*/
.social {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
.social a {
  display: block;
}
.social a img {
  display: block;
  width: 3.3rem;
  height: auto;
}
/*-----------*/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: transparent;
  transition: all 0.4s ease-in-out;
  z-index: 10;
  padding: 1.5rem 0;
  font-size: 1.8rem;
}
header.scrolled {
  background-color: #fff;
}
header .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-logo {
  display: block;
}
.header-logo img {
  display: block;
  width: 14rem;
  height: auto;
}

nav ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
nav li {
  display: block;
}
nav li a {
  display: block;
  padding: 1rem 1.6rem;
}

nav li a:hover,
nav li.current_page_item a {
  color: #c4ad8d;
}

.mobile-info {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed #000;
}
.menu-item-has-children {
  position: relative;
}
.sub-menu {
  display: none;
  padding-left: 3rem;
}

.sub-menu li {
  display: block;
}
.sub-menu li a {
  display: block;
  padding: 1rem;
}
.btn-header {
  filter: brightness(0) invert(100);
  display: none;
  margin-left: auto;
}
.btn-header:hover,
header.scrolled .btn-header {
  filter: none;
}
.mobile-logo {
  display: block;
  margin-bottom: 3rem;
}
.mobile-logo img {
  display: block;
  width: 15rem;
  height: auto;
  margin: 0 auto;
  filter: brightness(0) invert(100);
}
.lang select{
  border-color: transparent;
  background-color: transparent;
  color: #fff;
  padding: 1rem;
  width: 13rem;
  font-size: 1.6rem;

}
.lang select option{
  color: #000;
}
.lang {
  margin-left: auto;
}
header.scrolled .lang select{
  color: #000;

}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
.header-logo img {
  width: 17rem;
}
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .btn-header {
    display: inline-block;
  }
  .lang {
  margin-left: 2rem;
}
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .mobile-logo {
    display: none;
  }
  .header-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  nav ul {
    flex-direction: row;
  }
  nav li {
    display: inline-block;
  }
  nav li a {
    display: inline-block;
    padding: 2rem 1.6rem;
    color: #fff;
    font-size: 1.8rem;
  }
  header.scrolled nav li a {
    color: #000;
  }
  .mobile-info {
    display: none;
  }
  .sub-menu {
    position: absolute;
    left: 0;
    top: 6rem;
    width: 24rem;
    background-color: #fff;
    padding: 2rem;
    border: 1px solid #e7e7e7;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
  .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  header {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  nav li a {
    padding: 2rem;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
  nav li a {
    font-size: 2rem;
  }
  header {
    font-size: 1.8rem;
  }
}
/* MENU STYLES */
.toggler {
  display: none;
}
@media only screen and (max-width: 64em) {
  /*1024px*/

  .menu-wrap {
    position: relative;
    top: auto;
    left: auto;
    z-index: 1;
    order: 3;
    width: 60px;
    height: 60px;
  }
  nav li a {
    color: #fff !important;
    font-size: 2.4rem !important;
  }
  nav li.current_page_item a,
  nav li a:hover {
    color: #fff !important;
    opacity: 0.4;
  }

  .menu-wrap .toggler {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    cursor: pointer;
    width: 50px;
    height: 50px;
    opacity: 0;
    display: block;
  }

  /* Hamburger button */
  .menu-wrap .hamburger {
    position: relative;
    width: 50px;
    height: 50px;
    background: #047499;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    margin-left: auto;
  }
  /* Dots */
  .menu-wrap .hamburger .dot {
    position: absolute;
    width: 7px;
    height: 7px;
    background: white;
    border-radius: 50%;
    transition: all 0.3s ease;
    opacity: 1;
  }

  /* 2x2 grid positions */
  .menu-wrap .hamburger .top-left {
    top: 15px;
    left: 15px;
  }
  .menu-wrap .hamburger .top-right {
    top: 15px;
    right: 15px;
  }
  .menu-wrap .hamburger .bottom-left {
    bottom: 15px;
    left: 15px;
  }
  .menu-wrap .hamburger .bottom-right {
    bottom: 15px;
    right: 15px;
  }

  /* Lines for X (hidden by default) */
  .menu-wrap .hamburger .line {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 4px;
    background: white;
    border-radius: 2px;
    transform-origin: center;
    opacity: 0;
    transition: all 0.3s ease;
  }
  .menu-wrap .hamburger .line1 {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .menu-wrap .hamburger .line2 {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  /* ===== Toggle State ===== */

  /* Hide dots when checked */
  .menu-wrap .toggler:checked ~ .hamburger .dot {
    opacity: 0;
    transform: scale(0.5);
  }

  /* Show X lines */
  .menu-wrap .toggler:checked ~ .hamburger .line {
    opacity: 1;
  }
  /* Show Menu */
  .menu-wrap .toggler:checked ~ .menu {
    visibility: visible;
  }

  .menu-wrap .toggler:checked ~ .menu > div {
    transform: scale(1);
    transition-duration: 0.75s;
  }

  .menu-wrap .toggler:checked ~ .menu > div > div {
    opacity: 1;
    transition: opacity 0.4s ease 0.4s;
  }

  .menu-wrap .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .menu-wrap .menu > div {
    background: #047499;
    border-radius: 50%;
    width: 200vw;
    height: 200vw;
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    transition: all 0.4s ease;
  }

  .menu-wrap .menu > div > div {
    text-align: center;
    max-width: 90vw;
    max-height: 100vh;
    opacity: 0;
    transition: opacity 0.4s ease;
  }

  .menu-wrap .menu > div > div > ul > li {
    list-style: none;
    color: #fff;
    font-size: 1.5rem;
    padding: 1rem;
  }

  .menu-wrap .menu > div > div > ul > li > a {
    color: inherit;
    text-decoration: none;
    transition: color 0.4s ease;
  }
}
@media only screen and (max-width: 30em) {
  /*480px*/
  .menu-wrap .menu > div {
    height: 300vw;
  }
}
/* ================================================================================== 
15. Intro
===================================================================================== */
.intro {
  position: relative;
  overflow: hidden;
}

.intro img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: top;
  position: relative;
}

.intro-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.intro-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 2;
}

.intro-text .container {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 15rem;
}
.intro-inner {
  max-width: 90rem;
  width: 100%;
  text-align: center;
}

.intro-inner .title {
  margin-bottom: 0;
}
.intro-inner h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 0;
  color: #fff;
}
.intro-inner h1 span {
  display: inline;
  font-size: 9rem;
  line-height: 1;
  display: flex;
  height: 4rem;
  margin: 0 2rem;
}

@media only screen and (max-width: 900px) and (orientation: landscape) {
  .intro img {
    height: 80rem;
  }
}
/*----------------*/
.page-nav {
  position: fixed;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  flex-direction: column;
  gap: 2rem;
  z-index: 20;
  padding: 2rem 0;
}
.v-line-nav {
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-color: #047499;
}
.page-nav a {
  display: block;
  width: 3.1rem;
  height: 3.1rem;
  background-color: rgba(4, 116, 153, 0.42);
  border-radius: 50%;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.page-nav a::before {
  content: "";
  position: absolute;
  top: 49%;
  left: 49%;
  transform: translate(-50%, -50%);
  width: 1.3rem;
  height: 1.3rem;
  background-color: #047499;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}
.page-nav a.link-active {
  background-color: #c4dce4;
}
.page-nav a.link-active::before {
  background-color: #7cb6c9;
}
.white-nav a {
  filter: brightness(0) invert(100);
}
.white-nav .v-line-nav {
  background-color: #fff;
}
.white-nav a.link-active {
  background-color: #2c8aa9;
  filter: none;
}
.white-nav a.link-active::before {
  background-color: #7cb6c9;
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .page-nav {
    display: flex;
  }
}
/* ================================================================================== 
16. About
===================================================================================== */
.about {
  display: flex;
  align-items: center;
  position: relative;
}
.text-center {
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.text-center .btn {
  margin-top: 5rem;
}
.title-custom {
  max-width: 60rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .about {
    height: 100vh;
  }
}
/*----------*/
.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  padding-left: 0;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: #e9f0f2;
  -webkit-animation: animate 25s linear infinite;
  animation: animate 25s linear infinite;
  bottom: -150px;
  border-radius: 100% !important;
}
.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  background: #047499;
  animation-delay: 0s;
}

.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  background: #1c839f;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  background: #3492a9;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  background: #4ba1b3;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  background: #62b0bd;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  background: #79c0c7;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  background: #91cfd1;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  background: #a8dee0;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  background: #c0edeb;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  background: #e9f0f2;
  animation-delay: 0s;
  animation-duration: 11s;
}

@-webkit-keyframes animate {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(-150vh) rotate(720deg);
    transform: translateY(-150vh) rotate(720deg);
    opacity: 0;
  }
}

@keyframes animate {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    -webkit-transform: translateY(-1000px) rotate(720deg);
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

/*----------------*/
.circles2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  padding-left: 0;
}

.circles2 li {
  position: absolute;
  display: block;
  list-style: none;
  border-radius: 50%;
  opacity: 0;
  animation: fadeInOut2 6s infinite; /* faster cycle */
}

/* Define the color palette */
:root {
  --c1: #047499;
  --c2: #1c839f;
  --c3: #3492a9;
  --c4: #4ba1b3;
  --c5: #62b0bd;
  --c6: #79c0c7;
  --c7: #91cfd1;
  --c8: #a8dee0;
  --c9: #c0edeb;
  --c10: #e9f0f2;
}

/* Generate variations */
.circles2 li:nth-child(odd) {
  width: 10px;
  height: 10px;
}
.circles2 li:nth-child(3n) {
  width: 30px;
  height: 30px;
}
.circles2 li:nth-child(5n) {
  width: 70px;
  height: 70px;
}
.circles2 li:nth-child(7n) {
  width: 100px;
  height: 100px;
}

/* Random-ish positions & colors */
.circles2 li:nth-child(1) {
  top: 10%;
  left: 15%;
  background: var(--c1);
  animation-delay: 0s;
}
.circles2 li:nth-child(2) {
  top: 30%;
  left: 70%;
  background: var(--c2);
  animation-delay: 1s;
}
.circles2 li:nth-child(3) {
  top: 80%;
  left: 20%;
  background: var(--c3);
  animation-delay: 2s;
}
.circles2 li:nth-child(4) {
  top: 60%;
  left: 50%;
  background: var(--c4);
  animation-delay: 3s;
}
.circles2 li:nth-child(5) {
  top: 25%;
  left: 80%;
  background: var(--c5);
  animation-delay: 4s;
}
.circles2 li:nth-child(6) {
  top: 75%;
  left: 40%;
  background: var(--c6);
  animation-delay: 5s;
}
.circles2 li:nth-child(7) {
  top: 15%;
  left: 60%;
  background: var(--c7);
  animation-delay: 6s;
}
.circles2 li:nth-child(8) {
  top: 50%;
  left: 25%;
  background: var(--c8);
  animation-delay: 7s;
}
.circles2 li:nth-child(9) {
  top: 35%;
  left: 90%;
  background: var(--c9);
  animation-delay: 8s;
}
.circles2 li:nth-child(10) {
  top: 5%;
  left: 45%;
  background: var(--c10);
  animation-delay: 9s;
}

/* Repeat variations for more circles */
.circles2 li:nth-child(11) {
  top: 40%;
  left: 10%;
  background: var(--c2);
  animation-delay: 1.5s;
}
.circles2 li:nth-child(12) {
  top: 85%;
  left: 75%;
  background: var(--c5);
  animation-delay: 2.5s;
}
.circles2 li:nth-child(13) {
  top: 65%;
  left: 5%;
  background: var(--c3);
  animation-delay: 3.5s;
}
.circles2 li:nth-child(14) {
  top: 20%;
  left: 45%;
  background: var(--c7);
  animation-delay: 4.5s;
}
.circles2 li:nth-child(15) {
  top: 90%;
  left: 35%;
  background: var(--c9);
  animation-delay: 5.5s;
}
.circles2 li:nth-child(16) {
  top: 70%;
  left: 60%;
  background: var(--c1);
  animation-delay: 6.5s;
}
.circles2 li:nth-child(17) {
  top: 45%;
  left: 80%;
  background: var(--c1);
  animation-delay: 7.5s;
}
.circles2 li:nth-child(18) {
  top: 55%;
  left: 15%;
  background: var(--c6);
  animation-delay: 8.5s;
}
.circles2 li:nth-child(19) {
  top: 30%;
  left: 35%;
  background: var(--c8);
  animation-delay: 9.5s;
}
.circles2 li:nth-child(20) {
  top: 10%;
  left: 90%;
  background: var(--c10);
  animation-delay: 10.5s;
}

/* More scatter */
.circles2 li:nth-child(21) {
  top: 25%;
  left: -5%;
  background: var(--c2);
  animation-delay: 1.2s;
}
.circles2 li:nth-child(22) {
  top: 15%;
  left: 75%;
  background: var(--c5);
  animation-delay: 2.2s;
}
.circles2 li:nth-child(23) {
  top: 85%;
  left: 50%;
  background: var(--c3);
  animation-delay: 3.2s;
}
.circles2 li:nth-child(24) {
  top: 65%;
  left: 30%;
  background: var(--c7);
  animation-delay: 4.2s;
}
.circles2 li:nth-child(25) {
  top: 45%;
  left: 65%;
  background: var(--c9);
  animation-delay: 5.2s;
}
.circles2 li:nth-child(26) {
  top: 5%;
  left: 20%;
  background: var(--c1);
  animation-delay: 6.2s;
}
.circles2 li:nth-child(27) {
  top: 75%;
  left: 10%;
  background: var(--c4);
  animation-delay: 7.2s;
}
.circles2 li:nth-child(28) {
  top: 50%;
  left: 95%;
  background: var(--c6);
  animation-delay: 8.2s;
}
.circles2 li:nth-child(29) {
  top: 35%;
  left: 40%;
  background: var(--c8);
  animation-delay: 9.2s;
}
.circles2 li:nth-child(30) {
  top: 60%;
  left: 85%;
  background: var(--c10);
  animation-delay: 10.2s;
}

/* Faster fade animation */
@keyframes fadeInOut2 {
  0%,
  100% {
    opacity: 0;
  }
  25%,
  75% {
    opacity: 1;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .circles2 li:nth-child(odd) {
    width: 20px;
    height: 20px;
  }
  .circles2 li:nth-child(3n) {
    width: 60px;
    height: 60px;
  }
  .circles2 li:nth-child(5n) {
    width: 120px;
    height: 120px;
  }
  .circles2 li:nth-child(7n) {
    width: 150px;
    height: 150px;
  }
}
/* ================================================================================== 
17. Brands
===================================================================================== */
.brands {
  display: flex;
  align-items: center;
  background-color: #e9f0f2;
}
.brands-slider-wrapper {
  margin-top: 10rem;
  padding: 0 5rem;
  position: relative;
}

.brands-horizontal-line {
  width: 100%;
  height: 1px;
  background-color: #047499;
  position: absolute;
  left: 0;
  top: 35.9%;
  transform: translateY(-50%);
}
.brands-slider {
  overflow: hidden;
}
.brands-slider .swiper-slide {
  position: relative;
  box-sizing: border-box;
}

.brand-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand-card {
  position: relative;
  width: 23rem;
  height: 23rem;
  perspective: 1000px;
  cursor: pointer;
}

.brand-front,
.brand-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  backface-visibility: hidden;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform 0.8s ease;
}

.brand-front {
  background: #fff;
  z-index: 2;
}

.brand-front img {
  width: 70%;
  height: 53%;
  object-fit: contain;
  /* border-radius: 50%; */
}
.brand-back {
  background: #fff;
  padding: 15px;
  text-align: center;
  transform: rotateY(180deg);
  font-size: 1.6rem;
}

.brand-back img {
  width: 30%;
  margin-bottom: 2rem;
  height: auto;
  object-fit: contain;
}
.brand-card:hover .brand-front {
  transform: rotateY(180deg);
}

.brand-card:hover .brand-back {
  transform: rotateY(360deg);
}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .brands-slider .swiper-slide::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background-color: #047499;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .brands-slider-wrapper {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .brands-slider {
    width: calc(100% - 9rem);
  }
  .brands-horizontal-line {
    top: 50%;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  /* .brands {
    height: 100vh;
  } */
}
@media only screen and (min-width: 100.0625em) {
  /*1601px*/
  .brand-card {
    width: 30rem;
    height: 30rem;
  }
  .brand-back img {
    width: 39%;
  }
}
/* ================================================================================== 
18. Footer
===================================================================================== */
footer {
  background-color: #047499;
  color: #fff;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  text-align: center;
}
.footer-box {
  margin-bottom: 4rem;
}
footer h2 {
  color: #fff;
}

footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul li a {
  font-weight: 500;
}
footer ul li {
  margin-bottom: 2rem;
}
footer ul li a:hover {
  opacity: 0.6;
}

.footer-bottom {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.social-wrap {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3rem;
}
.social-wrap p {
  margin: 0;
}
.copyright {
  padding-top: 5rem;
  margin-top: 5rem;
  border-top: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
  }
  .social-wrap {
    margin-bottom: 0;
  }
  .copyright {
    justify-content: space-between;
    flex-direction: row;
    text-align: left;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .footer-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer {
    text-align: left;
  }
  .footer-box {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .footer-bottom {
    margin-top: 10rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  footer {
    height: 100vh;
  }
  .footer-box-columns {
    column-count: 2;
    column-gap: 5rem;
  }
}
/* ================================================================================== 
19. Animations
===================================================================================== */
.hidden {
  opacity: 0;
}
.visible {
  opacity: 1;
}
.animate__animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/* ================================================================================== 
20. About Page
===================================================================================== */
.top-image img {
  height: 40rem;
  width: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
.top-image {
  overflow: hidden;
}
.text {
  max-width: 120rem;
  width: 100%;
}
.bg {
  overflow: hidden;
  position: relative;
}
.about-page-wrapper {
  margin-top: 5rem;
}
.about-page-text {
  width: 100%;
  margin-bottom: 5rem;
}
.about-chart {
  width: 100%;
}
.chart {
  display: flex;
  gap: 3%;
  align-items: flex-end;
  flex-wrap: wrap;
  perspective: 800px;
  flex-wrap: wrap;
}
.col {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 17.6%;
}
.value {
  margin-bottom: 6px;
  font-weight: 300;
  font-size: 1.5rem;
  color: #333;
  word-wrap: anywhere;
  height: 7rem;
}
.bar {
  position: relative;
  width: 60px;
  height: 0;
  transform-style: preserve-3d;
  transform-origin: bottom;
}

.bar .front {
  width: 60px;
  height: 100%;
  transform: translateZ(20px);
  border-radius: 4px 4px 0 0;
  background-color: #047499;
}
.year {
  text-align: center;
  margin-top: 8px;
  font-weight: 600;
}

.bar.animate {
  animation: growBar 1.5s forwards;
}
@keyframes growBar {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}

@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .top-image img {
    height: 60rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .about-page-wrapper {
    margin-top: 10rem;
  }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .about-page-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }
  .about-page-text {
    width: 30%;
    margin-bottom: 0;
  }
  .about-chart {
    width: 65%;
    height: auto;
  }
  .value {
    height: auto;
  }
}
@media only screen and (min-width: 90.0625em) {
  /*1441x*/
  .about-page-text {
    width: 35%;
  }
  .about-chart {
    width: 60%;
  }
}
/* ================================================================================== 
21. Brands Page
===================================================================================== */
.bg-color {
  background-color: #e9f0f2;
}
.bg-color .circles {
  z-index: 5;
}
.bg-color .container {
  z-index: 6;
}
.brands-wrapper {
  margin-top: 5rem;
}
.brands-wrapper .brand-box {
  width: 100%;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 30em) {
  /*480px*/
  .brands-wrapper .brand-card {
    width: 28rem;
    height: 28rem;
  }
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .brands-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3%;
  }
  .brands-wrapper .brand-box {
    width: 48.5%;
    margin-bottom: 5rem;
  }
  .brands-wrapper .brand-box:last-child {
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .brands-wrapper .brand-box {
    width: 31.3%;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .brands-wrapper .brand-box {
    width: 22.7%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .brands-wrapper {
    margin-top: 10rem;
  }
}
/* ================================================================================== 
22. Single Brand Page
===================================================================================== */
.brand-image {
  max-width: 30rem;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 5rem;
}
.brand-image img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .brand-image {
    margin-bottom: 10rem;
  }
}
/* ================================================================================== 
23. Contact Page
===================================================================================== */
.contact-wrapper {
  position: relative;
}
.contact-text {
  width: 100%;
  margin-bottom: 5rem;
}
.contact-form {
  width: 100%;
  padding: 2.5rem;
  border-radius: 3rem;
  background-color: #e9f0f2;
}
.contact-form form {
  width: 100%;
}
.contact-wrapper2 {
  margin-top: 5rem;
}
.contact-box {
  width: 100%;
  margin-bottom: 3rem;
}
.contact-box:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .contact-wrapper2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3%;
  }
  .contact-box {
    width: 48.5%;
  }
  .contact-box:last-child {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .contact-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 3%;
  }
  .contact-text {
    width: 48%;
    margin-bottom: 0;
  }
  .contact-form {
    width: 48%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .contact-wrapper2 {
    margin-top: 10rem;
  }
  .contact-form {
    padding: 5rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .contact-box {
    width: 31.3%;
  }
}
/* ================================================================================== 
24. Intro Page
===================================================================================== */
.intro-page-body {
  background-color: #e9f0f2;
}
.intro-page {
  padding: 7rem 0;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.intro-page .container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.intro-page-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
.intro-page-box {
  width: 16rem;
  height: 16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #b8b8b8;
}
.intro-page-box:hover {
  background-color: #047499;
}
.intro-page-box img {
  display: block;
  width: 8rem;
  height: 8rem;
  object-fit: contain;
  transition: all 0.4s ease-in-out;
}
.intro-page-box:hover img {
  filter: brightness(0) invert(100);
}
.intro-page .container {
  max-width: 80rem;
}
.intro-page-logo {
  text-align: center;
  margin-bottom: 5rem;
}
.intro-page-logo img {
  display: block;
  width: 20rem;
  height: auto;
  margin: 0 auto;
}
.intro-page-text {
  text-align: center;
  margin-bottom: 10rem;
}
.intro-page-footer {
  font-size: 1.6rem;
  text-align: center;
  margin-top: auto;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .intro-page-box {
    width: 24rem;
    height: 24rem;
  }
  .intro-page-box img {
    width: 14rem;
    height: 14rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .intro-page-box {
    width: 33rem;
    height: 33rem;
  }
  .intro-page-box img {
    width: 18rem;
    height: 18rem;
  }
  .intro-page-logo img {
    width: 34rem;
  }
}
