* {
    margin: 0;
    padding: 0;
    overflow: auto;
}



header {
    position: relative;
}

.navbar {
    list-style-type: none;
    /* margin: 0; */
    padding-bottom: 3px;
    width: 100%;
    /* height: 100%; */
    background: linear-gradient(87.4deg, rgb(255, 241, 165) 1.9%, rgb(200, 125, 76) 49.7%, rgb(83, 54, 54) 100.5%);
    /* border: 1px solid #555; */
    /* position: fixed; */
    overflow: hidden;
    position: fixed;
    z-index: 9999;
    transition-duration: 1s;

}

.nav {
    text-align: center;
    display: inline;
    float: left;
    /* background-color: #e8751a; */

}

.nav:first-child {
    float: right;
}

.nav:first-child:hover {
    /* float: right; */
    color: #fdf1ae;
    font-size: 28px;
    font-family: fantasy;
}


.nav a {
    display: block;
    color: rgb(109, 17, 17);
    text-align: center;
    /* margin: 5px 40px 0 10px; */
    padding: 14px 16px;
    text-decoration: none;
    border-radius: 15px;
    font-size: 30px;

}

/* Change the link color on hover */

.nav a:hover {
    background-color: transparent;
    /* color: #fdf1ae; */
    font-size: 28px;
    font-family: fantasy;

}

/* li a:hover:not(.active) {
    background-color: #111;
} */

/* styles for the next item on the navbar (<ul>)
<a> is inside of <li> which is inside <ul> */
a {
    display: block;
    padding: 8px;
    /* background-color: #333; */

}

.active {
    /* background-color: #9b6a4b; */
    color: #fdf2ae;
}

#hero {
    box-sizing: border-box;
    width: 100%;
    /* height: 100vh; */
    position: relative;

}

/* ------------------- */
@import url("https://fonts.googleapis.com/css?family=Raleway:400,400i,700");


.container video {
    width: 100%;
    height: 100%;
}

.text {
    /* position: absolute; */
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.126);
    color: rgb(16, 16, 16);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 8vw;
    mix-blend-mode: multiply;
    font-family: 'Raleway', sans-serif;
}

/* --------------- */

/* parallax effect copied from athena AI assistand */

h2 {
    font-size: 125px;
}

