/*
  Theme Name: E-sports Online Gaming HTML5 Template
  Support: admin@gmail.com
  Description: Creative  HTML5 template.
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2.  Header
3.  Slider
4.  Match
5.  Blog
6.  Team
7.  Bradcrumb
8.  About
9.  Event
10. FAQ
11. 404 Error
12. Contact
13. Terms
14. Footer
15. keyframes
*/

/* 1. Theme default css */
/*===================================
   All Variables
=====================================*/
:root {
    --theme-color: 156, 85, 235;
    --theme-color2: 75, 21, 135;
    --primary: #ff0052;
    --white: #ffffff;
    --gray: rgb(255 255 255 / 60%);
}
body {
	font-family: 'Oswald', sans-serif;
	background-color: #0c0305;
}
ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
img {
	max-width: 100%;
}
a {
	text-decoration: none;
    transition: all 0.5s;
}
p {
    font-size: 18px;
    color: var(--white);
    font-family: 'Barlow', sans-serif;
    margin: 0;
}
.text-gray {
    color: var(--gray);
}
.btn.btn-primary {
    font-size: 20px;
    display: inline-block;
    background-color: var(--white);
    border: 0;
    color: var(--primary);
    font-weight: 500;
    letter-spacing: 1px;
    transition: .3s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    padding: 15px 30px;
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    box-shadow: 6px 6px 0px var(--primary);
}
.btn.btn-primary:hover {
    box-shadow: -6px -6px 0px var(--primary);
}
.form-group .form-control {
    font-size: 16px;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    padding: 12px 15px;
    border: 0;
    outline: 0;
    box-shadow: none;
}
.owl-loaded {
	overflow: hidden;
    position: relative;
}
.owl-item {
    float: left;
}
.owl-nav button {
    height: 50px;
    width: 65px;
    line-height: 40px;
    border: 0px;
    background-color: transparent;
    font-size: 22px;
    padding: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.owl-nav button.owl-prev {
    left: 0px;
}
.owl-nav button.owl-next {
    right: 0px;
}
.owl-nav button::before {
    content: '';
    z-index: -1;
    position: absolute;
    left: 5.5px;
    right: 5.5px;
    top: 0;
    bottom: 0;
    background-color: var(--white);
    transform: skewX(-10deg);
    border: 2px solid var(--primary);
    transition: all ease 0.4s;
}
.owl-nav.disabled {
    display: none;
}
.owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 8px;
}
.owl-dots .owl-dot {
    height: 8px;
    width: 28px;
    background-color: var(--gray);
    transform: skewX(-40deg);
    margin: 0px 4px;
    border: 0;
}
.owl-dots .owl-dot.active {
    background-color: var(--primary);
}
.theme-title {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}
.theme-title > a {
    color: var(--white);
}
.page-paddings {
	padding: 120px 0px;
}
.page-title {
    max-width: 767px;
    margin: 0px auto;
}
.page-title h4 {
    display: block;
    text-transform: uppercase;
    color: var(--primary);
    letter-spacing: 1px;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 600;
}
.page-title h2 {
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--white);
}
.top-btn {
    height: 45px;
    width: 45px;
    display: block;
    line-height: 44px;
    text-align: center;
    background-color: var(--primary);
    font-size: 22px;
    color: var(--white) !important;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
}
.top-btn.show {
    opacity: 1;
    visibility: visible;
}
/* 2. Header */
header.header-main {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 99;
}
header.header-main.fixed {
    background-color: rgb(35 42 92);
    position: fixed;
    z-index: 9999;
    animation: slide-down .7s;
}
header.header-main.fixed .header-info {
    margin: 0px;
    background-color: rgb(35 42 92);
}
.header-main .header-info {
    background: rgb(35 42 92 / 60%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    margin-top: 20px;
    padding: 0px 30px;
}
.header-menu .navbar {
    padding: 0px;
}
.header-menu .navbar .navbar-toggler {
    padding: 0px;
    font-size: 32px;
    color: #fff;
    border: 0;
    outline: 0;
    box-shadow: none;
}
.header-menu .navbar-nav .nav-item {
    margin-right: 25px;
}
.header-menu .navbar-nav .nav-item:last-child {
    margin-right: 0px;
}
.header-menu .navbar-nav .nav-item .nav-link {
    padding: 0px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--white);
    letter-spacing: 1px;
}
.header-menu .navbar-nav .nav-item .nav-link.active,
.header-menu .navbar-nav .nav-item:hover .nav-link {
    color: var(--primary);
}
.header-menu .navbar-nav .nav-item .dropdown-menu {
    padding: 8px 15px;
    margin: 0px;
}
.header-menu .navbar-nav .nav-item .dropdown-menu {
    padding: 15px 15px;
    margin: 40px 0px 0px;
    width: 180px;
    background-color: #00030e;
    border: 1px solid rgb(255 255 255 / 20%);
}
.header-menu .navbar-nav .nav-item .dropdown-menu > li {
    padding-bottom: 12px;
}
.header-menu .navbar-nav .nav-item .dropdown-menu > li:last-child {
    padding-bottom: 0px;
}
.header-menu .navbar-nav .nav-item .dropdown-menu > li .dropdown-item {
    padding: 0px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    color: var(--white);
    background-color: transparent;
}
.header-menu .navbar-nav .nav-item .dropdown-menu > li .dropdown-item:hover,
.header-menu .navbar-nav .nav-item .dropdown-menu > li .dropdown-item.active {
    color: var(--primary);
}
.header-info .header-logo {
    width: 150px;
    text-align: center;
    z-index: 1;
}
.header-logo::before {
    content: '';
    position: absolute;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 82% 100%, 18% 100%);
