#drag-container,
#spin-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-10deg);
    transform: rotateX(-10deg);
}

#drag-container img,
#drag-container video {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 200px;
    font-size: 50px;
    text-align: center;
    -webkit-box-shadow: 0 0 8px #fff;
    box-shadow: 0 0 8px #fff;
    -webkit-box-reflect: below 10px linear-gradient(transparent, transparent, #0005);
}

#drag-container img:hover,
#drag-container video:hover {
    -webkit-box-shadow: 0 0 15px #fffd;
    box-shadow: 0 0 15px #fffd;
    -webkit-box-reflect: below 10px linear-gradient(transparent, transparent, #0007);
}

#drag-container p {
    font-family: Serif;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotateX(90deg);
    transform: translate(-50%, -50%) rotateX(90deg);
    color: #fff;
}

#ground {
    width: 900px;
    height: 900px;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotateX(90deg);
    transform: translate(-50%, -50%) rotateX(90deg);
    background: -webkit-radial-gradient(center center, farthest-side, #9993, transparent);
}

#music-container {
    position: absolute;
    top: 0;
    left: 0;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    to {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    to {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@-webkit-keyframes spinRevert {
    from {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }

    to {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes spinRevert {
    from {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }

    to {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}


body {
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.github-corner:hover .octo-arm {
    animation: octocat-wave 560ms ease-in-out
}

@keyframes octocat-wave {

    0%,
    100% {
        transform: rotate(0)
    }

    20%,
    60% {
        transform: rotate(-25deg)
    }

    40%,
    80% {
        transform: rotate(10deg)
    }
}

@media (max-width:500px) {
    .github-corner:hover .octo-arm {
        animation: none
    }

    .github-corner .octo-arm {
        animation: octocat-wave 560ms ease-in-out
    }
}

html,
body {
    margin: 0;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    font-family: "Signika Negative", sans-serif, Arial;
}

body {
    overflow-x: hidden;
    overflow-y: scroll;
}

html,
body {
    height: auto;
}

.panel.align-top {
    align-items: flex-start;
}

.panel {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    position: relative;
    box-sizing: border-box;
    padding: 10px;
}


/* HEADER */
header {
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 6px 10px 10px 10px;
    border-bottom-right-radius: 26px;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5);
    will-change: transform;
}

/* HEADINGS */
.header-section {
    padding: 0 15px;
    text-align: center;
    margin: 40vh auto 50vh;
}

/* SCROLL DOWN */
.scroll-down {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    color: black;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    overflow: visible;
}

.scroll-down .arrow {
    position: relative;
    top: -4px;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj4KPHBhdGggZmlsbD0iYmxhY2siIGQ9Ik00ODMuMiwxOTIuMmMtMjAuNS0yMC41LTUzLjUtMjAuOC03My43LTAuNkwyNTcsMzQ0LjFMMTA0LjUsMTkxLjZjLTIwLjItMjAuMi01My4yLTE5LjktNzMuNywwLjYKCWMtMjAuNSwyMC41LTIwLjgsNTMuNS0wLjYsNzMuN2wxOTAsMTkwYzEwLjEsMTAuMSwyMy40LDE1LjEsMzYuOCwxNWMxMy4zLDAuMSwyNi43LTQuOSwzNi44LTE1bDE5MC0xOTAKCUM1MDMuOSwyNDUuNyw1MDMuNywyMTIuNyw0ODMuMiwxOTIuMnoiLz4KPC9zdmc+);
    background-size: contain;
}

.arrow-right {
    transform: rotate(-90deg);
    position: relative;
    top: -4px;
    margin: 1rem auto;
    width: 20px;
    height: 20px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj4KPHBhdGggZmlsbD0iYmxhY2siIGQ9Ik00ODMuMiwxOTIuMmMtMjAuNS0yMC41LTUzLjUtMjAuOC03My43LTAuNkwyNTcsMzQ0LjFMMTA0LjUsMTkxLjZjLTIwLjItMjAuMi01My4yLTE5LjktNzMuNywwLjYKCWMtMjAuNSwyMC41LTIwLjgsNTMuNS0wLjYsNzMuN2wxOTAsMTkwYzEwLjEsMTAuMSwyMy40LDE1LjEsMzYuOCwxNWMxMy4zLDAuMSwyNi43LTQuOSwzNi44LTE1bDE5MC0xOTAKCUM1MDMuOSwyNDUuNyw1MDMuNywyMTIuNyw0ODMuMiwxOTIuMnoiLz4KPC9zdmc+);
    background-size: contain;
}

.panel {
    height: 100vh;
    position: sticky;
    top: 0;
}

.contact-form .title {
    padding: 0 1rem;
}


#section0,
#section1,
#section2,
#section3,
#section4,
#section5,
#section_about{
    background-image: url("image/istockphoto-629531868-170667a.webp");
    background-repeat: no-repeat;
    background-size: cover;
}

#section0 .fp-overflow {
    overflow-y: visible;
}


#section3 .intro {
    left: -130%;
    position: relative;
    transition: all 600ms ease;
}

