@font-face {
    font-family: "Barlow-Medium";
    src: url("../fonts/Roboto/Roboto-Medium.ttf");
    src: local("Roboto-Medium"), local("Roboto-Medium"),
    url("../fonts/Roboto/Roboto-Medium.ttf") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: "Barlow-Bold";
    src: url("../fonts/Roboto/Roboto-Bold.ttf");
    src: local("Roboto-Bold"), local("Roboto-Bold"),
    url("../fonts/Roboto/Roboto-Bold.ttf") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: "Barlow-Light";
    src: url("../fonts/Roboto/Roboto-Light.ttf");
    src: local("Roboto-Light"), local("Roboto-Light"),
    url("../fonts/Roboto/Roboto-Light.ttf") format("opentype");
    font-display: swap;
}

::selection {
    background-color: #e23344;
    color: #fff;
}

body {
    overflow-x: hidden;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.line {
    display: inline-block;
    position: relative;
    padding-bottom: 2px;
}

.line::after {
    content: "";
    background-color: #fff;
    height: 1px;
    width: 0;
    transition: width 0.4s;
    position: absolute;
    left: 0;
    bottom: 0;
}

.line:hover::after {
    width: 100%;
}

#loader-wrapper {
    background-color: #000;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
}

#loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 4px solid #fff;
    top: 45%;
    left: 49%;
    animation: loader 2s infinite ease;
}

#loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100% !important;
    background-color: #fff;
    animation: loader-inner 2s infinite ease-in;
}

#contact-via-social {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 999;
}

#contact-via-social a {
    display: block;
    height: 50px;
    width: 40px;
}

#contact-via-social a:nth-child(1) {
    background-color: rgb(29, 29, 226);
}

#contact-via-social a:nth-child(2) {
    background-color: rgb(56, 205, 83);
}

#scrollToTopBtn {
    color: #e23344;
    display: none;
    width: 150px;
    font-size: 18px;
    text-decoration: underline;
    user-select: none;
    transform: rotate(-90deg);
    position: fixed;
    bottom: 100px;
    right: -40px;
    transition: color 0.3s;
    z-index: 10;
}

#scrollToTopBtn:hover {
    cursor: pointer;
    color: #dd2437;
}

#scrollToTopBtn:active {
    color: #b5283f;
}

#sliderarrow {
    position: absolute;
    display: none;
    width: 250px;
    height: 220px;
}

.title .carousel-control-prev,
.title .carousel-control-next {
    width: 50%;
    cursor: none;
}

#natty-carousel .carousel-item {
    width: 100%;
}

#natty-carousel .carousel-item div {
    color: #fff;
    position: absolute;
    top: 30%;
    left: 5%;
    max-width: 700px;
}

#natty-carousel .carousel-item div h1 span,
#natty-carousel .carousel-item div h2 span {
    color: #e23344;
}

#natty-carousel .carousel-item div h1,
#natty-carousel .carousel-item div h2 {
    font-size: 60px;
    font-family: "Barlow-Bold", serif;
    margin-bottom: 20px;
}

#natty-carousel .carousel-item div a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    z-index: 9;
}

.nav-carousel-inner {
    width: 100%;
    height: 100vh;
    float: left;
    padding: 12em 0;
}

.nav-carousel-inner .carousel-item {
    width: 45%;
}

.title-wrap {
    width: 100%;
    height: 70vh;
    box-sizing: border-box;
    margin-bottom: 2%;
}

.title-wrap img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
    filter: grayscale(100%);
}

