h1 {
    font-family: 'Inter', sans-serif;
}

.grimald-background {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    background-attachment: fixed;
    background: rgb(16,0,75);
    background: linear-gradient(45deg, #10004b 5%, #1c006f 17%, rgba(36,3,92,1) 47%, #2d075e 71%, #410d7a 84%);
}

.rounded-bm-corners {
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
}

@media (max-width:1279px) {
    .rounded-bm-corners {
        border-bottom-left-radius: 100px;
        border-bottom-right-radius: 100px;
    }
}

@media (max-width:639px) {
    .rounded-bm-corners {
        border-bottom-left-radius: 60px;
        border-bottom-right-radius: 60px;
    }
}

h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 100..900;
    width: 100%;
}

@media (min-width:768px) {
    h2 {
    }
}

h3 {
    font-weight: 700;
}

#linkedinSection {
}

.thm-background {
    background-image: url('../image/thumbnail-background.webp');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.navLink {
    font-family: 'Inter', sans-serif;
}

#footer {
    background: rgb(14,0,75);
    background: linear-gradient(58deg, rgba(14,0,75,1) 40%, rgba(28,1,104,1) 65%);
}

.entry-content {
    list-style: none;
    list-style-position: outside;
}

.entry-content li {
    list-style-type: none;
    background-image: url('../image/checkmark_icon.png');
    background-repeat: no-repeat;
    padding-left: 53px;
    background-size: 36px;
}