.section-background {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100%;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.parallax {
    background-image: url("https://img.freepik.com/free-photo/beautiful-scenery-sand-dunes-desert-area-sunny-day_181624-43716.jpg?size=626&ext=jpg&ga=GA1.2.296465243.1693578644&semt=ais");
    width: 100%;
}

.parallax1 {
    background-image: url("https://img.freepik.com/free-photo/beautiful-scenery-sun-shining-green-forest-full-different-kinds-plants_181624-8467.jpg");
    width: 100%;
}

.parallax2 {
    background-image: url("https://img.freepik.com/free-photo/closeup-shot-peaceful-calming-textures-body-water_181624-1636.jpg");
}

.parallax3 {
    background-image: url("https://img.freepik.com/free-photo/galaxy-night-view_23-2148895299.jpg?size=626&ext=jpg&ga=GA1.1.296465243.1693578644&semt=sph");
}

.text-bloc p {
    margin: 70px;
    font-size: 22px;
}

/* end of parallax styles */

/* .lineup {
    display: block;
}

.artists {
    display: flex;
}

.artist {
    flex: 33.33%;
    height: 200px;
    padding: 10px;
    margin: 0;
    text-align: center;
} */

/* cards from codepen */
.clear-fix:after {
    display: block;
    clear: both;
    content: "";
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.card__collection {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    position: relative;
    /* display: block; */
    background: orange;
    padding: 0;
    font-family: "Do Hyeon", sans-serif;
    overflow: hidden;
}

.card__collection .cards {
    width: 300px;
    height: 400px;
    display: block;
    background-size: cover;
    float: left;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    background-position: center;
    margin: 10px;
}

.card__collection .cards--one {
    backface-visibility: hidden;
    /* change backface-visiblility to backface-visibility */
}

.card__collection .cards--one:hover:after {
    bottom: -20px;
}

.card__collection .cards--one:hover:before {
    bottom: -10px;
}

.card__collection .cards--one:hover .cards--one__rect {
    left: 45%;
}

.card__collection .cards--one:hover .cards--one__rect--back {
    left: 50%;
}

.card__collection .cards--one::after {
    content: "";
    display: block;
    position: absolute;
    height: 70px;
    transform: rotate(-3deg);
    background: #e660e3;
    position: absolute;
    bottom: -80px;
    left: 0;
    right: -10px;
    z-index: 9;
    transition: all 0.2s ease-in;
    transition-delay: 0.3s;
}

.card__collection .cards--one:before {
    content: "";
    display: block;
    position: absolute;
    height: 80px;
    transform: rotate(-3deg);
    bottom: -90px;
    left: 0;
    background: #fff;
    right: -10px;
    z-index: 5;
    transition: all 0.2s ease-in;
    transition-delay: 0.1s;
}

.card__collection .cards--one__rect {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    background: #0f9bc0;
    width: 126px;
    height: 55px;
    transform: skewY(5deg);
    position: absolute;
    display: block;
    top: 60%;
    left: -45%;
    z-index: 1;
    line-height: 3.3rem;
    text-align: center;
    transition: all 0.2s ease-in;
}

.card__collection .cards--one__rect--back {
    display: block;
    background: rgba(34, 65, 154, 0.8);
    width: 126px;
    height: 55px;
    transform: skewY(7deg);
    position: absolute;
    top: 65%;
    left: -50%;
    transition: all 0.2s ease-in;
    transition-delay: 0.3s;
}

.card__collection .cards--one__rect p {
    transform: skewY(-7deg);
    position: relative;
}

.card__collection .cards--two {
    position: relative;
    backface-visibility: hidden;
}

.card__collection .cards--two p {
    position: absolute;
    top: 60%;
    left: -183%;
    text-transform: capitalize;
    color: #b00b0b;
    font-size: 20px;
    z-index: 8;
    transition: all 0.6s ease;
}

.card__collection .cards--two:hover p {
    left: -10%;
}

.card__collection .cards--two:hover img {
    transform: translateY(-15px);
}

.card__collection .cards--two:hover .cards--two__rect {
    top: 75%;
}

.card__collection .cards--two:hover .cards--two__rect:before {
    transform: translateY(15px);
}

.card__collection .cards--two:hover li {
    transform: translateY(0);
}

.card__collection .cards--two:hover .cards--two__tri {
    right: -40%;
}

.card__collection .cards--two:hover .cards--two__tri:before {
    right: -312px;
}

.card__collection .cards--two img {
    transition: all 0.2s ease;
}

.card__collection .cards--two__tri {
    border-top: 220px solid transparent;
    border-bottom: 190px solid transparent;
    border-right: 288px solid #fff;
    opacity: 0.9;
    position: absolute;
    display: block;
    top: 0;
    right: -100%;
    transition: all 0.3s ease-in-out;
}

.card__collection .cards--two__tri:before {
    border-top: 220px solid transparent;
    border-bottom: 190px solid transparent;
    border-right: 288px solid #57ccfd;
    position: absolute;
    content: "";
    display: block;
    top: -220px;
    right: -612px;
    transition: all 0.3s ease-in-out;
    transition-delay: 0.2s;
}

.card__collection .cards--two__rect {
    width: 750px;
    height: 200px;
    background: #fff;
    display: block;
    position: absolute;
    top: 175%;
    left: -78%;
    transform: rotate(30deg);
    z-index: 5;
    opacity: 0.9;
    transition: all 0.3s ease-in-out;
}

.card__collection .cards--two__rect:before {
    content: "";
    display: block;
    width: 100%;
    position: relative;
    height: 100%;
    background: #f07306;
    transform: translateY(200px);
    z-index: 2;
    transition: all 0.3s ease-in-out;
    transition-delay: 0.1s;
}

.card__collection .cards--two ul {
    list-style: none;
    position: absolute;
    bottom: 0;
    left: 10px;
    z-index: 9;
}

.card__collection .cards--two ul li {
    display: inline-block;
    font-size: 16px;
    margin: 7px;
    color: #fff;
    transition: all 0.2s ease-in-out;
    transform: translateY(100px);
}

.card__collection .cards--two ul li:nth-child(2) {
    transition-delay: 0.2s;
}

.card__collection .cards--two ul li:nth-child(3) {
    transition-delay: 0.3s;
}

.card__collection .cards--two ul li:nth-child(4) {
    transition-delay: 0.4s;
}

.card__collection .cards--three {
    position: relative;
    z-index: 10;
}

.card__collection .cards--three:hover .cards--three__rect-1 {
    left: 10%;
}

.card__collection .cards--three:hover .cards--three__rect-1 .shadow-1 {
    left: -20%;
}

.card__collection .cards--three:hover .cards--three__rect-2 {
    left: 60%;
}

.card__collection .cards--three:hover .cards--three__rect-2:before {
    left: -100%;
}

.card__collection .cards--three:hover .cards--three__rect-2:after {
    left: 80%;
}

.card__collection .cards--three:hover .cards--three__rect-2 .shadow-2 {
    left: -10%;
}

.card__collection .cards--three:hover .cards--three__circle {
    transform: scale(1);
}

.card__collection .cards--three:hover .cards--three__circle:before {
    transform: scale(0.9);
}

.card__collection .cards--three:hover .cards--three__list li {
    transform: translateX(0);
}

.card__collection .cards--three__rect-1 {
    background: #fff;
    width: 200px;
    height: 110px;
    transform: skewX(-20deg);
    display: block;
    position: absolute;
    top: 73%;
    opacity: 0.9;
    left: -100%;
    z-index: 8;
    transition: all 0.5s ease-in;
}

.card__collection .cards--three__rect-1 p {
    font-size: 20px;
    color: #fff;
    transform: skewX(20deg);
    /* line-height: 6rem; */
    margin-top: 55px;
}

.card__collection .cards--three__rect-1 .shadow-1 {
    background: #9b1308;
    width: 230px;
    height: 100px;
    display: block;
    position: absolute;
    left: -200%;
    z-index: -1;
    transition: all 0.3s ease-in;
}

.card__collection .cards--three__rect-2 {
    width: 100px;
    height: 70px;
    background: #fff;
    position: absolute;
    top: 65%;
    left: 1000%;
    opacity: 0.9;
    transform: skewX(-20deg);
    z-index: 8;
    transition: all 0.5s ease-in;
}

.card__collection .cards--three__rect-2::before {
    content: "";
    display: block;
    width: 50px;
    height: 40px;
    background: #57ccfd;
    opacity: 1;
    position: absolute;
    left: 500%;
    top: 10%;
    transition: all 0.3s ease-in;
}

.card__collection .cards--three__rect-2::after {
    content: "";
    display: block;
    width: 50px;
    height: 40px;
    background: #9b1308;
    opacity: 1;
    position: absolute;
    left: 500%;
    top: 114%;
    transition: all 0.5s ease-in;
    transition-delay: 0.2s;
}

.card__collection .cards--three__rect-2 .shadow-2 {
    background: #57ccfd;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: -10%;
    left: 500%;
    transition: all 0.5s ease-in;
    transition-delay: 0.2s;
}

.card__collection .cards--three__circle {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: -15%;
    left: 50%;
    opacity: 0.9;
    transform: scale(0);
    transition: all 0.3s ease;
}

.card__collection .cards--three__circle:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #9b1308;
    border-radius: 50%;
    transform: scale(0);
    transition: all 0.3s ease;
    transition-delay: 0.2s;
}

.card__collection .cards--three__list {
    list-style: none;
    position: absolute;
    top: -9px;
    right: 7px;
    padding-top: 60px;
    transition: all 0.4s ease;
}

.card__collection .cards--three__list li {
    display: inline-block;
    margin: 4px;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgba(87, 204, 253, 0.9);
    text-align: center;
    line-height: 1.7rem;
    font-size: 12px;
    transition: all 0.3s ease;
    transform: translateX(500%);
}

.card__collection .cards--three__list li:nth-child(1) {
    transition-delay: 0.2s;
}

.card__collection .cards--three__list li:nth-child(2) {
    transition-delay: 0.3s;
}

.card__collection .cards--three__list li:nth-child(3) {
    transition-delay: 0.4s;
}

/* end cards from codepen */

/* section activities */
.wrapper {
    display: flex;
    width: 100%;
    justify-content: space-around;
    background: orange;
}

.card {
    width: 280px;
    height: 360px;
    border-radius: 15px;
    padding: 1.5rem;
    background: white;
    position: relative;
    display: flex;
    align-items: flex-end;
    transition: 0.4s ease-out;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
}

.card:hover {
    transform: translateY(20px);
}

.card:hover:before {
    opacity: 1;
}

.card:hover .info {
    opacity: 1;
    transform: translateY(0px);
}

.card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
    transition: 0.5s;
    opacity: 0;
}

