html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing-: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    direction: ltr;
    /*background-color: #F5F5F7 !important;*/
    font-family: 'Inter', sans-serif !important;
    background-color: #2B2958 !important;
    padding-top: 0px;
    margin-top: 0px;
    letter-spacing: 0px;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.1);
    color: #1e1e1e;
    font-weight: 400;
    height: 100%;

}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}


@media (max-width: 740px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 14px;
    }
}

a {
    text-decoration: none !important;
}

ul li {
    list-style: none;
}

p {
    margin-bottom: 0 !important;
}

/* 
:root {
    --primary-light: #8abdff;
    --primary: #6d5dfc;
    --primary-dark: #5b0eeb;
    --white: #FFFFFF;
    --greyLight-1: #E4EBF5;
    --greyLight-2: #c8d0e7;
    --greyLight-3: #bec8e4;
    --greyDark: #9baacf;
} */

/* container-xxl */
@media (min-width: 1400px) {
    .container-xxl {
        max-width: 1400px !important;
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


@keyframes scale {
    0% {
        transform: scale(0.90);

    }

    70% {
        transform: scale(1);

    }

    100% {
        transform: scale(0.90);

    }
}

@keyframes pulse {
    to {
        opacity: 1;
    }
}

@keyframes move {
    25% {
        opacity: 1;
    }

    33% {
        opacity: 1;
        transform: translateY(30px);
    }

    67% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

/* .main-shadow{
    box-shadow: 0.2rem 0.3rem 0.6rem rgb(200, 208, 231),
    -0.2rem -0.2rem 0.5rem rgb(255, 255, 255);
} */

/* NAVBAR STARTS HERE */

.navbar {
    border-radius: 0px;
    background: #1D4642;
    /* box-shadow: 5px 5px 20px #bebebe,
        -5px -5px 20px #ffffff; */
    z-index: 1;
    position: sticky;
}


.navbar-logo {
    width: 150px;
}


.nav-item .nav-link {
    color: #fff;
    margin-left: 5px;
    transition: 350ms;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .2px;
    word-break: normal;

}

@media(max-width:1020px) {
    .nav-item .nav-link {
        font-size: 25px;
        line-height: 40px;
        font-weight: 400;
        color: #fff;
    }
}

@media(min-width:1200px) {
    .nav-item .nav-link {
        margin-left: 30px;
    }
}

.nav-item .nav-link:hover {
    color: #DB9D5C;
}



.navbar-toggler {
    border: none !important;
}



.lineStick {
    fill: none;
    stroke: #fff;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.lineStick1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.lineStick2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}

.lineStick3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.opened .lineStick1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.opened .lineStick2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}

.opened .lineStick3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}


.navArea {
    display: flex;
    justify-content: end;
}

.material-symbols-outlined {
    color: #fff;
}

.collapse {
    padding-bottom: 5px;
}

@media(min-width:1020px) {

    .collapse {
        display: flex;
        justify-content: center;
    }
}

@media(max-width:768px) {
    .nav-button-area {
        display: flex;
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media(min-width:1020px) {
    .nav-button-area {
        position: relative;
        left: 7%;
    }
}

.nav-form-button {
    margin-left: 15px;
}

@media(max-width:768px) {
    .nav-form-button {
        margin-left: 5px;
    }
}

.btn.nav-form-button {
    /* background-color: rgba(223, 223, 223, 1);*/
    background-color: #fff !important;
    border: 1px solid #fff !important;
    color: #1D4642;
    padding: 5px 20px;
    border-radius: 50px;
    transition: 350ms;
    font-size: 14px !important;
    font-weight: 300;
    box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 0 0 0 #fff;

}

.btn.nav-form-button:hover {
    border: 1px solid #1D4642 !important;
    box-shadow: inset 150px 0 0 0 #fff !important;
    background-color: #fff;
    color: #1D4642;
}

@media(max-width:1020px) {
    .nav-form-button {
        margin-top: 15px;
        height: 50px;
        width: 100%
    }
}

.getStartButton {
    display: flex;
    justify-content: center;
}

.getStartButton .btnStart {
    background-color: #252525;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding: 12px 100px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    /*animation: fadeIn 2s ease-in-out;*/
    -webkit-box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.10);
    box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.10);
    transition: 350ms;
}

.getStartButton .btnStart:hover {
    color: #fff;
    background-color: #1e1e1e;
}


.btnStart a {
    color: #fff;
    text-decoration: none;
    transition: 350ms;
}

.btnStart a:hover {
    color: #fff;
    text-decoration: none;
}

@media(max-width:767px) {
    .getStartButton .btnStart {
        font-size: 12px;
    }
}


.location-button-area {
    display: flex;
    align-items: center;

}

.location-button {
    font-size: 12px;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff !important;
    padding: 5px 10px;
    margin-left: 20px;
    -webkit-box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 0 0 0 #fff;
    transition: 350ms;
}



.location-button i {
    margin-right: 10px;
}

.location-button:hover {
    color: #1D4642 !important;
    background-color: #fff;
    box-shadow: inset 150px 0 0 0 #fff;

}

@media(max-width:1020px) {
    .location-button {
        margin-left: 0;
        font-size: 16px;
        margin-top: 5px;
        margin-bottom: 10px;
    }
}

/* NAVBAR ENDS HERE */

.hero-section {
    background-image: url('../img/yatay.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;




}

@media(max-width:768px) {
    .hero-section {
        background-image: url('../img/dikey.jpg');
        background-size: cover;
        height: 100vh;
    }
}



.hero-text-section {
    position: relative;
    text-align: center;
    top: 250px;

}

.btn.canvas-form {
    margin-top: 22%;
    line-height: 30px;
    padding: 30px;
    border-radius: 5px;
    text-shadow: 2px 3px 10px rgb(0, 0, 0, 1) !important;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    background-color: #C61B21;
    border: 1px solid #C61B21;
    -webkit-box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 3px 30px 0px rgba(0, 0, 0, 0.55);
    transition: 350ms;
}

.btn.canvas-form:hover {
    color: #fff;
    background-color: #e23d43;
    border: 1px solid #fff;
}

@media(max-width:768px) {
    .hero-text-section {}

    .btn.canvas-form {
        margin-top: 220px !important;
        font-size: 20px;
        line-height: 20px;
        padding: 20px;
    }

}

.home-icon {
    margin-top: 15px;
    font-size: 30px;
    border: 1px solid #fff;
    padding: 15px 15px;
    border-radius: 50px;
    color: #2B2958;
    background-color: #fff;
    -webkit-box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 3px 30px 0px rgba(0, 0, 0, 0.55);
    transition: 350ms;
}

.home-icon:hover {
    color: #fff;
    background-color: #2B2958;
}

@media(max-width:768px) {
    .home-icon {

        font-size: 20px;
        padding: 10px 10px;
    }
}


.hero-text {
    font-size: 70px;
    line-height: 70px;
    color: #fff;
    letter-spacing: -1px;
    font-weight: 600;
    border-radius: 15px;
    text-align: left;
    text-shadow: 2px 3px 10px rgba(0, 0, 0, 1) !important;
    margin-top: -50%;
    /* margin-top:20%; */
    /* -webkit-box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.25);
    background-color: rgb(29, 70, 66, .8); */
}


@media(max-width:1020px) {
    .hero-text {
        font-size: 40px;
        line-height: 40px;
        margin-top: -80%;
    }
}

.hero-features {
    position: absolute;
    display: flex;
    flex-direction: column;
    right: 1%;
    top: 10%;
    gap: 10px;
}

.hero-features img {
    width: 100px;
    height: auto;
}

@media(max-width:768px) {
    .hero-features img {
        width: 70px;
        height: auto;
    }
}


.hero-reach-button {
    margin-top: 15px;
    font-size: 13px;
    letter-spacing: .4px;
    font-weight: 300;
    padding: 7px 20px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #1D4642;
    transition: 350ms;
    -webkit-box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 0 0 0 #1D4642;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 15px;

}

.hero-reach-button:hover {
    border: 1px solid #1D4642;
    box-shadow: inset 150px 0 0 0 #1D4642;
    background-color: #1D4642;
    color: #fff;
}

/* 
.hero-text span{
    
    padding:24px;
} */


/* HERO SECTION ENDS HERE */


/* ARROW STARTS HERE */

.arrow-section {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 50px;
}

@media(max-width:767px) {
    .arrow-section {
        margin-top: 24px;
        margin-bottom: 0px;
    }
}

.arrow-area {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 24px;
    height: 24px;
}

.arrow-text {
    display: block;
    margin-top: 75px;
    margin-left: 0px;
    font-size: 12px;
    color: #1D4642;
    white-space: nowrap;
    opacity: .25;
    animation: pulse 2s linear alternate infinite;
}

.arrow {
    position: absolute;
    width: 28px;
    height: 3px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

@media(max-width:767px) {
    .arrow {
        width: 18px;
        height: 3px;
    }
}

.arrow:first-child {
    animation: move 3s ease-out 1s infinite;
}

.arrow:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.arrow:before,
.arrow:after {
    content: ' ';
    position: absolute;
    top: 0;
    background: rgb(112, 112, 112);
    height: 100%;
    width: 51%;
}

.arrow:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.arrow:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}



/* ARROW ENDS HERE */

/* FOOTER STARTS HERE */

.reach-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}


.contact-form-section {
    padding: 30px;
}

@media(max-width:767px) {
    .contact-form-section {
        padding: 0px;
    }
}

.contact-form {

    border-radius: 15px;
    padding: 24px 48px;
    /* box-shadow: 0.2rem 0.3rem 0.6rem rgb(200, 208, 231),
        -0.2rem -0.2rem 0.5rem rgb(255, 255, 255); */
    background-color: #C61B21;
}

.contact-form-header {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}

.form-control {
    border: 1px solid rgb(29, 70, 66.4);
    height: 60px;
}

.contact-form-kvkk-text {
    font-size: 13px;
    color: #fff;

}

.contact-form-kvkk-text a {
    color: #fff;
    font-weight: 500;

}



.btn.contact-form-button {
    font-size: 13px;
    letter-spacing: .4px;
    font-weight: 300;
    width: 100%;
    height: 50px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #C61B21;
    transition: 350ms;
    -webkit-box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.25);


}

.btn.contact-form-button:hover {
    border: 1px solid #C61B21;
    box-shadow: inset 150px 0 0 0 #fff;
    background-color: #fff;
    color: #C61B21;
}


.social-media-area {
    text-align: center;
}


.wrapper {
    display: inline-flex;
    list-style: none;
}

.wrapper .icon {
    position: relative;
    background: #ffffff;
    color: #fff !important;
    border-radius: 50%;
    padding: 15px;
    margin: 10px;
    width: 50px;
    height: 50px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}


.wrapper .icon a {
    color: #1D4642;
}

.wrapper .icon a:hover {
    color: #fff;
}


.wrapper .tooltip {
    position: absolute;
    top: 0;
    font-size: 13px;
    font-weight: 300;
    background: #ffffff;
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #ffffff;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
    top: -45px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}


.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
    /* background: #1877F2; */
    color: #ffffff;
    background-color: #1D4642;
}

