/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/***********************************************************************************************************************************************/
/********************A wizard is never late, Frodo Baggins. Nor is he early. He arrives precisely when he means*********************************/
/***********************************************************************************************************************************************/


/*******************************************************************************************************************/
/*				  													                                       GENERIC*/
/******************************************************************************************************************/

/****************************************************************************/
/*				  								                      COLORS*/
/****************************************************************************/

:root {
    --white: #ffffff;
    --ping: #e2068c;
    --lightgray: #d1d1d1;
}

html {
    scroll-behavior: smooth;
}

.generate-back-to-top {
    background-color: var(--ping) !important;
}

.back-to-top-btn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: var(--ping);
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.back-to-top-btn:hover {
    background-color: #555;
    color: var(--white);
    text-decoration: none;
}

.back-to-top-btn svg {
    font-size: 20px;
    color: var(--white);
}

html:not(.js) .back-to-top-btn {
    display: none;
}

@media screen and (min-width: 768px) {
    html.js .back-to-top-btn {
        display: block;
    }
}



/*******************************************************************************************************************/
/*				  													                                         HEADER*/
/******************************************************************************************************************/

/****************************************************************************/
/*				  								                     GENERIC*/
/****************************************************************************/

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 912px) {
    .main-navigation .inside-navigation {
        flex-direction: row-reverse;
        justify-content: center;
    }

    button.menu-toggle {
        position: absolute;
        left: 0;
    }
}

/****************************************************************************/
/*				  								                      SOCIAL*/
/****************************************************************************/

.social-header {
    position: absolute;
    right: 100px;
}

.social-header svg {
    font-size: 20px;
}

/****************************************************************************/
/*				  								                      STICKY*/
/****************************************************************************/

.is_stuck .inside-navigation.grid-container {
    gap: 50px;
}

@media(max-width: 912px) {
    .is_stuck .inside-navigation.grid-container {
        gap: 0;
    }
}

/****************************************************************************/
/*				  								                        MENU*/
/****************************************************************************/

#menu-main-menu li a {
    font-size: 14px;
    font-weight: 700;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

#menu-main-menu li:hover a,
.main-navigation .main-nav ul li[class*="current-menu-"]>a {
    color: var(--ping);
}

.main-navigation .menu>.menu-item:hover>a::after,
.main-navigation .menu>.menu-item>a::after {
    content: "";
    position: absolute;
    right: 50%;
    left: 50%;
    bottom: 10px;
    height: 3px;
    background-color: var(--ping);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.main-navigation .menu>.menu-item:hover>a::after,
.main-navigation .menu>.menu-item.current-menu-item>a::after {
    width: 50%;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 912px) {

    /* .main-navigation .menu>.menu-item:hover>a::after,
    .main-navigation .menu>.menu-item>a::after {
        display: none;
    } */

    ul#menu-main-menu {
        height: 100vh;
        width: 100%;
        padding-top: 200px;
        box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 10%);
    }

    .main-navigation.toggled .main-nav li {
        text-align: center;
    }

    #menu-main-menu li a {
        font-size: 70px;
        font-weight: 400;
        line-height: 130px;
    }

    #menu-main-menu li a {
        position: relative;
        display: inline-block;
    }

    .main-navigation .menu>.menu-item:hover>a::after,
    .main-navigation .menu>.menu-item>a::after {
        display: none;
    }

    .social-mobile {
        display: flex;
        flex-direction: row;
        padding-top: 50px;
        padding-left: 20px;
        gap: 20px;
        justify-content: center;
        align-items: center;
    }

    .social-mobile>div svg {
        width: 70px;
        height: 70px;
    }

    .main-navigation .main-nav ul li:not([class*="current-menu-"]):hover>a,
    .main-navigation .main-nav ul li:not([class*="current-menu-"]):focus>a,
    .main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"])>a,
    .main-navigation .menu-bar-item:hover>a,
    .main-navigation .menu-bar-item.sfHover>a,
    #menu-main-menu li:hover a,
    .main-navigation .main-nav ul li[class*="current-menu-"]>a {
        color: #222222 !important;
    }
}

