
html {
    overflow-y: auto;
    margin: 0 !important;
}

div#wpadminbar {
    display: none;
}

.slick-prev:focus, .slick-next:focus {
    background: #ffffff !important;
}
/* .aos-animate{
  display: none;;
} */

#slider .owl-carousel .owl-item img {
    width: 100% !important;
}

button.owl-dot {
    border-radius: 50%;
}

.owl-nav button {
    z-index: 3;
    cursor: pointer !important;
}

.task-inner .main-task-inner-wrapper:nth-child(1).aos-animate {
    animation-name: fade-right !important;
    visibility: visible;
    animation-duration: 0s;
    transition-delay: 0s !important;
}

.task-inner .main-task-inner-wrapper img.arrow-img:nth-child(2) {
    visibility: visible;
    animation-duration: 2s;
    transition-delay: 1s !important;
}

.task-inner .main-task-inner-wrapper:nth-child(2).aos-animate {
    -webkit-animation-name: fade-up;
    animation-name: fade-up !important;
    visibility: visible;
    animation-duration: 2s;
    transition-delay: 2s !important;
}

.task-inner .main-task-inner-wrapper:nth-child(3).aos-animate {
    -webkit-animation-name: fade-down;
    animation-name: fade-down !important;
    visibility: visible;
    animation-duration: 3s;
    transition-delay: 3s !important;
}

@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }

    to {
        -webkit-mask-position: -50%;
    }
}
/* ------------------ Testimonials ----------------  */

#testimonials .testimonials-head {
    text-align: center;
    margin-bottom: 0rem;
}

    #testimonials .testimonials-head h3 {
        letter-spacing: 0px;
    }

.testimonial-data-srtcd {
    background-color: var(--heading-text-color);
    padding-bottom: 26px;
    text-align: center;
    border: 1px solid #e4e4e4;
    margin-top: 21%;
}

.testimonials-img-srtcd img {
    border-radius: 50%;
    margin-top: -20%;
    border: 2px solid #fefefe;
}

.testimonials-icon i {
    margin: 19px;
    color: #4bcdfc;
    font-size: 35px;
    top: 2em;
    position: relative;
}

#testimonials .owl-carousel .owl-dot {
    display: block;
    padding: 5px;
    border: none;
    margin-bottom: 9px;
    background-color: #ffffff;
    border: none;
    margin-right: 10px;
}

    #testimonials .owl-carousel .owl-dot.active {
        background-color: #008080
    }

.testimonials-icon {
    margin-top: 11em;
}

.testimonials-icon-srtcd i {
    margin: 19px;
    color: #4bcdfc;
    font-size: 35px;
    top: 2em;
    position: relative;
}

.testimonials-img-srtcd {
    margin-left: 25%;
    margin-top: -12%;
    position: absolute;
}

p.instructor-desig span {
    font-size: 18px;
    font-family: 'Raleway';
    color: var(--color2) !important;
    font-weight: 600 !important;
}

p.instructor-desig {
    color: var(--color2) !important;
    font-family: 'Raleway';
}

#single-testimonial .instructor-desig {
    font-weight: normal;
    padding-top: 15px;
}

#single-testimonial .social-icon i {
    background-color: var(--heading-text-color);
    width: 40px;
    padding: 10px 14px;
    color: var(--color2);
    margin-right: 15px;
    border-radius: 5px 0px;
    margin-top: 10px;
    border: 1px solid var(--primary-text-color);
}

    #single-testimonial .social-icon i:hover {
        background-color: var(--primary-text-color);
        color: var(--color2);
    }

#single-testimonial .single-testimonial-content p {
    letter-spacing: 1px;
    line-height: 27px;
    padding-top: 20px;
    font-size: 14px;
    font-family: 'Raleway';
    color: var(--color2);
}

#testimonials .button_center {
    margin-top: 14% !important;
}

#blog .blog-head h3 {
    letter-spacing: 0px;
}

.blog-share {
    float: right;
    cursor: pointer;
}

    .blog-share i {
        font-size: 24px;
        color: #4bcdfc;
    }

