.elementor-8095 .elementor-element.elementor-element-8553b7b > .elementor-container{max-width:1300px;}.elementor-8095 .elementor-element.elementor-element-8553b7b{margin-top:38px;margin-bottom:38px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-8095 .elementor-element.elementor-element-38a7244{text-align:center;}.elementor-8095 .elementor-element.elementor-element-e442aa8 > .elementor-container{max-width:1300px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-8095 .elementor-element.elementor-element-45df558{--display:flex;--min-height:537px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-8095 .elementor-element.elementor-element-45df558:not(.elementor-motion-effects-element-type-background), .elementor-8095 .elementor-element.elementor-element-45df558 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFC1C1;background-image:url("https://trilokana.com/wp-content/uploads/2024/09/350500.png");}.elementor-8095 .elementor-element.elementor-element-1319fd7{--display:flex;}.elementor-8095 .elementor-element.elementor-element-1319fd7.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-8095 .elementor-element.elementor-element-9dcfcf9{width:var( --container-widget-width, 63% );max-width:63%;--container-widget-width:63%;--container-widget-flex-grow:0;}.elementor-8095 .elementor-element.elementor-element-a16af45{--display:flex;--min-height:576px;--justify-content:center;}.elementor-8095 .elementor-element.elementor-element-a16af45.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-8095 .elementor-element.elementor-element-0ae1a8e > .elementor-container{max-width:1300px;}@media(min-width:768px){.elementor-8095 .elementor-element.elementor-element-1319fd7{--width:67.366%;}.elementor-8095 .elementor-element.elementor-element-a16af45{--width:9.104%;}}@media(max-width:767px){.elementor-8095 .elementor-element.elementor-element-61a252f{text-align:justify;}.elementor-8095 .elementor-element.elementor-element-1319fd7{--width:533px;--min-height:89px;}.elementor-8095 .elementor-element.elementor-element-a16af45{--width:100%;--min-height:46px;}.elementor-8095 .elementor-element.elementor-element-feb0f44{text-align:justify;}}/* Start custom CSS for html, class: .elementor-element-9dcfcf9 */.content {
    background-color: #032539;
    align-items: center;
    border-radius: 20px 20px 20px 20px; /* Adjusted to match your original styles */
    color: #fff;
    position: absolute;
    top: 23%;
    left: 52%;
    text-align: justify;
    width: 350px;
}

.content h1 {
    padding-top: 20px;
    padding-bottom: -30px;
    color: #ff8214;
    text-align: center;
    font-size: 25px;
}

.content button {
    margin-top: 30px;
    padding: 10px 30px;
    border-radius: 20px; /* Rounded corners */
    background-color: #ff8214;
    color: #fff;
    border: none;
    position: absolute;
}

/* Initially hide all items */
.content .item {
    display: none; 
}

/* Show the active item */
.content .item.active {
    display: block; 
}

/* Animation for showing content */
@keyframes showContent {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
    }
}

/* Animation for active items */
.content .item.active h1 {
    opacity: 0;
    animation: showContent 0.5s ease-in-out 1 forwards;
}

.content .item.active .des {
    opacity: 0;
    animation: showContent 0.5s 0.3s ease-in-out 1 forwards;
}

.content .item.active button {
    opacity: 0;
    animation: showContent 0.5s 0.6s ease-in-out 1 forwards;
}

/* Media Queries for Content */

/* Tablet Screens */
@media (max-width: 1024px) {
    .content {
        top: 30%;
        left: 50%;
        width: 300px; /* Adjust for tablets */
    }
}

/* Mobile Screens */
@media (max-width: 768px) {
    .content {
        width: 90%; /* Full width for better readability */
        left: 5%;
        top: auto;
        margin-top: 20px;
        text-align: center;
        padding: 20px; /* Add padding for mobile */
    }

    .des {
        width: 100%;
        padding: 10px; /* Add padding for readability */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2f809a2 *//*
Theme Name: My Custom Theme
Description: Custom theme for carousel project.
Author: Your Name
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

body {
    margin: 0; 
    font-family: monospace;
    overflow-x: hidden;
    overflow-y: visible; /* Prevent any scrollbars on the body */
}

.header {
    position: absolute;
    width: 100%;
    z-index: 100;
    border-bottom: 1px solid #fff4;
}

.slider {
    position: relative;
    display: flex;
    margin: auto;
    width: 200%;
    max-width: 100vh;
    height: 100vh;
    background-image: linear-gradient(to right, #2B2F3A, #0D0E12);
    overflow-x: hidden; /* Prevent horizontal scroll */
}

.slider::before {
    position: absolute;
    width: 50%;
    height: 100vh;
    content: '';
    top: 0;
    left: 0;
    background-color: #E88735;
}

.title {
    position: absolute;
    top: 30%;
    right: 60%;
    text-align: right;
    color: #fff;
    font-size: 150px;
    width: 30%;
    font-family: 'Pacifico', cursive;
    text-shadow: 3px 5px 0px #478860;
    line-height: .6em;
    transform: rotate(-5deg);
}

.images {
    position: absolute;
    bottom: 20px;
    left: 1290%; /* Check if this is the desired position */
    --rotate: 10deg;
    transform: translate(-50%, 50%) rotate(var(--rotate));
    width: 600px; 
    height: 600px;
    border-radius: 50%;
    transition: transform 0.5s ease-in-out;
    outline: 1px dashed #fff5;
    outline-offset: -100px;
    overflow: visible; /* Prevent scrollbars */
}

.images .item {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    rotate: calc(-40deg * var(--i) - 31deg);
    transition: transform 0.5s ease-in-out, z-index 0.5s ease-in-out;
}

.images .item img {
    height: 100px;
    width: 50px;
    transition: transform 0.5s ease-in-out; /* Smooth scaling transition */
}

.images .item.active img {
    transform: scale(1.5); /* 50% larger */
    z-index: 1;
}

.content {
    background-color: #032539;
    border-radius: 20px;
    color: #fff;
    position: absolute;
    top: 23%;
    left: 52%;
    text-align: auto;
    width: 350px;
}

.content h1 {
    color: #ff8214;
    font-size: 25px;
}

.content button {
    margin-top: 30px;
    padding: 10px 30px;
    border-radius: 20px;
    background-color: #ff8214;
    color: #fff;
    border: none;
    position: absolute;
}

.content .item {
    display: none;
}

.content .item.active {
    display: block;
}

@keyframes showContent {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
    }
}

.content .item.active h1 {
    opacity: 0;
    animation: showContent 0.5s ease-in-out 1 forwards;
}

.content .item.active .des {
    opacity: 0;
    animation: showContent 0.5s 0.3s ease-in-out 1 forwards;
}

.content .item.active button {
    opacity: 0;
    animation: showContent 0.5s 0.6s ease-in-out 1 forwards;
}

#prev,
#next {
    position: absolute;
    border: none;
    font-size: 230px;
    font-family: cursive;
    background-color: transparent;
    color: #fff;
    font-weight: bold;
    opacity: 0.3;
}

#prev {
    top: 23%; /* Adjust to move up/down */
    left: 85%; /* Horizontal alignment */
    transform: translateY(100%); /* Adjust to center vertically */
}

#next {
    top: 34%; /* Adjust to move up/down */
    left: 85%; /* Horizontal alignment */
    transform: translateY(-100%); /* Adjust to center vertically */
    right: 250px;
}

