﻿body {
}

.btn-get-started {
    /*  font-family: "Roboto", sans-serif;*/
    font-family: 'GOTHIC_1' !important;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    background: #EE3342;
}

.date-and-more {
    display: flex;
    justify-content: space-between;
}

.date {
    text-align: left;
}

.read-more {
    text-align: right;
}

.redcolor {
    color: #EE3342;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    padding: 10px;
    border-radius: 50%;
    transition: opacity 0.3s ease;
}

    .play-button:hover {
        opacity: 0.8;
    }

.content-block {
    display: inline-block;
    width: 100%;
    padding: 20px;
    background-color: #f6f6f6; /* Optional: Add background color */
    border: 1px solid #ddd; /* Optional: Add border */
    margin-bottom: 20px; /* Optional: Add margin between blocks */
    text-align: center;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .content-block {
        display: block; /* Change to block on smaller screens */
    }
}

/*  [data-aos].aos-animate {
        pointer-events: none;
    }*/

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
@import url(https://fonts.googleapis.com/css?family=Teko:700);



.snip *,
.snip *:before,
.snip *:after {
    box-sizing: border-box;
    transition: all 0.45s ease;
}

.snip {
    /*  position: relative;*/
    overflow: hidden;
    width: 100%;
    /*max-width: 315px;*/
    /*min-width: 230px;*/
    /*font-family: "Source Sans Pro", sans-serif;*/
    color: #fff;
    font-size: 16px;
    margin: 10px;
    text-align: left;
    transform: translateZ(0);
}

    .snip:hover .snip__title,
    .snip:hover .snip__text {
        transform: translateY(0);
        opacity: 0.9;
        transition-delay: 0.2s;
    }

    .snip::before,
    .snip::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #b81212;
        opacity: 0.5;
        transition: all 0.45s ease;
    }

    .snip::before {
        transform: skew(30deg) translateX(-80%);
    }

    .snip::after {
        transform: skew(-30deg) translateX(-70%);
    }

    .snip:hover::before {
        transform: skew(30deg) translateX(-20%);
        transition-delay: 0.05s;
    }

    .snip:hover::after {
        transform: skew(-30deg) translateX(-10%);
    }

    .snip:hover .snip__figcaption::before {
        transform: skew(30deg) translateX(-40%);
        transition-delay: 0.15s;
    }

    .snip:hover .snip__figcaption::after {
        transform: skew(-30deg) translateX(-30%);
        transition-delay: 0.1s;
    }

/* .snip__image {
        backface-visibility: hidden;
        max-width: 100%;
        vertical-align: top;
    }*/
/* .snip__image {
        backface-visibility: hidden;
        max-width: 100%;
    }*/

.snip__figcaption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 40px;
    text-align: center;
    /*background-color: rgba(0, 0, 0, 0.5);*/ /* Semi-transparent black background */
}

    .snip__figcaption .snip__title {
        font-size: 56px;
        color: white;
        margin-top: 18%;
        margin-left:40px;
        /*width: 400px;*/
        /*float: left;*/
    }

    .snip__figcaption .snip__text {
        font-size: 23px;
        color: #000 !important;
        margin-top: 2%;
        text-align: left !important;
        float: left !important;
        margin-left:40px;
    }
    .snip__figcaption .snip__text1 {
        font-size: 30px;
        color: #000 !important;
        margin-top: 2%;
        margin-left: 40px;
        float: left !important;
    }

    .snip__figcaption::before,
    .snip__figcaption::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #ddd;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
        content: "";
        opacity: 0.5;
        z-index: -1;
    }

    .snip__figcaption::before {
        transform: skew(30deg) translateX(-100%);
    }

    .snip__figcaption::after {
        transform: skew(-30deg) translateX(-90%);
    }

.snip__title,
.snip__text {
    margin: 0;
    opacity: 0;
    letter-spacing: 1px;
}

/*  .snip__title {
        font-family: "Teko", sans-serif;
        font-size: 36px;
        font-weight: 700;
        line-height: 1em;
        text-transform: uppercase;
    }

    .snip__text {
        font-size: 0.9em;
    }*/

.snip__link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}


figure.effect-selena {
    background: #EE3342;
    max-width: 400px; /* Adjust width as needed */
    max-height: 340px; /* Adjust height as needed */
    border-radius: 4px;
}

    figure.effect-selena img {
        opacity: 0.95;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    figure.effect-selena:hover img {
        -webkit-transform: scale3d(0.97,0.97,1);
        transform: scale3d(0.97,0.97,1);
    }

.banner-image {
    /*  max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        background-size: cover;*/
    width: 100%;
}
/* Media queries for different screen sizes */
@media screen and (max-width: 768px) {
    .banner-image {
        height: auto;
    }
}

@media screen and (max-width: 576px) {
    .banner-image {
        /* Adjust styles for smaller screens (e.g., smartphones) */
    }
}

@media only screen and (max-width: 600px) and (orientation : portrait) {
    .banner-image {
        padding: 0;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: contain;
        height: 554px !important;
        min-height: 554px !important;
        position: relative;
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        background-repeat: no-repeat;
        top:0px;
    }
}


.member-link {
    display: block; /* Make anchor tag a block-level element to cover entire member section */
    text-decoration: none; /* Remove default underline */
    color: inherit; /* Inherit text color */
}

/* Adjust positioning of play button */
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    /* Rest of the CSS for hover effects remains the same */

    /* Play button icon hover effect */
    .play-button:hover i {
        transform: scale(1.2); /* Scale up the play button on hover */
        transition: transform 0.3s ease; /* Smooth transition */
    }

/* Member hover effect */
.member:hover .member-img::after {
    content: ''; /* Add an overlay on hover */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black overlay */
    z-index: 1;
    transition: background-color 0.3s ease; /* Smooth transition */
}

.member:hover .member-info {
    opacity: 1; /* Show member info on hover */
    transition: opacity 0.3s ease; /* Smooth transition */
}

.member-info {
    color: #fff; /* White text color */
}

    .member-info h4 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .member-info span {
        font-size: 14px;
        opacity: 0.8;
    }

.reduced-size {
    max-width: 400px; /* Adjust width as needed */
    max-height: 300px; /* Adjust height as needed */
    border-radius: 4px;
}
