@import url('https://fonts.googleapis.com/css2?family=Kanit&family=Poor+Story&display=swap');
:root{
    --primary: #FC6736;
}
*{
    margin: 0;
    padding: 0;
}
.custom-btn-outline{
    border: 2px solid var(--primary);
    border-radius: 20px;
    padding: 20px;
    color: var(--primary);
    font-size: 13px;
    transition: 0.5s ease all;
}
.custom-btn-solid{
    background: var(--primary);
    border-radius: 20px;
    padding: 20px;
    color: white;
    font-size: 13px;
    text-transform: uppercase;
    transition: 0.5s ease all;
}
.custom-btn-outline:hover{
    color: var(--primary);
    border: 2px solid var(--primary);
    border-radius: 55px !important;
}
.custom-btn-solid:hover{
    color: white;
    background: var(--primary);
    border-radius: 55px !important;
}
.custom-btn{
    width: 200px;
    background: var(--primary);
    border-radius: 20px;
    color: white;
    transition: 0.5s ease all;
}
.custom-btn:hover{
    background: var(--primary);
    color: white;
    width: 250px;
}
.upper-section{
    display: flex;
    justify-content: end;
    margin-bottom: 10px;
}
#search-form{
    width: 38px;
    height: 38px;
    border: 2px solid gray;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
    transition: 0.3s ease all;
}
#search-bar{
    height: 100%;
    width: 100%;
    position: absolute;
    border: 0;
    background: transparent;
    padding-left: 10px;
    opacity: 0;
    transition: 0.4s ease all;
    z-index: 1;
}
#search-bar:focus{
    outline: none;
}
#search-form button{
    height: 100%;
    width: 35px;
    height: 35px;
    border: 0;
    border-radius: 50%;
    color: var(--primary);
}
.collaps-menu-btn{
    display: none;
}
.collaps-menu-btn i{
    font-size: 30px;
}
#call-btn{
    text-decoration: none;
    color: white;
    padding: 10px;
    background-color: var(--primary);
}
#menu-collaps-btn{
    color: white;
    padding: 10px;
    background-color: rgb(0, 0, 163);
}
.navbar-custom-collapse{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
/* Header */
.carousel-overlay{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.466);
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
}
.carousel-overlay h1{
    font-family: 'Poor Story', system-ui;
}
.carousel-overlay a{
    border-radius: 20px;
    transition: 0.3s ease all;
}
.carousel-overlay a:hover{
    padding: 10px;
}
.hero-right{
    background-image: linear-gradient(180deg, #f05323 0%, #540000 50%);
}
.events{
    height: 49%;
}
.event-1{
    background-image: url("../images/globaleventmedia_slider/galary/download.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.royal-event-1{
    background-image: url("../images/royalindianweading_slider/galary/download\ \(1\).png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.event-2{
    background-image: url("../images/globaleventmedia_slider/galary/download\ \(2\).png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.royal-event-2{
    background-image: url("../images/royalindianweading_slider/galary/download\ \(2\).png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-left h1{
    font-family: 'Kanit', sans-serif;
}
.animated-card h4{
    font-family: 'Kanit', sans-serif;
}
.hero-left p{
    font-size: 12px;
    color: #f05323;
}
.animated-card > img{
    width: 80px;
    animation: scroll_anime 2s linear forwards;
    animation-timeline: view(100px);
}
@keyframes scroll_anime {
    0%{
        width: 90px;
        transform: rotate(-20deg);
    }50%{
        width: 100px;
        transform: rotate(20deg);
    }100%{
        width: 80px;
        transform: rotate(0deg);
    }
}
.divider-image{
    background-image: url("../images/background/audio_equipment.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.overlay{
    background-image: url("../images/background/Console.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.carousel-image{
    width: 100%;
}

/* Galary */
.gallery-item {
    margin: 10px;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: transform 0.2s;
}

.gallery-item img:hover {
    transform: scale(1.1);
}

#galary-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1;
}

#modal-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

#modal-img {
    max-width: 90%;
    max-height: 90%;
}

#close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}
.contact-hero-sec{
    background: var(--primary);
    border-radius: 20px;
}
.testimonial-image{
    transition: 0.4s ease all;
}
.testimonial-image:hover{
    filter: grayscale(100%);
}
/* Footer */
.footer-card-outer{
    background: var(--primary);
    border: 1px solid white;
    border-width: thin;
}
.footer-card h4{
    font-family: 'Kanit', sans-serif;
    color: white;
}
.footer-card img{
    width: 100px;
}
.footer-card-outer{
    transition: 0.4s ease all;
}
.footer-card-outer:hover{
    background: rgba(33,37,41,1);
}