.grimald-background-03 {
    background: rgb(14,0,75);
    background: linear-gradient(58deg, #beb700 40%, #e17b1d 65%);
}

.grimald-background-02 {
    background: rgb(14,0,75);
    background: linear-gradient(58deg, #0e004b 40%, #721687 65%);
}

.grimald-background-04 {
    background: linear-gradient(90deg, rgb(48, 208, 220), rgb(250, 117, 19));
}

@media (max-width:1023px) {
    .menu-overlay {
        background: rgb(16,0,75);
        background: linear-gradient(45deg, rgba(16,0,75,1) 5%, rgba(28,0,111,1) 17%, rgba(36,3,92,1) 47%, rgba(45,7,94,1) 71%, rgba(65,13,122,1) 84%);
    }
}

.grim-overlay-02 {
    background-image: url('../image/grimald-stripes-01.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;
}

.grim-overlay {
    background-image: url('../image/grimald-stripes-01.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;
}

.menu-overlay {
}

.button-hover {
}

.button-hover:hover {
    background: linear-gradient(167deg, #a401b3 0%, #6d28d9 100%);
    color: #ffffff;
}

.menu-white-txt {
    color: #ffffff;
}

.header-element-right {
    position: absolute;
    right: 4%;
    bottom: 14%;
    height: 660px;
}

@media (max-width: 2560px) {
    .header-element-right {
        right: -5%;
    }
}

@media (max-width: 1920px) {
    .header-element-right {
        right: -10%;
        width: 553px;
        bottom: 100px;
    }
}

@media (max-width:1535px) {
    .header-element-right {
        right: -11%;
        width: 485px;
        bottom: -217px;
    }
}

@media (max-width:1279px) {
    .header-element-right {
        width: 430px;
        bottom: -57%;
        right: -10%;
    }
}

@media (max-width:1023px) {
    .header-element-right {
        bottom: -56%;
        width: 400px;
    }
}

@media (max-width:639px) {
    .header-element-right {
        display: none;
    }
}

.header-element-left {
    left: -4%;
    position: absolute;
    bottom: -13%;
    width: 830px;
}

@media (max-width: 2560px) {
    .header-element-left {
        left: -15%;
    }
}

@media (max-width: 1920px) {
    .header-element-left {
        left: -27%;
        width: 700px;
        bottom: -59px;
    }
}

@media (max-width:1535px) {
    .header-element-left {
        left: -22%;
        bottom: -2%;
        width: 558px;
    }
}

@media (max-width:1279px) {
    .header-element-left {
        bottom: -27%;
        width: 550px;
        left: -22%;
    }
}

@media (max-width:639px) {
    .header-element-left {
        display: block;
        left: -1%;
        bottom: -41%;
        width: 450px;
    }
}

.hero-header {
    min-height: 500px;
}

@media (min-width:1536px) {
    .hero-header {
        min-height: 700px;
    }
}

.juice-carton {
    width: 742px;
    position: absolute;
    bottom: -67%;
    left: -18%;
    z-index: -1;
}

.product-hero {
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    height: 100%;
}

@media (max-width:1023px) {
    .product-hero {
        position: absolute;
    }
}

@media (max-width:1279px) {
    .juice-carton {
        width: 650px;
        bottom: -348px;
        left: -22%;
    }
}

@media (max-width:1023px) {
    .juice-carton {
        display: none;
    }
}

.container {
    width: 100%;
}

@media (max-width: 2561px) {
    .container {
        width: 1400px;
    }
}

@media (max-width: 1920px) {
    .container {
        width: 1400px;
    }
}

@media (min-width: 2561px) {
    .container {
        width: 1400px;
    }
}

@media (max-width:1535px) {
    .container {
        width: 1400px;
    }
}

@media (max-width:1023px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width:488px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 2561px) {
    .container {
    }
}

.color-box {
    height: 500px !important;
}

.color-box-02 {
    height: 400px !important;
}

.image-colum {
    min-height: 450px;
}

@media (max-width:488px) {
    .image-colum {
        min-height: 200px;
    }
}

.portfolio-header-02 {
    height: 545px;
}

.thumbnail-background-02 {
    background-image: url('../image/thumbnail-background-02.webp');
    background-size: cover;
    background-position: center center;
}

.gradient-05 {
    background: linear-gradient(167deg, #a401b3 0%, #6d28d9 100%);
}

.modern-gallery {
}

.carousel-slide {
    max-width: 450px;
    max-height: 550px;
    width: 450px;
    height: 550px;
}

.field-required {
}

.ep-search-result__title {
    font-size: 20px;
}

.portfolio-main {
    width: 1400px !important;
    min-width: 1400px;
}

@media (max-width:1535px) {
    .portfolio-main {
        width: 100% !important;
        min-width: 340px;
    }
}

.nav-link {
    position: relative;
    z-index: 1;
}

.nav-link:not(:hover)::after {
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(-100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

.active {
    background-color: #580a77;
    color: #ffffff;
}

.claygroup {
    position: absolute;
    z-index: 20;
    right: -58%;
    bottom: -245px;
    width: 1100px;
}

@media (min-width:2561px) {
    .claygroup {
        right: -44%;
        bottom: -180px;
        width: 1000px;
    }
}

@media (max-width:1919px) {
    .claygroup {
        right: -33%;
        bottom: -172px;
        width: 912px;
    }
}

@media (min-width:430px) and (max-width:487px) {
    .claygroup {
        bottom: -406px;
        right: -72%;
        width: 700px;
    }
}

@media (max-width:429px) {
    .claygroup {
        bottom: -403px;
        right: -159px;
        width: 500px;
    }
}

@media (min-width:488px) {
}

@media (min-width:488px) and (max-width:639px) {
    .claygroup {
        bottom: -507px;
        right: -295px;
        width: 800px;
    }
}

@media (min-width:1920px) and (max-width:2560px) {
    .claygroup {
        right: -51%;
        width: 1100px;
        bottom: -251px;
    }
}

@media (min-width:1280px) and (max-width:1535px) {
    .claygroup {
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .claygroup {
        bottom: -515px;
        right: -23%;
    }
}

@media (min-width:640px) and (max-width:767px) {
    .claygroup {
        bottom: -600px;
        right: -314px;
    }
}

@media (min-width:1536px) and (max-width:1919px) {
    .claygroup {
        right: 5%;
        bottom: -367px;
    }
}

@media (min-width:1280px) and (max-width:1535px) {
    .claygroup {
        right: -9%;
        bottom: -344px;
    }
}

@media (min-width:1024px) and (max-width:1279px) {
    .claygroup {
        right: -6%;
        bottom: -540px;
        width: 1000px;
    }
}

split-color-h1 {
}

.split-color-h1 span {
    background: linear-gradient(44deg, rgb(102, 155, 249) 0%, rgb(142, 77, 217) 100%);
    color: rgba(0, 0, 0, 0);
    background-clip: text;
}

.split-color-h1 {
}

.testclass {
}

.testcss {
}
