:root {
    --color-bg-1: #D4BB97;
    --color-bg-2: #153039;
    --color-bg-3: #FFFBF5;
    --color-bg-4: #FFFBF5;
    --color-white: rgba(255, 251, 245, 0.8);
    --color-red: #f40000;
}

html,
body {
    font-family: Rubik, sans-serif;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #111;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    padding: 0;
    margin: 0;
}

html *,
html *:before,
html *:after,
body *,
body *:before,
body *:after {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
}

section {
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    background-color: var(--color-bg-1);
    position: relative;
}

section:nth-child(1) {
    background-color: var(--color-bg-1);
}

section:nth-child(2) {
    background-color: var(--color-bg-2);
}

section:nth-child(3) {
    background-color: var(--color-bg-3);
}

section:nth-child(4) {
    background-color: transparent;
}

section:nth-child(5) {
    background-color: var(--color-bg-3);
}

.wrapper {
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 80px;
}

.forthWrapper {
    height: 80vh;
    padding-bottom: 120px;
}

.fullWidth {
    width: 100%;
}

.bottomImg {
    position: absolute;
    bottom: 95%;
}

.projects-top-layer {
    z-index: 2;
    bottom: -150px;
}

.topImg {
    position: absolute;
    top: -80px;
}


.innweWrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
    position: relative;
    width: 100%;
    max-width: 1440px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.innweWrapperRight {
    flex: 0.7;
}

.innweWrapperRightImg {
    width: 100%;
}

.innweWrapperRightImg img {
    max-width: 120px;
}

.innweWrapperLeft {
    flex: 1.3;
}

.innweWrapper img {
    width: 100%;

}

.innweWrapperRightTitle h3 {
    color: var(--color-bg-3);
    font-size: 46px;
    line-height: 30px;
}

.innweWrapperRightTitle {
    width: 100%;
    margin-bottom: 20px;
}

.innweWrapperRightText p {
    color: var(--color-white);
    padding-inline-end: 0;
    text-align: justify;
    font-weight: 300;
    font-size: 20px;
}

.innweWrapperRightText p strong {
    font-weight: bold;
}

.innweWrapperCenter {
    display: flex;
    align-items: center;
    width: 100%;
    transition: left 0.5s ease-in-out;
    position: relative;
    max-width: 500px;
    left: 37%;
}

.innweWrapperCenterInner {
    flex: 1;
}

.innweWrapperCenter.innweWrapperLeft {
    left: 0%;
}

.innweWrapperCenterImg a {
    cursor: pointer;
}

.innweWrapperCenter ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-image: url('../images/Layer2-12-1.png');
    -webkit-background-clip: text;
    background-position: 50% 50%;
    background-size: auto;
    background-attachment: scroll;
    padding-left: 0;
}

.contents {
    -webkit-text-fill-color: transparent;
    background-color: rgba(255, 251, 245, 0);
    display: flex;
}

.innweWrapperCenter ul li a {
    font-size: 35px;
    line-height: 36px;
    font-weight: 700;
    cursor: pointer;
    -webkit-text-fill-color: transparent;
    background-color: rgba(255, 251, 245, 0);

}


.footerWrapperInner img {
    width: 30px;
    height: 30px;
}

.pageFooterLogo {
    width: 160px !important;
    height: 48px !important;
}

.slideWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 80vh;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.slideWrapper.row {
    flex-direction: row;
    column-gap: 20px;
    padding-top: 115px;
}

h2.nonanimationtext {
    font-size: 46px;
}

p.introdparagraph {
    font-size: 20px;
}

.slideWrapper p {
    width: 500px;
    text-align: center;
}

.slideWrapper.row h4 {
    font-size: 25px;
    line-height: 44px;
    margin: 0;
}

.slideWrapper.row p {
    text-align: left;
    width: 450px;
    margin: 0;
    font-size: 20px;
}

.slideWrapper.row>div:first-child img {
    object-fit: contain;
    /* object-fit: none; */
    border-radius: 10px;
}


.fivthWrapper .innerWrapper {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    max-width: 950px;
}

.contents {
    display: flex;
    align-items: center;
}

.innerWrapper .contents img {
    width: 100%;
    max-width: 350px;
}

.innerWrapper .contents p {
    width: 100%;
    max-width: 350px;
    display: flex;
    align-items: center;
    text-align: center;
}

.contactUs {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 750px;
    gap: 80px;
}

.contactUsWrapper {
    display: flex;
    column-gap: 20px;
    row-gap: 20px;
    width: 100%;
    justify-content: center;
}

.contactUsWrapperInner {
    display: flex;
}

.footerbg {
    flex-direction: column;
}


.inputs {
    flex-wrap: wrap;
}


.inputs .contactUsWrapperInner {
    width: 48.5%;
}

.inputs .contactUsWrapperInner>div {
    width: 100%;
}