.wrapper .twitter:hover,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip::before {
    /* background: #1DA1F2; */
    color: #ffffff;
    background-color: #1D4642;
}

.wrapper .instagram:hover,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
    /* background: #E4405F; */
    color: #ffffff;
    background-color: #1D4642;
}

.wrapper .youtube:hover,
.wrapper .youtube:hover .tooltip,
.wrapper .youtube:hover .tooltip::before {
    /* background: #CD201F; */
    color: #ffffff;
    background-color: #1D4642;
}


.double-logo-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.double-logo-area img {
    width: 150px;
    height: 40px;
    object-fit: contain;
    filter: brightness(0);
    transition: 350ms;
    cursor: pointer;
}

.double-logo-area img:hover {
    filter: brightness(.4);
}

.nata-holding-logo {
    border-right: 1px solid rgb(29, 70, 66, 0.2);
    padding-right: 30px;
}

.qr-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    text-align: center;
}


.qr-logo img {
    width: 70px;
    height: auto;
    object-fit: contain;
    transition: 350ms;
    margin-top: 6px;
    box-shadow: 0.2rem 0.3rem 0.6rem rgb(200, 208, 231),
        -0.2rem -0.2rem 0.5rem rgb(255, 255, 255);
}

.qr-logo a {
    color: #212529;
    transition: 350ms;
}

