@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    font-family: "Poppins", sans-serif;
    background-color: #080D45;
    color: #fff;
}
#header{
    background-image: url('../images/header.jpg'); /* replace 'your-image.jpg' with the path to your background image */
    background-size: cover;
    background-position: center;
    color: white;
    background-blend-mode: overlay; /* Choose the blend mode that suits your design */
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the color and opacity as needed */
    padding-top: 100px; 
}
.navbar.scrolled {
    background-color: #080D45!important; /* Change to desired color */
}
#page #header {
    position: relative; 
    background-image: none;
    background-color: #080D45;
}
.btn-custom {
    background: transparent linear-gradient(90deg, #007BFF 0%, #02196C 100%) 0% 0% no-repeat padding-box;
    border-radius: 27px;
    color: #fff;
    padding: 0.75em 1.875em;
    font-size: 1.125em;
    min-width: 13em!important;
}
.startup-button{
    padding: 0.25em 1em;
    font-size: 1em;
    min-width: auto!important;
}
.navbar{
    padding: 1.875em 0px;
}
.navbar-nav li{
    /*margin-right: 1.875em;*/
    margin-right: 1.5em;
}
.navbar-nav li a{
    color: #fff;
}
.navbar-brand img{
    max-width: 16em;
}
.header-content{
    padding: 6.25em 0px 3.125em;
}
.header-content h1{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 4.75em;
}
.header-content p{
    text-transform: uppercase;
    font-weight: 200;
    font-size: 1.875em;
}
.header-partners {
    padding: 6.25em 0px;
    text-align: center; 
}
.header-partners img{
    max-height: 2.5em; 
    filter: grayscale(100%);
    text-align: center; 
    margin: 0.9375em auto;
}
.section-title{
    text-align: center;
    color: #fff;
    padding: 1.875em 0px;
}
#watch-now{
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,212,255,0) 100%);
}
#watch-now .section-title{
    margin-bottom: 3em;
}
#watch-now img{
    border-radius: 1.3125em;
}
#watch-now .section-title{
    color: #007BFF;
    text-transform: uppercase;
}
#competition{
    color: #fff!important;
    padding: 7.5em 0px;
}
#competition h2{
    font-weight: bold;
    font-size: 3em;
}
#competition p{
    font-weight: 100;
    font-size: 1.25em;
}
#competition .icon{
    color: #007BFF;
    font-weight: bold;
    font-size: 7.5em;
    /*padding-right: 0.625em;*/
    padding-right: 0.5rem;
}
.line-section{
    margin-left: 1.25em;
}
.line-section h3{
    font-weight: bold;
}
#fonts-view{
    margin-right: 3.125em;
}
.color-frame {
    border-radius: 1.25em;
    background-color: #007BFF;
    width: 100%; /* Adjust the width as needed */
    height:100%; /* Adjust the height as needed */
    display: flex;
    justify-content: start; /* Center horizontally if needed */
    overflow: hidden; /* Hide overflow to ensure proper clipping */
}
.color-frame img {
    object-fit: contain; /* Ensure the image covers the frame */
    width: 100%;
}
.tim-text{
    padding: 3.125em 0px;
}
#investments img{
    /*display: flex;*/
    justify-content: center;
    align-items: center;
}
#investments .section-title h2{
    font-size: 3em;
    font-weight: bold;
}
.p-block{
    color: #fff;
}
.p-block-img{
    border-radius: 1.25em;
    background-color: #007BFF;
    width: 60%; /* Adjust the width as needed */
    height:11.563em; /* Adjust the height as needed */
    display: flex;
    justify-content: start; /* Center horizontally if needed */
    overflow: hidden; /* Hide overflow to ensure proper clipping */
    object-fit: cover;
}
.p-block h4{
    color: #007BFF;
    font-size: 2.0625em;
}
.p-block p{
    font-weight: 100;
    font-size: 1.25em;
}
.mid-section{
    padding: 6.25em 0px 2em;
}
.mid-sec-img{
    border-radius: 1.25em;
}
#show-work{
    padding-bottom: 6.25em;
}
#show-work .work{
    background-color: #007BFF;
    border-radius: 1.25em;
}
#show-work .work p{
    font-weight: 200;
    padding: 2.5em 1.25em;
    color: #fff;
    font-size: 1.22em;
}
.work-img{
    position: relative;
    /* min-height: 300px; */
}
.work-img img{
    border-top-left-radius: 1.25em;
    border-top-right-radius: 1.25em;
}
.radius{
    border-radius: 1.25em;
}
.work-img .number{
    position: absolute;
    top:0;
    right: 0;
    font-weight: bold;
    font-size: 4.375em;
    padding: 0.1em 0.3em;
    color: #fff;
}
#show-work .section-title h2{
    font-weight: bold;
    font-size: 3em;
}
#footer{
    background-color: black;
    padding: 3.125em 0px;
}
.footer-contact h3{
    color: #fff;
}
.footer-contact a{
    color: #007BFF;
    text-decoration: none;
    font-size: 1.125em;
    display: block;
}
.footer-social-icon .icon {
    background-color: #007BFF;
    margin: 0px 1.25em;
    padding: 0.3125em;
    color: #000;
    min-width: 2.5em;
    min-height: 2.5em;
    border-radius: 0.9375em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
#our-partner{
    padding-bottom: 6.25em;
}
#our-partner .section-title{
    text-align: left;
}
#our-partner img{
    max-height: 3.125em;
    filter: grayscale(100%);
}
.partner-holder h2{
    font-size: 3em;
    font-weight: bold;
}
.owl-partners{
    overflow: hidden;
}
.owl-partners .owl-item img{
    width: auto !important;
    margin: 0 auto;
}
#timeline{
    padding-bottom: 6.25em;
}
.timeline-year{
    color: #fff;
    font-weight: 500;
    font-size: 2em;
}
.timeline-locate{
    padding-top: 0.3125em;
}
.timeline-month{
    color: #007BFF;
    text-transform: uppercase;
}
.timeline-text{
    padding-top: 1.25em;
    min-height: 6.25em;
}
.timeline-text p{
    color: #fff;
    padding-left: 0.625em;
}
.timeline-text img{
    width: 2.25em;
    height: 2.25em;
}
#timeline .section-title{
    text-align: left;
}
#timeline .section-title h2{
    font-size: 3em;
    font-weight: bold;
}
/* page tiktok */
#tiktok #header {
    position: relative; 
    background-image: url('../images/tiktok/tiktok-bg.jpg');
}
#tiktok #header::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(8,13,69,1) 0.625em, rgba(0,212,255,0) 3.125em);
    pointer-events: none; 
} 
#tiktok .header-content {
    padding: 6.25em 0 6.25em;
    position: relative; 
}
#tiktok .header-content h2 {
    text-transform: uppercase;
    font-weight: 200;
    font-size: 3em;
}
#tiktok .header-content p {
    font-size: 1.5625em;
    text-transform: none;
}
.requirements-container h2 {
    margin-bottom: 1.5em;
}
.requirement-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1em;
}
.requirement-item .icon {
    margin-right: 1em;
    color: #00a2ff;
}
.requirement-item .text {
    flex: 1;
}
#draper-watch {
    padding: 3.125em 0;
}
#draper-watch h2 {
    font-weight: bold;
    font-size: 3em;
}
#draper-watch h3 {
    font-size: 2.375em;
    margin-bottom: 1.25em;
    color: #007BFF;
}
#draper-watch p {
    font-size: 1.125em;
}
#draper-watch img {
    border-radius: 6.25em;
    padding: 0.625em;
    max-height: 34.375em;
    margin: 0 auto;
    display: block;
    text-align: center;
}
#draper-watch-video {
    width: 25em; /* Custom width for the container */
    height: 34.375em; /* Custom height for the container */
    border-radius: 6.25em; /* Apply border-radius to container */
    overflow: hidden; /* Hide overflow to ensure rounded corners work */
    position: relative; /* Position relative for absolute positioning of the video */
    margin: 0 auto; /* Center container horizontally */
    display: block;
    text-align: center; /* Center content inside container */
}
#draper-watch-video video {
    position: absolute; /* Position video absolutely within the container */
    top: 0;
    left: 0;
    width: 100%; /* Make video fit the width of the container */
    height: 100%; /* Make video fit the height of the container */
    object-fit: cover; /* Cover the container while maintaining aspect ratio */
    border-radius: 6.25em; /* Apply border-radius to video */
}
#draper-apply {
    padding: 3.125em 0;
}
#draper-apply h2 {
    font-weight: bold;
    font-size: 3em;
}
#draper-apply h3 {
    font-size: 2.375em;
    color: #007BFF;
    margin-bottom: 1.875em 0;
}
#draper-apply p {
    font-size: 1.125em;
}
#draper-apply img {
    border-radius: 3.125em;
    width: 25em;
}
#draper-apply .owl-carousel {
    padding: 0 1.875em;
}
#draper-apply .fas {
    font-size: 2.1875em;
    color: #007BFF;
}
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}
.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    background: none;
    border: none;
    outline: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 3em;
}
.owl-nav button.owl-prev {
    left: -1.875em;
}
.owl-nav button.owl-next {
    right: 1.25em;
}
.owl-nav button.owl-prev::before,
.owl-nav button.owl-next::before {
    font-size: 3em;
    color: #00a2ff; /* Color of the arrows */
}
/* #requirements {
    padding-bottom: 3.125em;
} */
#requirements .section-title h2 {
    font-weight: bold;
    font-size: 3em;
}
#requirements .requirement-item .text {
    font-size: 1.375em;
    font-weight: 200;
}
#requirements .requirements-container {
    margin: 3.125em 0;
}
#tiktok #video {
    padding: 3.125em 0;
}
#tiktok #tuned .video-holder {
    background-image: url('../images/tiktok/video-cover.jpg');
    background-size: 100%;
    height: 100%;
    min-height: 2em;
    border-radius:20px;
    color: #fff;
    font-size: 6.25em;
}
#todo {
    padding-bottom: 3.125em;
}
#todo .section-title h2 {
    font-weight: bold;
    font-size: 3em;
    margin-bottom: 1em;
    text-transform: capitalize;
}
#todo .content-section h2 {
    font-weight: bold;
    font-size: 1.875em;
}
#todo .content-section .sub {
    color: #007BFF;
    font-size: 1.125em;
    font-weight: 500;
    margin-bottom: 1.25em;
}
#todo .content-section p {
    font-size: 1.125em;
    font-weight: lighter;
}
#todo .sub-quactions {
    padding-left: 1.25em;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
}
#todo .sub-quactions p {
    margin: 0;
    padding-left: 1.875em; /* Add space for the icon */
    position: relative;
}
#todo .sub-quactions i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.125em; /* Adjust icon size as needed */
    color: #333; /* Adjust icon color as needed */
}
#todo .sub-quactions .fas {
    color: #007BFF;
}
#todo .icon {
    font-size: 3.75em;
    float: right;
    text-align: start;
    padding-right: 1.25em;
}
#tuned {
    padding: 3.125em 0;
}
#tuned img {
    border-radius: 3.125em;
    width: 100%;
}
#tuned h2 {
    font-weight: bold;
    font-size: 3em;
}
#tuned h3 {
    font-size: 2.375em;
    margin-bottom: 1.25em;
    color: #007BFF;
}
#tuned p {
    font-size: 1.125em;
}
#mid-icon {
    padding: 6.25em 0;
}
#mid-icon .icon-holder {
    text-align: center;
}
#mid-icon .icon-holder img {
    margin-bottom: 1.25em;
}
#mid-icon .icon-holder h3 {
    font-weight: 400;
}
#mid-icon .icon-holder p {
    margin-bottom: 1.25em;
    color: #007BFF;
    font-size: 0.9375em;
}
#form {
    padding: 3.125em 0;
}
#form h2 {
    font-weight: bold;
    font-size: 3em; 
}
#form p {
    font-size: 1.125em;
    margin-bottom: 1.25em;
    color: #007BFF;   
}
#form .contact {
    color: #007BFF;   
}
#form .contact a {
    display: block;
    text-decoration: none;
    margin-top: 0.625em;
}
#form .form-group {
    margin: 1.25em 0;
}
#form .form-group input {
    background: none;
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0;
    border-color: #007BFF;
}
#form .form-group input::placeholder {
    color: #007BFF;
}
#form  .form-control {
    color: #007BFF;
}
#form .checkbox-label {
    margin-top: 0.625em;
    display: flex;
    align-items: flex-start; /* Align items at the top */
}
#form .checkbox-label input {
    margin-top: 0.3125em;
}
#form .checkbox-label label {
    color: #007BFF;
    padding-left: 2.5em;
}

