html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html {
  scroll-behavior: smooth;
}

header {
    position: relative;
    z-index: 8;
}
body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
}

@font-face {
    font-family: "allison_script";
    src: url("../webfonts/fontsfree-net-allison-scriptregular_1.woff2") format("woff2"), url("../webfonts/fontsfree-net-allison-scriptregular_1.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}


article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: inherit;
    text-decoration: none;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

a{
    transition: all .3s ease;
}

ul,ol{
    list-style: none;
    padding: 0;
    margin: 0;
}

body{
    background: #11111C;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
}


/* header */

header .header-wrapper {
    color: #F7DFCF;
}

.header-right-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-right-wrapper .header-menu {
    display: flex;
    align-items: center;
    gap: 80px;
    font-size: 18px;
}

a.project-btn {
    display: inline-flex;
    padding: 23px 36px;
    background: linear-gradient(0deg, rgba(135, 54, 30, 0) 0%, #87361E 100%);
    flex-direction: column;
}

a.project-btn span {
    display: block;
    text-align: center;
    font-weight: bold;
}

a.logo-link {
    display: flex;
    align-items: center;
    height: 100%;
}

.header-right-wrapper .header-menu li a {
    position: relative;
}

.header-right-wrapper .header-menu li a::before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    background: #87361E;
    border-radius: 2px;
    left: -17px;
    top: 7px;
    transform: rotate(45deg);
    opacity: 0;
    transition: all .3s ease;
}

.header-right-wrapper .header-menu li a:hover::before {
    opacity: 1;
}

.header-right-wrapper .header-menu li a:hover {
    font-weight: 500;
}

.swiper-container{
    overflow: hidden;
}

.swiper-slider {
    text-align: center;
    margin-top: -111px;
}

.swiper-slider {
    position: relative;
}

.swiper-slider .slider-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% + -46px));
    left: 200px;
    z-index: 99;
    cursor: pointer;
}

.swiper-slider .slider-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% + -46px));
    right: 200px;
    z-index: 99;
    cursor: pointer;
}

img{
    max-width: 100%;
}

.discover-btn {
    text-align: center;
    color: #F7DFCF;
    font-size: 20px;
    letter-spacing: 25px;
    margin-top: 50px;
    margin-bottom: 100px;
}

.discover-btn img {
    margin-top: -99px;
}

.slogan-component {
    margin-top: 400px;
    text-align: center;
    position: relative;
    margin-bottom: 100px;
}

.slogan-component::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 160px;
    background: linear-gradient(180deg, rgba(135, 54, 30, 0) 0%, #87361E 100%);
    left: 50%;
    top: -240px;
    transform: translateX(-50%);
}

.slogan-wrapper {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
}

.slogan-wrapper span {
    font-size: 48px;
    font-weight: bold;
    color: #F7DFCF;
    margin-top: 24px;
    margin-bottom: 30px;
}

.slogan-component::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 80px;
    background: linear-gradient(180deg, rgba(135, 54, 30, 0) 0%, #87361E 100%);
    left: 50%;
    bottom: -140px;
}

