*,
*:before,
*:after {
    box-sizing: border-box;
}

/* START CUSTOM SCROLL BAR */

/* WebKit Browsers (Chrome, Safari, Edge) */
*::-webkit-scrollbar {
    width: 2px !important;
    /* Width of the scrollbar */
}

*::-webkit-scrollbar-track {
    background: rgb(89, 88, 88) !important;
    /* Background of the scrollbar track */
}

*::-webkit-scrollbar-thumb {
    background: rgb(231, 190, 48) !important;
    /* Background of the scrollbar thumb */
}

/* Firefox */
* {
    scrollbar-width: thin !important;
    /* Make the scrollbar thinner */
    scrollbar-color: rgb(231, 190, 48) rgb(89, 88, 88) !important;
    /* Color of the scrollbar thumb and track */
}


/* END CUSTOM SCROLLBAR */


html {
    -webkit-font-smoothing: antialiased;
}

body {
    margin: 0 auto;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    font-weight: 400;
}

div,
section,
footer,
main {
    position: relative;
}

/* Lenis */
html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}

input,
textarea,
select {
    outline: none;
    font-family: 'Montserrat', sans-serif;
    font-size: .9em;
}

.montserrat-font {
    font-family: 'Montserrat', sans-serif;
}

button,
.button {
    padding: 15px 20px;
    border: none;
    font-weight: 700;
    min-width: 160px;
    outline: none;
    font-family: 'Montserrat', sans-serif;
    transition: .3s;
    text-decoration: none;
    position: relative;
    text-align: center;
    box-shadow: 0 0 0 0 rgb(182, 145, 13, 0.5);
}

button:hover,
.button:hover {
    cursor: pointer;
    background-color: #000;
    color: #fff;
}

button:active,
.button:active {
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-name: pulse;
    animation-duration: .5s;
}

a {
    transition: .2s;
}

button:active,
.button:active,
a:active,
.home .sec2 .grid .img:active,
.home .sec3 .item:active {
    transform: scale(0.9);
}

body,
section,
header,
footer,
main {
    min-width: 1200px;
}

main {
    z-index: 1;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

a:hover,
.active {
    color: #e7be30;
}

#menu-btn {
    display: none;
}

menu {
    display: none;
}

.bold {
    font-weight: 900;
}

.thin {
    font-weight: 400;
}

/* Placeholder for input and textarea */
::placeholder {
    color: #f0f0f0;
    /* Very light gray */
    opacity: 1;
    /* Ensures the color is not further lightened by default opacity */
}

::-webkit-input-placeholder {
    color: #f0f0f0;
    opacity: 1;
}

::-moz-placeholder {
    color: #f0f0f0;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #f0f0f0;
    opacity: 1;
}

:-moz-placeholder {
    color: #f0f0f0;
    opacity: 1;
}

form .row {
    display: flex;
    column-gap: 20px;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}

form .half {
    width: 50%;
    border: 1px #fff solid;
    padding: 8px 10px;
}

form .third {
    width: 33.33%;
    border: 1px #fff solid;
    padding: 8px 10px;
}

form .half,
form .fullwidth,
form .third {
    display: flex;
    flex-wrap: nowrap;
    column-gap: 10px;
    align-items: center;
    transition: .3s;
    background-color: transparent;
}

form .half:focus-within,
form .fullwidth:focus-within,
form .third:focus-within {
    border-color: #e7be30;
}

form .half:focus-within input,
form .fullwidth:focus-within input,
form .third:focus-within input,
form .half:focus-within textarea,
form .fullwidth:focus-within textarea,
form .third:focus-within textarea {
    color: #fff;
}

form .half:focus-within input::placeholder,
form .fullwidth:focus-within input::placeholder,
form .third:focus-within input::placeholder,
form .half:focus-within textarea::placeholder,
form .fullwidth:focus-within textarea::placeholder,
form .third:focus-within textarea::placeholder {
    color: #fff;
}

form .fullwidth {
    width: 100%;
    border: 1px #fff solid;
    padding: 8px 10px;
}

form input,
form textarea,
form select {
    border: none;
    width: 82%;
    padding: 10px;
    background: transparent;
    color: #fff;
}

form .half img,
form .fullwidth img,
form .third img {
    height: 26px;
}

form textarea {
    width: 90%;
    min-height: 100px;
    align-self: flex-start;
}

form .special img {
    align-self: flex-start;
}