.title-wrap .inner-title {
    font-family: "Barlow-Bold", serif;
    text-transform: capitalize;
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.title-wrap .inner-title ul {
    display: flex;
    justify-content: center;
    padding: 0;
}

.title-wrap h1 {
    color: #fff;
    font-size: 70px;
}

.title-wrap ul {
    display: flex;
    font-size: 14px;
    color: #fff;
}

.title-wrap ul span {
    margin: 0 10px;
}

.title-wrap ul a {
    text-decoration: none;
    color: #b5283f;
}

.title .carousel-slide h2 {
    color: #fff;
    text-align: left;
    font-size: 55px;
}

.title .carousel-slide h2 span {
    color: #e23344;
}

.title .carousel-slide h5 {
    color: #fff;
    font-size: 15px;
}

.cursor-right {
    width: 40%;
    height: 100vh;
    float: right;
}

.title .carousel {
    position: relative;
}

.title .carousel img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.brandex-real-nav {
    width: 100%;
    height: 70px;
    position: absolute;
    background-color: transparent;
    z-index: 9;
    border-bottom: 2px solid white;
}

.brandex-real-nav .logo :nth-child(2) {
    visibility: hidden;
}

.brandex-nav {
    width: 100%;
    height: 70px;
    position: absolute;
    z-index: 9;
    border-bottom: 2px solid white;
    transform: translateY(-100%);
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.nav-scrolled {
    background-color: #f4f4f4;
    height: 70px;
    position: fixed;
    transform: translateY(0);
    z-index: 9;
    box-shadow: 0px 1px 5px #000;
}

.display-block {
    display: block;
}

.brandex-nav .navbar,
.brandex-real-nav .navbar {
    padding-top: 0;
}

.nav-scrolled .menu-nav .menu-link,
.nav-scrolled .search span,
.nav-scrolled .languages #navbarDropdown,
.nav-scrolled .languages #navbarDropdown-scroll {
    color: #000;
}

.nav-scrolled #magic-line2 {
    border-top: 2px solid #000 !important;
}

.nav-scrolled .circles {
    border: 1px solid #000;
}

.nav-scrolled .circle {
    background-color: #000;
}

.header-inner {
    margin: 0 2em;
}

.res-circle {
    display: none;
}

.logo {
    width: 220px;
    padding-top: 8px;
    float: left;
}

.logo img {
    width: 188px;
    height: 50px;
}

.res-menu-nav {
    display: none;
}

.nav-item-menu {
    padding: 20px 10px 40px 10px;
    text-align: center;
    color: black;
}

.nav-item-menu:hover .inner-active {
    width: 70px;
    transition: width 0.5s ease;
    opacity: 1;
}

.nav-item-menu:hover:after {
    left: 0;
    right: auto;
    width: 100%;
}

.menu-nav {
    display: flex;
    padding-left: 40px;
}

.menu-nav .menu-link {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-family: "Barlow-Bold", serif;
}

.inner {
    position: absolute;
    margin-top: 1.7em;
    visibility: hidden;
    border: 1px solid #ebebeb;
    text-align: left;
    transform: translateY(-10%);
    opacity: 0;
}

.nav-item-menu:hover .inner {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.inner ul {
    background-color: #fff;
    padding: 10px 5px 10px 25px;
}

.inner > ul > li {
    position: relative;
}

.inner ul li {
    height: 2.3em;
    width: 265px;
}

.inner ul li a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 5px;
}

.inner ul li a:hover {
    color: #e23344;
}

.inner ul li a i {
    color: #464341;
    position: absolute;
    top: 10px;
    left: 250px;
}