@media(max-width: 480px) {

    ul#menu-main-menu {
        padding-top: 100px;
    }

    #menu-main-menu li a {
        font-size: 35px;
        font-weight: 400;
        line-height: 75px;
    }


    .social-mobile>div svg {
        width: 30px;
        height: 30px;
    }
}

@media(max-width: 375px) {
    ul#menu-main-menu {
        padding-top: 100px;
    }
}

/*******************************************************************************************************************/
/*				  													                                          HOME*/
/******************************************************************************************************************/

/****************************************************************************/
/*				  								                   SECTION 2*/
/****************************************************************************/

.home-section2 {
    padding-top: 100px;
}

.home-section2 .subtitle {
    font-size: 18px;
    color: var(--ping);
}

.home-section2 h2 {
    font-size: 46px;
    font-weight: 600;
}

.home-section2 h2 span {
    color: var(--ping);
}

.home-section2 .gb-grid-wrapper>div:nth-child(2) {
    display: flex;
    align-items: center;
}

.home-section2 ul {
    list-style: none;
    margin: 0px;
}

.home-section2 ul li {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.home-section2 ul li:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e2068c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-arrow-right'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3Cpolyline points='12 5 19 12 12 19'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 20px;
    height: 20px;
    background-size: cover;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 912px) {
    .home-section2 {
        padding: 50px;
    }

    .home-section2 .gb-grid-wrapper {
        flex-direction: column;
    }

    .home-section2 .gb-grid-wrapper>div {
        width: 100%;
        justify-content: center;
    }

    .home-section2 .subtitle {
        text-align: center;
    }

    .home-section2 h2 {
        text-align: center;
    }

    .home-section2 .gb-grid-wrapper>div img {
        padding-top: 20px;
    }
}

@media(max-width: 480px) {
    .home-section2 {
        padding: 20px;
    }

    .home-section2 h2 {
        font-size: 40px;
    }
}

/****************************************************************************/
/*				  								                   SECTION 3*/
/****************************************************************************/

.home-section3 {
    padding-top: 100px;
}

.home-section3 h2 {
    font-size: 46px;
    font-weight: 600;
    text-align: center;
}

.home-section3 .gb-grid-wrapper>div {
    padding-top: 50px;
    padding-bottom: 50px;
    /* transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out; */
}

.home-section3 .gb-grid-wrapper>div:hover {
    cursor: pointer;
}

.home-section3 .gb-grid-wrapper>div:hover>div {
    background-color: var(--ping);
    /* transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out; */
}

.home-section3 .gb-grid-wrapper>div:hover>div h3,
.home-section3 .gb-grid-wrapper>div:hover>div p {
    color: var(--white);
}

.home-section3 .gb-grid-wrapper>div:hover>div svg {
    fill: var(--white);
}

.home-section3 .gb-grid-wrapper>div>div {
    box-shadow: 0 0 10px rgb(0 0 0 / 25%);
    min-height: 550px !important;
    padding: 20px;
    text-align: center;
}

.home-section3 .gb-grid-wrapper>div h3 {
    font-size: 18px;
    font-weight: 600;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 912px) {
    .home-section3 {
        padding: 50px;
    }

    .home-section3 .gb-grid-wrapper>div {
        width: 50%;
    }

    .home-section3 .gb-grid-wrapper>div>div {
        min-height: 600px !important;
    }
}