.thin-txt {
    font-weight: 300;
}

.m-right {
    margin-right: 5%;
}

.m-left {
    margin-left: 5%;
}

.m-bottom {
    margin-bottom: 5%;
}

.m-top {
    margin-top: 5%;
}

.hidden {
    display: none;
}

.center {
    text-align: center;
}

.align-vert {
    top: 50%;
    transform: translateY(-50%);
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.img-bg {
    background-position: center;
    background-size: cover;
}

.img-bg-top {
    background-position: center top;
    background-size: cover;
}

.img-bg-bottom {
    background-position: center bottom;
    background-size: cover;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    filter: opacity(.4);
}

.hidden-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    filter: opacity(0);
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
}

p {
    line-height: 150%;
    font-weight: 500;
}

.modal {
    display: none;
    padding: 30px;
}

.modal h3 {
    font-size: 1.8em;
}

.hide {
    display: none;
}

.flex-align {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.f-button {
    min-width: 0;
}

/* Colors */
.gray-bg {
    background-color: #f2f2f2;
}

.gray-txt {
    color: #f2f2f2;
}

.gray-bg-gradient {
    background-image: linear-gradient(to bottom right, #f2f2f2, #dedede);
}

.dark-gray-txt {
    color: #636363;
}

.white-bg {
    background-color: #fff;
}

.white-txt {
    color: #fff;
}

.black-bg {
    background-color: #000;
}

.dark-gray-bg {
    background-color: rgb(48, 45, 45);
}

.black-txt {
    color: #000;
}

.gold-bg {
    background-color: #e7be30;
}

.gold-txt {
    color: #e7be30;
}

/* Animations */
/* Animations */
.scale-down {
    transform: scale(.9);
    filter: opacity(0) blur(5px);
    transition: transform 1.2s, filter 1.2s;
}

.scale-up {
    transform: scale(1.05);
    filter: opacity(0) blur(5px);
    transition: transform 1.2s, filter 1.2s;
}

.scale-normal {
    transform: scale(1) !important;
    filter: opacity(1) blur(0) !important;
}

.invisible {
    filter: opacity(0) blur(5px);
    transition: filter 1s;
}

.visible {
    filter: opacity(1) blur(0) !important;
}

.hide-left {
    transition: left 1.2s, filter 1.2s;
    left: -10vw;
    filter: opacity(0) blur(5px);
}

.reveal-left {
    left: 0 !important;
    filter: opacity(1) blur(0) !important;
}

.hide-right {
    transition: right 1.2s, filter 1.2s;
    right: -10vw;
    filter: opacity(0) blur(5px);
}

.reveal-right {
    right: 0 !important;
    filter: opacity(1) blur(0) !important;
}

.hide-bottom {
    transition: top 1.2s, filter 1.2s;
    top: 70px;
    filter: opacity(0) blur(5px);
}

.reveal-bottom {
    top: 0 !important;
    filter: opacity(1) blur(0) !important;
}

.rotateOut {
    transform: rotate(360deg) scale(0);
}

.slide-left {
    left: 0;
    filter: opacity(1);
}

.parallax {
    will-change: transform;
}

.showMenu {
    top: 0 !important;
    filter: opacity(1) blur(0) !important;
}

.zoom {
    will-change: transform;
    transition: transform 0.1s ease-out;
    /* Smooth transition */
}

.slideIn {
    right: 0 !important;
    filter: blur(0) opacity(1) !important;
}

.fadeIn {
    filter: blur(0) opacity(1) !important;
    z-index: 6 !important;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(182, 145, 13, 0.5);
    }

    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(182, 145, 13, 0.5);
    }

    70% {
        box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}

/* Header */
header {
    padding: 10px 5%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    background-color: rgb(0, 0, 0, 0.1);
    backdrop-filter: blur(20px);
}

header .logo-link {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 10px;
    text-decoration: none;
    color: #fff;
    transition: color .2s, transform .2s, left 1s, filter 1s;
}

header .logo-link:hover {
    color: #e7be30;
}

header .logo-link span {
    position: relative;
}

header .logo-link img {
    height: 50px;
}

header .logo-link span.text {
    display: flex;
    flex-direction: column;
    row-gap: 0;
}

header .logo-link span.text .top {
    font-weight: 900;
    font-size: 1.6em;
}

header .logo-link span.text .bottom {
    font-weight: 500;
    font-size: 1em;
    width: 187px;
    text-align: left;
}

header nav,
header menu {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

header nav {
    position: relative;
}

header nav menu {
    column-gap: 40px;
}

header nav menu a {
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    font-size: .9em;
}

header button {
    padding: 12px 20px;
    font-size: .9em;
    border-radius: 3px;
}

header button:hover {
    background-color: #000;
}


/* Footer */
footer {
    padding: 20px 5%;
    text-align: center;
}

footer .legal {
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: center;
    font-size: .9em;
}

/* Content */
main {
    z-index: 0;
}

.home .sec1 {
    min-height: 100dvh;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    padding: 60px 5% 40px;
    column-gap: 5%;
}

.home .sec1 .right img:hover .bg {
    transform: scale(1.1) !important;
}

.home .sec1 .left {
    width: 50%;
    z-index: 3;
}

.home .sec1 .right {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.home .sec1 .right img.pp {
    border-radius: 20px;
    position: relative;
}

.home .sec1 h1 {
    font-size: 5em;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 40px;
    line-height: 60px;
    display: flex;
    flex-direction: column;
}

.home .sec1 h1 span {
    position: relative;
}

.home .sec1 h1 span:hover {
    text-shadow: 1px 1px #000;
    cursor: move;
}

.home .sec1 h1 span:first-of-type {
    font-size: .3em;
    margin-bottom: -10px;
    font-weight: 400;
}

.home .sec1 .left p {
    font-size: 1.2em;
}

main>.overlay {
    z-index: 0;
    filter: none;
    background-color: rgb(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

main section {
    z-index: 2;
    background: transparent;
}

.home .sec1 button {
    margin-top: 20px;
    border-radius: 3px;
    transition: .2s;
    position: relative;
}

.home .sec1 button.button1 {
    border: 1px #e7be30 solid;
    background-color: transparent;
    transition: left 1.5s, filter 1.5s, color .2s, border .2s;
    position: relative;
    font-size: .9em;
}

.home .sec1 button.button1:hover {
    border-color: #000;
    color: #fff;
    background-color: #000;
}

/* The flip box container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-box {
    background-color: transparent;
    width: 400px;
    height: 400px;
    perspective: 1000px;
    /* Remove this if you don't want the 3D effect */
    animation: moveUpDown 5s linear infinite;
    animation-delay: 2s;
}

@keyframes moveUpDown {
    0% {
        top: 0;
    }

    50% {
        top: 20px;
    }

    100% {
        top: 0px;
    }
}

.flip-box:hover {
    animation: none;
}

/* This container is needed to position the front and back side */
.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    border-radius: 20px;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
    box-shadow: -3px -3px 20px 1px rgb(231, 190, 48, 0.6);
    cursor: grab;
}

/* Position the front and back side */
.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
    border-radius: 20px;
}

/* Style the front side (fallback if image is missing) */
.flip-box-front {
    background-color: #bbb;
    color: black;
}

/* Style the back side */
.flip-box-back {
    background-color: #000;
    color: white;
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 0px;
}

.flip-box-back h2,
.flip-box-back h3 {
    font-size: 1.4em;
    margin-bottom: 5px;
    margin-top: 15px;
    position: relative;
    line-height: 100%;
    font-weight: 700;
}

.flip-box-back p {
    font-size: .9em;
    margin-top: 0;
    margin-bottom: 10px;
    position: relative;
    padding-top: 0;
    line-height: 100%;
}

.flip-box-back p.big-text {
    font-weight: 900;
    font-size: 1.8em;
}

.flip-box-back .small-pp {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    box-shadow: 0px 0px 5px 1px rgb(231, 190, 48, 0.5);
}

.flip-box-back .icons {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.flip-box-back .icons .icon {
    height: 32px;
}

#modal1 {
    min-width: 1000px;
    background: transparent;
}

.mask-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
    left: 0;
    z-index: 2;
    background: linear-gradient(to top, rgb(0, 0, 0.9), transparent);
}

.mask-top {
    position: absolute;
    top: 0;
    width: 100%;
    height: 200px;
    left: 0;
    z-index: 2;
    background: linear-gradient(to bottom, rgb(0, 0, 0.9), transparent);
}

.home #modal1 h3 {
    font-size: 2em;
    margin-top: 0;
    color: #fff;
}