.card img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
}

.card .info {
    position: relative;
    z-index: 3;
    color: white;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.5s;
}

.card .info h1 {
    margin: 0px;
    font-size: 30px;
}

.card .info p {
    letter-spacing: 1px;
    font-size: 15px;
    margin-top: 8px;
}

.card .info button {
    padding: 0.6rem;
    outline: none;
    border: none;
    border-radius: 3px;
    background: white;
    color: black;
    font-weight: bold;
    cursor: pointer;
    transition: 0.4s ease;
}

.card .info button:hover {
    background: dodgerblue;
    color: white;
}

/* .experiences-a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: black;
} */

/* .experiences-a:hover {
    background: #0083b4;
    transition: background 1s;
} */
.lineup-h2 {
    margin: 30px;
    padding: 40px;
    text-decoration: none;
    color: black;
    --c: #1095c1;
    line-height: 1.2em;
    background:
        conic-gradient(from -135deg at 100% 50%, var(--c) 90deg, #0000 0) 0 var(--p, 0%)/var(--s, 0%) 200% no-repeat,
        conic-gradient(from -135deg at 7em 50%, #0000 90deg, var(--c) 0) 100% var(--p, 0%)/var(--s, 0%) 200% no-repeat;
    transition: .4s ease-in, background-position 0s;
}

.lineup-h2:hover {
    --p: 100%;
    --s: calc(50% + 3.5em);
    color: white;
}

/* .lineup-h2 {
    color: red;
        background-clip: text;
        color: linear-gradient(60deg, #E21143, #FFB03A);
        color: transparent;
    
        color: linear;
        transition: 2s;
} */

.experiences-title {
    height: 10rem;
    width: 100%;
    margin: 0;
    background: #295b9e;
    text-align: center;
    /* font-size: 50px; */
}

.experiences-title h1 {
    font-size: 60px;
}

.experiences-title p {
    font-size: 25px;
    margin: 0;
}

.experiences-a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: black;
    --c: #1095c1;
    line-height: 1.2em;
    background:
        conic-gradient(from -135deg at 100% 50%, var(--c) 90deg, #0000 0) 0 var(--p, 0%)/var(--s, 0%) 200% no-repeat,
        conic-gradient(from -135deg at 1.2em 50%, #0000 90deg, var(--c) 0) 100% var(--p, 0%)/var(--s, 0%) 200% no-repeat;
    transition: .4s ease-in, background-position 0s;
}

.experiences-a:hover {
    --p: 100%;
    --s: calc(50% + 3.5em);
}

.experiences-a h2:hover {

    /* color: red; */
    background-clip: text;
    color: linear-gradient(60deg, #E21143, #FFB03A);
    /* color: transparent; */

    /* color: linear; */
    transition: 2s;
}

/* end section activities */
/* ------------------------------------------------------------------ */

/* Start Section tickets */
#tickets {
    background: #585454a2;
}

.cta-button {
    font-size: 48px;
    background: #949292;
    text-decoration: none;
    text-align: center;
    color: black;
    padding: 0 0 45px 0;
}

/* End Section tickets */

/* Start Festival info, Sponsors, asociations etc */

#info {
    background: #283e56;
}

/* End festival info section */


/* not permanent style code */
h2 {
    text-align: center;
    padding-top: 10px;
}

h4 {
    text-align: center;
}


p {
    text-align: center;
}



/* Respoonsive image gallery */
.gallery a {
    padding: 0;
    box-shadow: 10px 10px 20px rgba(200, 125, 76, 0.2);
    background-color: #f5ebe4;
}

div.gallery {
    border: 1px solid #ccc;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: auto;
    background-color: #f5ebe4;
}

div.desc {
    padding: 15px;
    text-align: center;
}

footer {
    /* background: linear-gradient(87.4deg, rgb(255, 241, 165) 1.9%, rgb(200, 125, 76) 49.7%, rgb(83, 54, 54) 100.5%); */
    background: #444;
}

.logo :hover {
    text-align: right;
}


/* footer accordion from codepen */
/* */

/* html {
    line-height: 1;
} */

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}


@font-face {
    font-family: 'Genericons';
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/53819/genericons-regular-webfont.woff')format('woff'),
        url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/53819/genericons-regular-webfont.eot')format('truetype')
}

.container {
    /* margin: 50px auto; */
    width: 100%;
}

.accordion {
    background: #444;
    width: 100%;
    min-width: 600px;
    display: block;
    list-style-type: none;
    overflow: hidden;
    height: 200px;
    font-size: 0;
}

.tab {
    display: inline-block;
    background-color: #444;
    border-right: #333 solid 1px;
    width: 80px;
    height: 200px;
    overflow: hidden;
    position: relative;
    margin: 0;
    transition: all 0.5s ease-in-out 0.1s
}

.tab:hover {
    width: 450px;
}

.tab:hover .social a:before {
    margin-left: -100px;
}

.tab:hover .social a:after {
    margin-left: -5px;
}

.tab .content {
    background: #fff;
    width: 360px;
    height: 200px;
    margin-left: 80px;
    position: relative;
    padding: 50px 0 0 15px;
}

.tab .content h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.tab .content p {
    font-size: 0.85rem;
    line-height: 1.4rem;
    padding-right: 30px
}

.social a:before,
.social a:after {
    transition: all 0.4s ease-in-out 0.1s;
    width: 80px;
    height: 200px;
    position: absolute;
    text-indent: 0;
    padding-top: 90px;
    padding-left: 25px;
    display: block;
    font: normal 30px Genericons;
    color: #fff;

}

.social a:after {
    font-size: 48px;
    padding-left: 20px;
    padding-top: 80px;
    margin-left: 85px;
}

/*Add Icons */
.linkedin a:before,
.linkedin a:after {
    content: '\f208'
}

.linkedin a::after {
    background-color: #00a9cd;
}

.youtube a:before,
.youtube a:after {
    content: '\f213'
}

.youtube a::after {
    background-color: #ff0000;
}

.twitter a:before,
.twitter a:after {
    content: '\f202'
}

.twitter a::after {
    background-color: #6dc5dd;
}

.facebook a:before,
.facebook a:after {
    content: '\f204'
}

.facebook a::after {
    background-color: #3b5998;
}

.instagram a:before,
.instagram a:after {
    content: '\f215'
}

.instagram a:after {
    background-color: #6dc993;
}

.github a:before,
.github a:after {
    content: '\f200'
}

.github a:after {
    background-color: #6e5494;
}

.codepen a:before,
.codepen a:after {
    content: '\f216'
}

.codepen a:after {
    background-color: #6e5494;
}

/* posts cards css, fancy labels for users profile */

@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');

:root {
    --clr: #083d41;
}

/* body {background: var(--clr);} */

.post-cards {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: var(--clr);
}

.card-posts {
    position: relative;
    width: 320px;
    height: 430px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-posts .box {
    position: relative;
    width: 110%;
    height: 200px;
    background: #f00;
    border-radius: 15px;
}

.card-posts .box:nth-child(1)::before {
    content: '';
    position: absolute;
    top: 88px;
    left: 0;
    width: 15px;
    height: 20px;
    background: transparent;
    z-index: 10;
    border-bottom-left-radius: 20px;
    box-shadow: -6px 8px var(--clr);
}

.card-posts .box:nth-child(1)::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 123px;
    width: 20px;
    height: 20px;
    background: transparent;
    z-index: 10;
    border-bottom-left-radius: 20px;
    box-shadow: -6px 6px var(--clr);
}

.card-posts .box:nth-child(2) {
    background: #fff;
    height: 220px;
    width: 100%;
}

.card-posts .box:nth-child(2)::before {
    content: '';
    position: absolute;
    top: 96px;
    left: -2px;
    width: 20px;
    height: 20px;
    background: transparent;
    z-index: 10;
    border-top-left-radius: 20px;
    box-shadow: -5px -9px var(--clr);
}

.card-posts .box:nth-child(2)::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 127px;
    width: 20px;
    height: 20px;
    background: transparent;
    z-index: 10;
    border-top-left-radius: 20px;
    box-shadow: -5px -9px var(--clr);
}

