@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;0,900;1,400;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playball&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Paytone+One&display=swap');

/*
font-family: 'Poppins', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
font-family: 'Playball', cursive;
*/

:root {
	--primary-font: 'Source Sans Pro', sans-serif;
	--second-font: 'Paytone One', sans-serif;
	--optional-font: 'Playball', cursive;
	/* --primary-color: rgba(30, 60, 114, 1);
	--secondary-color: rgb(255, 60, 24); */
    --primary-color: #3a8bfb;
    --secondary-color: rgba(30, 60, 114, 1);
	--grad-1: linear-gradient(160deg, rgba(42, 82, 152, 1) 0%, rgba(30, 60, 114, 1) 100%);
	--grad-1-6: linear-gradient(160deg, rgba(42, 82, 152, 1) 0%, rgba(30, 60, 114, 0.6) 100%);
}

body,
html {
	font-family: var(--primary-font);
}

h2 {
	font-family: var(--primary-font);
    font-weight: 500;
}

h3,
h4,
h5,
h6 {
	font-family: var(--primary-font);
    font-weight: 500;
}

p,
a,
ol,
ul,
li {
	font-family: var(--primary-font);
    font-weight: 400;
}

/* p {
	margin: auto
} */


table,
tr,
td,
th {
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 500;
}

span, button, label, div, section {
    font-family: var(--primary-font);
}


.dataTables_wrapper .btn {
    margin-bottom: 0 !important;
    font-family: var(--primary-font);
    text-transform: capitalize;
    font-weight: normal;
    border-radius: 0;
}

.add-icon {
    cursor: pointer;
    color: #0d6efd;
}

.delete-icon {
    position: relative;
    top: 5px;
    right: 5px;
    color: red;
    cursor: pointer;
}

.error-message {
    font-size: 13px;
}

/* .button-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: flex-start;
} */

.spinner-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    /* Adjust the z-index as needed */
    background-color: rgba(255, 255, 255, 0.8);
    /* Adjust the background color and opacity */
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-range-slider {
    width: 20rem;
    /* Adjust the width as needed */
}



.range-slider {
    position: relative;
    width: 85%;
    margin: auto;
}

.range-slider input[type="range"] {
    width: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-appearance: none;
    height: 5px;
    background: #0f0f0f;
    outline: none;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background: #06b9c0;
    cursor: pointer;
    z-index: 2;
}

.range-slider .range-bar {
    position: absolute;
    height: 5px;
    background: #06b9c0;
    width: 0;
    top: 50%;
    transform: translateY(-50%);
}

.range-values {
    font-size: 16px;
    color: #0b0b0b;
    text-align: center;
    margin-bottom: 0;
}


.batch-range-slider {
    position: relative;
    width: 80%;
}

.batch-range-slider input[type="range"] {
    width: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-appearance: none;
    height: 5px;
    background: #0f0f0f;
    outline: none;
}

.batch-range-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background: #06b9c0;
    cursor: pointer;
    z-index: 2;
}

.batch-range-slider .batch-range-bar {
    position: absolute;
    height: 5px;
    background: #06b9c0;
    width: 0;
    top: 50%;
    transform: translateY(-50%);
}

.dropdown-location {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 10px;

}

.dropdown-menu {
    max-height: 12rem;
    overflow: scroll;
}

.dropdown-list {
    padding-left: 10px;
}

.gender-filter {
    display: flex;
}

.gender-filter .form-check {
    padding-left: 2.73em;
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 34px;
    right: -17px;
    top: -4px;
}

.noUi-handle::after,
.noUi-handle::before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #57514B85;
    left: 14px;
    top: 8px;
}

h3.card-brand-header {
    width: 60%;
    margin: auto;
    margin-right: 0;
    font-size: 20px;
    text-transform: uppercase !important;
    height: 50px;
}

th.mw-300 {
    width: 300px !important;
    max-width: 300px !important;
}

.spinner-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

.spinner {
    text-align: center;
}

.dt-button {
    margin-left: 10px;
}

#new_tokens {
    padding-left: 20px;
    padding-right: 20px;
}

.api-wrapper .form-control.institute-name {
    background: 0;
    cursor: default;
    font-size: large;
    font-weight: bold;
}

/* New Style */