.blog-share {
    border: 1px solid transparent;
    padding: 5px 10px 5px 10px;
    border-radius: 8px 0px;
    margin-top: -10px;
}

    .blog-share:hover {
        border: 1px solid #4bcdfc;
    }

.blog-share-icon {
    margin-top: 7em;
    margin-left: -10em;
    margin-bottom: -2em;
}

    .blog-share-icon a {
        margin-right: 5px;
        background-color: var(--heading-text-color);
        padding: 8px;
        border-radius: 5px 0px;
    }

        .blog-share-icon a:hover {
            background-color: #4bcdfc;
            color: var(--heading-text-color);
        }

.blog-comments i {
    color: #4bcdfc;
}

.blog-comments span {
    font-size: 13px;
}

.blog-contents:hover {
    background-size: cover;
}

#blog .owl-carousel .owl-dot, #our-clients .owl-carousel .owl-dot {
    padding: 4px;
    padding: 5px;
    border: none;
    margin-right: 9px;
    background-color: #d9d9d9;
}

.shortcode_text {
    margin-top: 3%;
    color: #9d9d9e;
}

.owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}

button.owl-next.disabled, button.owl-prev.disabled {
    background: #bbb;
}


/* My Custom Css */

/* Heading And Sub Heading */
.creation-head h2, .shop-head h2, .about-head h2, .video-head h2 {
    font-family: 'Play';
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #ffffff;
    padding: 0;
}

.creation-head, .shop-head, .about-head, .video-head, .insta-head, .blog-heading, .tm-head, .lm-head {
    padding-bottom: 50px;
}

/* Slider */
#slider {
    padding: 0 0 50px;
}

.slider-inner-wrapper {
    display: grid;
    grid-template-columns: 70% 30%;
    align-items: center;
}
/* p.slider-subhead {
  font-family: 'Play';
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
} */
h1.slider-head {
    font-size: 60px;
    line-height: 100px;
    font-family: 'Play';
    color: #ffffff;
    font-weight: 700;
    text-align: left;
    width: 100%;
    max-width: 55%;
}

.dish-img {
    display: flex;
    align-items: center;
    margin: 40px 0 0;
}

    .dish-img img {
        width: 100%;
        max-width: 100px;
        margin-right: 50px;
        padding: 20px 0;
        border-bottom: 5px solid transparent;
    }

a.slider-btn {
    font-size: 20px;
    font-family: 'Readex Pro';
    font-weight: 400;
    color: #ffffff;
    line-height: 30px;
    width: 100%;
    max-width: 220px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #ffffff;
    border-radius: 50PX;
    margin-top: 70px;
}

.slide-img {
    background-color: #008080;
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    z-index: -1;
}

    .slide-img img {
        width: 100%;
        height: 100%;
        flex: 0 0 100%;
        object-fit: contain;
        transition: all .8s ease-in-out;
        padding: 0 30px;
    }

.slider-bottom-img {
    text-align: center;
    margin-top: -150px;
    position: relative;
    z-index: -1;
}

    .slider-bottom-img img {
        max-width: 100%;
        height: auto;
    }

.slide-text {
    padding-left: 6.5rem;
}

span.ct-change {
    color: #008080;
}

.dishes {
    cursor: pointer;
}

    .dishes.active {
        border-bottom: 5px solid #008080;
    }

/* Creations */
section#creation {
    position: relative;
}

img.c-side-img {
    position: absolute;
    top: -4rem;
}

.creation-content.owl-carousel {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cc-wrap h4 {
    font-family: 'Readex Pro';
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #ffffff;
    padding: 20px 0;
}

/* Latest Menu */
h2.lm-heading {
    font-family: 'Play';
    font-size: 48px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: center;
    color: #ffffff;
    padding: 0;
}

h5.lm-title a {
    font-family: 'Readex Pro';
    font-size: 32px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #ffffff;
}

.lm-text-wrap p {
    font-family: 'Readex Pro';
    font-size: 18px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
}

.lm-ingredient h4 {
    font-family: 'Readex Pro';
    font-size: 32px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #ffffff;
}

ul.ing-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-left: 20px;
    padding-top: 10px;
}

    ul.ing-list li {
        font-family: 'Readex Pro';
        font-size: 18px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: left;
        color: #ffffff;
    }