.card-posts .circle {
    position: absolute;
    top: 50%;
    left: -70px;
    transform: translateY(-50%);
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 10px solid var(--clr);
}

.card-posts .circle .imgBx,
.card-posts .box .imgBx {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border-radius: 50%;
}

.card-posts .box .imgBx {
    border-radius: 15px;
}

.card-posts .circle .imgBx img,
.card-posts .box .imgBx video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-posts .box .content {
    position: absolute;
    inset: 0;
    padding: 30px 10px 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.card-posts .box .content h2 {
    width: 100%;
    padding-left: 56px;
    text-transform: uppercase;
    font-size: 1.15em;
    letter-spacing: 0.1em;
    font-weight: 600;
    line-height: 1.1em;
    color: #333;
}

.card-posts .box .content h2 span {
    font-size: 0.75em;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #e91e63;
    text-transform: initial;
}

.card-posts .box .content ul {
    position: relative;
    top: 15px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    padding: 0 10px;
    justify-content: space-evenly;
}

.card-posts .box .content ul li {
    list-style: none;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 0 10px;
    font-size: 0.85em;
    font-weight: 500;
    color: #999;
}

.card-posts .box .content ul li:not(:last-child) {
    border-right: 1px solid #ccc;
}

.card-posts .box .content ul li span {
    font-size: 1.65em;
    color: #333;
}

.card-posts .box .content button {
    position: relative;
    top: 26px;
    padding: 8px 30px;
    border: none;
    outline: none;
    background: #03a9f4;
    border-radius: 30px;
    color: #fff;
    font-size: 1em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    border: 5px solid var(--clr);
    box-shadow: 0 0 0 10px #fff;
    transition: 0.5s;
}

.card-posts .box .content button:hover {
    letter-spacing: 0.5em;
    background: #ff3d7f;
}

.card-posts .box .content button::before {
    content: '';
    position: absolute;
    top: 8px;
    left: -33px;
    width: 20px;
    height: 20px;
    background: transparent;
    border-top-right-radius: 20px;
    box-shadow: 5px -7px #fff;
}

.card-posts .box .content button::after {
    content: '';
    position: absolute;
    top: 8px;
    right: -33px;
    width: 20px;
    height: 20px;
    background: transparent;
    border-top-left-radius: 20px;
    box-shadow: -7px -7px #fff;
}

.card-posts .circle .imgBx {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border-radius: 50%;
}

.card-posts .circle .imgBx img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;

}