.slogan-component .spans {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.slogan-component .spans span {
    width: 30px;
    height: 30px;
    border: solid 1px #87361E;
    border-radius: 50%;
}

.corporate-component {
    margin-top: 400px;
    position: relative;
}

.corporate-left {
  padding: 77px 62px 0 44px;
  border-radius: 82px;
  border: 4px solid #87361e;
  background: linear-gradient(
199deg, rgb(0 0 0) 40.26%, #87361E 95.24%) padding-box, linear-gradient(185deg, #11111C 0%, #87361e 100%) border-box;
}


.corporate-left .top-title {
    font-size: 32px;
    font-weight: bold;
    color: #F7DFCF;
    display: flex;
    gap: 12px;
    align-items: baseline;
}

.corporate-left .top-title span {
    display: block;
    font-weight: 400;
}

.corporate-component .row .col-md-6:nth-child(1) {
    padding-left: 120px;
}

.corporate-left .picture {
    transform: translate(150px, 123px);
    margin-top: -87px;
}

.corporate-left .picture img {
    width: 386px;
    max-width: fit-content;
}

.corporate-right .title {
    color: #87361E;
    font-size: 47px;
    font-weight: bold;
    margin-bottom: 40px;
}

.corporate-right .desc {
    color: #F7DFCF;
    margin-bottom: 30px;
}

.corporate-right {
    padding-left: 80px;
}

.corporate-component{
    margin-bottom: 400px;
}

.corporate-component .row {
    align-items: center;
}

.corporate-component .read-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #87361E;
    font-weight: 600;
    font-size: 20px;
}

.corporate-component .container {
    position: relative;
}

.corporate-component .container .left {
    position: absolute;
    bottom: -180px;
}

.corporate-component .container .right {
    position: absolute;
    right: 0;
    top: -30px;
}

.corporate-component::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 160px;
    border-image-source: linear-gradient(180deg, rgba(135, 54, 30, 0) 0%, #87361E 100%);
    background: linear-gradient(180deg, rgba(135, 54, 30, 0) 0%, #87361E 100%);
    left: 100px;
    bottom: 50px;
}

.corporate-component::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 160px;
    border-image-source: linear-gradient(180deg, rgba(135, 54, 30, 0) 0%, #87361E 100%);
    background: linear-gradient(180deg, rgba(135, 54, 30, 0) 0%, #87361E 100%);
    right: 100px;
    top: 50px;
}

/* Tab */

.tabs {
  max-width: 500px;
  margin: 20px auto;
  font-family: sans-serif;
}

.tab-buttons {
  display: flex;
  gap: 10px;
}

.tab-btn {
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  font-family: 'Montserrat';
  background: none;
  border: solid 1px #87361E;
  color: white;
}

.tab-btn.active {
  background: #87361E;
  color: #fff;
}

.tab-content {
  display: none;
  border-radius: 10px;
}

.tab-content.active {
  display: block;
}

.project-component {
    padding-left: 15%;
}



.project-component .section-title {
    font-size: 81px;
    color: #87361E;
    display: block;
    white-space: normal;
    word-break: break-word;
    font-weight: bold;
    margin-bottom: 30px;
}

.project-component .desc {
    color: #F7DFCF;
    margin-bottom: 50px;
}

.project-component .navs {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 60px;
}

a.project-box {
    display: block;
    position: relative;
}

a.project-box::before {
    position: absolute;
    content: '';
    background: linear-gradient(192deg, #87361e00 12.2%, #11111c66 90.27%), linear-gradient(319deg, #87361e29 13.47%, rgba(135, 54, 30, 0) 38.06%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}



a.project-box .picture img {
    width: 100%;
}

a.project-box .project-type {
    position: absolute;
    top: 0;
    left: 100px;
    background: #87361E;
    padding: 24px 50px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 0 0 30px 30px;
    font-size: 16px;
    color: #F7DFCF;
    font-weight: 600;
}

.project-box .project-title {
    position: absolute;
    bottom: 120px;
    left: 110px;
    font-size: 48px;
    color: white;
    font-weight: bold;
}

.project-box .read-btn {
    position: absolute;
    bottom: -39px;
    left: 100px;
    padding: 24px 49px;
    background: #F7DFCF;
    color: #87361E;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50px;
    border: solid 4px #87361E;
}

section.project-component {
    padding-bottom: 229px;
    overflow: hidden;
}

.swiper-project .swiper-wrapper {
    padding-bottom: 70px;
}

.project-button-next {
    cursor: pointer;
}

.project-button-prev {
    cursor: pointer;
}

.why-us-wrapper {
    background: linear-gradient(90.26deg, #87361E 12.71%, rgba(17, 17, 28, 0) 99.77%);
    padding: 70px 10%;
    border-top: solid 1px #87361E;
    border-bottom: solid 1px #87361E;
}

.why-us-box {
    display: grid;
    grid-template-columns: 1fr 3fr;
    margin-bottom: 30px;
}

.why-us-box .title {
    font-size: 34px;
    color: #F7DFCF;
    font-weight: bold;
    margin-bottom: 12px;
}

.why-us-box .desc {
    color: #F7DFCF;
}

.why-us-wrapper .col-md-6 {
    position: relative;
}

.why-us-wrapper .col-md-6 .center-picture {
    position: absolute;
    top: -217px;
}

.why-us-box.right {
    grid-template-columns: 3fr 1fr;
}

.why-us {
    position: relative;
    margin-top: 150px;
    margin-bottom: 200px;
}

.why-us::before {
    position: absolute;
    content: '';
    width: 300px;
    height: 300px;
    background: #87361E;
    filter: blur(76px);
    left: 500px;
}


.blog-component {padding-top: 250px;
margin-bottom: 200px;}

.blog-component .component-title {
    text-align: center;
    font-size: 48px;
    color: #F7DFCF;
    font-weight: bold;
    margin-bottom: 50px;
}

.blog-box {
    display: block;
    border: solid 1px #87361E;
    border-radius: 30px;
}

.blog-box .picture img {
    border-radius: 30px 30px 0 0;
}

.blog-box .picture {
    position: relative;
}

.blog-box .picture::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(135, 54, 30, 0) 66.56%, #87361E 100%);
    border-radius: 30px 30px 0 0;
}

.blog-box .infos {
    padding: 35px 50px 60px 50px;
    text-align: center;
    color: #F7DFCF;
    position: relative;
}

.blog-box .infos .read-btn {
    position: absolute;
    bottom: -36px;
    left: 50%;
    transform: translateX(-50%);
}

.all-btn-blog {
    text-align: center;
    margin-top: 120px;
}

.all-btn-blog a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #87361E;
    justify-content: center;
}

.left-right-component {
    padding: 0 5%;
    margin-bottom: 200px;
}

.left-right-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
}

.left-right-wrapper .center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.left-right-wrapper .left-wrapper img {
    border-radius: 300px 0 0 300px;
    border: solid 2px #87361E;
    height: calc(100% - 4px);
}

.left-right-wrapper .right-wrapper {
    background: linear-gradient(82.52deg, #87361E 48.17%, #11111C 84.97%);
    border-radius: 0px 300px 300px 0px;
    border-top: solid 2px #87361E;
    border-right: solid 2px #87361E;
    border-bottom: solid 2px #87361E;
    padding: 92px 100px 0 100px;
}

.left-right-wrapper .right-wrapper .title {
    font-size: 48px;
    color: #F7DFCF;
    font-weight: bold;
    width: 50%;
    margin-bottom: 35px;
}

.left-right-wrapper .right-wrapper .mini-desc {
    color: #F7DFCF;
    font-weight: bold;
    margin-bottom: 30px;
}

.left-right-wrapper .right-wrapper .desc {
    color: #F7DFCF;
    margin-bottom: 35px;
}

.left-right-wrapper .right-wrapper a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #F7DFCF;
    font-weight: 600;
    font-size: 20px;
}

.cta-component {
    padding-top: 100px;
    margin-bottom: 100px;
}

.cta-component .top-text {
    font-size: 32px;
    color: white;
    letter-spacing: 13px;
    font-weight: 300;
    line-height: 44px;
}

.cta-component .top-desc {
    color: white;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 100px;
}

.cta-component .big-title {
    font-size: 128px;
    color: #87361E;
    font-weight: bold;
    text-align: right;
}

.contact-box .icon {
    margin-bottom: 10px;
}

.contact-box .title {
    font-size: 32px;
    letter-spacing: 10px;
    color: white;
    font-weight: 300;
    margin-bottom: 15px;
}

.contact-box .info {
    color: white;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 50px;
}

.contact-box .info + a {
    color: #87361E;
    font-size: 32px;
    letter-spacing: 10px;
    font-weight: 300;
}

.follow-me .title {
    color: white;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 14px;
}

.follow-me ul {
    display: flex;
    align-items: center;
    gap: 25px;
}

.footer-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: white;
    font-size: 20px;
    font-weight: 300;
    position: relative;
}

.footer-menu li {
    margin-bottom: 20px;
}

.footer-menu::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 50px;
    background: #87361E;
    left: -50px;
    top: 10px;
}

.footer-bottom {
    padding: 30px 0;
    background: linear-gradient(91.35deg, #87361E 42.11%, rgba(17, 17, 28, 0) 99.68%);
    margin-top: 45px;
}

.footer-bottom .footer-bottom-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    color: white;
}

.bread-wrapper {
    padding: 35px;
    text-align: center;
    background: linear-gradient(91.35deg, #501706 42.11%, rgba(17, 17, 28, 0) 99.68%);
    color: white;
    margin-top: 15px;
    margin-bottom: 80px;
}

.bread-wrapper ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    font-size: 20px;
}

.bread-wrapper ul li a {
    position: relative;
}

.bread-wrapper ul li a::before {
    position: absolute;
    content: '|';
    right: -12px;
}

.bread-wrapper h1 {
    font-size: 38px;
    margin-bottom: 10px;
    margin-top: 0;
}

.content-wrapper {color: white;line-height: 23px;}

.detail-page {
    margin-bottom: 100px;
}

.content-wrapper h1, .content-wrapper h2, .content-wrapper h3 {
    color: #F7DFCF;
}


.contact-page-infos ul li .title {
    font-size: 28px;
    font-weight: bold;
}

.contact-page-infos .top-title {
    color: #F7DFCF;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
}

.contact-page-infos ul li a {
    font-size: 22px;
}

.contact-page-infos ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

.iframe-code iframe{
    border-radius: 20px;
}

.contact-page-infos {
    color: #F7DFCF;
}

header.mobile-header {
    display: none;
}

.slider-mobil {
    display: none;
}


@media(max-width:992px){
    header {
    display: none;
}

.mobile-header {
    display: block !important;
}

.swiper-slider {
    margin: 0;
}

.mobile-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
}

.mobile-header .container .logo-link img {
    width: 180px;
}

.mobile-header {
    padding: 11px 15px;
    background: black;
    display: block;
}

.mobile-header .menu-bars {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 20px;
}

.mobile-header .menu-bars img {
    width: 47px;
}

.swiper-slider {
    display: none;
}

.slider-mobil {
    display: block;
}

.swiper-slider .slider-button-next {
    display: none;
}

.swiper-slider .slider-button-prev {
    display: none;
}

.discover-btn {
    font-size: 16px;
}

.discover-btn img {
    margin-top: 0;
}

.slogan-component {
    margin-top: 150px;
    margin-bottom: 50px;
}

.slogan-component::before {
    height: 85px;
    top: -100px;
}

.slogan-wrapper img {
    width: 80%;
}

.slogan-wrapper span {
    font-size: 36px;
}

.corporate-component {
    margin-top: 200px;
    margin-bottom: 100px;
}

.corporate-left .picture {
    transform: translate(0,0);
    margin-top: 0;
    text-align: center;
    margin-top: 20px;
}

.corporate-left {
    padding: 20px 0;
}

.corporate-left .picture img {
    width: 200px;
}

.corporate-left .top-title {
    width: 100%;
    font-size: 28px;
    display: block;
    text-align: center;
}

.corporate-right {
    padding: 35px;
}

.corporate-right .title {
    font-size: 36px;
    margin-bottom: 25px;
}

.corporate-component::before {
    display: none;
}

.corporate-component::after {
    display: none;
}


.corporate-component .container .left {
    display: none;
}

.corporate-component .container .right {
    display: none;
}

.project-component .section-title {
    font-size: 40px;
}

section.project-component {
    padding: 0 15px;
}

.project-component .desc {
    margin-bottom: 30px;
}

.project-component .navs {
    margin-bottom: 20px;
}

.tab-btn {
    padding: 8px 12px;
}

.project-box .project-title {
    left: 30px;
    bottom: 46px;
    font-size: 24px;
}

.project-box .read-btn {
    padding: 8px 24px;
    font-size: 16px;
    border-radius: 22px;
    font-weight: 600;
    bottom: -17px;
    left: 30px;
}

a.project-box .project-type {
    left: 15px;
    padding: 10px 15px;
    font-size: 15px;
    gap: 5px;
}

a.project-box .project-type img {
    width: 30px;
}

.why-us {
    margin-top: 50px;
    margin-bottom: 50px;
}

.why-us-wrapper .col-md-6 .center-picture {
    display: none;
}

.why-us-wrapper {
    padding: 30px;
}

.why-us-box.right {
}

.blog-component {
    padding-top: 100px;
}

.blog-component .component-title {
    font-size: 32px;
}

.blog-box {
    margin-bottom: 40px;
}

.all-btn-blog {
    margin-top: 50px;
}

.left-right-wrapper {
    display: block;
}

.left-right-wrapper .left-wrapper img {
    border-radius: 0;
    height: 100%;
    margin-bottom: -4px;
}

.left-right-wrapper .right-wrapper {
    border-radius: 0;
    padding: 30px;
}

.left-right-wrapper .center {
    top: 0;
}

.left-right-wrapper .right-wrapper .title {
    font-size: 32px;
    width: 100%;
    margin-bottom: 15px;
}

.left-right-wrapper .right-wrapper .mini-desc {
    font-weight: 600;
    margin-bottom: 20px;
}

.left-right-wrapper .right-wrapper a {
    font-size: 18px;
}

.left-right-component {
    padding: 0 15px;
    margin-bottom: 50px;
}

.cta-component {
    padding-top: 50px;
    margin-bottom: 50px;
}

.cta-component .top-text {
    font-size: 24px;
    letter-spacing: 6px;
}

.cta-component .big-title {
    text-align: left;
    font-size: 80px;
    margin-bottom: 50px;
}

.cta-component .top-desc {
    margin-bottom: 50px;
}

.contact-box .title {
    font-size: 28px;
}

.contact-box .info + a {
    font-size: 24px;
    margin-bottom: 40px;
    display: block;
}

footer .follow-me {
    margin: 20px 0;
}

.footer-bottom .footer-bottom-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 20px;
}

.why-us::before {
    display: none;
}

}

*,
*::before,
*::after {
  box-sizing: border-box;
}




/* Modal */


.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: .5;
}

.modal-header {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    /* display: -webkit-box; */
    /* display: flex; */
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    /* justify-content: flex-end; */
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
}

.modal-footer> :not(:first-child) {
    margin-left: .25rem;
}

.modal-footer> :not(:last-child) {
    margin-right: .25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
    }
    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}


.modal-dialog {
    padding: 0;
    margin: 0;
}

.modal-content {
    border: none;
    border-radius: 0;
    min-height: 100vh;
    width: 70%;
    background: linear-gradient(175.14deg, #000000 15.56%, #87361E 109.72%);
}

.light-mode .modal-content{
    background: white;
}

.mobile-nav ul {
    font-size: 20px;
}

.mobile-nav ul li {
    margin-bottom: 20px;
}

.mobile-nav ul {
    color: white;
    font-size: 22px;
    margin-top: 20px;
}