/*
Theme Name:   Blocksy Child
Theme URI:    http://example.com/your-child-theme/
Description:  This is a child theme for the theme Blocksy
Author:       Your Name
Author URI:   http://example.com
Template:     blocksy
Version:      1.0.0
*/

@font-face {
    font-family: Gotham;
    src: url("https://spire.solutions/dev_spire_solutions/wp-content/themes/blocksy-child/fonts/Gotham-Light.otf");
}
@font-face {
    font-family: Gotham-Bold;
    src: url("https://spire.solutions/dev_spire_solutions/wp-content/themes/blocksy-child/fonts/Gotham-Bold.otf");
}
@font-face {
    font-family: Gotham-Thin;
    src: url("https://spire.solutions/dev_spire_solutions/wp-content/themes/blocksy-child/fonts/Gotham-Thin.otf");
}
@font-face {
    font-family: LazyDog;
    src: url("https://nammatapri.com/wp-content/themes/blocksy-child/fonts/lazydog.ttf");
}
@font-face {
    font-family: DancingScript;
    src: url("https://nammatapri.com/wp-content/themes/blocksy-child/fonts/dancingscript.ttf");
}
@font-face {
    font-family: comicneue;
    src: url("https://nammatapri.com/wp-content/themes/blocksy-child/fonts/comicneue.ttf");
}


.skip-link {
    display: none;
}
header#site-menu {
    display: flex;
    flex-direction: row;
    column-gap: 15px;
    width: 100%;
    align-items: center;
    padding: 40px 37.5px 5px;
}
header#site-menu .fs-menu {
    cursor: pointer;
}
#fullscreen-menu {
    transition: all 0.5s;
    width: 100%;
    position: absolute;
    top: -200%;
    background-color: #333333;
    display: flex;
    flex-direction: column;
    padding: 3.2% 7.3%;
    min-height: 120vh;
    column-gap: 4.7%;
    overflow: hidden;
    font-family: 'Gotham';
    z-index: 5;
}
#fullscreen-menu * {
    font-family: 'Gotham';
}
#fs-menu-top .language-switcher {
    display: flex;
    flex-direction: row-reverse;
    column-gap: 5px;
}
#fs-menu-top .language-switcher li {
    list-style: none;
    padding: 0 5px;
}
#fs-menu-top .language-switcher li.current-lang {
    font-weight: bold;
}
#fs-menu-top .language-switcher li:last-child {
    border-right: 1px solid #ffffff;
}
#fs-menu-top .language-switcher li a {
    color: #ffffff;
}
#fullscreen-menu.active {
    top: 0;
}
#fs-top {
    display: flex;
    column-gap: 4.7%;
    flex-flow: row;
    z-index: 6;
}
#fs-top .fs-top-left {
    width: 20%;
}
#fs-top .fs-top-right {
    width: 80%;
}
#fs-bottom {
    display: flex;
    column-gap: 4.7%;
}
#fs-menu-left {
    width: 20%;
    z-index: 6;
}
#fs-menu-left .dynamic-text {
    margin-bottom: 50px;
}
#fs-menu-left .dynamic-text h3 {
    transition: all 0.5s;
    font-size: 1.979vw;
    line-height: 2.604vw;
    color: #FFFFFF;
}
#fs-menu-left .dynamic-image img {
}
#fs-menu-right {
    width: 80%;
    z-index: 6;
}
#fs-menu-top {
    display: flex;
    align-items: center;
}
#fs-menu-top .search-container {
    width: 45%;
}
#fs-menu-top .search-container {
    color: #ffffff;
}
#fs-menu-top .search-container input {
    width: 100%;
    height: 44px;
    padding: 0;
    background: none;
    border: 1px solid #ffffff52;
    border-radius: 5px;
}
#fs-menu-top .language-switcher {
    margin-left: auto;
    margin-right: 42px;
}
.close-fs-menu {
    display: flex;
    column-gap: 10px;
    align-items: center;
    cursor: pointer;
}
.close-fs-menu .close-text {
    font-size: 1.042vw;
    color: #ffffff;
}

.top-menu-container {
    position: relative;
}
.top-menu-container.mobile {
    display: none;
}
.top-menu-container ul {
    padding: 0;
    list-style: none;
    margin: 85px 0 105px;
    display: flex;
    justify-content: space-between;
}
.top-menu-container ul li.top-menu-item {
    display: inline-block;
    color: #F2F2F2;
    text-transform: uppercase;
    font-size: 1.042vw;
    margin: 0;
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.5s;
}
.top-menu-container ul li.top-menu-item > a {
    color: #F2F2F2;
    text-transform: uppercase;
    font-size: 1.042vw;
    opacity: 0.6;
}
.top-menu-container ul li.top-menu-item.active {
    color: #ffffff;
    font-weight: bold;
    opacity: 1;
}
#fs-menu-bottom  {
    display: flex;
    flex-direction: row;
}
#fs-menu-bottom .menu-links-container {
    display: flex;
    width: 70%;
    position: relative;
}
.menu-links-container .level-one.active {
    opacity: 1;
    z-index: 5;
}
.menu-links-container .level-one {
    position: absolute;
    height: 500px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 50px;
    left: 0;
    column-gap: 50px;
    top: 0;
    opacity: 0;
    transition: all 0.5s;
}
.level-one .level-two {
    width: 50%;
}
.level-two > p {
    color: rgb(255 255 255 / 70%);
    font-size: 0.938vw;
}
.level-two > p > a {
    color: #ffffff;
}
.level-two > img {
    width: 13.542vw;
    border-radius: 10px;
}
.level-two h5.internal-menu-title {
    font-family: 'Gotham' !important;
    color: #ffffff;
    font-size: 0.833vw;
    line-height: 0.990vw;
    text-transform: uppercase;
    margin: 0 0 23px;
}
.level-two ul.inner-page-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 13px;
}
.level-two ul.inner-page-menu li.level-three {
    margin: 0;
}
li.level-three a {
    text-decoration: none;
    color: #ffffff;
    opacity: 0.7;
}