#section3 .intro {
    left: -130%;
    position: relative;
    transition: all 600ms ease;
}

/**
* Here we fire the animation for section 3.
* As the fp-viewing class in the body changes on each section and slide.
*/
body.fp-viewing-secondPage #section3 .intro {
    left: 0%;
}


.nine h1 {
    position: relative;
    padding: 0;
    margin: auto;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #fff;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;


    /* font-size: 50px; */
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    padding-bottom: 10px;
    text-align: center;
}

.nine h1 {}

.nine h1 span {
    margin-top: 5px;
    font-size: 15px;
    color: #fff;
    word-spacing: 1px;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    font-weight: 500;

    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
}

.nine h1 span:after,
.nine h1 span:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    height: 5px;
    background-color: #f8f8f8;
}



.panel {
    padding-top: 130px;
}

.category-hub-section {
    padding: 0px 50px;
    align-self: start;
}

.category-hub-section span {
    font-size: 30px;
    text-shadow: 0px 0px 20px #000;
    z-index: 3;
    color: #fff;
}

.category-hub-div {
    height: 150px;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    /* Allow items to wrap to next row */
    justify-content: center;
    padding-top: 50px;
}

.flex-container .flex-item {
    /* flex: 0 0 calc(33.33% - 10px); */
    width: calc(20% - 10px);
    /* Adjust width to fit 3 items per row */
    margin: 10px;
    /* Optional spacing between items */
    background-color: lightblue;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;

}

.w-background-video>video {
    z-index: 0;
}

.d-flex {
    display: flex;
}