.lm-more-btn a {
    font-family: 'Readex Pro';
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #ffffff;
    width: 200px;
    height: 60px;
    background-color: #008080;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-top: 80px;
    border: 2px solid transparent;
}

    .lm-more-btn a:hover {
        color: #ffffff;
        border: 2px solid #ffffff;
        background-color: transparent;
    }

.lm-ingredient {
    margin-top: 20px;
}

/* Tab Menu */
section#tab-product {
    position: relative;
}

img.tm-side-menu {
    position: absolute;
    top: -2rem;
    right: 0;
}

h2.tm-heading {
    font-family: 'Play';
    font-size: 48px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
    padding: 0;
}

.tm-pills {
    border-bottom: 1px solid #515151;
    display: flex;
    justify-content: space-around;
}

li.tm-item {
    width: 20%;
    transition: 0.5s ease;
}

.tm-link.active {
    border-bottom: 2px solid #008080;
}

.tm-link {
    font-family: 'Readex Pro';
    font-size: 22px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #ffffff;
    padding: 40px 0;
    width: 100%;
    transition: 0.5s ease;
}

    .tm-link.active {
        color: #008080;
    }

    .tm-link:hover {
        color: #008080
    }

.tm-slide {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 40px;
    padding: 50px 0;
}

.tm-wrap {
    text-align: center;
}

.tm-images {
    background-color: #1F1F1F;
    border-radius: 10px;
    position: relative;
    padding: 35px 0;
}

.menu-btn a {
    font-family: 'Readex Pro';
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
    position: absolute;
    top: 20px;
    right: 15px;
}

.tm-title a {
    font-family: 'Readex Pro';
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
}

.tm-title {
    padding-top: 15px;
}

a.tm-view-btn {
    font-family: 'Readex Pro';
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
    width: 200px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #008080;
    margin: 0 auto;
    border-radius: 5px;
    border: 2px solid transparent;
}

    a.tm-view-btn:hover {
        border: 2px solid #ffffff;
        color: #ffffff;
        background-color: transparent;
    }