.home .sec2 {
    padding: 0px 5%;
    min-height: 80vh;
}

.home .sec2 h2,
.home .skills h2 {
    font-size: 3.2em;
    margin-bottom: 0;
    margin-top: 0;
}

.home .sec2 .grid h3 {
    font-size: 1.5em;
}

.home .sec2 .grid {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.home .sec2 .grid>div {
    width: 45%;
}

.home .sec2 .grid>div:first-of-type p {
    margin-top: 20px;
}

.home .sec2 .grid>div:first-of-type h3 {
    margin-top: 0;
}

.home .sec2 .grid .img {
    width: 100%;
    height: 280px;
    transition: .3s;
    border-radius: 8px;
}

.home .sec2 .grid .img:hover {
    cursor: pointer;
    box-shadow: 4px 4px 10px 2px rgba(80, 78, 78, 0.8);
}

.home .sec2 .line,
.home .skills .line {
    position: relative;
    display: flex;
    margin: 10px 0 40px;
    height: 1px;
    width: 100px;
}

.home .sec3 {
    padding: 20px 5%;
    overflow: hidden;
}

.home .sec3 .inner {
    min-height: 50vh;
    z-index: 3;
    text-align: center;
}

.home .sec3 h2 {
    font-size: 3.2em;
    margin-bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.home .sec3 h2 span:last-of-type {
    font-size: .4em;
    font-weight: 700;
}

.home .sec3 .line {
    height: 1px;
    width: 100px;
    margin: 10px 0 40px;
    position: relative;
    display: block;
}

.home .skills {
    padding: 70px 5%;
}

.home .skills h2 {
    margin-top: 0;
}

.home .skills .flexbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    min-height: 50dvh;

    .left {

        p {
            font-size: 1.3em;
        }
    }
}

.home .skills .flexbox>div {
    width: 45%;
}

.home .skills .flexbox>div:first-of-type {
    width: 42%;
}

.home .skills button {
    min-width: 0;
    background-color: transparent;
    border: 1px #e7be30 solid;
    margin-top: 20px;
    border-radius: 3px;
}

.home .skills button:hover {
    background-color: #000;
}

.home .skills .flexbox .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
    text-align: center;
}

