
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*===================health-CSS======================*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
}

ul {
	list-style: none;
}

.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}

:root {
	font-size: 10px;
	--main-color: #1f7b76;
	--text-color: #171d27;
	font-size: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
	margin: 0 0 0 0;
}

a,
a:hover {
	text-decoration: none;
}

.clearfix {
	display: block;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
	height: 0;
	width: 0;
}





.menu_bar li a{
	font-size: 1.6rem;
}
footer li a{
	font-size: 1.6rem;
}
.contact-list li{
	font-size: 1.6rem;
}
.red_head {
	color: var(--main-color);
}

p {
	font-size: 2.3rem;
	font-weight: 400;
	color: #000000;
}

/* ================================== */
.banner_section {
    position: relative;
	padding: 0px;
	

}
.banner-img{
	width: 100%;
    height: 60vh;
    object-fit: cover;
}

.banner_section .main-banner-figure {
    position: relative;
    margin: 0;
}
.banner_section .main-banner-caption {
    position: absolute;
    bottom: 60%;
    left: 0%;
    width: 100%;
    transform: translateY(70%);
}

.banner_section h1 {
	font-size: 6rem;
	font-weight: bold;
	text-transform: uppercase;
    color: white;
}

.banner_section span {
	color: var(--main-color);
	display: block;
	font-weight:bolder;
	margin-bottom: 2rem;
	
}
.banner_section p{
    color: white;
    font-size: 2rem;
}
.content_body_banner{
    width: auto;
 max-width: 600px;
}
/* =======================winner_section========================= */
.winner_section{
 padding: 6rem 0rem;
 border-top: 2rem solid var(--main-color);
 border-bottom: 4rem solid var(--main-color);
}
.winner_section h2{
    color:  var(--main-color);
    font-size: 4.5rem;
    text-transform: uppercase;
 font-weight: bold;
 margin-bottom: 3rem;
}
.winner_section p{
    color: black;
    font-size: 2rem;
    text-align: justify;
}
/* ===============================booklet_section============================================= */

	 .bookWrapper {
    width: 100%;
    max-width: 100%;
    height: 720px;
    max-height: 720px;
    padding: 16px;
    background: #331917;
  }

  .page img {
    max-width: 100%;
    max-height: 100%;
    /* object-fit: cover; */
  }

  .bookBg {
    position: relative;
    /* background-color: #000; */
    width: 100%;
    height: 100%;
    border-radius: 12px;
    transition-delay: 250ms;
    transition: 0.5s all ease-in-out;
  }

  .pageBg {
    position: absolute;
    left: 50%;
    top: 50%;
    /* background-color: #999; */
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    border-radius: 0px;
  }

  .pageWrapper {
    position: absolute;
    width: 50%;
    height: 100%;
    float: left;
    -webkit-font-smoothing: antialiased;
    transform: translateX(-50%);
    transition: 0.5s all;
  }

  .page {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .pageFace {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
    text-align: center;
  }

  .front {
    background: linear-gradient(to right, #d9d9d9 0%, #f9f9f9 3%, #ffffff 8%, #ffffff 100%);
  }

  .back {
    background: linear-gradient(to right, #ffffff 0%, #ffffff 92%, #f9f9f9 97%, #d9d9d9 100%);
  }

  .pageFoldRight {
    position: absolute;
    /* width: 0px;
    height: 0px; */
    top: 50%;
    right: -70px;
    border-left-width: 0px;
    border-left-color: transparent;
    border-left-style: solid;
    border-bottom-width: 0px;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    box-shadow: 0px 0px 0px #dddddd;
    background: transparent;
    transform: translateY(-50%);
    cursor: pointer;
  }

  .pageFoldLeft {
    position: absolute;
    /* width: 0px;
    height: 0px; */
    top: 50%;
    left: -70px;
    border-left-width: 0px;
    border-left-color: transparent;
    border-left-style: solid;
    border-bottom-width: 0px;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    box-shadow: 0px 0px 0px #dddddd;
    background: transparent;
    transform: translateY(-50%);
    cursor: pointer;
  }

  img.top_fixed {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 50%;
    z-index: -1;
  }

  img.last_cover_fixed {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    z-index: -1;
    height: 100%;
  }

  /*.page.left::first-child{
z-index: 111!important;

}
.page.right::first-child{
z-index: 111!important;

}*/
  /* .page.right .pageFoldLeft{
    display: none;
}
.page.left .pageFoldRight{
    display: none;
} */
  /*.dbl {
    transition-delay: 250ms;
    transition: 0.5s all ease-in-out;
    transform: scale(1.2);
  }*/

  /*@media screen and (max-width: 1199px) {
    .page img {
      height: 100%;
    }
  }*/

  .page .pageFoldLeft {
    opacity: 0;
  }

  .page.left .pageFoldLeft {
    opacity: 0;
  }

  .bookWrapper {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transition-delay: 0.5s;
  }

  .pageBg .pageWrapper_main {
    transform: translateX(50%) !important;
  }
  
/*=======DIGITAL-SHOWGUIDE==add==22-08-2023========*/
.digital-showguide_digital-showguide .winner_section{
    border-top: 0rem;
    border-bottom: 0rem;
    padding: 8rem 0rem;
    position: relative;
}
.digital-showguide_digital-showguide .right_content_parting{
 margin: 10rem 0rem;
}
.digital-showguide_digital-showguide .winner_section h2{
     font-size: 3.5rem;
     text-align: left;
}
.digital-showguide_digital-showguide .left_content_imging,
.digital-showguide_digital-showguide .right_content_imging{
     position: absolute;
     z-index: 11;
    max-width: 400px;

}
.digital-showguide_digital-showguide .left_content_imging
{
 top: -127px;
 right: 0;
}
.digital-showguide_digital-showguide .right_content_imging{
 top: -123px;
 left: 0;
}
.digital-showguide_digital-showguide .modal_btn{
    padding: 9px 24px;
    font-size: 18px;
    font-weight: 500;
    height: unset;
    text-transform: capitalize;
    border-radius: 12px;
    background-color: #1f7b76;
    color: #fff;
    border: 0;
    margin-top: 5rem;
}
.digital-showguide_digital-showguide .left_content_parting p{
 color: #fff;
 text-align: left;
}
.digital-showguide_digital-showguide .winnwer_content{
 text-align: justify;
}
.digital-showguide_digital-showguide .form-text{
    height: 100%;
}
.digital-showguide_digital-showguide #edit-active-conference label, 
.digital-showguide_digital-showguide #edit-active-conference--2 label,
.digital-showguide_digital-showguide .form-text,
.digital-showguide_digital-showguide .form-email,
.digital-showguide_digital-showguide.form-select,
.digital-showguide_digital-showguide.form-tel{
    font-size: 16px;
}
/*.digital-showguide_digital-showguide form.webform-client-form .js-form-type-select select.form-select {
   
}*/
.digital-showguide_digital-showguide input[type="tel"], 
.digital-showguide_digital-showguide input[type="text"],
.digital-showguide_digital-showguide  textarea,
 .digital-showguide_digital-showguide  input[type="number"], 
 .digital-showguide_digital-showguide input[type="email"], 
 .digital-showguide_digital-showguide input[type="password"],
 .digital-showguide_digital-showguide  form.webform-client-form .js-form-type-select select.form-select {
    display: block;
    width: 100%!important;
    height: 100%;
    padding: 15px;
    line-height: 1.5;
    color: #020404;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 13px;
    border: 0;
    border-bottom: 1px solid rgba(138,138,138,0.5);
    font-size: 15px;
    overflow: hidden;

}
.digital-showguide_digital-showguide .winner_section p{
    font-weight: 300;
}
.digital-showguide_digital-showguide .right_content_parting .right_content_right,
.digital-showguide_digital-showguide .right_content_parting .right_content_right .winner_section p{
    text-align: right;
}
.digital-showguide_digital-showguide .winner_section_contact .form-group {
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.winner_section_contact .contact-us-wrap .column_input div label{
    display: none;
}
.winner_section_contact .contact-us-wrap .column_input{
 display: flex;
 justify-content: center;
 align-items: center;
}
.winner_section_contact .js-form-item.form-item{
    width: 100%;
}
.winner_section_contact .contact-us-wrap{
   background: #f7f7f7;
    padding: 20px;
    border-radius: 20px;
    max-width: 1200px;
    margin: 30px auto;
}
/* ==================media_start========================= */
@media screen and (max-width:1500px) {
}
@media screen and (max-width:1199px) {
.digital-showguide_digital-showguide .left_content_imging {
    top: -80px;
    right: 0;
}
.digital-showguide_digital-showguide .right_content_imging{
    top: -60px;
    left: 0;
}
}
@media screen and (max-width:991px) {
}
@media screen and (max-width:767px) {
.digital-showguide_digital-showguide .left_content_imging, .digital-showguide_digital-showguide .right_content_imging {
    position: static;
    z-index: 11;
    max-width: 400px;
    margin: 20px auto;
}
.digital-showguide_digital-showguide .winner_section{
    padding: 4rem 0rem;
}
.digital-showguide_digital-showguide .modal_btn {
    padding: 8px 22px;
    font-size: 15px;
    font-weight: 500;
    height: unset;
    text-transform: capitalize;
    border-radius: 12px;
    background-color: #1f7b76;
    color: #fff;
    border: 0;
    margin-top: 4rem;
    text-align: center;
}
.digital-showguide_digital-showguide .contactform-bg .g-recaptcha{
     top: 0;
}
.digital-showguide_digital-showguide .winnwer_content{
    margin-bottom: 4rem;
}

.digital-showguide_digital-showguide .winner_section h2 {
    font-size: 2.5rem;
    text-align: left;
}
}
@media screen and (max-width:575px) {
}
/*=======DIGITAL-SHOWGUIDE==END==22-08-2023========*/
/* ==================media_start========================= */
@media screen and (min-width:1650px) {
    .container {
   max-width: 1400px;
   margin: 0 auto;
 }
 
}
/*==========================================*/
@media screen and (max-width:1600px) {
.banner_section h1{
	font-size: 4.5rem;
}
.winner_section h2{
	font-size: 3.5rem;
}
.banner_section p{
	font-size: 2rem;
}
.winner_section p{
	font-size: 1.8rem;
}
}
/*=====================================*/
@media screen and (max-width:1500px) {

	.banner_section h1{
		font-size: 4rem;
	}
	.banner_section p {
  
    font-size: 1.8rem;
}
.winner_section h2{
	font-size: 3.5rem;
}
.winner_section p{
	font-size: 1.6rem;
}
}
/*=====================================*/
@media only screen and (max-width: 1400px) and (min-width: 1199px)  {

	.banner-img{
		height: 90vh;
		filter: brightness(0.5);
		
	}
	.banner_section .main-banner-caption{
		transform: translateY(120%);
	}

}
/*=====================================*/
@media screen and (max-width:1199px) {

	.banner_section h1{
		font-size: 3.5rem;
	}
	.banner_section p {
  
    font-size: 1.6rem;
}
.winner_section h2{
	font-size: 3rem;
}
.winner_section p{
	font-size: 1.6rem;
}
	.page img {
    height: 100%;
}
.banner_section .main-banner-caption {
  
    bottom: 40%;
}
}
/*=====================================*/
@media screen and (max-width:1024px) {}
/*=====================================*/
@media screen and (max-width:991px) {
	.bookWrapper {
    height: 500px;
    max-height: 500px;
    padding: 24px;
 
}
.pageFoldRight{
	right: -45px;
}
.pageFoldRight img {
    width: 30px;
    
}
.pageFoldLeft{
 left: -45px;
}
.pageFoldLeft img{
	width: 30px;
   
}
.winner_section .winter_wrap{
	max-width: 700px;
}
.winner_section{
	padding: 6rem 2rem;
}
}
/*=====================================*/
@media screen and (max-width:767px) {
	.bookWrapper {
    height: 375px;
    max-height: 375px;
    padding: 16px;
}
.pageFoldRight{
	right: -36px;
}
.pageFoldRight img {
    width: 24px;
    
}
.pageFoldLeft{
 left: -36px;
}
.pageFoldLeft img{
	width: 24px;
   
}
.bookWrapper {
    height: 375px;
    max-height: 375px;
    padding: 24px;
}
.winner_section .winter_wrap{
	max-width: 600px;
}
}
/*=====================================*/
@media screen and (max-width:575px) {
	.winner_section{
		padding: 6rem 3rem;
	}
	.banner_section h1{
		font-size: 3rem;
	}
	.banner_section p {
  
    font-size: 1.5rem;
}
.winner_section h2{
	font-size: 2.5rem;
}
.winner_section p{
	font-size: 1.5rem;
}
.bookWrapper {
    height: 260px;
    max-height: 375px;
    padding: 16px;
}
.banner-img {
   
    filter: brightness(0.4);
}
.winner_section_contact .contact-us-wrap .column_input{
  margin-top: 0!important;
}
}
/*=====================================*/
@media screen and (max-width:400px) {}