.alumzine-logo {
  height: auto;
}

.alumzine-logo img {
    max-width: 150px;
    border-radius: 10px;
    border: 3px solid #055daa;
    background: #fff;
    background-color: rgb(255, 255, 255);
    box-shadow: 5px 0px 20px -10px #797979;
}

.master-filter select {
    width: 100%;
    padding: 15px 15px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.master-filter #searchButton1 {
    padding: 15px 22px;
    margin: auto !important;
    box-shadow: none;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 10px 10px;
    box-sizing: border-box;
    white-space: pre-line;
}

.table-responsive {
    overflow-x: scroll !important;
}

/* New style */

.featured-box {
    border-radius: 0;
    margin-top: 25px;
    position: relative;
}

.featured-box p {
    font-size: 15px !important;
    font-weight: 600;
    margin-bottom: 0;

}

.featured-box h4 {
    font-family: var(--primary-font);
    font-size: 24px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 5px;
}

.featured-box h6 {
    display: flex;
    width: 100%;
    position: relative;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    font-family: var(--primary-font);
}

.featured-box h6 span,
.featured-box h6 a span {
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 14px;
}

.featured-box h6 a span>span,
.featured-box span>span {
    font-size: 16px !important;
}

.generate-api-key {
    border-radius: 7px !important;
    margin-top: 15px;
}

.api-box input.form-control {
    font-family: var(--primary-font);
    padding: 15px !important;
    border: 1px solid #ccc !important;
    background-image: none !important;
    margin: auto !important;
}

.api-box label {
    font-family: var(--primary-font);
    font-size: 14px;
    color: #333;
    font-weight: 700;
}

.dataTables_wrapper table {
    width: 100% !important;
}

.dataTables_scrollHeadInner {
    margin: auto !important;
}

.paginate_button.current {
    padding: 0 !important;
    background: #ccc !important;
    border-radius: 5px !important;
}

.category-page-wrapper .btn-catrgory {
    height: 42px;
}

.category-page-wrapper label {
    font-family: var(--primary-font);
    font-weight: 600;
}

.category-page-wrapper input.form-control, .category-page-wrapper select {
    font-family: var(--primary-font);
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
    height: 42px;
}

.category-page-wrapper .btn-secondary{
    height: 42px;
  }

.dataTables_wrapper .dataTables_info {
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 14px;
    color: #333;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 14px !important;
    color: #333;
}

.signin-wrapper .app-name {
        text-shadow: 4px 4px 4px #000;
    }

@media screen and (min-width: 390px) and (max-width: 844px) {
    .dt-buttons {
        text-align: center;
        margin-bottom: 15px;
        width: 100%;
        position: relative;
      }
      .dataTables_wrapper .btn {
        float: inherit !important;
      }
      .card .card-header {
        padding: 1.5rem;
        text-align: center;
      }
      .card-header .text-end.float-end {
        text-align: center;
        float: none !important;
      }
      .dt-buttons {
        margin: auto;
        text-align: center;
        width: 100%;
        position: relative;
      }
      .dt-button.float-end {
        float: none !important;
      }


    /* page template */
    .content-area-wrapper .contact-from-wrapper .contact-form {
        width: 100%;
    }
}

.signin-margin {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.enquiry-page-header .header {
    padding: 0;
    margin: auto 30px;
}

.enquiry-page-header {
    position: relative;
}

.enquiry-page-content {
    overflow-x: hidden;
}

.enquiry-page-header .logo img {
    width: 110px;
}

.enquiry-page-content .content-area-wrapper {
    background: #fff;
    padding: 30px;
}

.content-area-wrapper .title-area {
    text-align: center;
}

.content-area-wrapper .title-area h2 {
    font-size: 30px;
}

.content-area-wrapper .title-area~.page-description p {
    font-weight: 400;
}

.content-area-wrapper h2 {
    font-size: 26px;
}

.raw-html-embed img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    height: 100%;
}