/* end of posts cards */



/* END ACCORDION */

.copywrite p {
    width: 100%;
    margin: 0;
    background: #283e56;
    color: white;
}

/* antes estaba como un comentario y lo he puesto activo */
/* * {
    box-sizing: border-box;
} */
/* lo de arriva estaba como comentario y lo he puesto activo */

/* .responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
} */

/* media queries 500px */

@media only screen and (max-width: 500px) {
    * {
        margin: 0;
        padding: 0;
        font-size: 0.50vh;
    }

    body {
        width: 100vh;
    }


    .navbar li {
        width: 100%;
    }

    .navbar {
        width: 100%;
        float: none;
    }

    .wrapper {
        display: flex;
        flex-direction: column;
        align-content: center;
    }

    .responsive {
        width: 100%;
    }

    .accordion {
        width: 100%;
        overflow: hidden;
    }

    .container {
        width: 100%;
    }

    .parallax, .parallax1, .parallax2, .parallax3 {
        max-width: 100%;
        height: auto;
    }


}



/* Chat area styles for chat boot */

#chat-area {
    margin: 0 auto;
    width: 80%;
    height: 500px;
    overflow: scroll;
    border: 1px solid gray;
    border-radius: 4px;
}

.input {
    width: 100%;
}

.submit-area {
    justify-content: center;
    display: flex;
    margin: 20px auto;
    width: 80%;
}