.sub-ul {
    width: 100%;
    position: absolute;
    top: 0;
    left: 270px;
    box-sizing: content-box;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.inner > ul > li:hover .sub-ul {
    visibility: visible;
    opacity: 1;
}

.inner-active {
    width: 0px;
    height: 2px;
    top: 0;
    background-color: #fff;
    transition: width 0.3s ease;
    opacity: 1;
}

.toggle-visible {
    visibility: visible;
}

.toggle-hidden {
    visibility: hidden;
}

.navs-left {
    width: auto;
    height: 70px;
    margin: auto;
    float: left;
}

.navs-right {
    height: 70px;
    margin: auto;
    float: right;
    display: flex;
    justify-content: space-between;
}

.languages {
    display: inline-block;
    margin-top: 11px;
}

.languages .dropdown > a {
    color: #fff;
    font-size: 17px;
    font-family: "Barlow-Bold", serif;
}

.languages .dropdown .dropdown-menu {
    min-width: 5rem;
}

.search {
    display: inline-block;
    width: 100%;
}

.search > span {
    color: #fff;
    float: right;
    font-size: 16.5px;
    font-family: "Barlow-Bold", serif;
    margin: 20px 10px;
    text-decoration: none;
    cursor: pointer;
}

.search span span:hover {
    text-decoration: underline;
}

.search span i {
    font-size: 16px;
}

.circles {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
    border-radius: 50%;
    cursor: pointer;
    height: 32px;
    width: 50px;
    font-size: 40px;
    margin-top: 20px;
}

.circle {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #fff;
}

.brandex-about {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: -30px;
    background-color: black;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.brandex-about a {
    transition: 0.3s;
}

.brandex-exit i {
    color: #fff;
    cursor: pointer;
    font-size: 40px;
    position: absolute;
    top: 5px;
    left: 80%;
}

.brandex-exit {
    width: 100%;
    height: 70px;
    margin: 10px 0;
}

.brandex-header {
    width: 100%;
    margin: 20px 0;
    padding: 0 0 40px 20px;
}

.brandex-menu {
    width: 100%;
    padding: 0 30px;
}

.brandex-menu a {
    background-color: #000;
    color: #fff;
    font-size: 1em;
}

.brandex-menu ul {
    padding: 0;
}

.brandex-menu ul li a {
    text-decoration: none;
}

.brandex-menu li:hover .input-button {
    width: 100px;
}

.brandex-menu h5 {
    color: #fff;
    margin-top: 50px;
}

.brandex-menu a i {
    font-size: 14px;
    padding: 0 7px;
    transition: 0.3s color;
}

.brandex-menu a i:hover {
    color: #e23344;
}

.footer-menu {
    padding: 0;
    font-size: 18px;
}

.footer-menu ul li {
    padding-bottom: 2px;
}

.searchs {
    background-color: #000;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: -1;
    margin: 0;
    opacity: 0;
    padding: 0 !important;
}

.active-search {
    opacity: 1;
    z-index: 10;
}

.searchs > i {
    color: #fff;
    cursor: pointer;
    font-size: 40px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.search-contact {
    font-size: 40px;
    transition: 2s linear;
    margin: auto;
    margin-top: 250px;
}

.input-button {
    background-color: #fff;
    width: 0;
    height: 1px;
    transition: width 0.3s ease-in-out;
}

.input-button-linear {
    width: 0;
    height: 1px;
    transition: width 1s;
    background-color: #fff;
}

.input-button-content {
    border-bottom: 1px solid #e23344;
}

.search-contact i {
    color: #fff;
    padding: 10px;
    font-size: 1em;
}

.search-contact input {
    background-color: #000;
    color: #fff;
    width: 70%;
    border: none;
    outline: none;
    padding: 5px;
}

.search-contact input::placeholder {
    color: #fff;
}

.input-button-linear-active {
    width: 100%;
    height: 2px;
}

.about-section {
    padding-top: 40px;
    height: 100%;
}

.about {
    width: 50%;
    height: 100%;
}

.about a {
    color: #212529;
    font-size: 20px;
    text-decoration: underline;
    font-family: "Barlow-Bold", serif;
    transition: 0.2s color;
}

.about a:hover {
    color: #b5283f;
}

.about-text {
    width: 92%;
    font-family: "Barlow-Bold", serif;
}

.about-text:first-child {
    height: 120px;
}

.about-text h2 {
    font-size: 46px;
    font-family: "Barlow-Bold", serif;
}

.about-text h3 {
    font-size: 30px;
    font-family: "Barlow-Bold", serif;
    padding-top: 15px;
}

.about-text .muted-text {
    opacity: 0.8;
    padding: 0.5em 0;
}

.about-picture {
    width: 92%;
}

.about-picture img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.services {
    width: 100%;
}

.services h2 > span:nth-child(2) {
    color: #000;
}

.service {
    width: auto;
    height: auto;
    display: flex;
}

.sections {
    width: 320px;
    height: 320px;
    margin: 1px 0 0 1px;
    position: relative;
    float: left;
    overflow: hidden;
}

.section-border-left {
    border-radius: 30px 0 0 0;
}

.section-border-right {
    border-radius: 0 0 30px 0;
}

.sections img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.box {
    background-color: rgba(181, 40, 63, 0.65);
    width: 320px;
    height: 320px;
    position: absolute;
    z-index: 5;
    justify-content: center;
    align-items: center;
}

.box:hover {
    background-color: rgba(181, 40, 63);
}

.box h3 {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-family: "Barlow-Bold", serif, serif;
    width: 100%;
    transition: 0.5s all;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    text-transform: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box ul {
    list-style: none;
    position: absolute;
    left: -999px;
    top: 100px;
    font-size: 16px;
    transition: 0.5s all;
}

.box ul li a {
    color: #fff;
    display: block;
    font-size: 16px;
    position: relative;
    padding-left: 0;
}

.box ul li a i {
    margin-right: 10px;
}

.sections:hover .box ul {
    left: 0;
}

.sections:hover .box h3 {
    top: 20%;
}

.service-shadow {
    width: 100%;
    height: 50px;
}

.service-shadow img {
    width: 95%;
    height: 50px;
    margin-left: 3em;
}

.work {
    width: 285px;
    float: left;
}

.work-images {
    display: flex;
    justify-content: center;
}

.work-images img:first-child {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    object-fit: cover;
}

.work-texts h3 {
    font-family: "Barlow-Medium", serif, serif;
    text-align: center;
    margin: 20px 0;
    font-size: 1.35rem;
}

.work-texts > h3 > span {
    padding: 0 15px;
    position: relative;
}

.work-texts > h3 > span::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    width: 80px;
    height: 4px;
    margin-top: -2px;
    background: #000;
}

.work:nth-child(2) > .work-texts > h3 > span::before {
    left: 100%;
    right: auto;
}

.work-texts h3 > span::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    width: 80px;
    height: 4px;
    margin-top: -2px;
    background: #000;
}

.work:nth-child(2) > .work-texts > h3 > span::after {
    content: "";
    position: absolute;
    right: 100%;
    left: auto;
    top: 50%;
    height: 4px;
    margin-top: -2px;
    background: #000;
}

.work:last-child > .work-texts > h3 > span::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    height: 4px;
    margin-top: -2px;
    background: #000;
}

.work-texts h3 span .arrow {
    padding: 0;
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -13px;
    width: 23px;
    height: 27px;
    background: url("../../img/right-arrow.png") center center no-repeat;
    background-size: cover;
    color: #000;
}

.work:nth-child(2) .work-texts > h3 span .arrow {
    display: none;
}

@media only screen and (max-width: 600px) {
    .work-texts > h3 span .arrow {
        display: none;
    }
}

@media only screen and (min-width: 600px) {
    .work:nth-child(2) > .work-texts > h3 > span::after {
        width: 1000px;
    }

    .work:last-child > .work-texts > h3 > span::after {
        width: 1000px;
    }
}

.work-texts p {
    font-size: 15px;
    margin: 0 20px;
    text-align: center;
}

#video {
    width: 90%;
    height: 550px;
    position: relative;
    margin: 40px 0;
}