@media(max-width: 820px) {
    .home-section3 .gb-grid-wrapper>div {
        width: 50%;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media(max-width: 480px) {
    .home-section3 {
        padding: 20px;
    }

    .home-section3 h2 {
        font-size: 40px;
    }

    .home-section3 .gb-grid-wrapper>div {
        width: 100%;
    }

    .home-section3 .gb-grid-wrapper>div>div {
        min-height: 200px !important;
    }

    .home-section3 .gb-grid-wrapper>div>div svg {
        width: 200px;
        height: 200px;
    }
}

/****************************************************************************/
/*				  								                   SECTION 4*/
/****************************************************************************/

.home-section4 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.home-section4 p {
    text-align: center;
}

.home-section4 strong {
    color: var(--ping);
}

.home-section4 h2 {
    font-size: 46px;
    font-weight: 600;
    text-align: center;
}

.home-section4 .gb-grid-wrapper>div>div img {
    border: 5px solid transparent;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.home-section4 .gb-grid-wrapper>div:hover>div img {
    border: 5px solid var(--ping);
}

.home-section4 h4 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding-top: 50px;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.home-section4 .gb-grid-wrapper>div:hover>div h4 {
    color: var(--ping);
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 912px) {
    .home-section4 {
        padding: 50px;
    }

    .home-section4 .gb-grid-wrapper {
        justify-content: center;
    }

    .home-section4 .gb-grid-wrapper>div {
        width: 50%;
    }
}

@media(max-width: 480px) {
    .home-section4 {
        padding: 20px;
    }

    .home-section4 h2 {
        font-size: 40px;
    }
}

@media(max-width: 480px) {
    .home-section4 .gb-grid-wrapper>div {
        width: 100%;
    }
}

/****************************************************************************/
/*				  								                   SECTION 5*/
/****************************************************************************/

.home-section5 {
    background-color: var(--lightgray);
    padding-top: 100px;
    padding-bottom: 100px;
}

.home-section5 .slide-content h3 {
    font-size: 50px;
    color: var(--ping);
}

.home-section5 .eedee-gutenslider-nav svg circle {
    fill: var(--ping) !important;
}

.home-section5 .slide-content p {
    text-align: center;
    font-weight: 700;
}

.home-section5 .slide-content .sl-grid {
    width: 60%;
}

.home-section5 .slide-content .sl-grid>div>div {
    background-color: var(--white);
    padding: 20px;
    min-height: 450px;
}

.home-section5 .slide-content .sl-grid>div>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home-section5 .slide-content .sl-grid>div>div h1 {
    color: var(--ping);
    text-align: center;
    font-weight: 700;
    margin-bottom: 0px;
}

.home-section5 .slide-content .sl-grid .col1 {
    background-color: var(--ping);
}

.home-section5 .slide-content .sl-grid .col2 {
    background-color: var(--white);
    min-height: 420px;
    box-shadow: 0px 0px 7px 4px rgb(0 0 0 / 20%);
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
}

.home-section5 .slide-content .sl-grid .col1 h1,
.home-section5 .slide-content .sl-grid .col1 h1:after,
.home-section5 .slide-content .sl-grid .col1 ul li,
.home-section5 .slide-content .sl-grid .col1 p {
    color: var(--white) !important;
}

.home-section5 .slide-content .sl-grid .col1 h1:after,
.home-section5 .slide-content .sl-grid .col2 h1:after {
    content: '€';
    color: #000000;
    font-size: 20px;
}

.home-section5 .third .slide-content .sl-grid .col1 h1:before {
    content: 'από';
    color: var(--white);
    font-size: 15px;
    padding-right: 5px;
}

.home-section5 .third .slide-content .sl-grid .col2 h1:before {
    content: 'από';
    color: #000000;
    font-size: 15px;
}

.home-section5 .slide-content .sl-grid .col1 p:after {
    content: '';
    border-bottom: 1px dashed var(--white);
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
}

.home-section5 .slide-content .sl-grid .col2 p:after {
    content: '';
    border-bottom: 1px dashed var(--ping);
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
}

.home-section5 .slide-content .sl-grid>div ul {
    list-style-type: none;
    text-align: center;
    margin: 0px;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 912px) {
    .home-section5 .slide-content .sl-grid {
        width: 90%;
    }
}

@media(max-width: 480px) {
    .home-section5 .slide-content .sl-grid ul li {
        font-size: 14px;
    }

    .home-section5 .eedee-gutenslider-nav {
        display: none !important;
    }

    .home-section5 .slide-content .sl-grid .col2 {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
    }

    .home-section5 .slide-content .sl-grid>div>div {
        justify-content: flex-start;
        min-height: auto !important;
    }

    .swiper-pagination-clickable {
        transform: translateY(40px) !important;
        -webkit-transform: translateY(40px) !important;
        -moz-transform: translateY(40px) !important;
        -ms-transform: translateY(40px) !important;
        -o-transform: translateY(40px) !important;
    }
}

/* .home-section5 p {
    text-align: center;
}

.home-section5 p strong {
    color: var(--ping);
    font-size: 18px;
}

.home-section5 h2 {
    font-size: 46px;
    font-weight: 600;
    text-align: center;
}

.home-section5 .gb-grid-wrapper>div {
    padding-top: 50px;
    padding-bottom: 50px;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.home-section5 .gb-grid-wrapper>div:hover {
    cursor: pointer;
}

.home-section5 .gb-grid-wrapper>div>div {
    background-color: var(--white);
    min-height: 450px;
    padding-top: 30px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.home-section5 .gb-grid-wrapper>div.active-bg>div {
    background-color: var(--ping);
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.home-section5 .gb-grid-wrapper>div h3 {
    color: var(--ping);
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.home-section5 .gb-grid-wrapper>div h1 {
    color: var(--ping);
    font-size: 46px;
    font-weight: 600;
    text-align: center;
}

.home-section5 .gb-grid-wrapper>div h1:after {
    content: '€';
    color: #000000;
    font-size: 20px;
}

.home-section5 .gb-grid-wrapper>div.active-bg>div h3,
.home-section5 .gb-grid-wrapper>div.active-bg>div p,
.home-section5 .gb-grid-wrapper>div.active-bg>div h1,
.home-section5 .gb-grid-wrapper>div.active-bg>div h1:after {
    color: var(--white);
} */

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

/* @media(max-width: 912px) {
    .home-section5 {
        padding: 50px;
    }

    .home-section5 .gb-grid-wrapper>div>div p {
        font-size: 14px;
        padding: 10px;
    }
}

@media(max-width: 480px) {
    .home-section5 {
        padding: 20px;
    }

    .home-section5 h2 {
        font-size: 40px;
    }
} */

/****************************************************************************/
/*				  								                   SECTION 6*/
/****************************************************************************/

.home-section6 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.home-section6 .subtitle {
    color: var(--ping);
    font-size: 18px;
    text-align: center;
}

.home-section6 h2 {
    font-size: 46px;
    font-weight: 600;
    text-align: center;
}

.home-section6 .gb-grid-wrapper {
    padding-top: 50px;
}

.home-section6 .gb-grid-wrapper h3 {
    font-size: 46px;
    font-weight: 600;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 912px) {
    .home-section6 {
        padding: 50px;
    }

    .home-section6 .gb-grid-wrapper {
        flex-direction: column;
    }

    .home-section6 .gb-grid-wrapper>div {
        width: 100%;
        justify-content: center;
        display: flex;
    }

    .home-section6 .gb-grid-wrapper>div:nth-child(1) {
        order: 2;
    }

    .home-section6 .gb-grid-wrapper>div:nth-child(2) {
        order: 1;
    }

    .home-section6 .gb-grid-wrapper h3 {
        text-align: center;
    }

    .home-section6 .gb-grid-wrapper p {
        width: 70%;
        margin: 0 auto;
        text-align: center;
    }

    .home-section6 .gb-grid-wrapper img {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media(max-width: 480px) {
    .home-section6 {
        padding: 20px;
    }

    .home-section6 h2 {
        font-size: 40px;
    }

    .home-section6 .gb-grid-wrapper h3 {
        font-size: 30px;
    }

    .home-section6 .gb-grid-wrapper p {
        width: 100%;
    }
}


/****************************************************************************/
/*				  								                   SECTION 7*/
/****************************************************************************/

.home-section7 {
    background-color: var(--lightgray);
    padding-top: 100px;
    padding-bottom: 100px;
}

.home-section7 .usps>div svg {
    width: 36px;
    height: 36px;
}

.home-section7 .usps .wp-block-getwid-counter__number {
    color: var(--ping);
    font-size: 30px;
    font-weight: 600;
}

.home-section7 .usps .wp-block-getwid-counter__number:after {
    content: '+';
}

.home-section7 h2 {
    font-size: 30px;
    font-weight: 600;
}

.home-section7 h2:after {
    content: '';
    border-bottom: 3px solid var(--ping);
    width: 10%;
    display: block;
    padding-top: 10px;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 912px) {
    .home-section7 {
        padding: 50px;
    }

    .home-section7 .main-grid {
        flex-direction: column;
    }

    .home-section7 .main-grid>div {
        width: 100%;
    }
}

@media(max-width: 480px) {
    .home-section7 {
        padding: 20px;
    }

    .home-section7 .usps>div>div {
        display: block;
        width: 100%;
        padding-left: 0px;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

/****************************************************************************/
/*				  								                   SECTION 8*/
/****************************************************************************/

.home-section8 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.home-section8 .subtitle {
    color: var(--ping);
    font-size: 18px;
    text-align: center;
}

.home-section8 h2 {
    font-size: 46px;
    font-weight: 600;
    text-align: center;
}

.home-section8 .contact-form-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
}

.home-section8 .contact-form-wrapper .split {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.home-section8 .contact-form-wrapper .split>div {
    width: 49%;
}

.home-section8 .contact-form-wrapper .split>div input,
.home-section8 .contact-form-wrapper .split>div select {
    width: 100%;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-color: #000000;
}

.home-section8 .contact-form-wrapper .no-split {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.home-section8 .contact-form-wrapper .no-split>div {
    width: 99%;
}

.home-section8 .contact-form-wrapper .no-split>div textarea {
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-color: #000000;
}

.home-section8 .contact-form-wrapper .form-acceptance a {
    text-decoration: none;
    color: #222222;
    opacity: 0.8;
}

.home-section8 .contact-form-wrapper .form-acceptance a:hover {
    color: var(--ping);
}

.home-section8 .contact-form-wrapper .form-subm-btn input.wpcf7-form-control.has-spinner.wpcf7-submit {
    margin: 0 auto;
    display: block;
    background-color: var(--ping) !important;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 912px) {
    .home-section8 {
        padding: 50px;
    }
}

@media(max-width: 480px) {
    .home-section8 {
        padding: 20px;
    }

    .home-section8 h2 {
        font-size: 40px;
    }

    .home-section8 .contact-form-wrapper .split>div {
        width: 100%;
    }

    .home-section8 .contact-form-wrapper .no-split>div textarea {
        max-height: 100px;
    }
}

/****************************************************************************/
/*				  								                   SECTION 9*/
/****************************************************************************/

.home-section9 .gb-grid-wrapper {
    align-items: center;
    justify-content: center;
    min-height: 600px;
}

.home-section9 .subtitle strong {
    color: var(--ping);
    font-size: 18px;
}

.home-section9 .gb-grid-wrapper h2 {
    color: var(--ping);
    font-size: 46px;
    font-weight: 600;
}

.home-section9 .gb-grid-wrapper p {
    color: #222222;
}

.home-section9 .gb-grid-wrapper p a {
    text-decoration: none;
    color: #222222;
}

.home-section9 .gb-grid-wrapper p a:hover {
    color: var(--ping);
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 912px) {
    .home-section9 {
        padding: 50px;
    }
}

/*******************************************************************************************************************/
/*				  													                                     COPYRIGHT*/
/******************************************************************************************************************/
.copyright-bar {
    display: flex;
    align-items: center;
    gap: 5px;
}

.copyright-bar a {
    display: flex;
    align-items: center;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 480px) {
    .copyright-bar {
        flex-direction: column;
    }
}

/*******************************************************************************************************************/
/*				  													                                   BACK TO TOP*/
/******************************************************************************************************************/

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 50px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--ping);
}

.back-to-top svg {
    width: 30px;
    height: 30px;
    color: var(--white);
}