.container {
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding: 2rem;
    background-color: #fafafa;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form {
    width: 100%;
    max-width: 820px;
    /* background-color: #fff; */
    /* border-radius: 10px; */
    /* box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1); */
    z-index: 1000;
    /* overflow: hidden; */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.contact-form {
    background-color: #fe6601e0;
    position: relative;
}

.circle {
    border-radius: 50%;
    background: linear-gradient(135deg, transparent 20%, #ff6600);
    position: absolute;
}

.circle.one {
    width: 130px;
    height: 130px;
    top: 130px;
    right: -40px;
}

.circle.two {
    width: 80px;
    height: 80px;
    top: 10px;
    right: 30px;
}

.contact-form:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background-color: #fe6601e0;
    transform: rotate(45deg);
    top: 50px;
    left: -13px;
}

form {
    /* padding: 2.3rem 2.2rem; */
    z-index: 10;
    overflow: hidden;
    position: relative;
}

.title {
    color: #fff;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 0.7rem;
}

.input-container {
    position: relative;
    margin: 1rem 0 0;
    width: 50%;
    padding: 0px 1rem;
}

.input {
    width: 100%;
    outline: none;
    border: 2px solid #fafafa;
    background: none;
    padding: 0.6rem 1.2rem;
    color: #fff;
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    border-radius: 5px;
    transition: 0.3s;
}

.textarea {
    width: 100%;
}

textarea.input {
    padding: 0.8rem 1.2rem;
    min-height: 150px;
    border-radius: 5px;
    resize: none;
    overflow-y: auto;

}

.input-container label {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    padding: 0 0.4rem;
    color: #fafafa;
    font-size: 0.9rem;
    font-weight: 400;
    pointer-events: none;
    z-index: 1000;
    transition: 0.5s;
}

.input-container.textarea label {
    top: 1rem;
    transform: translateY(0);
}

.btn {
    padding: 0.6rem 1.3rem;
    background-color: #fff;
    border: 2px solid #fafafa;
    font-size: 0.95rem;
    color: #ff6600;
    line-height: 1;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    margin: 0;
    width: 100%;
    margin: 1rem;
}

.btn:hover {
    background-color: transparent;
    color: #fff;
}

.input-container span {
    position: absolute;
    top: 0;
    left: 25px;
    transform: translateY(-50%);
    font-size: 0.8rem;
    padding: 0 0.4rem;
    color: transparent;
    pointer-events: none;
    z-index: 500;
}

.input-container span:before,
.input-container span:after {
    content: "";
    position: absolute;
    width: 10%;
    opacity: 0;
    transition: 0.3s;
    height: 5px;
    background-color: #ff6600;
    top: 50%;
    transform: translateY(-50%);
}

.input-container span:before {
    left: 50%;
}

.input-container span:after {
    right: 50%;
}

.input-container.focus label {
    top: 0;
    transform: translateY(-50%);
    left: 25px;
    font-size: 0.8rem;
}

.input-container.focus span:before,
.input-container.focus span:after {
    width: 50%;
    opacity: 1;
}

.contact-info {
    padding: 0 2.2rem;
    position: relative;
    background: #ffffffa3;
}

.contact-info .title {
    color: #ff6600;
}

.text {
    color: #333;
    margin: 1.5rem .5rem 2rem 0 !important;
}

.information {
    display: flex;
    color: #555;
    margin: 0.7rem 0;
    align-items: baseline;
    font-size: 0.95rem;
}

.information p {
    margin-bottom: 5px;
}

.information i {
    color: #ff6600;
}

.icon {
    width: 28px;
    margin-right: 0.7rem;
}

.social-media {
    padding: 2rem 0 0 0;
}

.social-media p {
    color: #333;
}

.social-icons {
    display: flex;
    margin-top: 0.5rem;
}

.social-icons a {
    width: 35px;
    display: flex;
    height: 35px;
    border-radius: 5px;
    background: linear-gradient(45deg, #ff6600, #dc5e0b);
    color: #fff;
    text-align: center;
    line-height: 25px;
    margin-right: 0.5rem;
    transition: 0.3s;
    justify-content: center;
    text-decoration: none;
    align-items: center;
    font-size: 18px;
}

.social-icons a:hover {
    transform: scale(1.05);
}

/* .contact-info:before {
        content: "";
        position: absolute;
        width: 110px;
        height: 100px;
        border: 22px solid #1abc9c;
        border-radius: 50%;
        bottom: -77px;
        right: 50px;
        opacity: 0.3;
    } */

.big-circle {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: linear-gradient(to bottom, #1cd4af, #159b80);
    bottom: 50%;
    right: 50%;
    transform: translate(-40%, 38%);
}

.big-circle:after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    background-color: #fafafa;
    border-radius: 50%;
    top: calc(50% - 180px);
    left: calc(50% - 180px);
}

.square {
    position: absolute;
    height: 400px;
    top: 50%;
    left: 50%;
    transform: translate(181%, 11%);
    opacity: 0.2;
}

@media (max-width: 850px) {
    .form {
        grid-template-columns: 1fr;
    }

    .contact-info:before {
        bottom: initial;
        top: -75px;
        right: 65px;
        transform: scale(0.95);
    }

    .contact-form:before {
        top: -13px;
        left: initial;
        right: 70px;
    }

    .square {
        transform: translate(140%, 43%);
        height: 350px;
    }

    .big-circle {
        bottom: 75%;
        transform: scale(0.9) translate(-40%, 30%);
        right: 50%;
    }

    .text {
        margin: 1rem 0 1.5rem 0;
    }

    .social-media {
        padding: 1.5rem 0 0 0;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 1.5rem;
    }

    .contact-info:before {
        display: none;
    }

    .square,
    .big-circle {
        display: none;
    }

    form,
    .contact-info {
        padding: 1.7rem 1.6rem;
    }

    .text,
    .information,
    .social-media p {
        font-size: 0.8rem;
    }

    .title {
        font-size: 1.15rem;
    }

    .social-icons a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .icon {
        width: 23px;
    }

    .input {
        padding: 0.45rem 1.2rem;
    }

    .btn {
        padding: 0.45rem 1.2rem;
    }
}


.album .responsive-container-block {
    min-height: 75px;
    height: fit-content;
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    justify-content: flex-start;
}

.album .responsive-container-block.bg {
    max-width: 1320px;
    margin: 0 0 0 0;
    justify-content: space-between;
}

.album .img {
    width: 100%;
    margin: 0 0 20px 0;
}

.album #i9rb {
    color: black;
}

.album #ir6i {
    color: black;
}

