/* CSS ELEMENT FOOTER */

.footer {
    padding-top: 5vh;
    /* background-color: #080808; */
	border-top: 1px solid;
    border-image: linear-gradient(90deg, transparent 20%, #a8a8a8 45%, #fff 50%, #a8a8a8 55%, transparent 80%) 1 0 0 0;
}

.footer-container {
    max-width: 70%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 2vw;
}

ul {
	list-style: none;
}

.footer-infos {
	width: 30%;
	padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-infos span {
    width: 5rem;
}

.footer-infos p:nth-child(2){
    font-size: 1.5em;
    font-family: "CaustenRound Bold";
}

.footer-infos p:nth-child(3){
    font-size: 1em;
    font-family: "CaustenRound Light";
}

.footer-col {
	width: 16%;
	padding: 0 15px;
}

.footer-col h4 {
	font-size: 18px;
	color: #FFF;
	text-transform: capitalize;
	margin-bottom: 20px;
	font-weight: 500;
	position: relative;
    font-family: "CaustenRound Black";
}

.footer-col ul li:not(:last-child) {
	margin-bottom: 5px;
}

.footer-infos, .footer-col ul li a {
	color: #DDD;
	font-size: 1rem;
	font-weight: 300;
	text-transform: capitalize;
	text-decoration: none;
	transition: all 0.3s ease;
    font-family: "CaustenRound Medium";
}

.footer-col ul li a:hover {
	padding-left: 7px;
}

.footer-col .social-links a {
	color: #FFF;
	display: inline-block;
	height: 25px;
	width: 25px;
    font-size: 25px;
	text-align: center;
	margin: 0 10px 10px 0;
	line-height: 40px;
	transition: all 0.5s ease;
}

.modal {
    background-color: #191919;
    padding: 20px;
    border-radius: var(--xds-borderradius);
    max-width: 350px;
    color: white;
    transition: opacity 0.3s ease, visibility 0.3s ease;
	box-shadow: 0px 9px 23px 0px rgba(0,0,0,0.3);
}

.close-modal {
    display:none !important;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;

}
  
.modal-header h2 {
    font-family: "CaustenRound Bold";
}

.modal-content {
    margin-top: 20px;
    text-transform: none !important;
}

.modal-content p:nth-child(1), .modal-content p:nth-child(2), .modal-text {
    font-size: 1em;
    font-family: "CaustenRound Regular";
}

.modal-content .modal-text {
    font-size: 1em;
}

.modal-content span:nth-child(2){
	display: flex;
    justify-content: center;
    flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

/* #thanks-btn {
    background-color: #ff4b4b;
    padding: 5px 10px;
    border-radius: 10px;
	font-family: "CaustenRound Bold";
    color: white;
	width: 50%;
    text-transform: uppercase;
    box-shadow: 0px 9px 23px 0px rgba(0, 0, 0, 0.3);
	transition: all 0.5s ease;
}
#thanks-btn:hover {
    background-color: #fe6767;
	transition: all 0.5s ease;
}
   */

.like-button {
    border: 2px solid #c7c7c7;
    border-radius: 40px;
    padding: 0.45rem 0.75rem;
    color: #878787;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: grayscale(100%);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    font-family: "CaustenRound Bold";
  }
.like-button.liked {
    color: #ff4b4b;
    border-color: currentColor;
    filter: grayscale(0);
  }
.like-button:hover {
    border-color: currentColor;
  }
  
.like-icon {
    width: 18px;
    height: 16px;
    display: inline-block;
    position: relative;
    margin-right: 0.25em;
    font-size: 1.5rem;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyMSAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAuMTAxIDQuNDE3UzguODk1LjIwNyA1LjExMS4yMDdjLTQuNDY1IDAtMTAuOTY3IDYuODQ2IDUuMDgyIDE3LjU5MkMyNS4yMzcgNy4wMyAxOS42NjUuMjAyIDE1LjUwMS4yMDJjLTQuMTYyIDAtNS40IDQuMjE1LTUuNCA0LjIxNXoiIGZpbGw9IiNGRjZFNkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==") no-repeat center;
    background-size: 100%;
    -webkit-animation: heartUnlike 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
            animation: heartUnlike 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  }
  
.liked .like-icon {
    -webkit-animation: heartPulse 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
            animation: heartPulse 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  }
.liked .like-icon [class^=heart-animation-] {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyMSAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAuMTAxIDQuNDE3UzguODk1LjIwNyA1LjExMS4yMDdjLTQuNDY1IDAtMTAuOTY3IDYuODQ2IDUuMDgyIDE3LjU5MkMyNS4yMzcgNy4wMyAxOS42NjUuMjAyIDE1LjUwMS4yMDJjLTQuMTYyIDAtNS40IDQuMjE1LTUuNCA0LjIxNXoiIGZpbGw9IiNGRjZFNkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==") no-repeat center;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 14px;
    opacity: 0;
  }
.liked .like-icon [class^=heart-animation-]::before, .liked .like-icon [class^=heart-animation-]::after {
    content: "";
    background: inherit;
    background-size: 100%;
    width: inherit;
    height: inherit;
    display: inherit;
    position: relative;
    top: inherit;
    left: inherit;
    opacity: 0;
  }
.liked .like-icon .heart-animation-1 {
    -webkit-animation: heartFloatMain-1 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
            animation: heartFloatMain-1 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  }
.liked .like-icon .heart-animation-1::before, .liked .like-icon .heart-animation-1::after {
    width: 12px;
    height: 10px;
    visibility: hidden;
  }
.liked .like-icon .heart-animation-1::before {
    opacity: 0.6;
    -webkit-animation: heartFloatSub-1 1s 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
            animation: heartFloatSub-1 1s 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  }
.liked .like-icon .heart-animation-1::after {
    -webkit-animation: heartFloatSub-2 1s 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
            animation: heartFloatSub-2 1s 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    opacity: 0.75;
  }
.liked .like-icon .heart-animation-2 {
    -webkit-animation: heartFloatMain-2 1s 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
            animation: heartFloatMain-2 1s 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  }
.liked .like-icon .heart-animation-2::before, .liked .like-icon .heart-animation-2::after {
    width: 10px;
    height: 8px;
    visibility: hidden;
  }
.liked .like-icon .heart-animation-2::before {
    -webkit-animation: heartFloatSub-3 1s 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
            animation: heartFloatSub-3 1s 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    opacity: 0.25;
  }
.liked .like-icon .heart-animation-2::after {
    -webkit-animation: heartFloatSub-4 1s 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
            animation: heartFloatSub-4 1s 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    opacity: 0.4;
  }
  
  @-webkit-keyframes heartPulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
  }
  
  @keyframes heartPulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
  }
  @-webkit-keyframes heartUnlike {
    50% {
      transform: scale(0.75);
    }
  }
  @keyframes heartUnlike {
    50% {
      transform: scale(0.75);
    }
  }
  @-webkit-keyframes heartFloatMain-1 {
    0% {
      opacity: 0;
      transform: translate(0) rotate(0);
    }
    50% {
      opacity: 1;
      transform: translate(0, -25px) rotate(-20deg);
    }
  }
  @keyframes heartFloatMain-1 {
    0% {
      opacity: 0;
      transform: translate(0) rotate(0);
    }
    50% {
      opacity: 1;
      transform: translate(0, -25px) rotate(-20deg);
    }
  }
  @-webkit-keyframes heartFloatMain-2 {
    0% {
      opacity: 0;
      transform: translate(0) rotate(0) scale(0);
    }
    50% {
      opacity: 0.9;
      transform: translate(-10px, -38px) rotate(25deg) scale(1);
    }
  }
  @keyframes heartFloatMain-2 {
    0% {
      opacity: 0;
      transform: translate(0) rotate(0) scale(0);
    }
    50% {
      opacity: 0.9;
      transform: translate(-10px, -38px) rotate(25deg) scale(1);
    }
  }
  @-webkit-keyframes heartFloatSub-1 {
    0% {
      visibility: hidden;
      transform: translate(0) rotate(0);
    }
    50% {
      visibility: visible;
      transform: translate(13px, -13px) rotate(30deg);
    }
  }
  @keyframes heartFloatSub-1 {
    0% {
      visibility: hidden;
      transform: translate(0) rotate(0);
    }
    50% {
      visibility: visible;
      transform: translate(13px, -13px) rotate(30deg);
    }
  }
  @-webkit-keyframes heartFloatSub-2 {
    0% {
      visibility: hidden;
      transform: translate(0) rotate(0);
    }
    50% {
      visibility: visible;
      transform: translate(18px, -10px) rotate(55deg);
    }
  }
  @keyframes heartFloatSub-2 {
    0% {
      visibility: hidden;
      transform: translate(0) rotate(0);
    }
    50% {
      visibility: visible;
      transform: translate(18px, -10px) rotate(55deg);
    }
  }
  @-webkit-keyframes heartFloatSub-3 {
    0% {
      visibility: hidden;
      transform: translate(0) rotate(0);
    }
    50% {
      visibility: visible;
      transform: translate(-10px, -10px) rotate(-40deg);
    }
    100% {
      transform: translate(-50px, 0);
    }
  }
  @keyframes heartFloatSub-3 {
    0% {
      visibility: hidden;
      transform: translate(0) rotate(0);
    }
    50% {
      visibility: visible;
      transform: translate(-10px, -10px) rotate(-40deg);
    }
    100% {
      transform: translate(-50px, 0);
    }
  }
  @-webkit-keyframes heartFloatSub-4 {
    0% {
      visibility: hidden;
      transform: translate(0) rotate(0);
    }
    50% {
      visibility: visible;
      transform: translate(2px, -18px) rotate(-25deg);
    }
  }
  @keyframes heartFloatSub-4 {
    0% {
      visibility: hidden;
      transform: translate(0) rotate(0);
    }
    50% {
      visibility: visible;
      transform: translate(2px, -18px) rotate(-25deg);
    }
  }



.open-modal-btn {
    color: #fff;
    border: none;
    cursor: pointer;
    font-weight: bold;
    font-size: .8em;
	text-align: left;
	font-family: "CaustenRound Light";
}

.close-modal-btn {
    background-color: transparent;
    border: none;
    color: #bbbbbb;
    font-size: 1.5em;
    cursor: pointer;
    transition: all 0.5s ease;
}
  
.close-modal-btn:hover {
    color: rgb(151, 151, 151);
    transition:all 0.5s ease;
}

@media screen and (max-width: 1300px) {
    .footer-container {
        max-width: 95%;
    }
}

@media(max-width: 767px) {
	.footer-col, .footer-infos {
		width: 50%;
		margin-bottom: 30px;
	}
}

/* @media(max-width: 574px) {
	.footer-col, .footer-infos {
		width: 100%;
	}
} */