#form-watch-video {
    width: 16.875em; /* Custom width for the container */
    height: 35em; /* Custom height for the container */
    /* border-radius: 3em; */
    overflow: hidden; /* Hide overflow to ensure rounded corners work */
    position: relative; /* Position relative for absolute positioning of the video */
    margin: 0 auto; /* Center container horizontally */
    display: block;
    text-align: center; /* Center content inside container */
}
#form-watch-video video {
    position: absolute; /* Position video absolutely within the container */
    top: 0;
    left: 0;
    width: 270px; /* Make video fit the width of the container */
    height: 100%; /* Make video fit the height of the container */
    object-fit: contain; /* Cover the container while maintaining aspect ratio */
    padding: 10px;
    /* border-radius: 6.25em; */
}
#form-watch-video .iphone{
    position: absolute; /* Position video absolutely within the container */
    top: 0;
    left: 0;
    z-index: 1;
    width: 270px; /* Make video fit the width of the container */
}
/* Winner page */
#winners #header {
    position: relative; 
    background-image: url('../images/tiktok/tiktok-bg.jpg');
}
#winners #header::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(8,13,69,1) 0.625em, rgba(0,212,255,0) 3.125em);
    pointer-events: none; 
} 
#winners .header-content {
    padding: 6.25em 0 6.25em;
    position: relative; 
}
#winners .header-content h1 {
    font-size: 3.5em;
}
#winners .header-content h2 {
    text-transform: uppercase;
    font-weight: 200;
    font-size: 2em;
    margin-bottom: 20px;
}
#win-grid{
    padding: 6em 0em;
}
.winner-img{
    width: 100%;
    border-radius: 40px;
}

