﻿#logo
{
    max-height: 100px;
    -webkit-filter: drop-shadow(1px 1px 0 rgba(255, 255, 255, 0.5))
    drop-shadow(-1px -1px 0  rgba(255, 255, 255, 0.5));
    filter: drop-shadow(1px 1px 0  rgba(255, 255, 255, 0.5)) 
    drop-shadow(-1px -1px 0  rgba(255, 255, 255, 0.5));
    margin-top: -46px;
}

.hidden{display: none;}
.transparent{opacity: 0;}
.transpatent-50{opacity: 0.5;}
.loader_bg{top:0px;left:0px;}
ul.infomaco li{font-size: 15px;}
.zon_text h1{font-size:50px;line-height: 1.5;}

.carousel-control-prev,.carousel-control-next,.owl-next,.owl-prev
{display:none;}
.coff_img figure img
{filter:drop-shadow(0px 0px 41px #00000030) !important ;}


.about_img figure{
      /* Telling our absolute positioned video to 
  be relative to this element */
  position: relative;

  width: 100%;
  height: 766px;

  /* Will not allow the video to overflow the 
  container */
  overflow: hidden;

  /* Centering the container's content vertically 
  and horizontally */
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about {margin: 0px !important;padding: 0px !important;padding-bottom: 0px !important;}
.about_img figure video{
      /** Simulationg background-size: cover */
  object-fit: cover;
  height: 100%;
  width: 167%;
  position: absolute;
  top: 0;
  left: -40%;
}
.mb-10
{
margin-bottom: 10px !important;
}
.mu-10
{
    margin-top: 10px !important;
}


#mc_embed_signup{   font:14px Helvetica,Arial,sans-serif; width: 100%;}
#mc_embed_shell{width: 100%;}
.mc-field-group,.indicates-required{
    color: whitesmoke;
}

#mc_embed_signup .button
{
    background-color: #db3620 !important;
    font-weight: 900 !important;
    letter-spacing: 1px !important;
}

.refferal_badge {
	display: none !important;
}


.footer::before {
	position: absolute;
	content: "";
	background: url(../images/footer_be.png);
	width: 50%;
	background-repeat: no-repeat;
	left: 50%;
	margin: 0 auto;
	object-fit: contain;
	height: 410px;
	overflow: hidden;
}


.footer::after {
	position: absolute;
	content: "";
	background: url(../images/dates/3.png);
	width: 195px;
	height: 300px;
	background-repeat: no-repeat;
	bottom: 0;
	right: 0;
}

#codelabel {
	background-color: whitesmoke;
	/* margin: 5px; */
	width: 100%;
	color: black;
	padding-left: 25px;
	font-size: 18px;
}
.v-container
{
          /* Telling our absolute positioned video to 
  be relative to this element */
  position: relative;

  width: 100%;
  height: 766px;

  /* Will not allow the video to overflow the 
  container */
  overflow: hidden;

  /* Centering the container's content vertically 
  and horizontally */
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.v-content{
      /** Simulationg background-size: cover */
      object-fit: cover;
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0%;
}


.basic_body {
	background: #1f1d47;
	border-right: #fff solid 20px;
	padding-bottom: 98px;
	padding-top: 80px;
	border-top: #fff solid 30px;
    min-height: 500px;
}

.basic_body p
{
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #fff;
    padding-bottom: 29px;
}
.basic_body h2
{
    font-size: 50px;
    color: #faf8f9;
    line-height: 52px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
    padding-bottom: 0px;
    display: inline-block;
}

/* Gallery Section Starts */
.container-g {
    display: flex;
    width: 100%;
    padding: 4% 2%;
    box-sizing: border-box;
   
    flex-wrap: wrap;
  }
  
  .box {
    flex: 1;
    overflow: hidden;
    transition: .5s;
    margin: 1% 1%;
    box-shadow: 0 20px 30px rgba(0,0,0,.1);
    line-height: 0;
  }
  
  .box > img {
    width: 200%;
    height: calc(100% - 10vh);
    object-fit: cover; 
    transition: .5s;
  }
  
  .box > span {
    font-size: 3.8vh;
    display: block;
    text-align: center;
    height: 10vh;
    line-height: 2.6;
  }
  
  .box:hover { flex: 1 1 50%; }
  .box:hover > img {
    width: 100%;
    height: 100%;
  }

  .break{

    flex-basis: 100%;   
    height:0px;
  }
/* Gallery Section Ends */


.input-placeholder{
    background-color: whitesmoke;
    color:black;
    
    width: 100%;
    padding:5px;
     
	font-size: 18px;
}



 /* The Modal (background) */
 .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
	background-color: rgba(31, 28, 69,0.8);
	margin: 15% auto;
	padding: 20px;
 
	width: 80%;
	min-height: 15vh;
	/* padding-top: 52p; */
	text-align: center;
	border: solid;
	border-color: #db3620;
	border-width: 2vh;
  color:white
}
/* The Close Button */
.closepop {
	color: #aaa;
	font-size: 50px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 0.5vw;
	top: -0.5vh;
}

.closepop:hover,
.closepop:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} 