.raw-html-embed .top-header {
    background-color: #FFFFFF;
    background-image: url(../img/hero-banner-bg-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    width: 100%;
    position: relative;
    text-align: center;
    margin: auto;
    box-sizing: border-box;
    padding-top: 30px;
}

.raw-html-embed .top-bar {
    background: #09235d;
    margin: auto;
    top: 0;
    position: relative;
    height: auto;
    width: 100%;
}

.raw-html-embed .brand img {
    width: 100px;
    max-width: 100%;
    object-fit: cover;
}

.raw-html-embed .pub-date p {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    margin: auto
}

.raw-html-embed p {
    font-weight: 400;
}

.raw-html-embed .top-header .page-title {}

.raw-html-embed .top-header .page-title h2 {
    font-weight: 700;
    color: #173e96;
    font-size: 30px
}

.raw-html-embed .top-header .page-title h3 {
    font-weight: 500;
    color: #173e96;
    font-size: 20px
}

.raw-html-embed .courtesy {
    position: relative
}

.raw-html-embed .courtesy h2,
.raw-html-embed .courtesy h2 a {
    font-size: 18px;
    color: #173e96;
    text-decoration: none
}

.raw-html-embed .courtesy ul {
    margin: auto;
    padding: 0;
    text-align: center;
}

.raw-html-embed .courtesy ul li {
    display: inline-block;
    margin-right: 5px;
}

.raw-html-embed .courtesy ul li a {
    font-size: 25px;
    color: #333;
}

.raw-html-embed .banner-area {
    display: block;
    position: relative;
    text-align: center;
    top: 0;
    margin-bottom: 30px;
}

.raw-html-embed .banner-area img {
    border: 15px solid #fff;
    box-shadow: 0 0 30px -10px #ccc;
    box-sizing: border-box;
    height: 535px;
    width: 100%;
    object-fit: cover;
}

.raw-html-embed .content-area {
    margin-bottom: 50px;
    background: #fff;
    padding: 30px
}

.raw-html-embed .content-area h2 {
    font-size: 20px !important;
    text-align: left;
}

.raw-html-embed .content-area p {
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    text-align: left;
}

.raw-html-embed .profile-wrapp {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    border: 15px solid #fff;
    box-shadow: 0 0 30px -10px #ccc;
    box-sizing: border-box;
    overflow: hidden;
    margin: auto
}

.raw-html-embed .footer {
    margin: auto;
    width: 100%;
    height: auto;
    background: #09235d;
    text-align: center;
    padding: 15px
}

.raw-html-embed .footer p {
    color: #fff
}


.content-area-wrapper .contact-from-wrapper .contact-form {
    padding: 30px 40px;
    margin: 30px auto;
    width: 70%;
    height: auto;
    position: relative;
    border: 1px solid #d3d3d3;
    border-radius: 15px;
    background: #f7f7f7;
}

.contact-from-wrapper textarea.form-control {
    height: 170px;
}

/*  */

#add_cost_head {
    cursor: pointer;
    color: #0d6efd;
}

.options,
.custom_css {
    height: 150px;
}

.ck.ck-editor__editable {
    min-height: 250px;
}

.contact-from-wrapper {
    text-align: center;
}

.contact-form {
    padding: 50px;
    margin: auto;
    width: 100%;
    height: auto;
    position: relative;
}

.contact-from-wrapper .form-control {
    width: 100%;
    height: 50px;
    background: #fff;
    box-shadow: 0 6px 26px rgba(0, 0, 0, 0.06);
    border: none;
    padding-left: 30px;
    /* text-transform: capitalize; */
    margin-bottom: 29px;
    color: #666;
}

/* .contact-from-wrapper textarea.form-control {
    height: 300px;
    padding-top: 30px;
} */

.contact-from-wrapper .contact-form .btn.btn-primary {
    width: 100%;
    padding: 17px;
    font-size: 18px;
    font-weight: 600;
    font-family: "Source Sans Pro", sans-serif;
}

.custom-btn-3 {
    color: #002e5d;
    margin-top: 20px;
    display: inline-block;
    border: 1px solid #002e5d;
    padding: 8px 30px;
    line-height: 32px;
    position: relative;
    transition: all 200ms linear;
    z-index: 2;
}

.custom-btn-3 span {
    font-family: 'Roboto Condensed';
    font-weight: 600;
    letter-spacing: 3px;
}

.custom-btn-3:hover {
    color: #fafafa;
}

.custom-btn-3:before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    background: #002e5d;
    top: 0;
    bottom: 0;
    left: 0;
    transition: all 500ms linear;
    z-index: -1;
}