/* Mocktails */
.mocktails-content.owl-carousel {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.mocktails-banner {
    padding-bottom: 50px;
}

.mock-img {
    position: relative;
}

h4.mocktails_title a {
    font-family: 'Readex Pro';
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
}

h4.mocktails_title a {
    font-family: 'Readex Pro';
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
    display: none;
    transition: 0.3s ease;
}

.mock-wrap:hover h4.mocktails_title a {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000073;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.mocktail_btn {
    font-family: 'Readex Pro';
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    width: 200px;
    height: 60px;
    background-color: #008080;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    margin: 50px auto 0;
    border-radius: 5px;
    border: 2px solid transparent;
}

    a.mocktail_btn:hover {
        border: 2px solid #ffffff;
        color: #ffffff;
        background-color: transparent;
    }

/* services */
section#services {
    position: relative;
}

.service-head h2 {
    font-family: 'Play';
    font-size: 48px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: center;
    color: #ffffff;
    padding: 0;
}

.service-head p {
    font-family: Readex Pro;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: center;
    color: #ffffff;
    padding: 40px 0;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.service-content.owl-carousel {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
}

.service-img {
    width: 120px;
    height: 120px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.service-text {
    padding-top: 10px;
}

    .service-text h3 {
        font-family: Play;
        font-size: 24px;
        font-weight: 700;
        line-height: 40px;
        letter-spacing: 0em;
        text-align: center;
        color: #ffffff;
    }

    .service-text p {
        font-family: Readex Pro;
        font-size: 24px;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: 0em;
        text-align: center;
        color: #ffffff;
        padding: 5px 0;
        margin: 0;
    }

img.side-img {
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    right: 0;
}

/* Product */
.shop-content.owl-carousel {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shop-tp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shop-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.SHOP-TEXT {
    border: 1px solid #ffffff;
    padding: 12px 12px 20px;
    border-radius: 0 0 10px 10px;
}

.shop-title a {
    font-family: 'Readex Pro';
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
}

.shop-prize bdi {
    font-family: 'Readex Pro';
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #008080;
}

.buy-btn a {
    font-family: Readex Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
    width: 100%;
    max-width: 300px;
    height: 50px;
    margin: 20px auto 0;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

    .buy-btn a:hover {
        border: 2px solid #ffffff;
        color: #ffffff;
        background-color: transparent;
    }

/* Testimonial */
section#testimonials {
    position: relative;
}

#testimonials .container {
    max-width: 1630px;
}

.testimonial-text-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
/* .testimonials-img{
  width: 100%;
  max-width: 570px;
  height: 570px;
  background-color: #008080;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: end;
} */
/* .testimonials-img img{
  width: 100%;
  max-width: 350px;
  height: 550px;
} */
.testi-writer-name p {
    font-family: 'Play';
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
}

.testimonial-title h3 {
    font-family: 'Play';
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
}

.testimonial-text p {
    font-family: 'Readex Pro';
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    color: #ffffff;
    padding: 50px 0;
    margin: 0;
}

.testi-writer-name p {
    font-family: 'Play';
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color: #008080;
    margin: 0;
}

#testimonials .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

img.testi-side-img {
    position: absolute;
    bottom: 5rem;
}

/* Banner */
.banner-inner-wrapper {
    position: relative;
}

.banner-txet {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%,-70%);
}

    .banner-txet h2 {
        font-family: 'Play';
        font-size: 48px;
        font-weight: 700;
        line-height: 40px;
        letter-spacing: 0em;
        text-align: center;
        color: #008080;
    }

    .banner-txet p {
        font-family: 'Readex Pro';
        font-size: 20px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 0em;
        text-align: center;
        color: #ffffff;
        padding: 30px 0;
        margin: 0;
    }

    .banner-txet a {
        font-family: 'Readex Pro';
        font-size: 20px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: center;
        color: #ffffff;
        width: 100%;
        max-width: 320px;
        height: 60px;
        background-color: #008080;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        border: 2px solid transparent;
    }

        .banner-txet a:hover {
            border: 2px solid #ffffff;
            color: #ffffff;
            background-color: transparent;
        }

/* About */
section#about {
    position: relative;
}

.about_blank1 {
    width: 100px;
    height: 100px;
    background-color: #008080;
    position: absolute;
    top: 0;
    right: 0;
}

.about_blank2 {
    width: 70px;
    height: 70px;
    background-color: #008080;
    border: 3px solid #ffffff;
    border-radius: 5px;
    position: absolute;
    right: 4rem;
    top: 4rem;
}

.about-head p {
    font-family: 'Readex Pro';
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: center;
    color: #ffffff;
    margin: 50px 0 0;
}

.about-img {
    display: flex;
    justify-content: space-between;
}

/* Blog */

section#blog {
    padding: 80px 0;
}

section#blog .blog-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    width: 100%;
    padding: 0 60px;
}

/* Each blog tile */
section#blog .blog-contents {
    background: #1f1f1f;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-title {
    background: #00000066;
}

/* Image container */
section#blog .blog-img {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

/* Image itself */
section#blog .blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Content area */
section#blog .blog-information {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 24px;
}


@media (max-width: 1200px) {
    section#blog .blog-content {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 32px;
        gap: 32px;
    }

    section#blog .blog-information {
        padding: 20px;
    }

    .blog-title {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    section#blog {
        padding: 50px 0;
    }

    section#blog .blog-content {
        grid-template-columns: 1fr;
        padding: 0 16px;
        gap: 28px;
    }

    /* Make images feel better on mobile */
    section#blog .blog-img {
        aspect-ratio: 4 / 3;
    }

    /* Tighten content */
    section#blog .blog-information {
        padding: 16px;
    }

    /* Reduce overlay heaviness */
    .blog-title {
        background: rgba(0, 0, 0, 0.45);
        padding: 10px;
        border-radius: 6px;
    }

    .blog-title a {
        font-size: 18px;
        line-height: 22px;
        max-width: 100%;
    }

    .blog-title p {
        font-size: 13px;
        line-height: 18px;
    }
}