/*    background-image: linear-gradient(130deg, rgba(var(--theme-color2), 1) 0%, rgba(var(--theme-color), 1) 100%);*/
/*    background-image: linear-gradient(var(--primary), #ff588e);*/
	background-color: #0f0003;
}
.header-logo img {
    max-width: 90px;
}
.header-right .live-steam-btn {
    position: relative;
    z-index: 1;
}
.live-steam-btn a {
    padding: 15px 36px;
    color: var(--white);
    text-transform: uppercase;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
}
.live-steam-btn a > i {
    margin-right: 4px;
}
.live-steam-btn a::before {
    content: '';
    z-index: -1;
    position: absolute;
    left: 5.5px;
    right: 5.5px;
    top: 0;
    bottom: 0;
    transform: skewX(-10deg);
    border: 2px solid var(--primary);
    transition: all ease 0.4s;
}
.header-right ul > li {
    margin-right: 25px;
    position: relative;
}
.header-right ul > li:last-child {
    margin-right: 0px;
}
.header-right ul > li > a {
    font-size: 26px;
    color: var(--white);
}
.header-right ul > li .language-dropdown {
    position: absolute;
    top: 100%;
    right: -20px;
    margin-top: 32px;
    width: 220px !important;
    background-color: #0f0003;
    border: 1px solid rgb(255 255 255 / 15%);
    border-top: 0;
    box-shadow: 0px 0px 40px #222;
    display: none;
}
.header-right ul > li .language-dropdown::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #0f0003;
    position: absolute;
    top: -12px;
    right: 20px;
}
.header-right ul > li .language-dropdown ul {
    padding: 20px 20px;
}
.language-dropdown ul li {
    margin: 0px;
    padding-bottom: 6px;
}
.language-dropdown ul li:last-child {
    padding-bottom: 0px;
}
.language-dropdown ul li a {
    font-size: 16px;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
}
.language-dropdown ul li a:hover {
    color: var(--primary);
}
.language-dropdown ul li a img {
    margin-right: 6px;
}
.header-right ul > li .search-form {
    position: absolute;
    top: 100%;
    margin-top: 40px;
    right: -20px;
    width: 350px !important;
    display: none;
}
.search-form .form-group {
    background-color: #0f0003;
    border: 1px solid rgb(255 255 255 / 15%);
    border-top: 0;
    box-shadow: 0px 0px 40px #222;
    padding: 12px 12px;
    border-radius: 5px;
    position: relative;
}
.search-form .form-group .form-control {
    padding: 12px 38px 12px 15px;
}
.search-form .form-group button {
    padding: 0px;
    background: transparent;
    color: #222;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0px;
    font-size: 16px;
    right: 20px;
}
/* 3. Slider */
.hero {
    background-image: url(../images/hero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 100vh; */
    padding-top: 250px;
    padding-bottom: 253px;
}
.banner-content h2 {
    font-size: 22px;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 12px;
}
.banner-content h1 {
    font-size: 100px;
    text-transform: uppercase;
    color: var(--white);
    font-weight: 600;
    margin-bottom: 15px;
    text-shadow: 2px 4px var(--primary);
}
.banner-content p {
    font-size: 24px;
    color: var(--white);
    text-transform: capitalize;
    margin-bottom: 20px;
    font-family: 'Barlow', sans-serif;
}
.hero .banner-thumb {
    margin-top: -180px;
}
.hero .banner-thumb .banner-thumb-img {
    /* animation: rotating 15s linear infinite; */
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

.vs-video-slider {
    max-width: 1200px;
    margin: 0px auto;
}
.vs-video-slider .vs-video-item {
    overflow: hidden;
    box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 10%);
    transition: all ease 0.4s;
    transform: scaleY(0.85) scaleX(0.85);
}
.vs-video-slider .owl-item.active.center .vs-video-item {
    transform: scale(1);
}
.vs-video-slider .owl-item.active.center .vs-video-item::before {
	content: "";
    height: 100%;
    width: 100%;
    background-color: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: .6;
}
.vs-video-item img {
    width: 100%;
}
.vs-video-item .video-play {
    z-index: 2;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 26px;
    transition: all ease 0.4s;
    background-color: var(--primary);
    border-radius: 100%;
    color: var(--white);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    margin: 0px auto;
    opacity: 0;
    visibility: hidden;
}
.owl-item.active.center .vs-video-item .video-play {
	opacity: 1;
	visibility: visible;
}
.vs-video-item .video-play:after, 
.vs-video-item .video-play:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    border: 2px solid var(--primary);
    background-color: transparent;
    z-index: 1;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: ripple;
}
.vs-video-item .video-play:after {
    animation-delay: 1.3s;
}
/* 4. Match */
.single-matches-box {
    margin-bottom: 45px;
}
.matches-team {
    position: relative;
    padding-left: 100px;
    padding-top: 45px;
}
.matches-team img {
    position: absolute;
    left: 0;
    max-width: 180px;
    top: 0;
}
.matches-team .match-content {
    text-align: end;
}
.matches-team .match-content h3 {
    margin-bottom: 0;
    text-transform: uppercase;
    background-image: url(../images/matches-bg1.png);
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 32px;
    font-weight: 700;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 55px;
}
.matches-team .match-content h3 a {
    color: var(--white);
}
.matches-team .match-content .watch-list {
    list-style-type: none;
    padding-left: 0;
    padding-right: 54px;
    margin-bottom: 0;
    margin-top: 15px;
}
.matches-team .match-content .watch-list li {
    display: inline-block;
    margin-right: 8px;
}
.matches-team .match-content .watch-list li > span {
    display: block;
    text-transform: uppercase;
    color: var(--primary);
    font-size: 20px;
    font-weight: 600;
}
.matches-team .match-content .watch-list li > a {
    color: var(--gray);
    font-size: 18px;
    transition: all 0.3s;
}
.matches-team .match-content .watch-list li > a:hover {
	color: var(--primary);
}
.matches-result ul > li {
    display: inline-block;
    position: relative;
    line-height: 1;
    font-size: 52px;
    font-weight: 700;
    margin-left: 28px;
    margin-right: 28px;
    color: var(--white);
}
.matches-result ul > li:first-child {
    margin-left: 0px;
}
.matches-result ul > li:last-child {
    margin-right: 0px;
}
.matches-result ul > li:last-child::before {
    content: ":";
    position: absolute;
    left: -33px;
    top: 11px;
    font-size: 28px;
    color: var(--white);
}
.matches-result span {
    display: block;
    text-transform: uppercase;
    color: var(--gray);
    font-size: 18px;
    font-weight: 400;
    margin-top: 8px;
    text-align: center;
}
.matches-team.right-image {
    padding-left: 0;
}
.matches-team.right-image img {
    left: inherit;
    right: 0;
}
.matches-team.right-image .match-content {
    text-align: start;
}
.matches-team.right-image .match-content h3 {
    padding-left: 55px;
    padding-right: 0;
    background-image: url(../images/matches-bg2.png);
    background-position: left center;
    background-size: contain;
}
.matches-team.right-image .match-content .watch-list {
    padding-left: 54px;
    padding-right: 0;
}
/* 5. Blog */
.single-blog-post-item .post-content {
    height: 100%;
    background-image: url(../images/blog/post-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 30px 30px;
}
.post-content .sub-title {
    display: block;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}
.post-content h3 {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}
.post-content h3 > a {
    color: var(--white);
}
.blog-btn .btn.btn-primary {
    box-shadow: none;
    transform: none;
    padding: 10px 18px;
    font-size: 18px;
    background-color: transparent;
    border: 1px solid var(--primary);
}
.blog-btn .btn.btn-primary:hover {
    border-color: var(--white);
    color: var(--white);
}
.blog-slider .owl-nav {
    display: none;
}
/* 6. Team */
.our-team .team-box {
    margin-top: 30px;
    padding: 30px 30px;
    border: 1px solid rgb(255 255 255 / 15%);
    box-shadow: 0px 0px 40px #222;
}
.team-box p {
    display: block;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
}
.team-social li {
    margin: 0px 4px;
}
.team-social li > a {
    font-size: 18px;
    color: var(--white);
    transform: all 0.5s;
}
.team-social li > a:hover {
    color: var(--primary);
}

.live-stream-box {
    background-image: url(../images/stream1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    position: relative;
    z-index: 1;
}
.video-section .live-stream-box {
    height: 600px;
    border: 12px solid var(--gray);
}
.video-section .live-stream-box .play-video {
    top: 50%;
    transform: translateY(-50%);
}
.live-stream-box::before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: transparent;
    background-image: linear-gradient(180deg, #191D2340 55%, #191D23C9 80%);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.live-stream-box .play-video {
    font-size: 100px;
    color: var(--white);
    position: absolute;
    top: 25%;
    left: 0px;
    right: 0px;
    text-align: center;
    cursor: pointer;
}
.live-stream-box .live-stream-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.live-stream-content h4 {
    display: block;
    text-transform: uppercase;
    color: var(--primary);
    letter-spacing: 1px;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 600;
}
.live-stream-content h2 {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--white);
}
.stream-main .live-stream-box {
    width: 50%;
    float: left;
    height: 350px;
}
.stream-main .live-stream-box.stream-one {
    background-image: url(../images/stream2.jpg);
}
.stream-main .live-stream-box.stream-two {
    background-image: url(../images/stream3.jpg);
}
.live-stream-box .member-btn {
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.live-stream-box .member-btn a {
    font-size: 18px;
    color: var(--white);
    background-color: var(--primary);
    padding: 10px 15px;
    display: inline-block;
    letter-spacing: 0.5px;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
}
.live-stream-box .member-btn a > i {
    font-size: 15px;
}

.benefits-area .benefits-info {
    background-image: url("../images/subscribe-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 80px;
    border-radius: 8px;
}
.benefits-area .page-title p {
    font-size: 22px;
    color: rgb(255 255 255 / 70%);
    font-family: 'Barlow', sans-serif;
    margin-bottom: 35px;
}
/* 7. Bradcrumb */
.bradcrumb-area {
    padding: 220px 0px 80px;
    background-image: url(../images/footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.bradcrumb-info h1 {
    font-size: 52px;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 12px;
    letter-spacing: 2px;
}
.bradcrumb-info ul > li {
    font-size: 18px;
    color: var(--gray);
    display: inline-block;
    font-family: 'Barlow', sans-serif;
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
}
.bradcrumb-info ul > li::before {
    content: "/";
    font-size: 18px;
    color: var(--gray);
    position: absolute;
    top: 0px;
    right: -6px;
}
.bradcrumb-info ul > li:last-child::before {
    content: none;
}
.bradcrumb-info ul > li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}
.bradcrumb-info ul > li > a {
    color: var(--primary);
    font-weight: 600;
}
/* 8. About */
.about-item {
    gap: 20px;
}
.about-item:not(.about-item:last-child) {
    margin-bottom: 35px;
}
.about-item .about-item-thumb {
    width: 70px;
    height: 70px;
    display: grid;
    place-items: center;
    border-radius: 100%;
/*    background-color: #ff0052;*/
    border: 2px solid var(--white);
    position: relative;
}
.about-item .about-item-content {
    width: calc(100% - 90px);
}

.video-section .testimonial-slider {
    margin-top: 30px;
}
.testimonial-item .testimonial-inner {
    border: 1px solid rgba(236,240,243,.1);
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.testimonial-item .testimonial-inner .testimonial-head {
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(236,240,243,.1);
    padding: 20px 20px;
}
.testimonial-thumb img {
    height: 70px;
    width: 70px;
    object-fit: cover;
    border-radius: 100%;
}
.testimonial-item .testimonial-inner .testimonial-body {
    padding: 20px 20px;
}
.testimonial-item .testimonial-inner .testimonial-footer {
    padding: 0px 20px 20px;
}
.testimonial-item .testimonial-inner .testimonial-footer ul li {
    background: rgb(255 255 255 / 4%);
    border: 1px solid rgb(255 255 255 / 15%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 5px;
    float: left;
    height: 40px;
    width: 40px;
    line-height: 36px;
    font-size: 18px;
    text-align: center;
}
.testimonial-item .testimonial-inner .testimonial-footer ul li i {
    color: var(--white);
}
.testimonial-item .testimonial-inner .testimonial-footer h5 {
    color: var(--primary);
    margin: 0px 0px 0px 10px;
}
/* 9. Event */
.events-area .events-info {
    border: 1px solid rgb(255 255 255 / 15%);
    background-image: url(../images/blog/post-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 50px;
    margin-top: 30px;
    border-radius: 5px;
}
.events-area .events-info .media-img {
    margin-right: 30px;
}
.events-info .events-list {
    padding-left: 20px;
}
.events-info .events-list li {
    font-size: 18px;
    color: rgb(255 255 255 / 70%);
    font-family: 'Barlow', sans-serif;
    padding-bottom: 8px;
    list-style: disc;
}
.events-info .events-list li:last-child {
    padding-bottom: 0px;
}


.live-stream-area .live-stream-video {
    border: 10px solid var(--gray);
}
/* 10. FAQ */
.faq-info .accordion .accordion-item {
    margin-bottom: 15px;
    background-color: transparent;
    border: 1px solid rgb(255 255 255 / 15%);
    box-shadow: 0px 0px 40px #222;
}
.accordion-item .accordion-header {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
}
.accordion-item .accordion-header .accordion-button {
    font-size: inherit;
    text-transform: uppercase;
    font-weight: 500;
    background-color: transparent;
    color: var(--white);
    letter-spacing: 1px;
    outline: 0 !important;
    box-shadow: none;
    padding: 20px 15px;
}
.accordion-button::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.accordion-item .accordion-body {
    font-size: 18px;
    color: var(--white);
    display: inline-block;
    font-family: 'Barlow', sans-serif;
    border-top: 1px solid rgb(255 255 255 / 15%);
    padding: 20px 15px;
}
/* 11. 404 Error */
.error-page .d-table {
    height: 100vh;
}
.error-page .d-table .d-table-cell {
    vertical-align: middle;
}
.error-info h1 {
    font-size: 250px;
    letter-spacing: 30px;
    font-style: italic;
    font-weight: bold;
    color: var(--white);
    text-shadow: 6px 6px var(--primary);
    margin-bottom: 20px;
}
.error-info h2 {
    font-size: 42px;
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 8px;
}
.error-info p {
    max-width: 600px;
    margin: 0px auto 30px;
    font-size: 20px;
}


.opening-hour .theme-title {
    color: #fff;
    margin-bottom: 15px;
}
.opening-hour ul li {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed rgb(255 255 255 / 60%);
    color: #fff;
    font-family: 'Barlow', sans-serif;
}
.opening-hour ul li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px;
}
.opening-hour ul li span {
    float: right;
}
/* 12. Contact */
.contact-area .contact-box {
    padding: 50px;
     border: 1px solid rgb(255 255 255 / 15%); 
    border-radius: 15px 15px;
    box-shadow: 6px 6px 0px rgb(255 255 255 / 40%);
}
.contact-form .form-group {
    margin-bottom: 20px;
    position: relative;
}
.contact-form .form-group:last-child {
    margin-bottom: 0px;
}
.contact-form .form-group .form-control {
    padding: 15px 15px 15px 50px;
    background-color: #1a1415;
    color: #fff;
}
.contact-form .form-group > i {
    font-size: 18px;
    color: rgb(255 255 255 / 50%);
    position: absolute;
    top: 18px;
    left: 15px;
}
.contact-form .form-group .form-control::placeholder {
    color: rgb(255 255 255 / 50%);
    font-weight: 400;
}


/*================================================ Widget Sidebar CSS =================================================*/
 .widget-area {
     padding-left: 15px;
}
 .widget-area.widget-left-sidebar {
     padding-right: 15px;
     padding-left: 0;
}
 .widget-area .widget {
     margin-bottom: 40px;
}
 .widget-area .widget:last-child {
     margin-bottom: 0;
}
.widget-area .widget .widget-title {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 6px;
    text-transform: uppercase;
    border-bottom: 3px solid rgb(255 255 255 / 50%);
    letter-spacing: 1px;
    font-size: 23px;
    font-weight: 600;
    color: var(--white);
}
 .widget-area .widget .widget-title::before {
     content: '';
     position: absolute;
     left: 0;
     bottom: 0;
     width: 50px;
     height: 3px;
     bottom: -3px;
     background-color: var(--primary);
}
 .widget-area .widget_search form {
     position: relative;
}
 .widget-area .widget_search form .screen-reader-text {
     display: none;
}
 .widget-area .widget_search form label {
     display: block;
     margin-bottom: 0;
}
.widget-area .widget_search form .search-field {
    height: 50px;
    color: var(--white);
    background-color: #1a1415;
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 2px 0 0 15px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
    outline: 0;
}
 .widget-area .widget_search form .search-field::-webkit-input-placeholder {
     color: var(--white);
     text-transform: uppercase;
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
     letter-spacing: 1px;
}
 .widget-area .widget_search form .search-field:-ms-input-placeholder {
     color: var(--white);
     text-transform: uppercase;
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
     letter-spacing: 1px;
}
 .widget-area .widget_search form .search-field::-ms-input-placeholder {
     color: var(--white);
     text-transform: uppercase;
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
     letter-spacing: 1px;
}
 .widget-area .widget_search form .search-field::placeholder {
     color: var(--white);
     text-transform: uppercase;
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
     letter-spacing: 1px;
}
 .widget-area .widget_search form .search-field:focus::-webkit-input-placeholder {
     color: transparent;
}
 .widget-area .widget_search form .search-field:focus:-ms-input-placeholder {
     color: transparent;
}
 .widget-area .widget_search form .search-field:focus::-ms-input-placeholder {
     color: transparent;
}
 .widget-area .widget_search form .search-field:focus::placeholder {
     color: transparent;
}
 .widget-area .widget_search form .search-field::-webkit-search-cancel-button {
     display: none;
}
 .widget-area .widget_search form button {
     border: none;
     background-color: transparent;
     color: var(--white);
     height: 40px;
     width: 40px;
     position: absolute;
     right: 5px;
     padding: 0;
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
     top: 5px;
     font-size: 20px;
}
 .widget-area .widget_search form button i {
     position: absolute;
     left: 0;
     right: 0;
     top: 50%;
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
}
 .widget-area .widget_search form button:hover, .widget-area .widget_search form button:focus {
     border-radius: 5px;
     background-color: var(--primary);
     color: var(--white);
}
 .widget-area .widget_zelda_posts_thumb {
     position: relative;
     overflow: hidden;
}
.widget-area .widget_zelda_posts_thumb .item {
    overflow: hidden;
    margin-bottom: 25px;
}
 .widget-area .widget_zelda_posts_thumb .item:last-child {
     margin-bottom: 0;
}
 .widget-area .widget_zelda_posts_thumb .item .thumb {
     float: left;
     height: 80px;
     overflow: hidden;
     display: block;
     position: relative;
     width: 80px;
     margin-right: 15px;
     z-index: 1;
}
 .widget-area .widget_zelda_posts_thumb .item .thumb .fullimage {
     width: 80px;
     height: 80px;
     display: inline-block;
     border-radius: 5px;
     background-size: cover !important;
     background-repeat: no-repeat;
     background-position: center center !important;
}
 .widget-area .widget_zelda_posts_thumb .item .thumb .fullimage.bg1 {
     background-image: url(../images/main-blog-img1.jpg);
}
 .widget-area .widget_zelda_posts_thumb .item .thumb .fullimage.bg2 {
     background-image: url(../images/main-blog-img2.jpg);
}
 .widget-area .widget_zelda_posts_thumb .item .thumb .fullimage.bg3 {
     background-image: url(../images/main-blog-img3.jpg);
}
 .widget-area .widget_zelda_posts_thumb .item .thumb::before, .widget-area .widget_zelda_posts_thumb .item .thumb::after {
     -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
     transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
     content: '';
     background-color: var(--white);
     position: absolute;
     z-index: 1;
     top: 50%;
     left: 50%;
     opacity: 0;
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
}
 .widget-area .widget_zelda_posts_thumb .item .thumb::before {
     width: 40px;
     height: 1px;
     left: 100%;
}
 .widget-area .widget_zelda_posts_thumb .item .thumb::after {
     height: 40px;
     width: 1px;
     top: 0;
}
 .widget-area .widget_zelda_posts_thumb .item .info {
     overflow: hidden;
     margin-top: 5px;
}
.widget-area .widget_zelda_posts_thumb .item .info span {
    display: block;
    color: var(--gray);
    margin-top: -2px;
    margin-bottom: 8px;
    font-size: 15px;
    font-family: 'Barlow', sans-serif;
}
 .widget-area .widget_zelda_posts_thumb .item .info .title {
     margin-bottom: 0;
     line-height: 1.4;
     text-transform: uppercase;
     letter-spacing: 1px;
     font-size: 17px;
     font-weight: 600;
}
 .widget-area .widget_zelda_posts_thumb .item .info .title a {
     display: inline-block;
     color: var(--white);
}
 .widget-area .widget_zelda_posts_thumb .item:hover .thumb::before, .widget-area .widget_zelda_posts_thumb .item:hover .thumb::after {
     opacity: 1;
     top: 50%;
     left: 50%;
}
 .widget-area .widget_categories ul {
     padding-left: 0;
     margin-bottom: 0;
     list-style-type: none;
}
 .widget-area .widget_categories ul li {
     position: relative;
     margin-bottom: 12px;
     overflow: hidden;
     padding-left: 18px;
     text-transform: uppercase;
     letter-spacing: 1px;
     font-weight: 600;
     font-size: 16px;
}
 .widget-area .widget_categories ul li:last-child {
     margin-bottom: 0;
}
 .widget-area .widget_categories ul li::before {
     background: var(--primary);
     height: 8px;
     width: 8px;
     content: '';
     border-radius: 50%;
     left: 0;
     top: 7px;
     position: absolute;
}
 .widget-area .widget_categories ul li a {
     display: inline-block;
     color: var(--white);
     font-family: 'Barlow', sans-serif;
}
 .widget-area .widget_tag_cloud .widget-title {
     margin-bottom: 22px;
}
.widget-area .tagcloud a {
    display: inline-block;
    background: #f5f5f5;
    color: #222222;
    padding: 8px 15px;
    border: none;
    border-radius: 3px;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 15px !important;
    margin-top: 8px;
    margin-right: 4px;
    font-family: 'Barlow', sans-serif;
}
 .widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
     color: var(--white);
     background-color: var(--primary);
}
 .widget-area .widget_match_list {
     background-color: #22152c;
     -webkit-box-shadow: 0 10px 27px 0 rgba(14, 8, 18, 0.5);
     box-shadow: 0 10px 27px 0 rgba(14, 8, 18, 0.5);
}
 .widget-area .widget_match_list .single-match-list {
     text-align: center;
     position: relative;
     border-bottom: 1px solid #252525;
     padding-top: 22px;
     padding-bottom: 15px;
}
 .widget-area .widget_match_list .single-match-list:last-child {
     border-bottom: none;
}
 .widget-area .widget_match_list .single-match-list img {
     max-width: 60px;
     position: absolute;
}
 .widget-area .widget_match_list .single-match-list img.team-1 {
     left: 15px;
     top: 50%;
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
}
 .widget-area .widget_match_list .single-match-list img.team-2 {
     right: 15px;
     top: 50%;
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
}
.widget-area .widget_match_list .single-match-list .date {
    display: block;
    text-transform: uppercase;
    font-family: 'Barlow', sans-serif;
    color: var(--gray);
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
}
 .widget-area .widget_match_list .single-match-list ul {
     padding-left: 0;
     margin-bottom: 0;
     list-style-type: none;
}
 .widget-area .widget_match_list .single-match-list ul li {
     display: inline-block;
     line-height: 1;
     position: relative;
     font-size: 32px;
     font-weight: 700;
     margin-left: 15px;
     margin-right: 15px;
     color: var(--white);
}
 .widget-area .widget_match_list .single-match-list ul li::before {
     content: ':';
     position: absolute;
     right: -20px;
     top: 5px;
     font-size: 25px;
}
 .widget-area .widget_match_list .single-match-list ul li:first-child {
     margin-left: 0;
}
 .widget-area .widget_match_list .single-match-list ul li:last-child {
     margin-right: 0;
}
 .widget-area .widget_match_list .single-match-list ul li:last-child::before {
     display: none;
}
 .widget-area .widget_instagram ul {
     padding-left: 0;
     list-style-type: none;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin-bottom: 0;
     margin-left: -5px;
     margin-right: -5px;
     margin-top: -10px;
}
 .widget-area .widget_instagram ul li {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 50%;
     flex: 0 0 50%;
     max-width: 50%;
     text-align: center;
     padding-left: 5px;
     padding-right: 5px;
     padding-top: 10px;
}
 .widget-area .widget_instagram ul li .box {
     position: relative;
     z-index: 1;
     overflow: hidden;
}
 .widget-area .widget_instagram ul li .box .link-btn {
     display: block;
     position: absolute;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     z-index: 3;
}
.widget-area .widget_instagram ul li .box i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    color: var(--white);
}
 .widget-area .widget_instagram ul li .box img {
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
}
 .widget-area .widget_instagram ul li .box::before {
     content: '';
     position: absolute;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     z-index: 1;
     background-color: var(--primary);
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
     opacity: 0;
     visibility: hidden;
}
 .widget-area .widget_instagram ul li .box:hover::before {
     opacity: 0.5;
     visibility: visible;
}
 .widget-area .widget_instagram ul li .box:hover img {
     -webkit-transform: scale(1.3);
     transform: scale(1.3);
}
 .widget-area .widget_instagram ul li .box:hover i {
     opacity: 1;
     visibility: visible;
}


/*================================================
Blog Area CSS
=================================================*/
.single-blog-post-item {
  margin-bottom: 30px;
}

.single-blog-post-item .post-image {
  height: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.single-blog-post-item .post-image.bg-1 {
  background-image: url(../img/blog-img1.jpg);
}

.single-blog-post-item .post-image.bg-2 {
  background-image: url(../img/blog-img2.jpg);
}

.single-blog-post-item .post-image.bg-3 {
  background-image: url(../img/blog-img3.jpg);
}

.single-blog-post-item .post-image img {
  display: none;
}

.single-blog-post-item .post-image a.link-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.single-blog-post-item .post-content {
  padding: 60px 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/blog/post-bg.jpg);
}

.single-blog-post-item .post-content .sub-title {
  display: block;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.single-blog-post-item .post-content h3 {
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

.single-blog-post-item .post-content .default-btn {
  margin-top: 20px;
}

.blog-slides.owl-theme .owl-nav {
  opacity: 0;
  visibility: hidden;
  margin-top: 0;
}

.blog-slides.owl-theme .owl-nav [class*=owl-] {
  color: var(--white);
  font-size: 35px;
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  position: absolute;
  left: 30px;
  line-height: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 30px;
}

.blog-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: var(--primary);
}

.blog-slides.owl-theme .owl-dots {
  margin-top: 0;
  line-height: 1;
}

.blog-slides.owl-theme .owl-dots .owl-dot span {
  width: 45px;
  height: 4px;
  margin: 0 7px;
  background: #421c20;
  border-radius: 3px;
}

.blog-slides.owl-theme .owl-dots .owl-dot:hover span, .blog-slides.owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--primary);
}

.blog-slides.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.single-blog-post {
  margin-bottom: 30px;
  text-align: center;
}

.single-blog-post .post-content {
  margin-top: 20px;
}

.single-blog-post .post-content .sub-title {
  display: block;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.single-blog-post .post-content h3 {
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 34px;
  font-weight: 600;
}

.single-blog-post .post-content .default-btn {
  margin-top: 25px;
}

.blog-slides-two.owl-theme .owl-nav {
  margin-top: 0;
}

.blog-slides-two.owl-theme .owl-nav [class*=owl-] {
  color: var(--white);
  font-size: 30px;
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  position: absolute;
  left: -65px;
  line-height: 1;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.blog-slides-two.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -65px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.blog-slides-two.owl-theme .owl-nav [class*=owl-]:hover {
  color: var(--primary);
}

.blog-slides-two.owl-theme .owl-dots {
  margin-top: 0;
  line-height: 1;
}

.blog-slides-two.owl-theme .owl-dots .owl-dot span {
  width: 45px;
  height: 4px;
  margin: 0 7px;
  background: #421c20;
  border-radius: 3px;
}

.blog-slides-two.owl-theme .owl-dots .owl-dot:hover span, .blog-slides-two.owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--primary);
}

.single-blog-post-box {
    margin-bottom: 30px;
    border: 1px solid rgb(255 255 255 / 15%);
    border-radius: 15px 15px;
}
.single-blog-post-box .post-image {
  border-radius: 5px 5px 0 0;
}

.single-blog-post-box .post-image a {
  display: block;
  border-radius: 5px 5px 0 0;
}

.single-blog-post-box .post-image a img {
  border-radius: 5px 5px 0 0;
  width: 100%;
}

.single-blog-post-box .post-content {
  padding: 28px;
}

.single-blog-post-box .post-content .post-meta {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 15px;
}

.single-blog-post-box .post-content .post-meta li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  font-family: 'Barlow', sans-serif;
}
.single-blog-post-box .post-content .post-meta li a {
    color: var(--white);
}
.single-blog-post-box .post-content .post-meta li::before {
  width: 1px;
  height: 12px;
  position: absolute;
  right: -12px;
  top: 4px;
  content: '';
  background-color: var(--primary);
}

.single-blog-post-box .post-content .post-meta li:last-child {
  margin-right: 0;
}

.single-blog-post-box .post-content .post-meta li:last-child::before {
  display: none;
}

.single-blog-post-box .post-content h3 {
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 1px;
  font-size: 26px;
  font-weight: 700;
}

.single-blog-post-box .post-content h3 a {
  display: inline-block;
}

.single-blog-post-box .post-content .read-more-btn {
  text-transform: uppercase;
  margin-top: 15px;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: var(--primary);
}

.single-blog-post-box .post-content .read-more-btn i {
  margin-left: 5px;
  position: relative;
  top: 1px;
}

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details-desc .article-image img {
  width: 100%;
}

.blog-details-desc .article-image-slides.owl-theme .owl-nav {
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
}

.blog-details-desc .article-image-slides.owl-theme .owl-nav [class*=owl-] {
  color: #222222;
  font-size: 18px;
  margin: 0;
  padding: 0;
  background: var(--white);
  width: 45px;
  height: 45px;
  line-height: 40px;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-left: 5px !important;
  border-radius: 50%;
  border-style: solid;
  border-color: var(--white);
  border-width: 1.5px;
}

.blog-details-desc .article-image-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 20px;
  padding-left: 3px !important;
}

.blog-details-desc .article-image-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}