#video img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.inner-box-video {
    width: 250px;
    height: 250px;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
    position: absolute;
    top: 28% !important;
    left: 40% !important;
}

.inner-video-player i {
    font-size: 50px;
    text-align: center;
    position: absolute;
    margin: auto;
    top: 40%;
    left: 45%;
    color: #fff;
}

#myModal-video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.reference img:hover {
    cursor: url("../../img/svg/loupe.png"), auto;
}

.modal {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 999;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.ref-modal {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 999;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: auto;
    display: block;
    width: 100%;
    height: 90%;
    max-width: 700px;
}

.lazy-iframe-wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 2rem;
}

.lazy-iframe {
    position: relative;
    padding-bottom: 56.15%;
    height: 0;
    overflow: hidden;
}

.lazy-iframe iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border: 0;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 10px;
    height: 200px;
}

.modal-content,
#caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    user-select: none;
}

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

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }

    .reference img {
        width: 250px;
        height: 250px;
    }
}

.portfolio {
    width: 100%;
    height: auto;
    margin-top: 2%;
}

.portfolio-header {
    text-align: center;
    margin: 40px 0;
}

.portfolio-header h2 {
    color: #b5283f;
    font-size: 35px;
    font-family: "Barlow-Bold", serif;
}

.portfolio-header p {
    color: #000;
    font-size: 16px;
    font-family: "Barlow-Bold", serif, serif;
}

.nav-wrap {
    overflow: auto;
}

#fancy-nav {
    position: relative;
    float: right;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
    z-index: 8;
    cursor: pointer;
}

#fancy-nav li {
    float: left;
    list-style: none;
    user-select: none;
}

#fancy-nav li span {
    position: relative;
    z-index: 100;
    color: #464341;
    font-size: 16px;
    font-weight: 300;
    display: block;
    float: left;
    text-decoration: none;
    text-transform: capitalize;
    padding: 0.3em 1em;
}

#fancy-nav #magic-border {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    border: 1px solid #e23344;
    border-radius: 4px;
}

@media only screen and (max-width: 800px) {
    #fancy-nav {
        width: 98%;
    }
}