textarea {
    width: 100%;
}

.box {
    width: 96%;
    margin: 0 auto;
    padding: 10px 10px;
    background-color: #C4DBFE;
    margin: 10px auto;
}

.answer {
    background-color: aquamarine;
}

button {
    background-color: #004089;
    color: white;
    padding: 10px 10px;
    border-radius: 5px;
    border: none;
}

/* end chat area */


/*

@media only screen and (max-width: 700px) {
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }

    .accordion {
        width: 49.99999%;
        margin: 6px 0;
    }

    .container {
        width: 100%;
    }

    .wrapper {
        display: flex;
        flex-direction: row;
        align-content: center;
    }

    .navbar li {
        width: 50%;
        background-color: rgb(185 126 83)
    }

    li:first-child {
        float: left;
    }

    li a {
        padding-right: 0px;
        padding-bottom: 0px;
    }

    .wrapper {
        display: flex;
        flex-direction: row;
        align-content: center;
    }

    .active li {
        width: 49.99999%;
    }
} */





/* .clearfix:after {
    content: "";
    display: table;
    clear: both;
    box-shadow: 10px 10px 20px rgba(185, 126, 83, 0.2);
}

.example {
    padding-top: 26px;
} */


/* body {
    display: block;
}

.navbar {
    margin: 0;
    padding: 0;
}

.navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #ce7739;
}

.navbar li {
    float: left;
    display: inline;
}

li a {
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none; 
} */

