/*
Theme Name: SWEPA
Version: 1.0
*/


@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.screen-reader-text {
    position: absolute;
    left: -1000em;
}

a {
    color: #1a1a1a;
    text-decoration: none;
    transition: 0.3s all;
}

a img {
    border: none;
}

a:hover {
    color: #de232b;
}

acronym,
abbr {
    border-bottom: 1px dashed #333;
}

acronym,
abbr,
span.caps {
    font-size: 90%;
    letter-spacing: 0.07em;
}

acronym,
abbr {
    cursor: help;
}

blockquote {
    border-left: 5px solid #ccc;
    margin-left: 1.5em;
    padding-left: 5px;
}

body {
    color: #000;
    margin: 0;
    padding: 0;
    overflow-wrap: break-word;
    hyphens: manual;
    -webkit-hyphens: manual;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

cite {
    font-size: 90%;
    font-style: normal;
}

ol#comments li p {
    font-size: 100%;
}

/* classes used by the_meta() */
ul.post-meta {
    list-style: none;
}

ul.post-meta span.post-meta-key {
    font-weight: bold;
}

.credit {
    background: #90a090;
    border-top: 3px double #aba;
    color: #fff;
    font-size: 11px;
    margin: 10px 0 0 0;
    padding: 3px;
    text-align: center;
}

.credit a:link,
.credit a:hover {
    color: #fff;
}

.feedback {
    color: #ccc;
    text-align: right;
    clear: both;
}

.meta {
    font-size: 0.75em;
}

.meta li,
ul.post-meta li {
    display: inline;
}

.meta ul {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}

.meta,
.meta a {
    color: #808080;
    font-weight: normal;
    letter-spacing: 0;
}

.storytitle {
    margin: 0;
}

.storytitle a {
    text-decoration: none;
}

#commentform #author,
#commentform #email,
#commentform #url,
#commentform textarea {
    background: #fff;
    border: 1px solid #333;
    padding: 0.2em;
}

#commentform textarea {
    width: 100%;
}

#commentlist li ul {
    border-left: 1px solid #ddd;
    font-size: 110%;
    list-style-type: none;
}

#commentlist li .avatar {
    float: right;
    margin-right: 25px;
    border: 1px dotted #ccc;
    padding: 2px;
}

#tagline {
    color: #aba;
    display: block;
    font-size: 0.475em;
    letter-spacing: 0.2em;
}


#wp-calendar {
    border: 1px solid #ddd;
    empty-cells: show;
    font-size: 14px;
    margin: 0;
    width: 90%;
}

#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
}

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
}

#wp-calendar a {
    display: block;
    text-decoration: none;
}

#wp-calendar a:hover {
    background: #e0e6e0;
    color: #333;
}

#wp-calendar caption {
    color: #999;
    font-size: 16px;
    text-align: left;
}

#wp-calendar td {
    color: #ccc;
    letter-spacing: normal;
    padding: 2px 0;
    text-align: center;
}

#wp-calendar td.pad:hover {
    background: #fff;
}

#wp-calendar td:hover,
#wp-calendar #today {
    background: #eee;
    color: #bbb;
}

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
/* End captions & aligment */
/* ////////////////////////////// */
/* ////////// Global //////////// */
/* ////////////////////////////// */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

body {
    -webkit-text-size-adjust: 100%;
}

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

html {
    --wp-admin--admin-bar--height: 0px;
    height: calc(100% - var(--wp-admin--admin-bar--height));
}

div,
input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
    vertical-align: middle;
    max-width: 100%;
}

.container{
    width: 100%;
    max-width: 1043px;
    margin: 0 auto;
    padding: 0 20px;
}
.container-inner{
    width: 100%;
    max-width: 857px;
    margin: 0 auto;
    padding: 0 20px;
}


main#site-content {
    margin: 0;
    padding: 0;
}

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

body {
    height: 100%;
    margin: 0;
    min-height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-direction: column;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.875;
    color: #fff;
    background-color:#111;
}

#main-content {
    /* -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1 1 auto;
    min-height: 100vh; */
}

/* ////////////////////////////// */
/* //////// Text content //////// */
/* ////////////////////////////// */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 15px 0;
    font-family: 'Montserrat', sans-serif;
    text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
}


h1,
.h1 {
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
/*    text-transform: capitalize;*/
    line-height: normal;
}
h1.medium,
.h1.medium {
    font-size: 58px;
    font-style: normal;
    font-weight: 600;
/*    text-transform: capitalize;*/
    line-height: normal;
}
h1.large,
.h1.large {
    font-size: 140px;
    font-style: normal;
    font-weight: 600;
/*    text-transform: capitalize;*/
    filter: drop-shadow(rgba(0, 0, 0, 0.5) 0px 0px 10px);
    text-shadow: none;
    line-height: normal;
}
h2,
.h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 53px;
/*    text-transform: capitalize;*/
}
h3,
.h3 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
/*    text-transform: capitalize;      */
}

h4,
.h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 37px;
}

h5,
.h5 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

h6,
.h6 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
/*    text-transform: capitalize;*/
    font-family: 'Roboto', sans-serif;
}