.winner-img {
    width:160px;
    }
.win-details{
    text-align: center;
    padding: 1em 0em 5em 0em;
}
.win-details img{
    margin-top: 1em;
    max-height: 2em;

}
#win-grid h3{
    color: #007BFF;
}
#win-apply{
    padding-bottom: 6em;
    text-align: center;
}
#win-apply h2{
    font-weight: bold;
    font-size: 3em;
}
#judges-list {
    padding-bottom: 4em;
}
#judges-list h4{
    margin-top: 0.8em;
    color: #007BFF;
    font-size: 1.2em;
}
#judges-list img{
    border-radius: 20px;
}
/* lineup-table */
#lineup-table{
    margin-bottom: 100px;
}
#lineup-table .section-title h2 {
    font-weight: bold;
    font-size: 3em;
    margin-bottom: 1em;
    text-transform: capitalize;
    text-align: left;
}
#judges-list .section-title h2 {
    font-weight: bold;
    font-size: 3em;
    margin-bottom: 1em;
}
#lineup-table .custom-table{
    border: solid 2px #979797;
}
#lineup-table .custom-table thead {
    background-color: #007BFF;
}
#lineup-table .custom-table td {
    text-align: center;
    vertical-align: middle; /* Ensure vertical centering */
    background-color: transparent;
    padding: 29px 18px 19px;
    color: #fff;
    font-size: 18px;
    font-weight: 200;
}
#lineup-table .custom-table a{
    color: #007BFF !important;
}
#lineup-table .custom-table .closed{
    color: #fff !important;
}
#lineup-table .custom-table th {
    vertical-align: top;
    background-color: #007BFF;
    padding: 20px 18px 19px;
    font-size: 18px;
    font-weight: 200;
    color: #fff;
}
#lineup-table .table-responsive {
    border-radius: 10px;
}
#lineup-table .disabled-link a {
    pointer-events: none;
    color: #fff!important;
    text-decoration: line-through; /* Strikethrough effect */
    cursor: not-allowed;
}
/* india */
#india-p #header {
    position: relative; 
    background-image: url('../images/india-cover.png');
}
#india-p #header::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(8,13,69,1) 0.625em, rgba(0,212,255,0) 3.125em);
    pointer-events: none; 
} 
#india-p .header-content {
    padding: 6.25em 0 6.25em;
    position: relative; 
}
#india-p .header-content h2 {
    text-transform: uppercase;
    font-weight: 200;
    font-size: 3em;
}
#india-p .header-content p {
    font-size: 1.5625em;
    text-transform: none;
}