.blog-details-desc .article-image-slides.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.blog-details-desc .article-video iframe {
  width: 100%;
  height: 400px;
  border: none !important;
}

.blog-details-desc .article-content {
  margin-top: 30px;
}

.blog-details-desc .article-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.blog-details-desc .article-content .entry-meta ul li {
  margin-right: 20px;
  position: relative;
  display: inline-block;
  border-right: 1px solid #22152c;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 16px;
  padding-right: 20px;
  padding-left: 55px;
}

.blog-details-desc .article-content .entry-meta ul li i {
  font-size: 32px;
  color: #cfcfcf;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog-details-desc .article-content .entry-meta ul li span {
  display: block;
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 2px;
  font-weight: 700;
  font-size: 15px;
}

.blog-details-desc .article-content .entry-meta ul li a {
  display: inline-block;
  color: var(--gray);
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.blog-details-desc .article-content h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  margin-top: 28px;
  font-size: 26px;
  font-weight: 700;
  color: var(--white);
}

.blog-details-desc .article-content p {
  color: #c2bcc6;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
  margin-bottom: 0;
}

.blog-details-desc .article-content .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 30px;
}

.blog-details-desc .article-content .features-list li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 26px;
    color: #c2bcc6;
    font-size: 16px;
    font-family: 'Barlow', sans-serif;
}