.inputs .contactUsWrapperCenter {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.inputs input {
    width: 100%;
    height: 40px;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 4px;
    box-shadow: none;
    outline: 0;
    padding: 10px;
}

.inputs textarea {
    width: 100%;
    height: 100%;
    resize: none;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 4px;
    padding: 10px;
    box-shadow: none;
    outline: 0;
}

.inputs .button {
    width: 100%;
}

.inputs .button>div {
    justify-content: end;
    display: flex;
}

.inputs .button button {
    height: 40px;
    background-color: var(--color-red);
    color: #d2ba96;
    padding-left: 20px;
    padding-right: 20px;
}

.title {
    font-size: 16px;
    font-weight: lighter;
    letter-spacing: 5px;
}

.text {
    font-size: 20px;
    font-weight: 400;
}

.contactUsBtm {
    opacity: 1 !important;
}

.innerWrapper .mainContents img {
    width: 100%;
    max-width: 600px;
}

.innerWrapper .mainContents h4 {
    font-size: 25px;
}

.innerWrapper .mainContents p {
    text-align: left;
    width: 100%;
    max-width: 350px;
    font-size: 20px;
}

.fivthSection .fivthWrapper {
    padding-bottom: 160px;
}

.contents {
    visibility: hidden;
    position: absolute;
}

.contents h3 {
    font-size: 35px;
    line-height: 36px;
    font-weight: 700;
    margin: 0;
}

.imgBox {
    position: absolute;
    left: -190px;
}

.logo {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10;
}

.logo img {
    width: 40px;
    height: 56px;
}

.parts {
    position: fixed;
    bottom: 100px;
    left: 20px;
    z-index: 10;
}

.parts img {
    width: 60px;
    height: 80px;
}

.sevenHeight {
    height: inherit;
    z-index: 10;
    padding-bottom: 0;
}

.sevenHeight .wrapper {
    height: auto;
}

a {
    cursor: pointer;
}

.swiper {
    width: 100%;
}

.swiper-slide .innerWrapper {
    background-color: #fffbf5;
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 50px;
}

.swiper-slide .innerWrapper>div {
    display: flex;
    column-gap: 25px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    color: #fff;
}

.swiper-button-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-wrapper>div {
    width: 100%;
    max-width: 1200px;
    position: relative;
}

.topNavigationWrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: url('../images/Layer 4.png') no-repeat center;
    background-size: cover;
}

.topNavigationWrapper ul {
    display: flex;
    list-style: none;
    justify-content: start;
    height: 110px;
    padding-right: 50px;
    padding-left: 50px;
    align-items: start;
    padding-top: 20px;
    column-gap: 30px;
    width: 100%;
}

.topNavigationWrapper ul li a {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    text-decoration: none;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-weight: 200;
    opacity: 0.5;
    width: 100px;
}

.topNavigationWrapper ul li a:hover {
    opacity: 1;
    font-weight: 900;
}

.services {
    /*background-color: var(--color-bg-1)!important;*/
}

.servicesWrapper {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 1280px;
}

.servicesWrapperInner {
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    width: 22%;
    padding-right: 15px;
    padding-left: 15px;
}

.servicesWrapperInner>div:first-child {
    height: 75px;
}

.servicesWrapperInner>div:first-child svg path {
    transition: all 0.2s ease-in-out;
}

.servicesWrapperInner>div:first-child svg:hover path:not(.noChange) {
    fill: var(--color-red);
}

.servicesWrapperInner>div:first-child svg:hover path.stroke {
    stroke: var(--color-red);
}

.servicesWrapperInner p {
    text-align: center;
    font-size: 20px;
}

.servicesWrapperInner h4 {
    text-align: center;
    min-height: 50px;
    font-size: 25px;
}

.services .forthWrapper {
    height: auto;
}

.servicesWrapperTitle {
    width: 100%;
    text-align: center;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 50px;
}

.servicesWrapperTitle.eventsVideoClass {
    text-align: left;
}

.servicesWrapperTitle h3 {
    margin: 0;
    margin-top: 15px;
    margin-bottom: 50px;
    text-align: center;
    font-size: 46px;
}

.servicesWrapperTitle img {
    width: 100%;
    max-width: 200px;
}

.events .servicesWrapperTitle h3 {
    margin: 0;
    text-align: left
}

.servicesWrapperTitle p {
    text-align: left;
    margin-top: 15px;
}

.showreel {
    max-width: 1024px;
    margin: auto;
    padding: 0px 15px;
}

.events .servicesWrapperInner {
    width: 100%;
    justify-content: center;
}

.videoClass {
    margin-top: 100px;
}

.eventsVideoClass {
    max-width: 80%;
}

.servicesWrapperTitle.eventsVideoClass {
    padding-left: 15px;
    padding-right: 15px;
}

.events .servicesWrapperInner>div {
    width: 100%;
    height: auto;
    min-height: auto;
}



.events .servicesWrapperInner h4 {
    text-align: left;
    width: 100%;
    height: auto;
    min-height: auto;
    font-size: 25px;
    font-weight: 700
}

.events .servicesWrapperInner.eventsVideoClass h4 {
    text-align: left;
}

.events .servicesWrapperInner p {
    text-align: left;
    width: 100%;
    opacity: 0.5;
    font-size: 20px;
}