#next:hover,
#prev:hover {
    opacity: 1;
}

.des {
    width: 76%;
}

/* Media Queries */

/* Desktop Screens (width greater than 1024px) */
@media (min-width: 1025px) {
    .slider {
        left: 1397%;
        width: 600px;
        height: 509px;
    }

    .title {
        top: 30%;
        right: 60%;
        font-size: 150px;
        width: 30%;
    }

    .images {
        left: 1300%;
    }

    .images .item img {
        width: 100px;
        height: 100px;
    }

    .content {
        top: 23%;
        left: 52%;
        width: 350px;
    }

    #prev,
    #next {
        font-size: 230px;
        opacity: 0.3;
    }
}

/* Tablet Screens (width between 768px and 1024px) */
@media (max-width: 1024px) {
    .slider {
        width: 100%; /* Full-width for tablets */
        max-width: 100%;
    }

    .title {
        font-size: 80px;
        top: 20%;
        right: 50%;
        width: 40%;
    }

    .images {
        width: 400px;
        height: 400px;
        left: 1000%;
    }

    .images .item img {
        width: 80px;
        height: 80px;
    }

    .content {
        top: 30%;
        left: 50%;
        width: 300px;
    }

    #prev,
    #next {
        font-size: 150px;
    }
}

/* Mobile Screens (width less than 768px) */
@media (max-width: 768px) {
    body {
        overflow-x: hidden; /* Ensure no horizontal scroll */
    }

    .slider {
        width: 100%; /* Full width on mobile */
        overflow: hidden; /* Hide overflow to prevent scrollbars */
        display: flex;
        flex-direction: column; /* Stack items vertically */
        align-items: center; /* Center align carousel */
    }

    .title {
        font-size: 50px;
        top: 10%;
        right: 0;
        width: 100%; /* Full width for better readability */
        text-align: center;
    }

    .images {
        width: 250px;
        height: 250px;
        left: 50%;
        bottom: 20px;
        transform: translateX(-50%);
        outline: none; /* Remove any extra outline for mobile */
    }

    .images .item img {
        width: 10%; /* Smaller images */
        height: 10%;
    }

    .content {
        width: 90%; /* Full width for mobile readability */
        left: 5%;
        top: auto;
        margin-top: 20px;
        text-align: center;
        padding: 20px;
    }

    .des {
        width: 100%;
        padding: 10px; /* Add padding for readability */
    }

    #prev,
    #next {
        display: none; /* Hide large arrows on mobile */
    }
}

/* Hide buttons by default */
#prev, #next {
    display: none; /* Hide buttons on desktop and tablet by default */
}

/* Show buttons only on mobile screens (max-width: 768px) */
@media (max-width: 768px) {
    #prev, #next {
        display: block; /* Show buttons on mobile */
        font-size: 80px; /* Adjust size for mobile */
        color: #fff;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); /* Center vertically *//* End custom CSS */