.blog-details-desc .article-content .features-list li i {
    color: var(--primary);
    display: inline-block;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 5px;
}
.blog-details-desc .article-content .features-list li:last-child {
  margin-bottom: 0;
}

.blog-details-desc .article-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #22152c;
  padding-top: 30px;
  margin-top: 30px;
}

.blog-details-desc .article-footer .article-tags {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  color: var(--white);
}

.blog-details-desc .article-footer .article-tags span {
  display: inline-block;
  margin-right: 3px;
  position: relative;
  top: 3px;
  font-size: 20px;
}

.blog-details-desc .article-footer .article-tags a {
  display: inline-block;
  letter-spacing: 1px;
  font-weight: 600;
  color: #ffffff;
}

.blog-details-desc .article-footer .article-share {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.blog-details-desc .article-footer .article-share .social {
  padding-left: 0;
  list-style-type: none;
  text-align: right;
  margin-bottom: 0;
}

.blog-details-desc .article-footer .article-share .social li {
    display: inline-block;
    vertical-align: middle;
    color: var(--gray);
}

.blog-details-desc .article-footer .article-share .social li span {
  display: inline-block;
  margin-right: 3px;
  text-transform: uppercase;
  position: relative;
  top: -1px;
}

.blog-details-desc .article-footer .article-share .social li a {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    border-radius: 50%;
    background-color: var(--primary);
    color: var(--white);
    border: 1px solid var(--primary);
    text-align: center;
    font-size: 17px;
    margin-left: 2px;
}

.blog-details-desc .article-footer .article-share .social li a:hover, .blog-details-desc .article-footer .article-share .social li a:focus {
  color: var(--primary);
  background-color: var(--white);
  border-color: var(--white);
}

.blog-details-desc .article-footer .article-share .social li a.facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: var(--white);
}