#india-section {
    padding: 3.125em 0;
}
#india-section h2 {
    font-weight: bold;
    font-size: 3em;
}
#india-section h3 {
    font-size: 2.375em;
    margin-bottom: 1.25em;
    color: #007BFF;
}
#india-section p {
    font-size: 1.125em;
    font-weight: normal;
}
#india-section img {
    border-radius: 6.25em;
    padding: 0.625em;
    max-height: 34.375em;
    margin: 0 auto;
    display: block;
    text-align: center;
}
#india-section .horizontal img {
    border-radius: 6.25em;
    padding: 0.625em;
    width: 100%;
    max-height: 300px;
    margin: 0 auto;
    display: block;
    text-align: center;
    object-fit:cover;
}
#india-section p span, #requirements .requirement-item .text span{
    color: #007BFF;
    font-weight: 500;
}
#india-section p span .fas{
    margin-right: 5px;
    font-size: 15px;
}
.left-icon-holder{
    padding-bottom: 30px;
}
.left-icon-holder img{
    border-radius: 0px!important;
}
.left-icon-holder .icon{
    margin-right: 20px;
}
.left-icon-holder .text span{
    font-weight: bold;
    font-size: 1.5em;
}
#investments .partner-logo {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Ensures space is distributed */
    align-items: center;
    height: 100%; /* Ensures all logos are the same height */
}

