* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
    background-image: url(background1.webp);
	background-size:cover;
	background-repeat: no-repeat;
	background-position: top;
    font-family: Arial;
    padding:60px 0;
    color:#fff;
}

header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  background-size: cover;
  background-position: center;
  position: relative;
}
header:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
header .content {
  position: relative;
  z-index: 1;
}
header .content h1 {
  font-size: 28px;
  font-weight: 900;
}
header .content h1 span {
  font-weight: 400;
}
.bit a:hover{
    color:#82a256 !important;
}
@media screen and (min-width: 480px) {
  header .content h1 {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) {
  header .content h1 {
    font-size: 42px;
  }
}
@media screen and (min-width: 1024px) {
  header .content h1 {
    font-size: 56px;
  }
}
@media screen and (min-width: 1280px) {
  header .content h1 {
    font-size: 72px;
  }
}
header .content h2 {
  font-size: 42px;
  font-weight: normal;
  margin: 150px 0px 55px 0px;
}

div.header{
	margin: 0;
    padding: 0;
    box-sizing: border-box;
	text-align:left;
}
a.mail {
    font-size: 18px;
    text-align: right;
    float: right;
    vertical-align: bottom;
    margin-top: 40px;
    font-family: Calibri;
    color: #2e2e2e;
    text-decoration: none;
}

img.logo{
width: 100%;

}

div.address{
	margin-top:150px;
	font-family:Calibri;
	font-size:18px;
	font-weight:bold;
}

.cd{
	font-size: 35px; font-weight: bold;line-height: 10px;
}
.cdd{
		float:left; margin:0 35px 0 0;
}

.coming{
    float: right;
    margin: 20px 0 0 0;
    position: relative;
    top: 43px;
}

.footer{
	margin:40px 0 0 0;
}

h3{
	font-size: 15px;
}
h4{
	font-size: 12px;
    font-weight: normal;
}

.apps{
		float:right;
	
}

.apps img{
	height:30px;
}


.bit{
	float:left;
}



.countdownd{
margin: 80px 0 0 0;
    overflow: auto;
    text-align: center;
}
.countdow0n {
    margin: 25px 0 0 0;
    width: max-content;
    float: left;
    display: block;
    height: 60px;
}
.logo2 {
    float: right;
    margin-top: 20px;
}

.logo2 img{
	margin-left:15px;
	width: 50px;
}
@media screen and (max-width: 480px) {
  header .content h2 {
    font-size: 56px;
  }
  .coming{
        margin: 50px auto;
        width: 170px;
        float:none;
    }
  
  .logo1{
    margin: 50px auto;
    width: 200px;
      
  }
  
  .countdow0n{
        margin: 20px auto;
        width: max-content;
        float: none;
        display: block;
        height: 60px;
      
  }
  .logo2{
        margin: 50px auto;
        width: max-content;
        float: none;
  }
  
}
@media screen and (max-width: 768px) {
  header .content h2 {
    font-size: 35px;
	font-weight:bold;
  }
  

    .coming{
        margin: 50px auto;
        width: 170px;
        float:none;
    }
  
  .logo1{
    margin: 50px auto;
    width: 200px;
      
  }
  
  .countdow0n{
        margin: 20px auto;
        width: max-content;
        float: none;
        display: block;
        height: 60px;
      
  }
  .logo2{
        margin: 50px auto;
        width: max-content;
        float: none;
  }
  .footer{
	  text-align:center;
	      margin:9px auto;
    width: max-content;
    float: none;
  }
  
.bit{
	float:none;
	margin: 20px 0px 40px 16px;
}
  .apps{
		float:none;
	
}

h4{
    font-size:10px;
}
.cdd {
    margin: 0 18px 0 0;
}
  
}
@media screen and (min-width: 1024px) {
  header .content h2 {
    font-size: 96px;
  }
  
  
  
  
  
}
@media screen and (min-width: 1280px) {
  header .content h2 {
    font-size: 125px;
  }
  
   
}












header .content .countdown {
    font-size: 35px;
	font-weight:bold;
}
@media screen and (min-width: 480px) {
  header .content .countdown {
    font-size: 35px;
	font-weight:bold;
  }
}
@media screen and (min-width: 768px) {
  header .content .countdown {
    font-size: 35px;
	font-weight:bold;
  }
}
@media screen and (min-width: 1024px) {
  header .content .countdown {
    font-size: 35px;
	font-weight:bold;
  }
}
@media screen and (min-width: 1280px) {
  header .content .countdown {
    font-size: 35px;
	font-weight:bold;
  }
}

/*# sourceMappingURL=main.css.map */