.blog-details-desc .article-footer .article-share .social li a.facebook:hover, .blog-details-desc .article-footer .article-share .social li a.facebook:focus {
  color: var(--white);
  background-color: var(--primary);
  border-color: var(--primary);
}

.blog-details-desc .article-footer .article-share .social li a.twitter {
  background-color: #1da1f2;
  border-color: #1da1f2;
  color: var(--white);
}

.blog-details-desc .article-footer .article-share .social li a.twitter:hover, .blog-details-desc .article-footer .article-share .social li a.twitter:focus {
  color: var(--white);
  background-color: var(--primary);
  border-color: var(--primary);
}

.blog-details-desc .article-footer .article-share .social li a.linkedin {
  background-color: #007bb5;
  border-color: #007bb5;
  color: var(--white);
}

.blog-details-desc .article-footer .article-share .social li a.linkedin:hover, .blog-details-desc .article-footer .article-share .social li a.linkedin:focus {
  color: var(--white);
  background-color: var(--primary);
  border-color: var(--primary);
}

.blog-details-desc .article-footer .article-share .social li a.instagram {
  background-color: #c13584;
  border-color: #c13584;
  color: var(--white);
}

.blog-details-desc .article-footer .article-share .social li a.instagram:hover, .blog-details-desc .article-footer .article-share .social li a.instagram:focus {
  color: var(--white);
  background-color: var(--primary);
  border-color: var(--primary);
}