.text-shadow{
    text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
}
.text-bold{
    font-weight: 700;
}
.text-semibold{
    font-weight: 600;
}
.text-medium{
    font-weight: 500;
}
.text-normal{
    font-weight: 400;
}
p {
    margin: 0 0 10px;
}

p:last-child {
    margin-bottom: 0;
}

label {
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: #1a1a1a;
}
.wp-block-button {
    position: relative;
    z-index: 1;
}
.wp-block-button .wp-element-button, .button {
    min-width: 229.5px;
    height: 42.5px;
    padding: 11px 10px;
    border-radius: 0;
    background: transparent;
    border: 2px solid #fff;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    transition: all .4s;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 1;    
}
.wp-block-button .wp-element-button:hover,.button:hover{
    color: rgb(0, 0, 0);    
}
.wp-block-button .wp-element-button:before{
    content: "";
    position: absolute;
    width: 43px;
    left: -42px;
    opacity: 0.3;
    top: 0;
    background-color: rgb(255, 158, 28);
    height: 100%;
    border-radius: 25px;
    transition: all .6s;
    z-index: -1;
}
.wp-block-button .wp-element-button:hover:before{
    width: calc(100% + 84px);
    opacity: 1;    
}
.button.animating,
.wp-block-button .wp-element-button.animating{
    animation: btnColor 2.5s;
}
.button.animating:before,
.wp-block-button .wp-element-button.animating:before{
    animation: btnBackground 2.5s;
}
@keyframes btnColor{
    0%{ 
        color: #FFF;
    }
    40% {
        color: #000;
    }
    60% {
        color: #000;
    }
    100% {
        color: #FFF;
    }
}
@keyframes btnBackground{
    0%{ 
        width: 43px;
        opacity: 0.3;
        top: 0;
    }
    40% {
        width: calc(100% + 84px);
        opacity: 1;
    }
    60% {
        width: calc(100% + 84px);
        opacity: 1;
    }
    100% {
        width: 43px;
        opacity: 0.3;
        top: 0;
    }
}

html,
input,
textarea,
button,
select,
a,
span {
    -webkit-tap-highlight-color: transparent;
}

.icon-animate {
    width: 81px;
    height: 81px;
    position: absolute;
    border-style: solid;
    background-color: rgb(255, 158, 28);
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    overflow: visible;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.icon-animate:before{
    content: "";
    position: absolute;
}
/* End */
/* text-with-icon-animation  */
.text-with-icon-animation{
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
    padding-top: 50px;
}
.text-with-icon-animation .items{
    display: flex;
    gap: 50px;
    justify-content: center;
}
.text-with-icon-animation .item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.text-with-icon-animation .image{
    width: 84.2px;
    height: 84.2px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #fff;
}

.text-with-icon-animation  .title{
    color: rgb(255, 255, 255);
    font-size: 13px;
    line-height: 64px;
    font-weight: 600;
}


.text-with-icon-animation .image img{
    max-width: 48px;
    z-index: 3;
}

.pulsating-circle{
    position: relative;
}

.pulsating-circle:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 158, 28);
    position: absolute;
    z-index: 2;
    border-radius: 50%;
}

.pulsating-circle::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    animation: pulse-ring 1.5s infinite;
    z-index: 1;
    opacity: 1;
    top: 0;
    left: 0;
}
/*=====================*/
.gradient-background{
    position: relative;
}
.gradient-background:before{
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    height: 42vh;
    max-height: 271px;
    width: 100%;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    pointer-events: none;
    z-index: 1;
}
.gradient-background:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 42vh;
    max-height: 271px;
    width: 100%;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    pointer-events: none;
    z-index: 1;
}

.cookie-notice {
    position: fixed;
    width: 100%;
    max-width: 100vw;
    left: 0;
    bottom: 0;
    z-index: 5;
    background-color: rgba(232, 235, 237, 0.8);
}

@keyframes pulse-ring {
    0% {
        opacity: 1;
   }
    80%, 100% {
        transform: scale(1.5);
        opacity: 0;
   }
}

/* End */

.animate-zoom{
    animation: zoomin 30s infinite
}

@keyframes zoomin{
    0%{
        transform: scale(1);
    }
    50%{
         transform: scale(1.15);
    }
    100%{
        transform: scale(1);
    }
}
@media (max-width: 991.98px) {
     h1.large,
    .h1.large {
        font-size: 108px;
        line-height: normal;
    }
}
@media (max-width: 767.98px) {
    
    h1,
    .h1 {
        font-size: 38px;
        line-height: 48px;
    }
    h1.medium,
    .h1.medium {
        font-size: 48px;
        line-height: normal;
    }
    h1.large,
    .h1.large {
        font-size: 64px;
        line-height: normal;
    }
    h2,
    .h2 {
        font-size: 42px;
        line-height: 48px;
    }
    h3,
    .h3 {
        font-size: 28px;
        line-height: normal;      
    }
    
}

@media screen and (max-width: 600px) {
    #wpadminbar {
        display: none;
    }

    html[lang] {
        margin-top: 0 !important;
    }
}