/* .nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline;
    text-decoration: none;
}

.nav-list {
    list-style-type: none;
    display: inline;
}

.nav-a {
    text-decoration: none;
} */



/* .header {
    position: absolute;
    height: 20vh;
    width: auto;
    background-color: #faebd7;
    margin: 1rem;
    text-align: center;
    color: #ce7739;
    border: 1px solid #deb887;
    border-radius: 16px;
    font-size: 40px;
} */

/* .menu {
    position: relative;
    margin: auto;
    width: 50%;
    border: 3px solid #267926b0;
    border-radius: 16px;
    padding: 10px;
}

.menu-list {
    text-align: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.row {
    text-align: center;
    text-decoration: none;
}

.cuerpo {
    display: flex;
} */

/* nav {
    background-color: white;
    position: relative;
    text-align: center;
}
.navbar-brand img {
    max-height: 50px;
}
.navbar-brand {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    color: #683aa4;
}
nav ul li a {
    color: #a9a9a9;
    font-size: 22px;
    margin: auto 10px;
}
nav ul li a:hover {
    color: #683aa4;
}
section {
    padding-top: 50px;
    padding-bottom: 50px;
}
section h1 {
    text-transform: uppercase;
    font-weight: 900;
    color: #683aa4;
    text-align: left;
    margin-bottom: 20px;
}
section p {
    font-size: 16px;
    font-weight: 300;
}
button {
    max-width: 50%;
    border-radius: 50px !important;
}
#hero .col {
    justify-content: center;
    flex-direction: column;
    display: flex;
}
#hero .img-col {
    justify-content: flex-end;
    margin-top: 100px;
}
#hero img {
    max-width: 130% !important;
    width: 130%;
}
#hero card {
    box-shadow: 11px 7px 16px #f9f9f9;
    border: 0;
    text-align: center;
}
#hero .icon {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}
#projects .projects {
    margin-bottom: 50px;
}

#contact {
    text-align: center;
    background-color: #683aa4;
    color: white;
}
#contact h1 {
    text-align: center;
    color: white;
}

.container rss {
    background: url("/img/logo-1.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
} */