#investments .mid-logo {
    padding:15px;
    max-height: 100px; /* Set a max height for the logos */
    object-fit: contain; /* Ensures logos maintain aspect ratio */
}

#investments .company-name {
    margin-top: auto; /* Pushes the company name to the bottom */
    font-size: 20px; /* Adjust font size as needed */
    font-weight: 400; /* Makes the company name bold */
    padding-top:20px;
    text-align: center; /* Centers the company name */
    display: none;
}

/* Vote

#viewer-voting, #episode-country {
    padding: 3.125em 0;
}

.m0 {
    margin: 0 !important;
}

.how-to-vote-box {
    border: 3px solid #5ce1e6;
    padding: 0.5rem;
}
#viewer-voting h2, #episode-country h2, #episode-country-list h2 {
  font-weight: bold;
  font-size: 3em;
  text-transform: uppercase;
  padding-bottom: 2rem;
}
.how-to-vote-box {
  text-transform: uppercase;
}
.episode-country-box video {
  max-width: 100%;
  width: 100%;
  height: 165px;
  object-fit: cover;
  object-position: center;
}
.episode-country-box-wrap {
    background-color: #5ce1e6;
    height:100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.episode-country-box-wrap h5 {
    color: #101010;
    font-weight: bold;
    padding-top: 1rem ;
    padding-bottom: 0.5rem ;
}

.episode-country-box{
    background-color: #101010;
    padding: 1rem;
    margin: 1px;
    padding-bottom: 2rem;
}
.vote-btn{
    background-color: #5ce1e6;
    color: #101010;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.5rem;
}
#episode-country-list {
    padding-top: 1rem;
}
#episode-country-list ul{
    list-style: none;
    text-align: center;
    padding-left: 0;
}
#episode-country-list ul li{
    display: inline;
    text-align: center;
}
#episode-country-list ul li a{
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.1rem;
    color: #007BFF;
    text-decoration: none;
}
#episode-country-list ul li a:hover{
    color:#fff;
}
#vote {background: #02196c;}
*/

/* Vote */

#viewer-voting, #episode-country {
    padding: 3.125em 0;
}

.m0 {
    margin: 0 !important;
}

.how-to-vote-box {
    border: 3px solid #007bff;
    padding: 0.75rem;
}
#viewer-voting h2, #episode-country h2, #episode-country-list h2 {
  font-weight: bold;
  font-size: 3em;
  text-transform: uppercase;
  padding-bottom: 2rem;
}
.how-to-vote-box {
  text-transform: uppercase;
}
.episode-country-box video {
  max-width: 100%;
  width: 100%;
  height: 165px;
  object-fit: cover;
  object-position: center;
}
.episode-country-box-wrap {
    background-color: #007bff;
    height:100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}