.album #ikz3b {
    color: black;
}

.album .responsive-container-block.img-cont {
    flex-direction: column;
    max-width: 33.33%;
    min-height: auto;
    margin: 0 0 0 0;
    height: 100%;
}

.album #ipix {
    color: black;
}

.album #ipzoh {
    color: black;
}

.album #ig5q8 {
    color: black;
}

.album #imtzl {
    color: black;
}

.album #i53es {
    color: black;
}

.album .img.img-big {
    height: 50%;
    margin: 0 0 16px 0;
}

@media (max-width: 1024px) {
    .album .img {
        margin: 0 0 18px 0;
    }
}

@media (max-width: 768px) {
    .album .img {
        max-width: 32.5%;
        margin: 0 0 0 0;
    }

    .album .responsive-container-block.bg {
        flex-direction: column;
    }

    .album .responsive-container-block.img-cont {
        max-width: 100%;
        flex-direction: row;
        justify-content: space-between;
    }

    .album .img.img-big {
        max-width: 49%;
        margin: 0 0 0 0;
    }
}

@media (max-width: 500px) {
    .album .img {
        max-width: 94%;
        margin: 0 0 25px 0;
    }

    .album .responsive-container-block.img-cont {
        flex-direction: column;
        align-items: center;
        padding: 10px 10px 10px 10px;
    }

    .album .img.img-big {
        max-width: 94%;
        margin: 0 0 25px 0;
    }

    .album .img.img-last {
        margin: 0 0 5px 0;
    }
}

.wk-desk-1 {
    width: 8.333333%;
}

.wk-desk-2 {
    width: 16.666667%;
}

.wk-desk-3 {
    width: 25%;
}

.wk-desk-4 {
    width: 33.333333%;
}

.wk-desk-5 {
    width: 41.666667%;
}

.wk-desk-6 {
    width: 50%;
}

.wk-desk-7 {
    width: 58.333333%;
}

.wk-desk-8 {
    width: 66.666667%;
}

.wk-desk-9 {
    width: 75%;
}

.wk-desk-10 {
    width: 83.333333%;
}

.wk-desk-11 {
    width: 91.666667%;
}

.wk-desk-12 {
    width: 100%;
}