#natty-nav > li > span {
    position: relative;
    z-index: 100;
    display: block;
    text-decoration: none;
    text-transform: capitalize;
}

#natty-nav #magic-line {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    border-top: 2px solid #fff;
    height: 20px !important;
}

@media only screen and (max-width: 800px) {
    #natty-nav {
        width: 98%;
    }
}

#natty-nav2 > li > a {
    position: relative;
    z-index: 100;
    display: block;
    text-decoration: none;
    text-transform: capitalize;
}

#natty-nav2 #magic-line2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    border-top: 2px solid #fff;
    height: 20px !important;
}

@media only screen and (max-width: 800px) {
    #natty-nav2 {
        width: 98%;
    }
}

#natty-nav .current-page-item a {
    color: #fff !important;
}

#natty-nav2 .current-page-item a {
    color: #000 !important;
}

.portfolio .row .col-md-3 {
    float: left;
    margin-bottom: 0.5em;
    position: relative;
}

.overlay {
    position: relative;
    width: 280px;
    height: 230px;
    overflow: hidden;
    opacity: 0;
    text-align: center;
    background: rgba(39, 39, 39, 0.85);
}

.overlay:hover {
    opacity: 1;
    transition: 0.5s;
}

.overlay-img {
    width: 280px;
    height: 230px;
    position: absolute;
    z-index: -100;
}

.overlay-img img {
    width: 280px;
    height: 230px;
    object-fit: cover;
}

.overlay-title {
    color: #fff;
    font-size: 24px;
    font-family: "Barlow-Bold", serif;
    margin-top: 23px;
    margin-bottom: 17px;
}

.overlay-tags {
    font-size: 14px;
    font-family: "Barlow-Bold", serif, serif;
    margin-bottom: 25px;
    color: #fff;
}

.overlay a {
    font-family: "Barlow-Bold", serif;
    text-transform: capitalize;
}

.overlay a:hover {
    background-color: #e23344;
    color: #fff;
}

.overlay a i {
    padding-left: 0.2em;
    font-size: 0.7em;
}

.section-header {
    color: #b5283f;
    font-size: 35px;
    font-family: "Barlow-Bold", serif;
    text-align: center;
    margin: 40px 0;
}

.customers {
    position: relative;
    width: 100%;
}

#customers {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    font-family: "Barlow-Medium", serif;
}

.customer {
    position: relative;
    width: 15%;
}

.customer img {
    width: 100%;
    object-fit: contain;
    transition: opacity 0.2s ease-in-out;
}

.customer img:hover {
    opacity: 0.75;
}

.advantage {
    width: 100%;
    height: 550px;
    margin-top: 20px;
}

.advantage-icon {
    display: flex;
    align-items: center;
    float: left;
    width: 30%;
    height: 100%;
    padding-left: 2em;
}

.advantage-icon img {
    width: 4em;
    height: 4em;
    margin-bottom: 1.5em;
}

.advantage-text {
    width: 70%;
    float: left;
}

.advantage-text h3 {
    font-family: "Barlow-Medium", serif;
    font-size: 20px;
    margin-left: 0.5em;
}

.advantage-text p {
    font-size: 15px;
    margin-left: 0.5em;
    margin-bottom: 0;
}

.advantage-picture {
    position: relative;
}

.advantage-picture img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
}

.advantage-layout-left {
    width: 100%;
    height: 9em;
    display: flex;
    align-items: center;
    padding: 10px 0px;
    border-radius: 10px;
    box-shadow: 5px 4px 30px rgba(0, 0, 0, 0.15);
}

.advantage-layout-left,
.advantage-layout-right {
    margin: auto;
    margin: 10px 0;
}

.advantage-layout-right {
    width: 100%;
    height: 9em;
    display: flex;
    align-items: center;
    padding: 10px 0px;
    border-radius: 10px;
    box-shadow: 5px 4px 30px rgba(0, 0, 0, 0.15);
}

.advantage-layout-right:hover,
.advantage-layout-left:hover {
    background-color: #000;
    color: #fff;
    transition: background-color 0.5s !important;
    -webkit-transition: background-color 0.5s !important;
    -o-transition: background-color 0.5s !important;
    -moz-transition: background-color 0.5s !important;
}

.advantage-info-left .advantage-layout-right {
    margin-right: 100px;
    margin-left: 30px;
}