.episode-country-box-wrap h5 {
    color: #fff;
    font-weight: bold;
    padding-top: 1rem ;
    padding-bottom: 0.5rem ;
}

.episode-country-box{
    background-color: #101010;
    padding: 1rem;
    margin: 1px;
    padding-bottom: 2rem;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}
.vote-btn{
    background-color: #007bff;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.5rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}
#episode-country-list {
    padding-top: 1rem;
}
#episode-country-list ul{
    list-style: none;
    text-align: center;
    padding-left: 0;
}
#episode-country-list ul li{
    display: inline;
    text-align: center;
}
#episode-country-list ul li a{
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.1rem;
    color: #fff;
    text-decoration: underline;
}

#episode-country-list ul li a:hover{
    color:#007bff;
    cursor: pointer!important;
}


#viewer-voting p, #viewer-voting ul li {
    line-height: 1.7;
}

/* season7-broadcasting-schedule */
#season7-broadcasting-schedule{
    margin-top: 30px;
}
#season7-broadcasting-schedule .section-title h2 {
    font-weight: bold;
    font-size: 3em;
    margin-bottom: 1em;
    text-transform: capitalize;
    text-align: left;
}
#season7-broadcasting-schedule .custom-table{
    border: solid 2px #979797;
}
#season7-broadcasting-schedule .custom-table thead {
    background-color: #007BFF;
}
#season7-broadcasting-schedule .custom-table td {
    text-align: center;
    vertical-align: middle; /* Ensure vertical centering */
    background-color: transparent;
    padding: 29px 18px 19px;
    color: #fff;
    font-size: 18px;
    font-weight: 200;
}


#season7-broadcasting-schedule .custom-table th {
    vertical-align: top;
    background-color: #007BFF;
    padding: 20px 18px 19px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align:center;
}
#season7-broadcasting-schedule .table-responsive {
    border-radius: 10px;
}

#vote #header {
    background-color: #080D45;
    background-image: none;
}

#episode-country h2 a{
    color: #fff;
    text-decoration: none;
}

.underline {
    text-decoration: underline;
}

.mr-3 {
    margin-right: 1.5rem;
}


/* Apply */

.apply-now-form {padding-top:5rem; padding-bottom:5rem;}
#apply-now-page #header {background-color: #080D45;background-image: none;}

/* Apply */