@media (max-width: 1024px) {
    .wk-ipadp-1 {
        width: 8.333333%;
    }

    .wk-ipadp-2 {
        width: 16.666667%;
    }

    .wk-ipadp-3 {
        width: 25%;
    }

    .wk-ipadp-4 {
        width: 33.333333%;
    }

    .wk-ipadp-5 {
        width: 41.666667%;
    }

    .wk-ipadp-6 {
        width: 50%;
    }

    .wk-ipadp-7 {
        width: 58.333333%;
    }

    .wk-ipadp-8 {
        width: 66.666667%;
    }

    .wk-ipadp-9 {
        width: 75%;
    }

    .wk-ipadp-10 {
        width: 83.333333%;
    }

    .wk-ipadp-11 {
        width: 91.666667%;
    }

    .wk-ipadp-12 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .wk-tab-1 {
        width: 8.333333%;
    }

    .wk-tab-2 {
        width: 16.666667%;
    }

    .wk-tab-3 {
        width: 25%;
    }

    .wk-tab-4 {
        width: 33.333333%;
    }

    .wk-tab-5 {
        width: 41.666667%;
    }

    .wk-tab-6 {
        width: 50%;
    }

    .wk-tab-7 {
        width: 58.333333%;
    }

    .wk-tab-8 {
        width: 66.666667%;
    }

    .wk-tab-9 {
        width: 75%;
    }

    .wk-tab-10 {
        width: 83.333333%;
    }

    .wk-tab-11 {
        width: 91.666667%;
    }

    .wk-tab-12 {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .wk-mobile-1 {
        width: 8.333333%;
    }

    .wk-mobile-2 {
        width: 16.666667%;
    }

    .wk-mobile-3 {
        width: 25%;
    }

    .wk-mobile-4 {
        width: 33.333333%;
    }

    .wk-mobile-5 {
        width: 41.666667%;
    }

    .wk-mobile-6 {
        width: 50%;
    }

    .wk-mobile-7 {
        width: 58.333333%;
    }

    .wk-mobile-8 {
        width: 66.666667%;
    }

    .wk-mobile-9 {
        width: 75%;
    }

    .wk-mobile-10 {
        width: 83.333333%;
    }

    .wk-mobile-11 {
        width: 91.666667%;
    }

    .wk-mobile-12 {
        width: 100%;
    }
}


.fw-600 {
    font-weight: 600 !important;
}

.w-85 {
    width: 85% !important;
}

.ls-minus-3px {
    letter-spacing: -3px !important;
}

@import url("image/https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600&family=Roboto:wght@300;400;500;900&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}

main {
    position: relative;
    width: calc(min(90rem, 90%));
    margin: 0 auto;
    min-height: 100vh;
    column-gap: 3rem;
    /* padding-block: min(20vh, 4.5rem); */
}

main .bg {
    position: fixed;
    /* top: -4rem; */
    left: -5rem;
    z-index: 1;
    opacity: 0.4;
}

main .bg2 {
    position: fixed;
    /* bottom: 9px; */
    right: 54rem;
    z-index: 1;
    width: 19.375rem;
    opacity: 0.5;
}

.section .main span {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 1rem;
    color: #717171;
}

/* main>div h1 {
    text-transform: capitalize;
    letter-spacing: 0.8px;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: clamp(3.4375rem, 3.25rem + 0.75vw, 4rem);
    background-color: #005baa;
    background-image: linear-gradient(45deg, #005baa, #000000);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
} */

.section .main hr {
    display: block;
    background: #fff;
    height: 0.25rem;
    width: 6.25rem;
    border: none;
    margin: 1.125rem 0 1.875rem 0;
}

.section .main p {
    line-height: 1.6;
}

main a {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: #717171;
    font-weight: 500;
    background: #fff;
    border-radius: 3.125rem;
    transition: 0.3s ease-in-out;
}

main>div>a {
    border: 2px solid #c2c2c2;
    margin-top: 2.188rem;
    padding: 0.625rem 1.875rem;
}

main>div>a:hover {
    border: 0.125rem solid #005baa;
    color: #005baa;
}

.swiper {
    width: 100%;
    /* padding-top: 3.125rem; */
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination {
    bottom: 1.25rem !important;
}

.swiper-slide {
    width: 18.75rem;
    height: 28.125rem;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: self-start;
}

.swiper-slide h2 {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 0.625rem;
    /* padding: 0 0 0 1.563rem; */
    text-transform: uppercase;
}

.swiper-slide p {
    color: #dadada;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    padding: 0 1.563rem;
    line-height: 1.6;
    font-size: 0.75rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.swiper-slide a {
    margin: 1.25rem 1.563rem 3.438rem 1.563rem;
    padding: 0.438em 1.875rem;
    font-size: 0.9rem;
}

.swiper-slide a:hover {
    color: #005baa;
}

.swiper-slide div {
    display: none;
    opacity: 0;
    padding-bottom: 0.625rem;
}

.swiper-slide-active div {
    display: block;
    opacity: 1;
    text-align: center;
}

.swiper-slide--one {
    background: linear-gradient(to top, #0f2027, #203a4375, #2c536400), url("image/pexels-ricky-esquivel-1662159.jpg") no-repeat 50% 50%/cover;
}

.swiper-slide--two {
    background: linear-gradient(to top, #0f2027, #203a4375, #2c536400), url("image/photo-1570207174888-a99203647cbd.avif") no-repeat 50% 50%/cover;
}

.swiper-slide--three {
    background: linear-gradient(to top, #0f2027, #203a4375, #2c536400), url("image/dcc773b7e5635f4ccef12557484ed722.jpg") no-repeat 50% 50%/cover;
}

.swiper-slide--four {
    background: linear-gradient(to top, #0f2027, #203a4375, #2c536400), url("image/photo-1583960189564-2981099f42b1.avif") no-repeat 50% 50%/cover;
}

.swiper-slide--five {
    background: linear-gradient(to top, #0f2027, #203a4375, #2c536400), url("image/photo-1611702700098-dec597b27d9d.jpg") no-repeat 50% 50%/cover;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
    background-image: none;
}

@media screen and (min-width: 48rem) {
    main {
        display: flex;
        align-items: center;
    }

    main .bg,
    main .bg2 {
        opacity: 0.4;
    }
}

@media screen and (min-width: 93.75rem) {
    .swiper {
        width: 85%;
    }
}

.twelve h1 {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #080808;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.twelve h1 {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    /* width: 160px; */
    text-align: center;
    margin: auto;
    white-space: nowrap;
    padding-bottom: 13px;
    margin-bottom: 20px;
    display: inline-block;
}

.twelve p {
    font-family: "Raleway", sans-serif;
    text-align: center;
    letter-spacing: 1.6px;
    font-weight: 500;
}

.twelve h1:before {
    background-color: #ff6600;
    content: '';
    display: block;
    height: 5px;
    width: 75px;
    margin-bottom: 5px;
    animation: moveRightLeft 3s infinite ease-in-out;
}

.twelve h1:after {
    background-color: #ff6600;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 5px;
    width: 75px;
    margin-bottom: 0.25em;
    animation: moveLeftRight 3s infinite ease-in-out;

}


.hidden {
    display: none;
}

#section2 .main {
    width: calc(min(90rem, 90%));
    margin: 0 auto;
    /* padding-top: min(20vh, 4rem); */
}

/* .fp-table{
        justify-content: unset;
    } */
@keyframes moveUpDown {

    0%,
    100% {
        transform: translate(0, 10px);
    }

    25% {
        transform: translate(5px, -10px);
        /* Change the value as needed for desired distance */
    }

    50% {
        transform: translate(10px, 10px);
        /* Change the value as needed for desired distance */
    }

    75% {
        transform: translate(0, -10px);
        /* Change the value as needed for desired distance */
    }
}

@keyframes moveUpDown2 {

    0%,
    100% {
        transform: translateY(0px);
    }

    25% {
        transform: translateY(10px);
        /* Change the value as needed for desired distance */
    }
}



@keyframes floating {

    0%,
    to {
        transform: translate(0%, -50%)
    }

    25% {
        transform: translate(5px, calc(-55% + 15px))
    }

    50% {
        transform: translate(10px, calc(-40% + 5px))
    }

    75% {
        transform: translate(0%, calc(-40% + 15px))
    }
}

@keyframes moveLeftRight {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(15px);
        /* Change the value as needed for desired distance */
    }
}

@keyframes moveRightLeft {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-15px);
        /* Change the value as needed for desired distance */
    }
}

.moving-image {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    animation: moveUpDown 3s infinite ease-in-out;
    filter: drop-shadow(0px 20px 6px rgba(0, 0, 0, 0.5))
        /* Change the duration (5s) as needed */
}

.nav-content-div {
    width: 100%;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.left_in,
.contact-info {
    transform: translate3d(-320%, 0, 0);
}

.right_in,
.contact-form {
    transform: translate3d(0, -350%, 0);
}

.album .bg .img-cont {
    transform: translate3d(-500%, 0, 0);
}

.category-hub-div {
    transform: translate3d(520%, 0, 0);
}

.fp-overflow::-webkit-scrollbar {
    display: none;
}

.fp-overflow{
    text-align: center;
}
/* Hide scrollbar for IE, Edge and Firefox */
.fp-overflow {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}


.col-lg-35 {
    width: 35%;
}

.col-lg-65 {
    width: 65%;
}

#section3 .col-lg-35 {
    padding-top: min(20vh, 4.5rem);
}

.col-lg-50 {
    width: 50%;
}

.pr-sm{
    padding-right: 0px;
    padding-left: 25px;
}

.c-preload {
    position: absolute;
    z-index: 2000;
    width: 100%;
    height: 100%;
}

.c-preload .c-preload__inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.c-preload .c-preload__inner .c-preload__logo-wrapper {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    z-index: 10;
}

.c-preload .c-preload__inner .c-preload__logo-wrapper .c-preload__logo-image {
    display: block;
    height: 100px;
    width: auto;
    animation: moveUpDown2 3s infinite ease-in-out;
}

.c-preload .c-preload__inner .c-preload__vertical-lines {
    position: relative;
    isolation: isolate;
    z-index: 0;
    height: 100%;
}

.c-preload .c-preload__inner .c-preload__vertical-lines .c-preload__vertical-line {
    position: absolute;
    background-color: #222;
    height: 100%;
}

.c-preload .c-preload__inner .c-preload__vertical-lines .c-preload__vertical-line:nth-child(1) {
    left: calc(calc(1 - 1) * (100% / 4));
    width: calc(100% / 4);
}

.c-preload .c-preload__inner .c-preload__vertical-lines .c-preload__vertical-line:nth-child(odd) {
    top: 0;
}

.c-preload .c-preload__inner .c-preload__vertical-lines .c-preload__vertical-line:nth-child(even) {
    bottom: 0;
}

.c-preload .c-preload__inner .c-preload__vertical-lines .c-preload__vertical-line:nth-child(2) {
    left: calc(calc(2 - 1) * (100% / 4));
    width: calc(100% / 4);
}

.c-preload .c-preload__inner .c-preload__vertical-lines .c-preload__vertical-line:nth-child(odd) {
    top: 0;
}

.c-preload .c-preload__inner .c-preload__vertical-lines .c-preload__vertical-line:nth-child(even) {
    bottom: 0;
}

.c-preload .c-preload__inner .c-preload__vertical-lines .c-preload__vertical-line:nth-child(3) {
    left: calc(calc(3 - 1) * (100% / 4));
    width: calc(100% / 4);
}

.c-preload .c-preload__inner .c-preload__vertical-lines .c-preload__vertical-line:nth-child(odd) {
    top: 0;
}

.c-preload .c-preload__inner .c-preload__vertical-lines .c-preload__vertical-line:nth-child(even) {
    bottom: 0;
}

.c-preload .c-preload__inner .c-preload__vertical-lines .c-preload__vertical-line:nth-child(4) {
    left: calc(calc(4 - 1) * (100% / 4));
    width: calc(100% / 4);
}

.c-preload .c-preload__inner .c-preload__vertical-lines .c-preload__vertical-line:nth-child(odd) {
    top: 0;
}

.c-preload .c-preload__inner .c-preload__vertical-lines .c-preload__vertical-line:nth-child(even) {
    bottom: 0;
}


/* MODAL
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--black);
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: all 0.35s ease-in;
    z-index: 999;
    background-color: #fff;
}

.modal.is-visible {
    visibility: visible;
    opacity: 1;
}

.modal-dialog {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    background: var(--white);
    overflow: auto;
    cursor: default;
}

.modal-dialog .modal-content {
    display: flex;
    flex-grow: 1;
}

/* .modal-dialog .modal-content>* {
    flex: 1;
} */

.modal-dialog .modal-content img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: var(--lightgray);
    object-fit: fill;
}

.modal-dialog .modal-content .text {
    display: grid;
    place-items: center;
    padding: 40px;
}

.modal-dialog .modal-content .text *:not(:last-child) {
    margin-bottom: 20px;
}

.modal-dialog .modal-content .text .cta {
    margin-bottom: 0;
}

.modal-dialog .close-modal {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
}

/* ANIMATIONS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
[data-animation] .modal-dialog {
    opacity: 0;
    transition: all 0.5s var(--bounceEasing);
}

[data-animation].is-visible .modal-dialog {
    opacity: 1;
    transition-delay: 0.2s;
}

[data-animation="slideInOutDown"] .modal-dialog {
    transform: translateY(100%);
}

[data-animation="slideInOutTop"] .modal-dialog {
    transform: translateY(-100%);
}

[data-animation="slideInOutLeft"] .modal-dialog {
    transform: translateX(-100%);
}

[data-animation="slideInOutRight"] .modal-dialog {
    transform: translateX(100%);
}

[data-animation="zoomInOut"] .modal-dialog {
    transform: scale(0.2);
}

[data-animation="rotateInOutDown"] .modal-dialog {
    transform-origin: top left;
    transform: rotate(-1turn);
}

[data-animation="mixInAnimations"].is-visible .modal-dialog {
    animation: mixInAnimations 2s 0.2s linear forwards;
}

[data-animation="slideInOutDown"].is-visible .modal-dialog,
[data-animation="slideInOutTop"].is-visible .modal-dialog,
[data-animation="slideInOutLeft"].is-visible .modal-dialog,
[data-animation="slideInOutRight"].is-visible .modal-dialog,
[data-animation="zoomInOut"].is-visible .modal-dialog,
[data-animation="rotateInOutDown"].is-visible .modal-dialog {
    transform: none;
}

@keyframes mixInAnimations {
    0% {
        transform: translateX(-100%);
    }

    10% {
        transform: translateX(0);
    }

    20% {
        transform: rotate(20deg);
    }

    30% {
        transform: rotate(-20deg);
    }

    40% {
        transform: rotate(15deg);
    }

    50% {
        transform: rotate(-15deg);
    }

    60% {
        transform: rotate(10deg);
    }

    70% {
        transform: rotate(-10deg);
    }

    80% {
        transform: rotate(5deg);
    }

    90% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/* MQ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 850px) {
    .modal-dialog .modal-content {
        flex-direction: column;
    }
}

/* FOOTER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-footer {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
}

.page-footer span {
    color: #e31b23;
}

.w-nav {
    position: relative;
    /* background: #dddddd; */
    z-index: 998;
}


.section-gallery>div {
    position: relative;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
    background-color: #F5F5F5;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* grid-column:1 / span 2; */

}

.section-gallery>div>.big {
    width: 100%;
}

.section-gallery>div>.big>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border-radius: 10px; */
}

.section-gallery>div>.name {
    /* position: absolute; */
    bottom: 0;
    width: 100%;
    /* padding: 0px 10px 10px; */
    text-align: center;
    color: #000;
    text-transform: uppercase;
    /* border-radius: 10px; */
}

.section-gallery>div>.name>a {
    background-color: #ff6600;
    padding: 6px 10px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    margin: 10px;
}

.section-gallery {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    /* grid-auto-rows: 320px; */
    grid-auto-flow: dense;
    padding: 30px 0px;
}

.section-gallery .wide {
    grid-column: span 2;
}

.section-gallery .tall {
    grid-row: span 2;
}


@media screen and (max-width: 425px) {

    .section-gallery {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        /* grid-auto-rows: 320px; */
        padding: 30px 0px 0px;
    }

    .section-gallery>div>.name,
    .section-gallery>div>.name>h5 {
        font-size: 11;
    }

    .section-gallery>div>.name>h5 {
        line-height: 10px;
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .section-gallery>div>.name>a {
        padding: 4px 10px;
    }
}

.hero-slider-section {
    margin-top: 0px;
    /* overflow-x: hidden;
                        overflow-y:visible ; */
}

.slides {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
}

.slider {
    display: block;
    margin-bottom: 10px;
    /* height: 500px; */
    height: auto;
}

.slide {
    flex: 0 0 100%;
    padding-left: 10px;
    padding-right: 10px;
    background-image: none;
}

.slide img {
    border-radius: 10px;
}

.slide:hover {
    border-style: none;
    border-width: 4px;
    border-color: hsla(0, 0%, 100%, 0.61);
}

.slide img:hover {
    border-style: solid;
    border-width: 4px;
    border-color: hsla(0, 0%, 100%, 0.61);
}

@media (min-width: 768px) {

    /* Your CSS rules for devices greater than 768px wide */
    table {
        /* Example rule: Increase font size for tables on larger devices */
        font-size: 16px;
    }

    .slides {
        height: 80vh;
    }
}

.open-modal span {
    position: relative;
}

#formEnqury {
    justify-content: center;
    display: flex;
    background-color: #3532327a;
}

#formEnqury>.modal-dialog {
    width: 45%;
    align-content: center;
}


.style-0 {
    display: block;
    background-color: rgb(255, 255, 255);
    border-top: 0.666667px solid rgb(234, 234, 234);
    padding: 30px 0px;
    margin: 0px;
    box-sizing: border-box;
    margin-top: 10px;
    z-index: 4;
    position: relative;
    opacity: .6;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.style-1 {
    max-width: 1140px;
    padding: 0px 15px;
    margin: 0px 58.3333px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

.style-2 {
    padding: 0px;
    margin: 0px -15px;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    box-sizing: border-box;
}

.style-3 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0px 15px;
    margin: 0px;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

.style-4 {
    font-size: 15px;
    color: rgb(34, 34, 34);
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.style-5 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0px 15px;
    margin: 0px;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

.style-6 {
    display: block;
    text-align: right;
    list-style: outside none none;
    padding: 0px;
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    box-sizing: border-box;
}

.style-7 {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.style-8 {
    color: rgb(51, 51, 51);
    font-size: 15px;
    margin-left: 20px;
    transition: all 0.5s ease 0s;
    text-decoration: none solid rgb(51, 51, 51);
    font-family: Jost, sans-serif;
    padding: 0px;
    margin: 0px 0px 0px 20px;
    background-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
}