.blog-details-desc .article-author {
  margin-top: 30px;
  border-radius: 5px;
  background: #22152c;
}

.blog-details-desc .article-author .author-profile-header {
  height: 115px;
  border-radius: 5px 5px 0 0;
  background-color: var(--primary);
  background-image: url(../../assets/img/bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-details-desc .article-author .author-profile {
  padding: 0 25px 25px;
}

.blog-details-desc .article-author .author-profile .author-profile-title {
  position: relative;
  z-index: 1;
  margin-top: -45px;
}

.blog-details-desc .article-author .author-profile .author-profile-title img {
  display: inline-block;
  border: 3px solid var(--white);
  width: 100px;
  height: 100px;
  margin-bottom: 25px;
}

.blog-details-desc .article-author .author-profile .author-profile-title h4 {
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 600;
  color: var(--white);
}

.blog-details-desc .article-author .author-profile .author-profile-title span {
  display: block;
  margin-bottom: 12px;
  letter-spacing: 1px;
  color: var(--white);
}

.blog-details-desc .article-author .author-profile .author-profile-title p {
  font-size: 15px;
}

blockquote, .blockquote {
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 15%);
    border-radius: 15px 15px;
    box-shadow: 6px 6px 0px rgb(255 255 255 / 40%);
    padding: 50px !important;
    position: relative;
    text-align: center;
    z-index: 1;
    margin: 30px 0px;
}

blockquote p, .blockquote p {
  color: var(--white) !important;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 700;
  font-size: 20px !important;
}

blockquote cite, .blockquote cite {
  display: none;
}
blockquote::after, .blockquote::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 8px;
    background-color: var(--primary);
    margin-top: 20px;
    margin-bottom: 20px;
}