/* Video */
section#Video {
    padding: 50px 0 100px;
}

.offer-head h5:after {
    left: 46rem;
}

.videos {
    position: relative;
}

.v-video, .v-video-down {
    position: relative;
}

.v-video, .v-video-down {
    position: relative;
    text-align: center;
}

.video-img, .video-down-img {
    position: absolute;
    transition: all 0.3s;
}

img.play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
    width: 70px;
}

.down-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
    width: 50px;
}

.video-head h2 {
    font-family: 'Play';
    font-size: 48px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    color: #ffffff;
}

h4.v-title {
    font-family: 'Readex Pro';
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
    position: absolute;
    top: 10px;
    left: 25px;
    z-index: 9;
    padding: 0;
}

.video-down {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}

/* Instagram */
.insta-head h2 {
    font-family: 'Play';
    font-size: 32px;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: 0em;
    text-align: center;
    color: #ffffff
}

    .insta-head h2 span {
        font-family: Play;
        font-size: 48px;
        font-weight: 700;
        line-height: 56px;
        letter-spacing: 0em;
        text-align: center;
        color: #ffffff
    }

.insta-inner {
    display: grid;
    grid-template-columns: 63% 37%;
}

.insta-1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

    .insta-1 img, .insta-2 img {
        width: 100%;
        height: 100%;
    }

/* NEWSLETTER */
.inner-news-wrap .row {
    align-items: center;
}

.blog-heading h2 {
    font-family: 'Play';
    font-size: 48px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: center;
    color: #ffffff;
}

.inner-news-wrap {
    background-color: #000000;
    padding: 20px;
}

.inner-news-wrap {
    display: grid;
    grid-template-columns: 70% 30%;
    align-items: center;
}

.news-text h2 {
    font-family: 'Play';
    font-size: 42px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: 0em;
    text-align: center;
    color: #ffffff;
    width: 100%;
    max-width: 55%;
    margin: 0 auto;
}

.news-text-p {
    font-family: 'Readex Pro';
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    color: #ffffff;
    width: 100%;
    max-width: 55%;
    margin: 0 auto;
}

p.tag-input {
    padding: 0;
    height: 100%;
    margin: 0;
    width: 100%;
    max-width: 57%;
}

.news-inp-btn {
    position: relative;
}

    .news-inp-btn div {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 15px;
        position: relative;
    }

.news-btn {
    position: absolute;
    right: 15.8rem;
    margin: 0
}

    .news-btn:after {
        content: '\f1d8';
        font-size: 24px;
        color: #ffffff;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

.news-input input {
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: #ffffff;
}

    .news-input input::placeholder {
        color: #ffffff;
    }

.blog-title a {
    font-family: 'Play';
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
    width: 100%;
    max-width: 80%;
    display: block;
    padding-bottom: 15px;
}

.blog-title p {
    font-family: 'Readex Pro';
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
    margin: 0;
}

.blog-title {
    padding: 12px;
    background: #00000099;
    width: 100%;
    max-width: 350px;
    border-radius: 5px;
}

a.blog-btn {
    font-family: 'Readex Pro';
    font-size: 12px;
    font-weight: 400;
    line-height: 10px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
    width: 120px;
    height: 40px;
    background-color: #008080;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    border-radius: 5px;
    border-radius: 5px;
    border: 2px solid transparent;
}

    a.blog-btn:hover {
        border: 2px solid #ffffff;
        color: #ffffff;
        background-color: transparent;
    }

.blog-contents {
    position: relative;
}

.blog-information {
    position: absolute;
    bottom: 15px;
    left: 5px;
}
