﻿.header-cta {
    border-radius: 0 30px 0 30px;
    background: #08234f73;
    backdrop-filter: blur(20px);
    border: 0 !important;
    transition: 0.8s;
}

.header-cta-flash {
    border: 0 !important;
    transition: 0.8s;
}

.service-img-gr-landing-kuler {
    background-image: url(./images/kuler.jpg);
    background-attachment: fixed;
    min-height: 170px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -100;
}

.feature-box {
    margin: 15px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
    top: 0;
}

    .feature-box * {
        -moz-transition: ease all 0.35s;
        -o-transition: ease all 0.35s;
        -webkit-transition: ease all 0.35s;
        transition: ease all 0.35s;
    }

    .feature-box:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: auto;
        right: 0;
        width: 0;
        background: #d9ccba;
        border-radius: 20px;
        z-index: -1;
        -moz-transition: ease all 0.35s;
        -o-transition: ease all 0.35s;
        -webkit-transition: ease all 0.35s;
        transition: ease all 0.47s;
    }

.feature-section:hover .feature-box:after {
    width: 100%;
    height: 100%;
    left: 0;
    left: auto;
}

.type--drow {
    --back_color: #637db2
}

.button-section {
    position: relative;
    transition: all .3s ease;
}

.button__drow {
    position: absolute;
    z-index: -1;
    border-radius: 16px;
    transform-origin: 16px 16px;
}

.button__drow {
    top: 50%;
    left: 12%;
    width: 32px;
    height: 0;
    transform: rotate(-127deg );
}

    .button__drow::before,
    .button__drow::after {
        content: '';
        position: absolute;
    }

    .button__drow::before {
        bottom: 0;
        left: 0;
        width: 0;
        height: 32px;
        border-radius: 16px;
        transform-origin: 16px 16px;
        transform: rotate( -146deg );
    }

    .button__drow::after {
        bottom: 26px;
        left: -40px;
        width: 0;
        height: 32px;
        border-radius: 16px;
        transform-origin: 16px 16px;
        transform: rotate( -262deg );
    }

    .button__drow,
    .button__drow::before,
    .button__drow::after {
        background: var( --back_color );
    }

.button:hover .button__drow {
    animation: drow1 linear .06s .2s;
    animation-fill-mode: forwards;
}

    .button:hover .button__drow::before {
        animation: drow2 linear .03s .26s;
        animation-fill-mode: forwards;
    }

    .button:hover .button__drow::after {
        animation: drow3 linear .06s .32s;
        animation-fill-mode: forwards;
    }

.button .button__drow {
    animation: drow4 linear .06s .32s;
    animation-fill-mode: backwards;
}

    .button .button__drow::before {
        animation: drow5 linear .03s .26s;
        animation-fill-mode: backwards;
    }

    .button .button__drow::after {
        animation: drow6 linear .06s .2s;
        animation-fill-mode: backwards;
    }

@keyframes drow1 {
    0% {
        height: 0;
    }

    100% {
        height: 120px;
    }
}

@keyframes drow2 {
    0% {
        width: 0;
    }

    100% {
        width: 80px;
    }
}

@keyframes drow3 {
    0% {
        width: 0;
    }

    100% {
        width: 124px;
    }
}

@keyframes drow4 {
    0% {
        height: 120px;
    }

    100% {
        height: 0;
    }
}

@keyframes drow5 {
    0% {
        width: 80px;
    }

    100% {
        width: 0;
    }
}

@keyframes drow6 {
    0% {
        width: 124px;
    }

    100% {
        width: 0;
    }
}

.flash-icon {
    animation: flash 1s linear infinite;
}

@keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .1;
    }


    100% {
        opacity: 1;
    }
}

.tagline {
    width: 768px !important;
}

@media screen and (max-width: 1024px) {
    .button__drow {
        top: 50%;
        left: 4%;
    }
}

@media screen and (max-width: 768px) {
    .tagline {
        width: 425px !important;
    }

    .button__drow {
        top: 48%;
        left: 8%;
    }
}

@media screen and (max-width: 425px) {
    .button__drow {
        top: 75%;
        left: 17%;
    }

    .tagline {
        width: 290px !important;
    }
}


.btn-info:hover {
    background-color: #002fff !important;
    border-color: #002fff !important;
    color: #fff !important;
}

.tagline {
    width: 768px !important;
}

@media screen and (max-width: 768px) {
    .tagline {
        width: 425px !important;
    }
}

@media screen and (max-width: 425px) {
    .tagline {
        width: 290px !important;
    }

    .w-30 {
        width: 50% !important;
    }
}

input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
}

    input.invalid {
        background-color: #ffdddd;
    }

.w-30 {
    width: 30%;
}

.tab {
    display: none;
}

#prevBtn {
    background-color: #bbbbbb;
}

.sticky-application-bar {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    transform: none;
    transition: transform 0.3s linear;
    width: 100%;
    text-align: center;
}

.bg-darkocean-gr-blue {
    background: rgb(8, 35, 79);
    background: linear-gradient(90deg, rgba(8, 35, 79) 40%, rgb(20 62 206) 100%);
    ;
}

.pattern {
    background: #BAC8D9;
    background-image: url(./images/Pattern.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

.flip-card {
    background-color: transparent;
    width: 300px;
    height: 300px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #bbb;
    color: black;
}

.flip-card-back {
    background-color: #2980b9;
    color: white;
    transform: rotateY(180deg);
}

.btn-bronze {
    color: #000;
    background-color: #bf8970;
}

.btn-silver {
    color: #000;
    background-color: #c0c0c0;
}

.input_Inquiry {
    color: #000;
    font-weight:bold;
    font-size:16px !important;
}