.home .skills .flexbox .grid img {
    height: 60px;
}

.home .sec4 {
    display: flex;
    align-items: center;
    column-gap: 5%;
    padding: 70px 5%;
}

.home .sec4 .left,
.home .sec4 .right {
    width: 50%;
}

.home .sec4 .right h3 {
    font-size: 1.8em;
}

.home .sec4 .left h3 {
    font-size: 3.2em;
    margin-bottom: 0;
    margin-top: 0;
}

.home .sec4 .left h4 {
    font-size: 1.4em;
    margin-bottom: 10px;
}

.home .sec4 .left .social-links {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.home .sec4 .left .social-links .icon {
    height: 26px;
}

.home .sec4 .left .item {
    display: flex;
    column-gap: 15px;
    align-items: center;
    margin-bottom: 20px;
    font-size: 1em;
}

.home .sec4 .left .item img {
    width: 24px;
}

.home .sec4 .left .line {
    height: 1px;
    width: 100px;
    margin: 10px 0 40px 0;
    position: relative;
    display: block;
}

.home .sec4 .right form button {
    font-size: .9em;
}

/* Animated Cards On Home Page */
.card {
    height: 300px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 36px;
    perspective: 2500px;
    cursor: pointer;
}

.card .wrapper .cover-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    box-shadow: rgb(231, 190, 48, 0.15) 0px 4px 10px, rgba(231, 190, 48, 0.12) 0px 10px 10px;
}

.card .wrapper {
    transition: all 0.5s;
    position: absolute;
    width: 100%;
    z-index: -1;
    background: #000;
}

.card:hover .wrapper {
    transform: perspective(900px) translateY(-5%) rotateX(25deg) translateZ(0);
    box-shadow: 2px 35px 32px -8px rgba(231, 190, 48, 0.75);
    -webkit-box-shadow: 2px 35px 32px -8px rgba(231, 190, 48, 0.75);
    -moz-box-shadow: 2px 35px 32px -8px rgba(231, 190, 48, 0.75);
}

.card .wrapper::before,
.card .wrapper::after {
    content: "";
    opacity: 0;
    width: 100%;
    height: 270px;
    transition: all 0.5s;
    position: absolute;
    left: 0;
}