.qr-logo a:hover {
    color: #1D4642;
    filter: brightness(90%);
}

.qr-logo p {
    font-size: 12px;
}

.qr-logo p i {
    margin-left: 5px;
}

.reach-area {
    text-align: center;
}

.reach-area div {
    margin-bottom: 10px;
}

.reach-area div a {
    color: #1D4642;
    font-weight: 300;
    font-size: 15px;
    transition: 350ms;
    margin-left: 0px;
}

@media(max-width: 520px) {
    .reach-area div a {
        font-size: 13px;
        letter-spacing: -.4px;
    }
}

.reach-area div a:hover {
    color: #1D4642;
    margin-left: 5px;
}

.reach-area div a i {
    margin-right: 5px;
}


.footer-section {
    background-color: #2B2958;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-area {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
}

.footer-area div p {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0px;
}

.footer-area div a {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0px;
    transition: 350ms;
}

.footer-area div a:hover {
    margin-left: 5px;
}





/* MINI FORMS */


.mini-form {
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 24px 48px;
    /* box-shadow: 0.2rem 0.3rem 0.6rem rgb(200, 208, 231),
        -0.2rem -0.2rem 0.5rem rgb(255, 255, 255); */
    background-color: #fff;
}

.mini-form-header {
    font-size: 16px;
    font-weight: 300;
    color: #1D4642;
    text-align: center;
}