.events .servicesWrapperInner a {
    height: 40px;
    background-color: var(--color-red);
    color: #d2ba96;
    padding-left: 20px;
    padding-right: 20px;
    width: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.eventsWrapper {
    padding-top: 100px;
    height: auto;
    background-color: var(--color-bg-1) !important;
}

.eventsWrapper .wrapper {
    height: auto;
}

.socialmediaicon {
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
    cursor: pointer;
}

.socialmediaicon:hover {
    opacity: 1;
}

.footersection .events .servicesWrapperTitle h3 {
    color: #fff;
}

.footersection .servicesWrapperTitle p {
    color: #fff;
}

.footersection .events .servicesWrapperInner>div {
    color: #fff;
}

.firstContactUs .events .servicesWrapperTitle h3 {
    color: #fff;
}

.firstContactUs .servicesWrapperTitle p {
    color: #fff;
    font-size: 20px;
}

.firstContactUs .events .servicesWrapperInner>div {
    color: #fff;
}

.marginBottom {
    margin-bottom: 200px;
}

.side-bar {
    width: 300px;
    height: 100%;
    position: fixed;
    left: 0;
    background: #fff;
    z-index: 20;
    display: none
}

.side-bar ul {
    list-style: none;
    margin-top: 20px;
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.side-bar ul li a {
    color: var(--color-bg-2);
    text-decoration: none;
}

.showRes {
    display: none;
}

.projectsTitle {
    position: absolute;
    top: -15px;
    width: 100%;
    text-align: center;
    left: 0;
    z-index: 10;
}

@media only screen and (max-width: 991px) {

    .videoClass {
        width: 100%;
        height: auto;
        margin-top: 15px;
    }

    .slideWrapper.row h4 {
        padding: 0 10px;
    }

    .slideWrapper.row {
        flex-direction: column;
        justify-content: normal;
        height: 100%;
    }

    .events .servicesWrapperInner.eventsVideoClass h4 {
        line-height: 1.2;
        margin: 15px 0px;
    }

    .slideWrapper.row p {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    .eventsVideoClass {
        max-width: 100%;
    }

    .marginBottom {
        margin-bottom: 10px;
    }

    .topNavigationWrapper ul {
        padding-right: 0;
        padding-left: 0;
        justify-content: left;
    }

    .topNavigationWrapper ul li {
        display: none;
    }

    .topNavigationWrapper ul li a {
        font-size: 14px;
    }

    .showRes {
        display: block !important;
    }

    .innweWrapper {
        flex-direction: column;
    }

    section {
        height: auto;
    }

    .wrapper {
        height: auto;
    }

    .firstWrapper {
        padding-top: 80px;
        padding-bottom: 20px;
    }

    .innweWrapperRightText p {
        padding-inline-end: 0;
    }

    .innweWrapperRightImg img {
        max-width: 100px;
    }

    .events .servicesWrapperInner {
        width: 100%;
    }

    .servicesWrapper {
        gap: 0;
    }

    .introduce-section {
        height: auto;
    }

    .contblock.introdblock {
        flex-direction: column;
        bottom: 0;
    }

    .eventsWrapper {
        height: auto;
    }

    .contblock.paper.footerblock {
        height: auto;
    }

    .inputs .contactUsWrapperInner {
        width: 100%;
    }

    .contactUsWrapper {
        flex-direction: column;
        padding-right: 15px;
        padding-left: 15px;
    }

    .footerwrapper {
        gap: 20px;
        flex-direction: column;
        position: relative;
        bottom: -115px;
    }

    .dimansmalllogo {
        max-width: 50%;
    }

    .contblock.paper.introducepaper {
        height: auto;
        bottom: 0;
    }

    .contactUs {
        height: auto;
    }

    .introdpic {
        right: 0;
        width: 100%;
        position: relative;
    }

    .servicesWrapperInner {
        width: 100%;
    }

    .mascotblock.leftside {
        transform: none !important;
    }

    .introducetexts {
        transform: none !important;
    }

    .groupimage {
        transform: none !important;
    }

    .contblock.swipetext {
        margin-top: 50px;
    }

    .footerwrapperbot {
        gap: 0;
        flex-wrap: wrap;
        justify-content: center;
    }

    .title, .text {
        color: #fff;
    }

    .inputs input {
        border-color: #fff;
        color: #fff;
    }

    .inputs textarea {
        border-color: #fff;
        color: #fff;
    }

    .topNavigationWrapper {
        background: unset;
    }

    .topNavigationWrapper ul {
        height: 10px;
    }


    .topNavigationWrapper ul li a {
        width: auto;
    }

    .introdpic {
        display: none
    }

    .contblock.introdblock {
        min-height: 50vh
    }

    .swiper-slide .innerWrapper>div {
        flex-direction: column;
        padding-right: 15px;
        padding-left: 15px;
    }

    .resPad {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .footerwrapper {
        background: var(--color-bg-1);
        width: 100%;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .forthWrapper {
        padding-bottom: 50px;
    }

    .footerbg {
        background: none;
        height: auto;
    }

    .footerwrapperbot {
        background: var(--color-bg-1);
        width: 100%;
        padding-bottom: 20px;
        padding-top: 20px;
        margin-bottom: 0;
    }
}