.card .wrapper::before {
    top: 0;
    height: 100%;
    background-image: linear-gradient(to top, transparent 46%, rgba(12, 13, 19, 0.5) 68%, rgba(12, 13, 19) 97%);
}

.card .wrapper::after {
    bottom: 0;
    opacity: 1;
    background-image: linear-gradient(to bottom, transparent 46%, rgba(12, 13, 19, 0.5) 68%, rgba(12, 13, 19) 97%);
}

.card:hover .wrapper::before,
.wrapper::after {
    opacity: 1;
}

.card:hover .wrapper::after {
    height: 120px;
}

.card .title {
    width: 100%;
    transition: transform 0.5s;
    position: absolute;
    bottom: 50px;
    font-size: 1.2em;
    line-height: 110%;
    display: flex;
    flex-direction: column;
    font-weight: 600;
    transform: scale(1);
    text-align: center;
}

.card:hover .title {
    transform: translate3d(0%, -30px, 50px) scale(1.2);
}

.card:hover .cover-image {
    opacity: .3;
}

.card .character {
    width: 50%;
    opacity: 0;
    transition: all 0.5s;
    position: absolute;
    z-index: -1;
}

.card:hover .character {
    opacity: 1;
    transform: translate3d(0%, -50%, 100%);
    margin-top: -70px;
}

.modal form button {
    min-width: 250px;
}

/* Swipper Slider 
.home .sec3 div {
    all: unset;
}
*/
.home .sec3 .wrap {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 60px;
    overflow: hidden;
    padding: 0 10px 30px;
}

.swiper-container {
    overflow: visible;
    position: relative;
}

.container .cat-title,
.videos-section .cat-title {
    font-size: 1.5em;
    font-weight: 500;
    padding: 0;
    margin-bottom: 40px;
    position: relative;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container .cat-title span.v-all {
    cursor: pointer;
}

.swiper-slide {
    transition: all 300ms ease-in-out;
    border-radius: 5px;
}

.swiper-slide .img {
    border-radius: 5px;
    max-width: 100%;
    cursor: grab;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider1 .swiper-slide .img {
    height: 380px;
}

.slider1 .swiper-slide .img a,
.horizontal .swiper-slide .img a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
}

.slider2 .swiper-slide .img {
    height: 130px;
}

.horizontal .swiper-slide .img {
    height: 150px;
}

.slider3 .swiper-slide .img {
    height: 180px;
}

.swiper-slide .img img {
    position: relative;
    border-radius: 50%;
    backdrop-filter: blur(10px);
    background-color: rgb(0, 0, 0, 0.4);
    transition: transform .3s;
}

.swiper-slide .title {
    font-weight: 600;
    margin-top: 10px;
    font-size: 1em;
}

.swiper-slide .img:active {
    cursor: grabbing;
}

.swiper-slide:hover {
    transform: scale(1.05);
    transition: all .3s;
    transition-delay: .1s;
    z-index: 1;
}

.swiper-slide:hover .img {
    transition-delay: 300ms;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
}

.swiper-slide:hover img {
    background-color: #d40303;
    transform: rotate(360deg);
}

.swiper-slide button {
    background: transparent;
    border: 1px #e7be30 solid;
    min-width: 0;
    font-size: .9em;
    padding: 7px 20px;
    width: 80%;
    border-radius: 5px;
}

.swiper-slide button:hover {
    border-color: #000;
    background-color: #000;
}

.swiper-slide .title {
    margin-top: 8px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 1em;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    padding: 30px 10px;
    color: #e7be30;
    border-radius: 5px;
    transition: background .3s, transform .2s, filter .3s;
    background: rgb(0, 0, 0, 0.6);
    filter: opacity(1);
}

/*
.swiper-container:hover .swiper-button-next::after,
.swiper-container:hover .swiper-button-prev::after {
    background: rgb(0, 0, 0, 0.6);
    filter: opacity(1);
}
*/

@media screen and (max-width: 599px) {
    .slider1 .swiper-slide .img {
        height: 250px;
    }

    .swiper-button-next,
    .swiper-button-prev,
    .swiper-button-next::after,
    .swiper-button-prev::after {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    .swiper-slide img {
        max-width: 10.5rem;
        border-radius: 2px;
    }
}

.home video {
    position: fixed;
    width: 100%;
    height: 100dvh;
    left: 0;
    top: 0;
    z-index: 0;
    object-fit: fill;
}