/* Suggestions */
.btn-custom:hover {background:#fff; color:#007BFF;}
.footer-social-icon a:hover .icon {background-color:#fff;}
.navbar-nav .nav-link.active {color:#007BFF;}

/* Suggestions */

@media (max-width: 1150px) {
    .navbar-brand img{
        width: 5em;
    }
    .nav-item a{
        font-size: 1em;
    }
    .btn-custom {
        padding: 0.6em 0.8em;
        font-size: 1em;
        min-width: 8em!important; 
    }
    #winners .header-content h2, #win-apply h2,#india-p .header-content h2,  #winners .header-content h2, #competition h2, #timeline .section-title h2 , .partner-holder h2,#show-work .section-title h2, #investments .section-title h2   {
        font-size: 2em;
    }
    #competition p {
        font-size: 0.8em;
    }
    #competition .icon {
        font-size: 5em;
        padding-right: 0em;
    }
    .p-block-img {
        width: 100%;
        height: 11.563em;
    }
    .p-block h4 {
        font-size: 1.4em;
    }
    .p-block p {
        font-size: 0.8em;
    }
    #show-work .work p {
        padding: 1em 1em;
        font-size: 0.8em;
    }
    .work-img .number {
        font-size: 2.5em;
    }
    .mid-section {
        padding: 2em 0px;
    }
}
@media (max-width: 552px) {
    .navbar-brand img{
        width:10em;
    }
    #tiktok .header-content h2{
        font-size: 1.5em;
    }
    #tiktok .header-content p {
        font-size: 0.8em;
    }
    #competition h2, #timeline .section-title h2 ,#india-p .header-content h2, .partner-holder h2,#show-work .section-title h2, #investments .section-title h2 {
        font-size: 2.4em;
    }
    #form h2, #draper-watch h2, #draper-apply h2, #requirements .section-title h2, #todo .section-title h2, #tuned h2 {
        font-size: 2.4em;
    }
    #winners .header-content h2, #india-p .header-content h2 {
        font-size: 1.4em;
        margin-bottom: 20px;
    }
    #winners .header-content h1{
        font-size: 1.8em;
    }
    #india-p .header-content h1{
        font-size: 2.3em;
    }
    #draper-apply h3{
        font-size: 1.5em;
    }
    #draper-apply .owl-carousel{
        margin-bottom: 5em;
    }
    #investments img {
        margin: 0 auto;
    }
    .header-content h1 {
        font-size: 2.4em;
    }
    .header-content p {
        font-size: 1.3em;
    }
    .p-block-img {
        width: 100%;
    }
    .work-img .number {
        padding: 0.1em 0.5em;
    }
    .timeline-locate {
        width: 50%;
        float: left;
    }
    .footer-contact{
        text-align: center;
    }
    .footer-logo{
        text-align: center;
    }
    #competition {
        padding: 3em 0px;
    }
    #todo .icon {
        padding-right: 0.1em;
    }
    #show-work .work {
        margin-bottom: 4em;
    }
    .work-img .number {
        font-size: 5em;
    }
    #show-work, #timeline  {
        padding-bottom: 2em;
    }
    #draper-watch-video {
        width: 100%;
        margin-top: 3em;
    }
    .tim-text {
        padding-bottom: 1em;
    }
    .mid-section {
        padding: 3em 0px;
    }
    #lineup-table .custom-table td {
        font-size: 14px;
    }
    #india-section .horizontal img {
        border-radius: 3.25em;
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) {
    .episode-country-box-wrap p{
        min-height: 210px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .episode-country-box-wrap p{
        min-height: 305px;
    }
}

.video-embed iframe{
    max-width: 100%;
    max-height: 165px;
}

.thank-you-circle {
    width: 100px;
    height: 100px;
    background-color: #080d45; /* Bootstrap's green color */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.thank-you-circle i {
    color: #fff;
    font-size: 2.5rem;
}

.thank-you-message {
    text-align: center;
    margin-top: 20px;
}

@media (min-width: 992px) {
    .nav-season-seven .nav-link {
    background: transparent linear-gradient(90deg, #007BFF 0%, #02196C 100%) 0% 0% no-repeat padding-box;
  border-radius: 27px;
  color: #fff;
  padding: 0.75em 1.875em;
  font-size: 1.125em;
  min-width: 10em !important;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.nav-season-seven .nav-link:hover {background:#fff; color: #007BFF;}
}

#apply-now-page .error-message {
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

#apply-now-page .btn-custom {
    min-width: 120px;
}

#apply-now-page .btn-custom:disabled {
    cursor: not-allowed;
    opacity: 0.7;
}

#apply-now-page .spinner-border {
    margin-right: 0.5rem;
}

#apply-now-page .alert {
    display: none;
    margin-bottom: 20px;
}

/* Tiktok New */

#tuned .sub-quactions {
    padding-left: 1.25em;
    margin-bottom: 2.5em;
}
#tuned .sub-quactions p {
    margin: 0;
    padding-left: 1.875em; /* Add space for the icon */
    position: relative;
}
#tuned .sub-quactions i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.125em; /* Adjust icon size as needed */
}
#tuned .sub-quactions .fas {
    color: #007BFF;
}

#tuned img {border-radius: 20px;}

#tiktok #header {
    background-image: url('../images/tiktok/tiktok-bg.png');
}

#mic{padding-bottom: 3.125em; text-align:center;}
#mic h2 {
    font-weight: bold;
  font-size: 3em;
}

.py1rem {padding-top:1rem; padding-bottom:1rem;}
.requirement-item .icon {margin-top:6px;}
#todo .sub-quactions i {top:3px;}
#tuned .sub-quactions i {top:4px;}

#submissionForm .form-group input::placeholder {opacity:0.3;}
#submissionForm .form-group input:-webkit-input-placeholder {opacity:0.3;}
#submissionForm .form-group input::-moz-placeholder {opacity:0.3;}
#submissionForm .form-group input::-ms-input-placeholder {opacity:0.3;}