#fs-menu-bottom .contact-form-container {
    width: 30%;
}

.menu-highlight {
    position: absolute;
    bottom: -40px;
    opacity: 0.7;
    transition: all 0.4s;
}

#fullscreen-menu .bgimg1, #fullscreen-menu .bgimg2 {
    position: absolute;
    transition: all 0.5s;
    opacity: 0.4;
    filter: blur(40px);
    z-index: 5;
}
#fullscreen-menu .bgimg1 {
    width: 400px;
    height: 400px;
}
#fullscreen-menu .bgimg2 {
    width: 200px;
    height: 200px;
}

.contact-form-container > p {
    color: #ffffff;
    font-size: 0.938vw;
    line-height: 1.094vw;
}
.contact-form-container > a {
    width: 100%;
}
.contact-form-container form {
    display: flex;
    flex-direction: column;
    row-gap: 34px;
}
.contact-form-container .input-container label {
    color: #f2f2f2;
    font-size: 0.938vw;
    line-height: 0.990vw;
}
.contact-form-container .input-container input {
    background: none;
    border-radius: 5px;
    border-color: #F2F2F2;
    color: #ffffff;
}
#fullscreen-menu form label {
    color: #f2f2f2;
    font-size: 0.938vw;
    line-height: 0.990vw;
    font-weight: 100;
    font-family: Gotham !important;
}
#fullscreen-menu form  input {
    width: 100%;
    max-width: 100%;
    background: none;
    border-radius: 5px;
    border-color: #F2F2F2;
    color: #ffffff;
}
#fullscreen-menu form .wpforms-submit-container {
    text-align: center;
}
.contact-form-container form button {
    background: none;
    text-align: center;
}
.contact-form-container form button img {
    margin: 0 auto;
    width: 60%;
}

.mobile-footer {
    display: none;
}
@media screen and (max-width: 450px) {
    #main-container #fullscreen-menu {
        height: 100vh;
        overflow: hidden;
        padding-top: 52px;
    }
    .fs-top-right .top-menu-container,
    #fs-menu-top .search-container,
    #fs-menu-bottom .contact-form-container,
    #fs-bottom #fs-menu-left  {
        display: none;
    }
    #fullscreen-menu #fs-top {
        align-items: center;
        row-gap: 10px;
    }
    #fullscreen-menu #fs-top .fs-top-left {
        width: 20%;
    }
    .fs-top-right #fs-menu-top {
        flex-direction: column-reverse;
    }
    #fs-menu-top .language-switcher,
    #fs-menu-top .close-fs-menu {
        width: 100%;
    }
    #fs-menu-top .close-fs-menu .close-text {
        font-size: 20px;
        margin-left: auto;
    }
    #fs-bottom #fs-menu-right {
        width: 100%;
    }
    #fs-bottom #fs-menu-bottom .menu-links-container {
        width: 100%;
    }
    #fs-menu-bottom .menu-links-container .level-one {
        flex-direction: row;
        overflow-y: scroll;
    }
    .menu-links-container .level-one .level-two {
        width: 100%;
    }
    #fs-menu-right #fs-menu-bottom {
        flex-direction: column;
    }
    #fs-menu-bottom .top-menu-container.mobile {
        display: block;
    }
    .top-menu-container.mobile ul {
        margin: 84px 0 60px;
        overflow: scroll;
        column-gap: 50px;
    }
    .top-menu-container.mobile ul li.top-menu-item {
        font-size: 16px;
        word-break: keep-all;
    }
    .top-menu-container.mobile .menu-highlight {
        display: none;
    }
    .level-one .level-two h5.internal-menu-title {
        font-size: 16px;
        line-height: 19px;
        position: relative;
    }
    .level-one .level-two h5.internal-menu-title::after {
        position: absolute;
        right: 0;
        top: 5px;
        transition: all 0.2s;
        content: "";
        width: 16px;
        height: 10px;
        background-image: url(https://spire.solutions/dev_spire_solutions/wp-content/uploads/2023/10/down-arrow.svg);
        background-repeat: no-repeat;
        cursor: pointer;
    }
    .level-one .level-two h5.internal-menu-title.active::after {
        background-image: url(https://spire.solutions/dev_spire_solutions/wp-content/uploads/2023/10/up-arrow.svg);
    }
    .level-one .level-two ul.inner-page-menu {
        transition: all 0.4s;
        overflow: hidden;
        max-height: 0;
    }
    .level-one .level-two ul.inner-page-menu.active {
        max-height: 100vh;
    }
    .level-one .level-two > p {
        font-size: 18px;
    }
    .level-one .level-two > img {
        width: 100%;
        transition: all 0.4s;
        overflow: hidden;
        max-height: 0;
    }
    .level-one .level-two > img.active {
        max-height: 100vh;
    }
    .mobile-footer {
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        left: 0;
    }
    .mobile-footer p {
        color: #ffffff;
        font-size: 16px;
    }
}