html {
    scroll-behavior: smooth;
}

html,
body {
    height: 100%;
}

@font-face {
    font-family: 'BiroScriptreduced';
    src: url('../fonts/Biro_Script_reduced/Biro_Script_reduced.otf') format('opentype'),
        url('../fonts/Biro_Script_reduced/Biro_Script_reduced.ttf') format('truetype');
}

@font-face {
    font-family: 'Anaktoria';
    src: url('../fonts/Anaktoria/Anaktoria.ttf') format('truetype');
}

@font-face {
    font-family: 'GlacialIndifference';
    src: url('../fonts/Glacial_Indifference/GlacialIndifference-Regular.otf') format('opentype'),
        url('../fonts/Glacial_Indifference/GlacialIndifference-Bold.otf') format('opentype');
}

:root {
    --color-primary: #b5200a;
    --color-secondary: #d69e3b;
    --color-ash: #ebe7df;
    --color-olive-green: #5c6244;
    --color-brown: #44281a;
    --color-light-white: #f7f7f7;
    --color-white: #fff;
    --color-black: #000;
    --color-green: #4caf50;
}

body {
    line-height: 1.6;
    font-size: 16px;
    font-family: 'GlacialIndifference', sans-serif;
    color: var(--color-black);
    position: relative;
    background-color: var(--color-white);
    overflow-x: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

h1,
h2 {
    font-family: 'BiroScriptreduced', sans-serif;
}

h3,
h4,
h5,
h6 {
    font-family: 'Anaktoria', sans-serif;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pt-60 {
    padding-top: 60px;
}
.pt-80 {
    padding-top: 80px;
}
.pb-150{
    padding-bottom: 150px;
}
.pb-200{
    padding-bottom: 200px;
}
.pt-30 {
    padding-top: 30px;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.form-control:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: var(--color-secondary);
}
.modal .modal-body .modal-title{
    font-size: 25px;
    color: var(--color-primary);
    font-weight: 600;
}
.modal .modal-body img{
    border: 8px solid #d6d6d66e;
}
.modal button{
    box-shadow: none !important;
    outline: none !important;
}

/* donate modal */
.donate-modal .modal-content {
    position: relative;
}
.donate-modal .qr-code-image{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #d6d6d66e;
    border-radius: 10px;
    background-color: var(--color-white);
    padding: 5px; 
}

.donate-modal .modal-body .copy-text {
	position: relative;
	padding: 10px;
	background-color: rgb(239 160 20 / 48%);
	border: 3px dashed var(--color-secondary);
	border-radius: 10px;
	display: flex;
    justify-content: space-between;
    width: 100%;

}
.donate-modal .modal-body .copy-text input.text {
	padding: 10px;
	font-size: 18px;
	border: none;
	background-color: transparent;
}
.donate-modal .modal-body .copy-text .text:focus {
    border: none;
    outline: none;
    box-shadow: none;
}
.donate-modal .modal-body .copy-text button {
	padding: 10px;
	font-size: 18px;
    border: 0;
	border-radius: 10px;
	cursor: pointer;
	background-color: transparent;
}
.donate-modal .modal-body .copy-text button:active {
	background: #d69e3b;
}
.donate-modal .modal-body .copy-text button::before {
	content: "Copied";
	position: absolute;
	top: -55px;
	right: 0px;
	background: #d69e3b;
	padding: 8px 10px;
	border-radius: 20px;
	font-size: 15px;
	display: none;
}
.donate-modal .modal-body .copy-text button::after {
	content: "";
	position: absolute;
	top: -20px;
	right: 25px;
	width: 10px;
	height: 10px;
	background: #d69e3b;
	transform: rotate(45deg);
	display: none;
}
.donate-modal .modal-body .copy-text.active button::before,
.donate-modal .modal-body .copy-text.active button::after {
	display: block;
}
.donate-modal .modal-body .table-content td {
    border: 2px solid var(--color-secondary);
    font-weight: 600;
}

.section-title .main-title {
    font-size: 70px;
    transform: capitalize;
    position: relative;
}
@media screen and (max-width: 768px) {
    .section-title .main-title {
        font-size: 60px;
    }
    
}

.section-title img {
    display: block;
    width: 300px;
    margin: 0 auto;
    margin-top: 10px;
}

button:focus {
    box-shadow: none;
}

.btn-theme {
    color: var(--color-white);
    padding: 10px 30px;
    border-radius: 20px;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    transition: color 0.3s ease;
}

.btn-theme::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 300%;
    background: linear-gradient(45deg, var(--hover-color), var(--hover-color));
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: -1;
    transition: width 1.3s ease;
}

.btn-theme:hover::before {
    width: 200%;
}

.btn-theme:hover {
    color: var(--color-white);
}

.btn-yellow {
    --hover-color: var(--color-secondary);
    background-color: var(--color-secondary);
}

.btn-red {
    --hover-color: var(--color-primary);
    background-color: var(--color-primary);
}

.btn-green {
    --hover-color: var(--color-green);
    background-color: var(--color-green);
}

.btn-olive-green {
    --hover-color: var(--color-olive-green);
    background-color: var(--color-olive-green);
}
.btn-brown {
    --hover-color: var(--color-brown);
    background-color: var(--color-brown);
}

/***************** header section ******************/
.main-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
.main-header .navbar-brand {
    display: flex;
    justify-content: center; 
    align-items: center;
    position: relative;
    padding-top: 30px;
}

.main-header .custom-nav {
    background-color: #fff5e6;
    border-radius: 50px;
    padding: 12px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.main-header .custom-nav .nav-link {
    text-decoration: none;
    padding: 0 15px;
    color: var(--color-black);
    font-weight: 500;
}

.main-header .navbar-toggler {
    background-color: var(--color-secondary);
    color: var(--color-primary);
    margin-top: 40px;
}

.main-header .custom-nav .nav-link:hover {
    color: var(--color-primary);
}

.main-header .custom-nav .nav-link.active {
    color: var(--color-primary);
    font-weight: 600;
}

@media (min-width: 992px) {

    .main-header .navbar-toggler {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .main-header .navbar-brand {
        position: absolute;
        left: 20px;
    }

    .main-header .navbar-brand img {
        width: 120px;
    }

    .main-header .custom-nav{
        margin-right: initial !important;
    }
}

/***************** Banner Section ******************/

.banner-section {
    position: relative;
    background-color: var(--color-primary);
    padding-top: 80px;
    padding-bottom: 230px;
    z-index: 1;
    overflow: hidden;
}

.banner-section::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    background-image: url(../images/waves/ash-wave.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: -1;
    width: 100%;
    height: -webkit-fill-available;
    background-size: contain;
}


.banner-section .shape-box .shape-1 {
    position: absolute;
    bottom: 0;
    left: -5%;
    width: 28%;
    z-index: -2;
}

.banner-section .shape-box .shape-2 {
    position: absolute;
    bottom: 0;
    right: -5%;
    width: 28%;
    z-index: -2;
}

.banner-section .banner-content {
    padding-top: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.banner-section .banner-content .banner-date {
    font-size: 20px;
}

.banner-section .banner-content .banner-main-title h2 {
    font-size: 54px;
}

.banner-section .banner-content .timer-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.banner-section .banner-content .timer-container .timer-box {
    background-color: #f7f4f2;
    padding: 10px;
    border-radius: 10px;
    width: 80px;
    text-align: center;
}

.banner-section .banner-content .timer-container .timer-box span {
    font-size: 28px;
    font-weight: 600;
}

@media (max-width: 768px) {

    .banner-section {
        padding-top: 0;
        padding-bottom: 80px;
    }

    .banner-section .shape-box .shape-1,
    .banner-section .shape-box .shape-2 {
        width: 40%;
    }

    .banner-section .banner-content {
        padding-top: 40px;
    }

    .banner-section .banner-content .banner-date {
        font-size: 16px;
    }

    .banner-section .banner-content .banner-main-title h2 {
        font-size: 28px;
        line-height: 1.4;
    }

    .banner-section .banner-content .timer-container {
        flex-wrap: wrap;
        gap: 10px;
    }

    .banner-section .banner-content .timer-container .timer-box {
        width: 60px;
        padding: 8px;
    }

    .banner-section .banner-content .timer-container .timer-box span {
        font-size: 20px;
    }

    .banner-section .btn {
        font-size: 14px;
        padding: 10px 20px;
        margin-bottom: 10px;
    }
}

/***************** Overview Section ******************/

.overview-section {
    background-color: var(--color-ash);
    position: relative;
}

.overview-section .overview-content .overview-box {
    padding: 50px;
    background-color: var(--color-white);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    text-align: center;
    height: 100%;
    width: 100%;
}

.overview-section .overview-content .overview-box .overview-detail {
    margin-top: 25px;
}

.overview-section .overview-content .overview-box .overview-title {
    text-transform: uppercase;
}

.overview-section .overview-content .overview-box .overview-short-text {
    padding: 10px;
}

@media screen and (max-width: 768px) {
    .overview-section .overview-content .overview-box {
        height: 300px;
    }
}

/***************** Who we are Section ******************/

.who-we-are-section {
    position: relative;
    z-index: 1;
}

.who-we-are-section::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    background-image: url(../images/waves/green-wave.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    height: -webkit-fill-available;
    background-size: contain;
    z-index: -1;
}

.who-we-are-section .shape-box .left-top-image {
    position: absolute;
    top: 100px;
    left: -165px;
    z-index: -2;
}

.who-we-are-section .shape-box .right-top-image {
    position: absolute;
    top: 0;
    right: -150px;
    z-index: -2;
}

.who-we-are-section .shape-box .left-bottom-image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28%;
    z-index: -2;
}

.who-we-are-section .shape-box .right-bottom-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 28%;
    z-index: -2;
}

@media screen and (max-width: 768px) {

    .who-we-are-section .shape-box .left-top-image {
        width: 75%;
    }

    .who-we-are-section .shape-box .left-bottom-image {
        width: 40%;
    }

    .who-we-are-section .shape-box .right-bottom-image {
        width: 40%;
    }

    .who-we-are-section .shape-box .right-top-image {
        display: none;
    }
}

/***************** Speaker Section ******************/

.speaker-section {
    position: relative;
    background-color: var(--color-olive-green);
    z-index: 1;
    padding-bottom: 100px;
    overflow: hidden;
}
.speaker-section .shape-box .left-bottom-image {
    position: absolute;
    bottom: 10%;
    left: -10%;
}

.speaker-section .shape-box .right-top-image {
    position: absolute;
    top: 25%;
    right: -10%;
}

.speaker-section .event-container .event-card {
    background-color: var(--color-white);
    border-radius: 15px;
    height: 100%;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.speaker-section .event-container .event-card .icon-container {
    background-color: #a20d0d;
    border-radius: 10px;
    padding: 20px;
    display: inline-flex;
}
@media screen and (max-width: 768px) {
    .speaker-section .event-container .event-card{
        text-align: center;
    }
    .speaker-section .event-container .event-card .icon-container {
        margin-bottom: 20px;
    }
}

.speaker-section .event-container .event-card .icon-container img {
    width: 50px;
    height: 50px;
}

.speaker-section .event-container .event-card .event-text p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.speaker-section .speaker-container .speaker-wrapper .speaker-card {
    position: relative;
    overflow: hidden;
}
.speaker-section .speaker-container .speaker-wrapper .speaker-card img{
    position: relative;
    width: 100%;
    border-radius: 25px;
    border: 5px solid rgb(255 255 255 / 0.15);
    transition: all 0.5s ease-in-out;
}
.speaker-section .speaker-container .speaker-wrapper .speaker-card img:hover { 
    filter: brightness(0.7);
    cursor: pointer;
    transform: scale(1.02); 

}

.speaker-section .speaker-container .speaker-wrapper .speaker-card .speaker-name {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background-color: var(--color-white);
    padding: 15px;
    border-radius: 15px;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}
/*****************Chief Guest Section ******************/
.participants-section {
    position: relative;
    background-image: url(../images/participants/participants_bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    z-index: 1;
}
.participants-section::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    background-image: url(../images/waves/yellow-wave.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    height: -webkit-fill-available;
    background-size: contain;
    z-index: -1;
}
.participants-section::after {
    content: '';
    position: absolute;
    bottom: 0px;
    top:0px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -2;
    background-color: #000;
    opacity: 0.7;
}
.participants-section .shape-box .right-bottom-image {
    position: absolute;
    bottom: 18%;
    right: 1%;
    z-index: -2;
    width: 15%;
    display: none;
}
.participants-section .section-title .main-title {
    color: var(--color-white);
}
.participants-section .participants-container .participants-wrapper .chief-guest-card {
    position: relative;
}


.participants-section .participants-container .participants-wrapper .chief-guest-card .participants__img {
    position: relative;
}
.participants-section .participants-container .participants-wrapper .chief-guest-card .participants__img img {
    position: relative;
    width: 100%;
    border-radius: 20px;
    border: 10px solid rgb(255 255 255);
}
.participants-section .participants-container .participants-wrapper .chief-guest-card .participants__img .content {
    text-align: center;
    margin-top: 25px;
}
.participants-section .participants-container .participants-wrapper .chief-guest-card .participants__img .content h5 {
    color: var(--color-white);
    font-weight: 700;
    font-size: 36px;
    font-family: 'GlacialIndifference';
}
.participants-section .participants-container .participants-wrapper .participants-content {
    color: var(--color-white);
    padding: 40px 20px;
    font-size: 32px;
    font-family: 'GlacialIndifference';
}
.participants-section .participants-container .participants-wrapper .participants-card {
    position: relative;
}
.participants-section .participants-container .participants-wrapper .participants-card .participants__img {
    position: relative;
}

.participants-section .participants-container .participants-wrapper .participants-card .participants__img img {
    position: relative;
    width: 100%;
    border-radius: 20px;
    border: 8px solid rgb(255 255 255 / 0.3);
}


.participants-section .participants-container .participants-wrapper .participants-card .participants__img .content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 15px;
    border-radius: 15px;
    font-size: 20px;
    text-align: center;
    z-index: 1;
    font-weight: 600;
    background-color: #faf5f2;
    border: 1px solid #eeeeee;
}


@media screen and (max-width: 768px) {
    .participants-section {
        position: relative;
        background-color: var(--color-white);
        z-index: 1;
    }
    .participants-section .shape-box .right-bottom-image {
        display: block;
        bottom: 0;
        right: 0%;
        z-index: -2;
        width: 25%;
    }
}
/***************** Performer Section ******************/
.performer-section {
    position: relative;
    background-color: var(--color-secondary);
    z-index: 1;
    overflow: hidden;
}

.performer-section .shape-box .right-top-image {
    position: absolute;
    top: 75px;
    right: -270px;
}

.performer-section .performer-container .performer-wrapper .performer-card {
    position: relative;
}

.performer-section .performer-container .performer-wrapper .performer-card .performer__img {
    position: relative;
    overflow: hidden;
}

.performer-section .performer-container .performer-wrapper .performer-card .performer__img img {
    position: relative;
    width: 100%;
    border-radius: 25px;
    transition: all 0.5s ease-in-out;
}
.performer-section .performer-container .performer-wrapper .performer-card .performer__img img:hover{
    filter: brightness(0.6);
    cursor: pointer;
    transform: scale(1.02); 
}

.performer-section .performer-container .performer-wrapper .performer-card .performer__img .content {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background-color: var(--color-white);
    padding: 15px;
    border-radius: 15px;
    font-size: 20px;
    text-align: center;
    z-index: 1;
    font-weight: 600;
}


@media screen and (max-width: 767px) {
    .performer-section .shape-box .right-top-image {
        width: 80%;
        right: -150px;
    }
}

/***************** Event Section ******************/
.event-section {
    position: relative;
    background-color: var(--color-brown);
    z-index: 1;
    padding-bottom: 220px;
}


.event-section::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    background-image: url(../images/waves/white-wave.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    height: -webkit-fill-available;
    background-size: contain;
    z-index: -1;
}

.event-section .event-content-wrapper .event-box {
    background-color: var(--color-white);
    border-radius: 100px;
    padding: 10px;
    margin: 30px auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.event-section .event-content-wrapper .event-box .event-img img{
    width: 150px;
}
.event-section .event-content-wrapper .event-box .event-text .event-time {
    font-size: 40px;
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: 10px;
}

.event-section .event-content-wrapper .event-box .event-text .event-title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .event-section {
        padding-bottom: 100px;
    }
    .event-section .event-content-wrapper .event-box .event-img img {
        margin: 0 auto;
        display: block;
    }

    .event-section .event-content-wrapper .event-box .event-text {
        text-align: center;
    }

    .event-section .event-content-wrapper .event-box {
        background-color: var(--color-white);
        border-radius: 30px;
        padding: 10px;
        margin: 30px auto;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }
    .event-section .event-content-wrapper .event-box .event-text .event-time{
        font-size: 35px;
    }
}

/***************** Gallery Section ******************/

.gallery-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.gallery-section .shape-box .left-top-image {
    position: absolute;
    top: -18px;
    left: -300px;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .gallery-section .shape-box .left-top-image {
        display: none;
    }
}

.gallery-section .owl-carousel .owl-dots {
    display: block;
    text-align: center;
    margin-top: 15px;
    padding: 10px;
}

.gallery-section .owl-carousel .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    margin: 5px;
    display: inline-block;
    border: 3px solid var(--color-primary);
    border-radius: 50%;
    background-color: var(--color-secondary);
    cursor: pointer;
    transition: all 0.3s ease;
}

.gallery-section .owl-carousel .owl-dots .owl-dot:hover {
    background-color: orange;
}

.gallery-section .owl-carousel .owl-dots .owl-dot.active {
    background-color: var(--color-primary);
    border-color: var(--color-secondary);
}

.gallery-section .owl-carousel .owl-dots .owl-dot span {
    display: none;
}


/***************** Contact Section ******************/

.contact-section {
    position: relative;
}

.contact-section .contact-form-wrapper .contact-form {
    background-color: var(--color-white);
    border-radius: 50px;
    padding: 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.contact-section .contact-form-wrapper .contact-form h3 {
    font-size: 40px;
}

.contact-section .contact-form-wrapper .contact-form .form-control{
    width: 100%;
    padding: 18px;
    border: 1px solid #ccc;
    border-radius: 0;
}

.contact-section .contact-form-wrapper .contact-form .submit-btn {
    background-color: var(--color-primary);
    color: var(--color-white);
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 18px;
    margin-top: 20px;
    text-transform: uppercase;
}

.contact-section .youtube-video iframe{
    width: 100%;
    height: 568px;
    border-radius: 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);

}

@media (min-width: 768px) {
    /* .contact-section .contact-form-wrapper .contact-form {
        width: 700px;
        margin: 0 auto;
        border-radius: 50px;
    } */
}

@media screen and (max-width: 768px) {
    .contact-section .contact-form-wrapper {
        position: relative;
        z-index: 10;
        top: 0px;
        left: 0px;
        margin-bottom: 20px;
    }

}
/******************* Sponsors Section ******************/
.sponsors-section{
    position: relative;
}

.sponsors-section .sponsor-block{
    position: relative;
    margin: 30px 0;
}
.sponsors-section .sponsor-block .image_box{
    position: relative;
    text-align: center;
    height: 135px;
    line-height: 80px;
    padding: 10px 25px;
    border: 1px solid var(--color-secondary);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.sponsors-section .sponsor-block .image_box img{
    height: 110px;
    object-fit: contain;
    margin: 0 auto;
    opacity: 1;
}

/***************** Contact Card Section ******************/

.contact-card-section {
    position: relative;
    z-index: 1;
    padding-bottom: 200px;
    overflow: hidden;
}

.contact-card-section::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    background-image: url(../images/waves/brown-wave.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    height: -webkit-fill-available;
    background-size: contain;
    z-index: -1;
}

.contact-card-section .shape-box .right-bottom-image {
    position: absolute;
    bottom: 110px;
    right: 0;
    z-index: -2;
    width: 18%;
}

.contact-card-section .shape-box .left-bottom-image {
    position: absolute;
    bottom: 0;
    left: -11%;
    z-index: -1;
    width: 28%;
}

.contact-card-section .contact-info-container {
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 40px 20px;
    text-align: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
}
.contact-card-section .contact-info-container .contact-info .contact-icon img {
    width: 50px;
    height: 50px;
    margin-bottom: 12px;
    background-color: var(--color-olive-green);
    padding: 10px;
    border-radius: 15px;
}

.contact-card-section .contact-info-container .contact-info .contact-text a {
    font-size: 20px;
    color: var(--color-black);
    font-weight: 600;
    text-decoration: none;
}
.contact-card-section .contact-info-container .contact-info .contact-text a:hover {
    color: var(--color-primary);
}

@media screen and (max-width: 768px) {

    .contact-card-section .shape-box .right-bottom-image {
        width: 35%;
        position: absolute;
        bottom: -6px;
        right: 0;
        z-index: -2;
    }

    .contact-card-section .shape-box .left-bottom-image {
        z-index: -2;
        width: 45%;
    }
}

/***************** Footer Section ******************/
.footer-section {
    position: relative;
    background-color: var(--color-brown);
    padding-top: 80px;
    margin-bottom: 0;
}

.footer-section .footer-content-wrapper .footer-menu ul li {
    display: inline-block;
    margin-right: 60px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.footer-section .footer-content-wrapper .footer-menu ul li a {
    color: var(--color-white);
    text-decoration: none;
    font-size: 18px;
}

.footer-section .footer-content-wrapper .footer-menu ul li a:hover {
    color: var(--color-secondary);
}

.footer-section .footer-content-wrapper .horizontal-line {
    width: 100%;
    height: 1px;
    background-color: #c3c3c3;
    margin-top: 10px
}

.footer-section .footer-content-wrapper .copy-rights p {
    padding-top: 10px;
}
.footer-section .footer-content-wrapper .copy-rights .terms-policy{
    text-align: right;
}
.footer-section .footer-content-wrapper .copy-rights p a{
    color: var(--color-white);
    text-decoration: none;
}
.footer-section .footer-content-wrapper .copy-rights p a:hover{
    color: var(--color-secondary);
}

@media (max-width: 768px) {
    .footer-section {
        padding-top: 5px;
    }

    .footer-section .footer-content-wrapper {
        padding-top: 40px;
    }

    .footer-section .footer-content-wrapper .logo img {
        width: 150px;
        height: 150px;
    }

    .footer-section .footer-content-wrapper .footer-menu ul {
        padding-left: 0;
        list-style: none;
    }

    .footer-section .footer-content-wrapper .footer-menu ul li {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .footer-section .footer-content-wrapper .footer-menu ul li a {
        font-size: 16px;
    }

    .footer-section .footer-content-wrapper .horizontal-line {
        margin-top: 20px;
    }
    .footer-section .footer-content-wrapper .copy-rights{
        text-align: center;
    }
    .footer-section .footer-content-wrapper .copy-rights .terms-policy{
        text-align: center;
    }
    .footer-section .footer-content-wrapper .copy-rights p {
        font-size: 14px;
        padding: 10px 0;
    }
}
/*********************Booking Form******************/
/***************** Breadcrumbs Section ******************/
.breadcrumbs-section{
    position: relative;
    background-color: var(--color-primary);
    padding-top: 290px;
    z-index: 1;
}
.breadcrumbs-section .breadcrumbs .breadcrumb-content .breadcrumbs-wrapper{
    padding-bottom: 70px;
}
.breadcrumbs-section .breadcrumbs .breadcrumb-content .breadcrumb-title {
    font-size: 46px;
    color: #fff;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.breadcrumbs-section .breadcrumbs .breadcrumb-content span {
    color: #fff;
    font-size: 30px;
    margin-top: 10px;
}
.breadcrumbs-section::before {
    content: '';
    position: absolute;
    bottom: -140px;
    left: 0;
    right: 0;
    background-image: url(../images/waves/white-wave.png);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    height: -webkit-fill-available;
    background-size: contain;
    z-index: -1;
}
@media screen and (max-width: 768px) {
    .breadcrumbs-section{
        position: relative;
        background-color: var(--color-primary);
        padding-top: 230px;
        z-index: 1;
    }
    .breadcrumbs-section::before {
        content: '';
        position: absolute;
        bottom: -3px;
        left: 0;
        right: 0;
        background-image: url(../images/waves/white-wave.png);
        background-repeat: no-repeat;
        background-position: bottom;
        width: 100%;
        height: -webkit-fill-available;
        background-size: contain;
        z-index: -1;
    }
    
}

/******************Form Section******************/

.form-section {
    position: relative;
    padding-top: 80px;
    padding-bottom: 230px;
    overflow: hidden;
    z-index: 1;
}
.form-section::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    background-image: url(../images/waves/brown-wave.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    height: -webkit-fill-available;
    background-size: contain;
    z-index: -1;
}

.form-section .form-wrapper {
    background: #ffffff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
}
.form-section .form-wrapper h4 {
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    color: var(--color-secondary);
}
.form-section .form-wrapper .form-group label {
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: 10px;
    font-size: 18px;
}
.form-section .form-wrapper .form-control {
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 10px;
}
.form-section .form-wrapper .form-control:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: var(--color-secondary);
}

.form-section .shape-box .left-top-image {
    position: absolute;
    top: 100px;
    left: -255px;
    z-index: -2;
}

.form-section .shape-box .right-top-image {
    position: absolute;
    top: -109px;
    right: -200px;
    z-index: -2;
}

.form-section .shape-box .left-bottom-image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28%;
    z-index: -2;
}

.form-section .shape-box .right-bottom-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 28%;
    z-index: -2;
}
.form-section .form-wrapper .action-button {
    color: var(--color-white);
    padding: 7px 20px;
    border-radius: 5px;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    transition: color 0.3s ease;
}
.form-section .form-wrapper .get-otp-btn {
    margin-top: 1.5rem !important;
    margin-left: auto;
}

.form-section .form-wrapper .verify-otp-btn{
    margin-left: auto;
}

.form-section .form-wrapper .action-button:hover{
    background-color: var(--color-secondary);
}


.form-section .form-wrapper .card {
    position: relative;
    display: flex;
    flex-direction: column;
    border: none;
    margin-bottom: 8px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.form-section .form-wrapper .card input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    height: 100%;
    width: 100%;
    border-radius: 3px;
    position: absolute;
    border: 1.5px solid #e6e6e6;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.03);
    cursor: pointer;
    outline: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.form-section .form-wrapper .card input[type="radio"]:before {
    content: "";
    position: absolute;
    height: 22px;
    width: 22px;
    background-color: #e6e6e6;
    border: 1px solid #d1d1d1;
    border-radius: 50%;
    top: 20px;
    right: 20px;
}

.form-section .form-wrapper .card input[type="radio"]:after {
    content: "";
    position: absolute;
    height: 13px;
    width: 13px;
    background-color: transparent;
    border-radius: 50%;
    top: 24.5px;
    right: 24.5px;
}

.form-section .form-wrapper .card input[type="radio"]:checked {
    border: 1.5px solid var(--color-secondary);
}

.form-section .form-wrapper .card input[type="radio"]:checked:after {
    background-color: var(--color-secondary);
}

.form-section .form-wrapper .card label {
    margin: 18px 18px;
    cursor: pointer;
}

.form-section .form-wrapper .card h6 {
    color: var(--color-primary);
    font-weight: 700;
    font-size: 16px;
    margin-bottom:12px;
    font-family: 'GlacialIndifference', sans-serif;
}

.form-section .form-wrapper .card p {
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {

    .form-section .shape-box .left-top-image {
        width: 75%;
    }

    .form-section .shape-box .left-bottom-image {
        width: 40%;
    }

    .form-section .shape-box .right-bottom-image {
        width: 40%;
    }

    .form-section .shape-box .right-top-image {
        display: none;
    }
    .form-section .form-wrapper .get-otp-btn {
        margin-top: 0 !important;
       float: right;
    }
    .form-section .form-wrapper .verify-otp-btn{
        margin-top: 0 !important;
       float: right;
    }
}
.otp-section {
    display: flex;
}

/*************Success Page **************/
.red-space-section{
    position: relative;
    background-color: var(--color-primary);
    padding-top: 290px;
    z-index: 1;
}

.success-section{
    position: relative;
    z-index: 1;
    padding-bottom: 230px;
}
.success-section::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    background-image: url(../images/waves/brown-wave.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    height: -webkit-fill-available;
    background-size: contain;
    z-index: -1;
}
.success-section .success-content-wrapper {
    border-radius: 10px;
    padding: 20px;
    margin: 50px auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.success-section .success-content-wrapper .success-logo {
    margin-bottom: 15px;
    text-align: center;
}

.success-section .success-content-wrapper .success-text h2 {
    font-size: 40px;
    color: var(--color-green);
    margin: 0 0 10px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.success-section .shape-box .left-bottom-image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28%;
    z-index: -2;
}

.success-section .shape-box .right-bottom-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25%;
    z-index: -2;
}

@media screen and (max-width: 768px) {

    .success-section .shape-box .left-bottom-image {
        width: 40%;
    }

    .success-section .shape-box .right-bottom-image {
        width: 30%;
    }
    .red-space-section{
        padding-top: 190px;
    }
}

/*******************Fail page********************/
.fail-section{
    position: relative;
    z-index: 1;
    padding-bottom: 230px;
}
.fail-section::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    background-image: url(../images/waves/brown-wave.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    height: -webkit-fill-available;
    background-size: contain;
    z-index: -1;
}
.fail-section .fail-content-wrapper {
    border-radius: 10px;
    padding: 20px;
    margin: 50px auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.fail-section .fail-content-wrapper .fail-logo {
    margin-bottom: 15px;
    text-align: center;
}

.fail-section .fail-content-wrapper .fail-text h2 {
    font-size: 40px;
    color: var(--color-primary);
    margin: 0 0 10px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.fail-section .shape-box .left-bottom-image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28%;
    z-index: -2;
}

.fail-section .shape-box .right-bottom-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25%;
    z-index: -2;
}

@media screen and (max-width: 768px) {

    .fail-section .shape-box .left-bottom-image {
        width: 40%;
    }

    .fail-section .shape-box .right-bottom-image {
        width: 30%;
    }
    .red-space-section{
        padding-top: 190px;
    }
}

/*********Terms and Conditions*********/
.terms-section{
    position: relative;
    z-index: 1;
    padding-bottom: 230px;
}
.terms-section::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    background-image: url(../images/waves/brown-wave.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    height: -webkit-fill-available;
    background-size: contain;
    z-index: -1;
}
.terms-section .terms-wrapper{
    background: #ffffff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
}
.terms-section .terms-wrapper .terms-content .terms-topic{
    color: var(--color-primary);
    font-weight: 600;
    font-size: 18px;
    padding: 10px 0;
}
.terms-section .terms-wrapper h4{
    color: var(--color-primary);
    font-weight: 600;
}
.terms-section .terms-wrapper .terms-content a{
    color: var(--color-black);
    text-decoration: none;
}
.terms-section .terms-wrapper .terms-content a:hover{
    color: var(--color-primary);
}
.terms-section .shape-box .right-top-image {
    position: absolute;
    top: 0;
    right: -200px;
    z-index: -2;
}

.terms-section .shape-box .left-bottom-image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20%;
    z-index: -2;
}
.terms-section .terms-wrapper .terms-content .terms-list {
    list-style-type: none; 
    padding-left: 20px; 
}

.terms-section .terms-wrapper .terms-content .terms-list li {
    position: relative; 
    padding-left: 20px;
    margin-bottom: 10px;
}

.terms-section .terms-wrapper .terms-content .terms-list li::before {
    content: '●'; 
    color: var(--color-primary); 
    position: absolute;
    left: 0;
    top: 0; 
}
@media screen and (max-width: 768px) {

    .terms-section .shape-box .left-bottom-image {
        width: 40%;
    }

    .terms-section .shape-box .right-top-image {
        display: none;
    }
}
/**************Privacy Policy**************/
.privacy-section{
    position: relative;
    z-index: 1;
    padding-bottom: 230px;
}
.privacy-section::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    background-image: url(../images/waves/brown-wave.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    height: -webkit-fill-available;
    background-size: contain;
    z-index: -1;
}
.privacy-section .privacy-wrapper{
    background: #ffffff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
}
.privacy-section .privacy-wrapper .privacy-content .privacy-topic{
    color: var(--color-primary);
    font-weight: 600;
    font-size: 18px;
    padding: 10px 0;
}
.privacy-section .privacy-wrapper h4{
    color: var(--color-primary);
    font-weight: 600;
}
.privacy-section .privacy-wrapper .privacy-content a{
    color: var(--color-black);
    text-decoration: none;
}
.privacy-section .privacy-wrapper .privacy-content a:hover{
    color: var(--color-primary);
}
.privacy-section .shape-box .right-top-image {
    position: absolute;
    top: 0;
    right: -200px;
    z-index: -2;
}

.privacy-section .shape-box .left-bottom-image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20%;
    z-index: -2;
}
.privacy-section .privacy-wrapper .privacy-content .privacy-list {
    list-style-type: none; 
    padding-left: 20px; 
}

.privacy-section .privacy-wrapper .privacy-content .privacy-list li {
    position: relative; 
    padding-left: 20px;
    margin-bottom: 10px;
}

.privacy-section .privacy-wrapper .privacy-content .privacy-list li::before {
    content: '●'; 
    color: var(--color-primary); 
    position: absolute;
    left: 0;
    top: 0; 
}
@media screen and (max-width: 768px) {

    .privacy-section .shape-box .left-bottom-image {
        width: 40%;
    }

    .privacy-section .shape-box .right-top-image {
        display: none;
    }
}
.error-message {
    color: red;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}
.hide{
    display: none !important;
}


.offer-modal .modal-content {
    border-radius: 15px;
    text-align: center;
    padding: 20px;
    background-color: var(--color-secondary);
}
.offer-modal .modal-header {
    border: none;
}
.offer-modal .special-offer-title h3{
    font-size: 35px;
    font-weight: 800;
    color: var(--color-primary);
}
.offer-modal .offer-originalprice{
    text-decoration: line-through;
    font-size: 25px;
}
.offer-modal .offer-discount{
    font-size: 35px;
    font-weight: 800;
    color: var(--color-primary);
}
.offer-modal .modal-body img{
    border: none;
}
.offer-modal .special-offer-image {
    border: none;
}
.offer-modal .special-offer-note p{
    color: var(--color-primary);
    padding-top: 20px;
    font-weight: 700;
}

.offer-modal .timer-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.offer-modal .timer-container .timer-box {
    background-color: #f7f4f2;
    padding: 10px;
    border-radius: 10px;
    width: 80px;
    text-align: center;
}

.offer-modal .timer-container .timer-box span {
    font-size: 28px;
    font-weight: 600;
}

@media (max-width: 768px) {

    .offer-modal .timer-container {
        flex-wrap: wrap;
        gap: 10px;
    }

    .offer-modal .timer-container .timer-box {
        width: 60px;
        padding: 8px;
    }

    .offer-modal .timer-container .timer-box span {
        font-size: 20px;
    }
}
/*//////////////////////////////////////////
/////////////Contest Page Style////////////
////////////////////////////////////////// */

/* Contest Banner Section */
.contest-banner-section {
    position: relative;
    background-color: var(--color-primary);
    padding-bottom: 190px;
    z-index: 1;
 }

.contest-banner-section::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    background-image: url(../images/waves/yellow-wave.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: -1;
    width: 100%;
    height: -webkit-fill-available;
    background-size: contain;
}


.contest-banner-section .shape-box .shape-1 {
    position: absolute;
    bottom: 74px;
    left: 0%;
    width: 22%;
    z-index: -2;
}

.contest-banner-section .shape-box .shape-2 {
    position: absolute;
    bottom: 90px;
    right: 6%;
    width: 18%;
    z-index: -2;
}

.contest-banner-section .banner-content {
    padding-top: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.contest-banner-section .banner-content .banner-date {
    font-size: 20px;
}

.contest-banner-section .banner-content .banner-main-title h2 {
    font-size: 54px;
    padding-top: 120px;
}

.contest-banner-section .banner-content .banner-description {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 22px;
}
@media screen and (max-width: 768px) {
    .contest-banner-section .shape-box .shape-1 {
        position: absolute;
        bottom: 8px;
        left: 0%;
        width: 28%;
        z-index: -2;
    }

    .contest-banner-section .shape-box .shape-2 {
        position: absolute;
        bottom: 20px;
        right: 6%;
        width: 24%;
        z-index: -2;
    }
    
}
/* Contest About Section */
.contest-about-section{
    position: relative;
    background-color: var(--color-secondary);
    padding-bottom: 160px;
    z-index: 1;
    /* overflow: hidden; */
}
.contest-about-section .contest-about-container .contest-about-text{
    font-size: 22px;
}
.contest-about-section .shape-box .shape-1 {
    position: absolute;
    bottom: 45px;
    right: 0%;
    width: 18%;
    z-index: -2;
}
.contest-about-section::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    background-image: url(../images/waves/green-wave.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: -1;
    width: 100%;
    height: -webkit-fill-available;
    background-size: contain;
}
@media screen and (max-width: 768px) {
    .contest-about-section .shape-box .shape-1 {
        position: absolute;
        bottom: 10px;
        right: 0%;
        width: 30%;
        z-index: -2;
    }
    
}

/* Contest Why Section */
.contest-why-section{
    position: relative;
    background-color: var(--color-olive-green);
    padding-bottom: 160px;
    z-index: 1;
    /* overflow: hidden; */
}
.contest-why-section::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    background-image: url(../images/waves/ash-wave.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: -1;
    width: 100%;
    height: -webkit-fill-available;
    background-size: contain;
}
.contest-why-section .shape-box .shape-1 {
    position: absolute;
    bottom: 70px;
    left: -2%;
    width: 25%;
    z-index: -2;
}

.contest-why-section .contest-why-container .why-box {
    padding: 40px;
    background-color: var(--color-white);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    text-align: center;
    height: 340px;
    width: 100%;
    margin-top: 30px;
}

.contest-why-section .contest-why-container .why-box .why-box-detail {
    margin-top: 25px;
}

.contest-why-section .contest-why-container .why-box .why-short-text {
    padding: 10px;
    font-size: 18px;
}
@media screen and (max-width: 768px) {
.contest-why-section .contest-why-container .why-box {
    padding: 35px;
    background-color: var(--color-white);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    text-align: center;
    height: 320px;
    width: 100%;
    margin-top: 30px;
}
.contest-why-section .shape-box .shape-1 {
    position: absolute;
    bottom: 5px;
    left: -2%;
    width: 45%;
    z-index: -2;
}
    
}
/* contest Cash Section */
.contest-cash-section{
    position: relative;
    background-color: var(--color-ash);
    padding-bottom: 100px;
    overflow: hidden;
}
.contest-cash-section .cash-container .cash-box{
    background-color: var(--color-white);
    padding: 20px 30px;
    border-radius: 70px;
}
.contest-cash-section .cash-container .cash-box .cash-img{
    background-color: var(--color-olive-green);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contest-cash-section .cash-container .cash-box .cash-img img{
    padding: 10px;
}
.contest-cash-section .cash-container .cash-box .cash-content{
    margin-left: 10px;
}
.contest-cash-section .cash-container .cash-box .cash-content .prize-number{
    font-size: 22px;
}
.contest-cash-section .cash-container .cash-box .cash-content .prize-amount {
    font-size: 27px;
    color: var(--color-primary);
    font-weight: 700;
}
@media screen and (max-width: 768px) {
    .contest-cash-section .cash-container .cash-box{
        text-align: center;
    }
    .contest-cash-section .cash-container .cash-box .cash-img{
        margin: 0 auto;
        display: block;
    }
}
/* Contest Participate Section */
.contest-participate-section{
    position: relative;
    background-color: var(--color-white);
    padding-bottom: 530px;
    z-index: 1;
    /* overflow: hidden; */
}
.contest-participate-section .shape-box .shape-1 {
    position: absolute;
    bottom: 210px;
    left: 38%;
    width: 25%;
    z-index: -2;
}
.contest-participate-section::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    background-image: url(../images/waves/red-wave.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: -1;
    width: 100%;
    height: -webkit-fill-available;
    background-size: contain;
}
.contest-participate-section .participate-container .participate-title{
    color: var(--color-primary);
    text-transform: uppercase;
    font-weight: 700;
}
.contest-participate-section .participate-container .instruction-card{
    margin-top: 30px;
    background-color: var(--color-ash);
    border-radius: 50%;
    padding: 50px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}
.contest-participate-section .participate-container .content-box{
    background-color: var(--color-ash);
    margin-top: 30px;
    padding: 25px 20px;
    border-radius: 20px;  
    height: 100%; 
    font-size: 18px; 
}
@media screen and (max-width: 768px) {
    .contest-participate-section{
        padding-bottom: 250px;
    }
    .contest-participate-section .participate-container .instruction-card {
        margin-top: 30px;
        background-color: var(--color-ash);
        border-radius: 50%;
        padding: 20px;
        height: 350px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 22px;
    }
    .contest-participate-section .shape-box .shape-1 {
        position: absolute;
        bottom: 45px;
        left: 25%;
        width: 50%;
        z-index: -2;
    }
    
}
/* Registration Section */
.contest-register-section{
    background-color: var(--color-primary);
    position: relative;
    z-index: 1;
    padding-bottom: 200px;
    /* overflow: hidden; */
}
.contest-register-section::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    background-image: url(../images/waves/white-wave.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: -1;
    width: 100%;
    height: -webkit-fill-available;
    background-size: contain;
}
.contest-register-section .register-container .fee-card{
    background-color: var(--color-white);
    padding: 20px;
    border-radius: 20px;
    height: 100%;
}
.contest-register-section .register-container .fee-card .fee-title h3{
    font-weight: 700;
    text-transform: uppercase;
}
.contest-register-section .register-container .fee-card .fee-content p{
    font-size: 20px;
}
@media screen and (max-width: 768px) {
    .contest-register-section .register-container .fee-card {
        height: 200px;
    }
    
}
/* Submission Section */
.contest-submit-section{
    position: relative;
    background-color: var(--color-white);
    z-index: 1;
    padding-bottom: 200px;
    overflow: hidden;
}
.contest-submit-section::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    background-image: url(../images/waves/ash-wave.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: -1;
    width: 100%;
    height: -webkit-fill-available;
    background-size: contain;
}
.contest-submit-section .shape-box .shape-1 {
    position: absolute;
    top: -30px;
    left: -15%;
    width: 40%;
    z-index: -2;
}

.contest-submit-section .shape-box .shape-2 {
    position: absolute;
    bottom: 140px;
    right: -185px;
    width: 30%;
    z-index: -2;
}
.contest-submit-section .registration-form .form-control{
    width: 100%;
    padding: 18px 18px;
    border: 1px solid #ccc;
    border-radius: 0;
}
.contest-submit-section .registration-form .checkbox input {
    margin-top: 25px;
    accent-color: var(--color-secondary);
}
@media screen and (max-width: 768px) {
    .contest-submit-section{
        padding-bottom: 90px;
    }
    .contest-submit-section .shape-box .shape-1 {
        position: absolute;
        top: 55px;
        left: 200px;
        width: 130%;
        z-index: -2;
    }
}
/* Rules Section */
.contest-rules-section{
    position: relative;
    background-color: var(--color-ash);
    z-index: 1;
    padding-bottom: 200px;
    /* overflow: hidden; */
}
.contest-rules-section::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    background-image: url(../images/waves/brown-wave.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: -1;
    width: 100%;
    height: -webkit-fill-available;
    background-size: contain;
}
.contest-rules-section .shape-box .shape-1 {
    position: absolute;
    bottom: 0px;
    left: -7%;
    width: 28%;
    z-index: -2;
}
.contest-rules-section .rules-list{
    display: flex;
    justify-content: center;
}
.contest-rules-section .rules-list ul li {
    padding: 8px 0;
    position: relative;
    padding-left: 32px;
    font-size: 24px;
}
.contest-rules-section .rules-list ul li:before {
    content: "\f061";
    position: absolute;
    left: 0;
    top: 10px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
@media screen and (max-width: 768px) {
    .contest-rules-section  {
        padding-bottom: 160px;
    }
    .contest-rules-section .rules-list ul li {
        /* padding: 10px 0; */
        font-size: 20px;
    }
    .contest-rules-section .shape-box .shape-1 {
        position: absolute;
        bottom: 0px;
        left: -7%;
        width: 35%;
        z-index: -2;
    }
}
/* Contest Footer Section */
.contest-footer-section{
    background-color: var(--color-brown);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.contest-footer-section .footer-content-wrapper .footer-content .heading{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.contest-footer-section .footer-content-wrapper .footer-content .sub-heading{
    font-size: 18px;
}
.contest-footer-section .footer-content-wrapper .horizontal-line {
    width: 100%;
    height: 1px;
    background-color: #c3c3c3;
    margin-top: 10px;
    margin-bottom: 10px;
}
.contest-footer-section .footer-content-wrapper .social-icons ul li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    /* margin-top: 30px; */
    border: 1px solid var(--color-white);
    border-radius: 50%;
    padding: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
}
.contest-footer-section .footer-content-wrapper .social-icons ul li:hover {
    background-color: var(--color-secondary);
    border: 1px solid var(--color-secondary);
}
.contest-footer-section .footer-content-wrapper .social-icons ul li a i {
    font-size: 24px;
    color: var(--color-white);
    line-height: 25px;
}
/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.footer-content-wrapper .social-icons ul li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    /* margin-top: 30px; */
    border: 1px solid var(--color-white);
    border-radius: 50%;
    padding: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
}
.footer-content-wrapper .social-icons ul li a i {
    font-size: 24px;
    color: var(--color-white);
    line-height: 25px;
}
#toaster {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #d69e3b;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 15px;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transform: translateY(20px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
#toaster.show {
    opacity: 1;
    transform: translateY(0);
}

/* WhatsApp */

.whatsapp-info { 
    display: inline-block;
    color: #fff;
    background: #1ab744;
    position: fixed;
    bottom: 30px;
    right: 30px;
    font-size: 35px;
    text-align: center;
    z-index: 99;
    border-radius: 100%;
    height: 55px;
    width: 55px;
    line-height: 58px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s
}

.call-icon-info { 
    display: inline-block;
    color: #fff;
    background: #007bb5;
    position: fixed;
    bottom: 100px;
    right: 30px;
    font-size: 25px;
    text-align: center;
    z-index: 99;
    border-radius: 100%;
    height: 55px;
    width: 55px;
    line-height: 58px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s
}
.book-entry{
    color: #115140 !important;
    font-size: 18px;
}
.text-block{
    color: #000 !important;
}