.custom-btn-3:hover::before {
    width: 85%;
}

.custom-btn-3:hover i {
    transform: translateX(20px);
    transition: 500ms linear;
    transition-delay: 350ms;
    color: #002e5d;
}

.missing-wrapper {
    margin: auto;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    position: relative
}

.icon_wrapp {
    display: inline-block;
    line-height: 100px;
    border-radius: 100%;
    margin: auto;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

.sad_icon i {
    font-size: 98px;
    text-align: center;
    margin: 20px auto;
    position: relative;
    display: block;
}

.content {
    text-align: center;
    position: relative
}

.content h2 {
    font-size: 25px;
    font-weight: 600;
}

.content h4 {
    font-size: 20px;
}

.vh-60 {
    min-height: 70vh
}

#cost-entry-modal {
    overflow-y: auto;
}

.permissions-wrapper label {
    margin: 15px;
}



/*material icons*/

.material-symbols-outlined {
	font-family: 'Material Symbols Outlined';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	/* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
}

.material-symbols-outlined {
	vertical-align: middle;
}

.top-header {
	margin: auto;
	position: relative;
}

.top-header .navbar-brand img {
	width: 100px;
}

.bg-dark {
	background: var(--grad-1);
}

.banner {
	margin: auto;
	width: 100%;
	max-width: 100%;
	height: auto;
	padding: 60px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	background: url(../images/slider-bg.jpg) no-repeat center;
	background-size: cover;
	object-fit: cover;
}

.overlay {
	background: rgb(11, 55, 154);
	background: linear-gradient(180deg, rgba(11, 55, 154, 0.6) 0%, rgba(6, 28, 78, 0.8) 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.content-area-wrapper {
	z-index: 999;
	position: relative;
}

.banner .content-area {
	padding: 26px;
	/*background: rgba(0, 0, 0, 0.61);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	border: 2px solid #fff;*/
	border-radius: 15px;
	z-index: 999;
}

.banner .content-area .brand-name img {
	width: 120px;
}

.banner h2 {
	font-size: 30px;
	color: #fff;
	font-weight: 500;
}

.banner h3 {
	font-size: 23px;
	color: #fff;
	font-weight: 400;
}

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

.about {
	text-align: center;
	margin: 30px auto;
	position: relative;
	width: 100%;
	height: auto;
	padding: 45px 40px;
	background: #fff;
	/*transform: translateY(-150px);*/
	/*box-shadow: 0px 3px 20px -6px #777;
	border-radius: 15px;*/
}

.about h2 {
	font-weight: 400;
	font-style: normal;
}

.about h3 {
	font-weight: 500;
	font-size: 30px;
}

.about p {
	font-size: 22px;
	font-weight: 500
}

.feature-section {
	position: relative;
	width: 100%;
	height: auto;
	margin: 30px auto;
}

.feature-section .feature-box {
	width: 100%;
	height: 350px;
	background: rgb(244, 244, 244);
	padding: 30px;
	border: 1px solid #ccc;
	transition: all 200ms linear;
	border-radius: 14px;
}

.feature-section .feature-box:hover {
	transform: translateY(-10px);
	transition: all 200ms linear;
	box-shadow: 0 0 20px 5px rgba(72, 72, 72, 0.2);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	background: var(--primary-color);
}

.feature-section .feature-box .icon {
	background: var(--grad-1);
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	margin-bottom: 15px;
}

.feature-section .feature-box:hover .icon {
	border-radius: 100%;
}

.feature-section .feature-box .icon span {
	font-size: 30px !important;
	line-height: 60px;
	color: #fff;
}

.feature-section .feature-box h2 {
	font-size: 20px;
}

.feature-section .feature-box:hover h2,
.feature-section .feature-box:hover p {
	color: #fff
}

.call-to-action {
	width: 100%;
	height: auto;
	padding: 30px;
	text-align: left;
	margin: 15px auto 30px;
	background: var(--grad-1);
	border-radius: 15px;
	border-top: 5px solid #236ef5;
	background: url(../images/cta-bg.jpg) no-repeat;
	background-size: cover;
}

.call-to-action .icon {
	background: #fff;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	margin: auto;
	color: #ff0a0a;
	text-align: center;
}