.advantage-info-left .advantage-layout-left {
    margin-left: 80px;
}

.advantage-info-right {
    padding: 0 !important;
}

.advantage-info-right .advantage-layout-left {
    margin-left: 45px;
}

.advantage-info-right .advantage-layout-right {
    margin-left: 100px;
}

.advantage-m {
    background-color: #fff;
    padding: 20px;
    margin: 10px 0;
    box-shadow: 5px 4px 30px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.inner-order {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.34);
    position: relative;
    padding: 50px;
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-order .form-check-input {
    margin: 0;
    position: relative;
}

.inner-order .form-check {
    padding: 1.25rem 1.25rem 0;
}

.inner-order video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
}

.order-contact {
    background-color: #f2f2f2;
    position: relative;
    height: auto;
    opacity: 0.8;
    margin: auto;
    padding: 35px 0;
}

.order-contact > div {
    padding-left: 40px;
}

.inner-order-text {
    padding: 20px;
}

.inner-order-text ul li span {
    color: #e23344;
}

.inner-order-text h2 {
    font-family: "Barlow-Bold", serif;
    font-size: 36px;
    font-weight: bold;
}

.inner-order-text h2 span {
    color: #e23344;
    font-family: "Barlow-Bold", serif;
}

.inner-order-text ul li {
    font-family: "Barlow-Bold", serif;
    font-size: 16px;
    margin: 10px 0;
}

.inner-order-text p {
    margin-top: 40px;
    font-family: "Barlow-Bold", serif;
    font-size: 16px;
}

.inner-order-contact {
    padding: 20px;
}

.inner-order source {
    width: 100%;
}

.inner-contact-group input {
    width: 100%;
    border: none;
    outline: none;
    font-family: "Barlow-Bold", serif;
    padding: 10px;
    background-color: transparent;
    margin: 3px 0;
    border-bottom: 1px solid #000;
}

.inner-contact-group input::placeholder {
    color: #000;
    opacity: 0.8;
    font-family: "Barlow-Bold", serif;
}

.inner-contact-group button {
    background-color: #000;
    color: #fff;
    font-family: "Barlow-Bold", serif;
    border: none;
    padding: 10px 30px;
    margin-top: 40px;
}

.inner-contact-group label {
    color: #000;
    width: 100%;
    font-size: 1em;
    font-family: "Barlow-Bold", serif;
    border-bottom: 1px solid #000;
    padding: 10px;
    margin: 3px 0;
    opacity: 0.8;
    cursor: pointer;
    position: relative;
}

.inner-contact-group label span {
    position: absolute;
    top: 10px;
    right: 10px;
}

.inner-contact-group input[type="file"] {
    display: none;
}

.form-check a {
    font-family: "Barlow-Bold", serif;
    color: #dd2437;
}

footer {
    width: 100%;
    height: auto;
    background-color: black;
    padding: 4em;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
}

footer a > img {
    width: 188px;
    height: 50px;
}

footer h2 {
    color: #fff;
    margin-bottom: 1em;
    font-family: "Barlow-Bold", serif, serif;
}

footer h3 {
    font-size: 1.125rem;
}

footer .f-col:nth-child(2) h3 a {
    text-decoration: none;
}

footer .f-col:nth-child(2) h3 a:hover {
    color: #e23344;
    transition: 0.3s color;
}

footer span {
    color: #fff;
    font-family: "Barlow-Bold", serif, serif;
    opacity: 0.7;
}

footer .f-col:nth-child(3) a {
    font-family: "Barlow-Bold", serif, serif;
    padding-bottom: 0.5em;
}

footer p {
    color: #fff;
}

footer .f-col:last-child a {
    padding: 0 0.1em;
}

footer .f-col:last-child a:hover {
    color: #e23344;
    transition: 0.3s color;
}

footer .f-col a i {
    margin: 0 5px;
}

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

@keyframes type {
    0% {
        width: 0;
    }
    60% {
        width: 60%;
        border-right: 0.15em solid #e23344;
    }
    90% {
        width: 99.9%;
        border: none;
    }
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(180deg);
    }
    50% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes loader-inner {
    0% {
        height: 0%;
    }
    25% {
        height: 0%;
    }
    50% {
        height: 100%;
    }
    75% {
        height: 100%;
    }
    100% {
        height: 0%;
    }
}