.zelda-post-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #22152c;
  border-bottom: 1px solid #22152c;
}

.prev-link-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
}

.prev-link-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--white);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

}

.prev-link-wrapper a:hover .image-prev::after {
  opacity: 1;
  visibility: visible;
}

.prev-link-wrapper a:hover .image-prev .post-nav-title {
  opacity: 1;
  visibility: visible;
}

.prev-link-wrapper a:hover .prev-link-info-wrapper {
  color: var(--primary);
}

.prev-link-wrapper .image-prev {
  display: inline-block;
  min-width: 100px;
  width: 100px;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top;
  margin-right: 20px;
  position: relative;
}

.prev-link-wrapper .image-prev img {
  border-radius: 5px;
}

.prev-link-wrapper .image-prev::after {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  background-color: var(--primary);
  visibility: hidden;
}

.prev-link-wrapper .image-prev .post-nav-title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  color: var(--white);
  opacity: 0;
  line-height: 1;
  visibility: hidden;
}

.prev-link-wrapper .prev-link-info-wrapper {
}

.prev-link-wrapper .prev-title {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
}

.prev-link-wrapper .meta-wrapper {
  display: block;
  color: var(--white);
  text-transform: capitalize;
  margin-top: 6px;
  font-size: 16px;
}

.next-link-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
  padding-left: 15px;
}

.next-link-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--white);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.next-link-wrapper a:hover .image-next::after {
  opacity: 1;
  visibility: visible;
}

.next-link-wrapper a:hover .image-next .post-nav-title {
  opacity: 1;
  visibility: visible;
}

.next-link-wrapper a:hover .next-link-info-wrapper {
  color: var(--primary);
}

.next-link-wrapper .image-next {
  display: inline-block;
  min-width: 100px;
  width: 100px;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top;
  margin-left: 20px;
  position: relative;
}

.next-link-wrapper .image-next img {
  border-radius: 5px;
}

.next-link-wrapper .image-next::after {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  background-color: var(--primary);
  visibility: hidden;
}

.next-link-wrapper .image-next .post-nav-title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  color: var(--white);
  opacity: 0;
  line-height: 1;
  visibility: hidden;
}

.next-link-wrapper .next-link-info-wrapper {
}

.next-link-wrapper .next-title {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
}

.next-link-wrapper .meta-wrapper {
  display: block;
  color: var(--white);
  text-transform: capitalize;
  margin-top: 6px;
  font-size: 16px;
}

.comments-area {
  margin-top: 30px;
}

.comments-area .comments-title {
  line-height: initial;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 700;
  color: var(--white);
}

.comments-area ol, .comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .children {
  margin-left: 20px;
}

.comments-area .comment-body {
  border-bottom: 1px dashed #22152c;
  padding-left: 70px;
  color: var(--white);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.comments-area .comment-body .reply {
  margin-top: 15px;
}

.comments-area .comment-body .reply a {
    border: 1px dashed #ded9d9;
    color: var(--white);
    display: inline-block;
    padding: 7px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
}

.comments-area .comment-body .reply a:hover {
  color: var(--white);
  background-color: var(--primary);
  border-color: var(--primary);
}

.comments-area .comment-author {
  margin-bottom: 8px;
  position: relative;
  z-index: 2;
}

.comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
  top: 5px;
}

.comments-area .comment-author .fn {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
}

.comments-area .comment-author .says {
  display: none;
}

.comments-area .comment-metadata {
  margin-bottom: .8em;
  color: var(--white);
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}

.comments-area .comment-metadata a {
  display: inline-block;
  color: var(--white);
}

.comments-area .comment-metadata a:hover {
  color: var(--primary);
}

.comments-area .comment-content p {
  color: #c2bcc6;
  font-size: 15px;
}

.comments-area .comment-respond {
  margin-top: 30px;
}

.comments-area .comment-respond .comment-reply-title {
  line-height: initial;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
  color: var(--white);
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  display: inline-block;
}

.comments-area .comment-respond .comment-form {
  overflow: hidden;
}

.comments-area .comment-respond .comment-notes {
  margin-bottom: 20px;
  margin-top: 10px;
}

.comments-area .comment-respond .comment-notes .required {
  color: red;
}

.comments-area .comment-respond .comment-form-comment {
  float: left;
  width: 100%;
}

.comments-area .comment-respond label {
  display: none;
}

.comments-area .comment-respond input[type="date"], .comments-area .comment-respond input[type="time"], .comments-area .comment-respond input[type="datetime-local"], .comments-area .comment-respond input[type="week"], .comments-area .comment-respond input[type="month"], .comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"], .comments-area .comment-respond input[type="password"], .comments-area .comment-respond input[type="search"], .comments-area .comment-respond input[type="tel"], .comments-area .comment-respond input[type="number"], .comments-area .comment-respond textarea {
    display: block;
    width: 100%;
    background-color: #1a1415;
    border: none;
    padding: 1px 0 0 15px;
    height: 60px;
    outline: 0;
    border-radius: 3px;
    color: var(--white);
    font-weight: 600;
    font-size: 15px;
}

.comments-area .comment-respond input[type="date"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="time"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="week"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="month"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="text"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="email"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="url"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="password"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="search"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="tel"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="number"]::-webkit-input-placeholder, .comments-area .comment-respond textarea::-webkit-input-placeholder {
  color: var(--white);
}