.call-to-action .icon span {
	line-height: 80px;
	font-size: 50px;
}

.call-to-action h2,
.call-to-action h3,
.call-to-action h4 {
	color: #fff;
}

.footer {
	margin: auto;
	width: 100%;
	position: relative;
	background: var(--primary-color);
	text-align: center;
	padding: 15px;
}

.footer p {
	text-align: center;
	color: #fff;
	margin: auto;
}

 input[type=file] {
    width: 100%;
    max-width: 100%;
    color: #444;
    padding: 5px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #dee2e6;
    /* height: 49px; */
    box-shadow: 0 6px 26px rgba(0, 0, 0, 0.06)
}

 input[type=file]::file-selector-button {
    margin-right: 20px;
    border: none;
    background: var(--primary-color);
    padding: 5px 20px;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    transition: background .2s ease-in-out;
}

input[type=file]:hover::file-selector-button {
    background: #0d45a5 !important;
}

.contact-form .form-check-label {
    display: initial;
    color: #555762;
}
.contact-form .form-label {
    display: block;
    margin-top: 10px;
    font-weight: 600 !important;
    font-size: 15px;
    color: #555762;
}

.contact-form .form-check {
    display: inline-block;
    color: #555762;
      padding-right: 1.73em;
}

select.form-control {
  min-height: 42px;
  padding: 10px 10px !important;
}

@media screen and (min-width:320px) and (max-width:767px) {
	.banner .content-area {
		padding: 0;
	}
	.about {
		transform: translateY(0);
		height: auto;
		padding: 30px;
		margin: 20px auto;
		border-radius: 5px;
	}
	.about h3 {
		font-weight: 500;
		font-size: 20px;
	}
	.feature-section .feature-box {
		margin-bottom: 30px;
	}
}


/* Entertainment */

.entertainment .banner {
    max-height: 500px;
  }

.entertainment .banner img {
    max-height: 100%;
    box-shadow: 0 0 84px -8px #000;
    border: 1px solid #fff;
    padding: 4px;
  }

  /* General Styles */



/* Banner Styles */
.entertainment .banner {
    text-align: center;
}

.entertainment .banner h2 {
    font-size: 3rem;
    margin-bottom: 20px;
}

.entertainment .banner h3 {
    font-size: 1.5rem;
    font-weight: 300;
}

/* Section Styles */
.entertainment .section-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 2.5rem;
    color: #2c3e50;
}

.entertainment .feature-section {
    /* padding: 60px 0; */
}

.entertainment .feature-section.bg-light {
    background-color: #f8f9fa;
}

/* Entertainment Card Styles */
.entertainment .entertainment-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    border: 1px solid #ccc;
    height: auto;
  }

.entertainment .entertainment-card:hover {
    transform: translateY(-5px);
    overflow: unset;
}

.entertainment .entertainment-poster {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.entertainment .entertainment-info {
    padding: 20px;
    text-transform: capitalize;
}

.entertainment .entertainment-info h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #2c3e50;
}

.entertainment .pagination-wrapper nav > div.hidden {
    display: none;
  }

.entertainment .entertainment-info p {
    margin-bottom: 5px;
    color: #7f8c8d;
}

.entertainment .entertainment-schedule {
    margin: -15px 10px;
    position: absolute;
    background: #fff;
  }

.entertainment .entertainment-schedule .badge {
    margin: 0;
    padding: 0;
  }


.entertainment .search-filter-wrapper {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.entertainment .search-filter-wrapper .form-control {
    border-radius: 20px;
}

.entertainment .search-filter-wrapper .btn {
    border-radius: 20px;
    padding: 8px 20px;
}

.entertainment .search-filter-wrapper .form-check {
    margin-bottom: 10px;
    margin-right: 10px;
}

.entertainment .ott-platform {
    transition: display 0.3s ease;
}

.entertainment .ott-platform .form-control {
    margin-top: 10px;
}


/* Responsive Design */
@media (max-width: 768px) {
    .entertainment .banner h2 {
        font-size: 2rem;
    }

    .entertainment .banner h3 {
        font-size: 1.2rem;
    }

    .entertainment .section-title {
        font-size: 2rem;
    }

    .entertainment .entertainment-card {
        margin-bottom: 30px;
    }

    
}