.mini-form-kvkk-text {
    font-size: 13px;

}

.mini-form-kvkk-text a {
    color: #1D4642;
    font-weight: 500;

}



.btn.mini-form-button {
    font-size: 13px;
    letter-spacing: .4px;
    font-weight: 300;
    padding: 9px 20px;
    width: 100%;
    border: 1px solid #1D4642;
    background-color: #1D4642;
    color: #fff;
    transition: 350ms;
    -webkit-box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.25);

}

.btn.mini-form-button:hover {
    border: 1px solid #1D4642;
    background-color: #326a64;
    color: #fff;
}



.mini-modal-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

    padding-left: 0 !important;
    padding-right: 0 !important;
}

.block-modal-footer {
    border: none !important;
}


.block-modal-title {
    font-size: 20px;
    color: #1D4642;
    letter-spacing: -.4px;
    font-weight: 300;
}


.block-modal-area-index {
    padding: 15px;
}

.mini-modal-upper {

    border: none !important;
}


.block-modal-header {
    color: #1D4642;
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
    letter-spacing: -.4px;
    border-bottom: 1px solid rgb(29, 70, 66, .1);
    padding-bottom: 15px;
}

.block-modal-content-area {
    display: flex;
    margin-top: 36px;
    justify-content: space-between;
    text-align: center;
}

.block-modal-index-icon {
    width: 70px;
    height: auto;
    border: none !important;
    border-radius: 50%;
    -webkit-box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.25);
}

.block-modal-index-header {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: -.4px;
    margin-top: 12px;
    color: rgb(110, 123, 140);


}

.block-modal-index-content {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -.4px;
    color: #1D4642;
}

.modal-footer .modal-exit-button {
    background-color: rgb(110, 123, 140, .6);
    color: #fff;
    font-size: 14px;
    border: 1px solid transparent;
    border-radius: 0;
    transition: 300ms;
}

.modal-footer .modal-exit-button:hover {
    background-color: rgb(110, 123, 140);
    color: #fff;
}


.btn-close.mini-modal-close {
    position: absolute;
    right: 0;
    top: 0;

}

/* MINI FORMS */


/* STATIC BUTTONS FORM */

.static-buttons {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    position: fixed;
    bottom: 0px;
    right: 10px;

}



.whatsapp-button a {
    color: #DB9D5C;
    font-size: 40px;

}

.mail-button a {
    color: #1D4642;
    font-size: 35px;
}



.static-wrapper {
    display: flex;
    flex-direction: column;
    list-style: none;
    gap: 5px;
}

.static-wrapper .icon {
    position: relative;
    background: #DB9D5C;
    color: #fff;
    border-radius: 5px;
    margin: 3px;
    padding: 15px;
    width: 45px;
    height: 45px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@media(max-width:768px) {
    .static-wrapper .icon {
        width: 35px;
        height: 35px;
        font-size: 25px;

    }
}

.static-wrapper .tooltip {
    position: absolute;
    top: 0;
    font-size: 13px;
    font-weight: 300;
    background: #ffffff;
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.static-wrapper .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #DB9D5C;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.static-wrapper .icon:hover .tooltip {
    top: -45px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.static-wrapper .icon:hover span,
.static-wrapper .icon:hover .tooltip {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.static-wrapper .whatsapp-icon:hover,
.static-wrapper .whatsapp-icon:hover .tooltip,
.static-wrapper .whatsapp-icon:hover .tooltip::before {
    /* background: #1877F2; */
    color: #ffffff;
    background-color: #1D4642;
}

.static-wrapper .mail-icon:hover,
.static-wrapper .mail-icon:hover .tooltip,
.static-wrapper .mail-icon:hover .tooltip::before {
    /* background: #1877F2; */
    color: #ffffff;
    background-color: #1D4642;
}

.static-wrapper a {
    color: #fff;
}

.static-wrapper a:hover {
    color: #fff;
}






.offcanvas-body {
    background-color: #C61B21;
}