.comments-area .comment-respond input[type="date"]:-ms-input-placeholder, .comments-area .comment-respond input[type="time"]:-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]:-ms-input-placeholder, .comments-area .comment-respond input[type="week"]:-ms-input-placeholder, .comments-area .comment-respond input[type="month"]:-ms-input-placeholder, .comments-area .comment-respond input[type="text"]:-ms-input-placeholder, .comments-area .comment-respond input[type="email"]:-ms-input-placeholder, .comments-area .comment-respond input[type="url"]:-ms-input-placeholder, .comments-area .comment-respond input[type="password"]:-ms-input-placeholder, .comments-area .comment-respond input[type="search"]:-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]:-ms-input-placeholder, .comments-area .comment-respond input[type="number"]:-ms-input-placeholder, .comments-area .comment-respond textarea:-ms-input-placeholder {
  color: var(--white);
}

.comments-area .comment-respond input[type="date"]::-ms-input-placeholder, .comments-area .comment-respond input[type="time"]::-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]::-ms-input-placeholder, .comments-area .comment-respond input[type="week"]::-ms-input-placeholder, .comments-area .comment-respond input[type="month"]::-ms-input-placeholder, .comments-area .comment-respond input[type="text"]::-ms-input-placeholder, .comments-area .comment-respond input[type="email"]::-ms-input-placeholder, .comments-area .comment-respond input[type="url"]::-ms-input-placeholder, .comments-area .comment-respond input[type="password"]::-ms-input-placeholder, .comments-area .comment-respond input[type="search"]::-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]::-ms-input-placeholder, .comments-area .comment-respond input[type="number"]::-ms-input-placeholder, .comments-area .comment-respond textarea::-ms-input-placeholder {
  color: var(--white);
}

.comments-area .comment-respond input[type="date"]::placeholder, .comments-area .comment-respond input[type="time"]::placeholder, .comments-area .comment-respond input[type="datetime-local"]::placeholder, .comments-area .comment-respond input[type="week"]::placeholder, .comments-area .comment-respond input[type="month"]::placeholder, .comments-area .comment-respond input[type="text"]::placeholder, .comments-area .comment-respond input[type="email"]::placeholder, .comments-area .comment-respond input[type="url"]::placeholder, .comments-area .comment-respond input[type="password"]::placeholder, .comments-area .comment-respond input[type="search"]::placeholder, .comments-area .comment-respond input[type="tel"]::placeholder, .comments-area .comment-respond input[type="number"]::placeholder, .comments-area .comment-respond textarea::placeholder {
  color: var(--white);
}

.comments-area .comment-respond input[type="date"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="time"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="week"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="month"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="text"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="email"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="url"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="password"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="search"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="tel"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="number"]:focus::-webkit-input-placeholder, .comments-area .comment-respond textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.comments-area .comment-respond input[type="date"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="time"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="week"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="month"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="text"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="email"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="url"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="password"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="search"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="number"]:focus:-ms-input-placeholder, .comments-area .comment-respond textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.comments-area .comment-respond input[type="date"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="time"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="week"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="month"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="text"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="email"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="url"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="password"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="search"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="number"]:focus::-ms-input-placeholder, .comments-area .comment-respond textarea:focus::-ms-input-placeholder {
  color: transparent;
}

.comments-area .comment-respond input[type="date"]:focus::placeholder, .comments-area .comment-respond input[type="time"]:focus::placeholder, .comments-area .comment-respond input[type="datetime-local"]:focus::placeholder, .comments-area .comment-respond input[type="week"]:focus::placeholder, .comments-area .comment-respond input[type="month"]:focus::placeholder, .comments-area .comment-respond input[type="text"]:focus::placeholder, .comments-area .comment-respond input[type="email"]:focus::placeholder, .comments-area .comment-respond input[type="url"]:focus::placeholder, .comments-area .comment-respond input[type="password"]:focus::placeholder, .comments-area .comment-respond input[type="search"]:focus::placeholder, .comments-area .comment-respond input[type="tel"]:focus::placeholder, .comments-area .comment-respond input[type="number"]:focus::placeholder, .comments-area .comment-respond textarea:focus::placeholder {
  color: transparent;
}

.comments-area .comment-respond textarea {
  height: auto !important;
  padding-top: 15px;
}

.comments-area .comment-respond .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-url {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  margin-top: 15px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 7px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: var(--white);
  font-weight: normal;
}

.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}

.comments-area .comment-respond .form-submit input {
  background: var(--primary);
  border: none;
  color: var(--white);
  padding: 12px 30px 10px;
  display: inline-block;
  cursor: pointer;
  text-transform: capitalize;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}

.comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
  color: #222222;
  background: var(--white);
}

/*================================================
Pagination CSS
=================================================*/
.pagination-area {
    margin-top: 10px;
}
.pagination-area .page-numbers {
    width: 38px;
    height: 38px;
    background-color: var(--white);
    color: #222222;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    line-height: 36px;
    position: relative;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 20px;
    font-weight: 600;
    vertical-align: top;
}
.pagination-area .page-numbers:hover, .pagination-area .page-numbers.current {
  color: var(--white);
  background-color: var(--primary);
}
/* 13. Terms */
.terms_condition {
    position: relative
}
.terms_condition-text h1 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--primary);
}
.terms_condition-text {
    margin-bottom: 45px;
    word-break: break-word;
}
.terms_condition-text:last-child {
    margin-bottom: 0;
}
.terms_condition-text .h3, 
.terms_condition-text h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--white);
}
.terms_condition-text p {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
}
.terms_condition-text li {
    display: flex;
}
.terms_condition-text li i {
    line-height: 30px;
    margin-right: 15px;
    font-size: 13px;
    color: var(--primary);
}

/* 14. Footer */

.footer-main .footer-top {
    background-image: url(../images/footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 120px 0px;
}
.footer-info .footer-logo {
    margin-bottom: 35px;
}
.footer-info ul li {
    border-right: 2px solid rgb(255 255 255 / 20%);
    margin-right: 30px;
    padding-right: 30px;
}
.footer-info ul li:last-child {
    border-right: 0px;
    margin-right: 0px;
    padding-right: 0px;
}
.footer-info ul li > a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--white);
    transition: all 0.5s;
}
.footer-info ul li > a:hover {
    color: var(--primary);
}
.footer-main .footer-copyright {
    padding: 15px 0px;
}
.copyright-info p {
    font-size: 20px;
    color: var(--white);
    font-family: 'Barlow', sans-serif;
    margin-bottom: 0;
}
.footer-social ul li {
    padding-right: 15px;
}
.footer-social ul li:last-child {
    padding-right: 0px;
}
.footer-social ul li > a {
    font-size: 20px;
    color: var(--white);
}
.footer-social ul li > a:hover {
    color: var(--primary);   
}
/* 15. keyframes */
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }
    100% {
        opacity: .9;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}
@keyframes pulse {
	0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@keyframes ripple {
      0% {
        transform: scale(1);
        opacity: 0;
      }
      30% {
        opacity: 0.40;
      }
      100% {
        transform: scale(1.7);
        opacity: 0;
      }
}