/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
html{
height: 100%;
overflow-x: visible;
width:100%;
background-color: #100822;
}
body{
font-family: 'Roboto', sans-serif;
padding:0px;
margin:0px;
font-size:16px;
height: 100%;
width:100%;
background-color: #100822 !important;
}
.image_content{
height: 100%;
background:url(../images/mainimage3.png) no-repeat;
width: 100%;
}
.logo{
  height: 200px;
/*  width: 600px; */
  text-align: center;
}
.row{
  display: flex;
  flex-wrap: nowrap !important;
  height: 100%;
  --bs-gutter-x: 0px !important;
}
#carousel {
margin-top: 10%;
width:100%;
height:500px;
position:relative;
clear:both;
overflow:hidden;
text-align: center ;
}
#carousel img {
visibility:hidden;
}
.item{

}
.iframe{
   height:961px;
   padding-right: calc(var(--bs-gutter-x) * .0) !important;
   padding-left: calc(var(--bs-gutter-x) * .0) !important;
}

.left_content {
height: 961px;
width: 100%;
float:left;
text-align: center;
}
.left_content h1{
font-size:36px;
font-weight:700;
letter-spacing:-1px;
padding:0px 0 0 0px;
color:#FFFFFF;
}
.left_content h1 span{
color:#33d691;
}
.left_content h2{
font-size:14px;
letter-spacing:1px;
line-height:30px;
margin:0px 0 10px 0;
padding:0px;
color:#33d691;
clear:both;
float:left;
font-weight:900;
width:100%;
text-align:center;
}
.left_content h3{
font-size:16px;
margin:0px 0 10px 0;
padding:0px;
color:white;
clear:both;
float:left;
width:100%;
text-align:center;
}
.left_content p{
padding:30px 30px 30px 0;
line-height:22px;
color:#FFFFFF;
font-weight:300;
font-size:14px;
}
.swipe_to_navigate{
background:url(../images/swipe.png) no-repeat center;
height:64px;
color:#fff;
line-height:64px;
font-size:14px;
padding:0 0 0 90px;
}
@media screen and (max-width: 1399px) {
.logo{
  margin: 0 auto !important;
}
#carousel{
  margin-top: 0px;
}
.left_content {
height: 900px;
}
.row{
  flex-wrap: wrap !important;
  height: 100%;
}
.iframesaat{
  height: 900px;
}
}
@media screen and (max-width: 1280px) {
.iframesaat{
  height: 850px;
}
}
@media screen and (max-width: 1200px) {
.iframesaat{
  height: 800px;
}
}
@media screen and (max-width: 1050px) {
.iframesaat{
  height: 750px;
}
}
@media screen and (max-width: 991px) {
#carousel{
  margin-top: 0px;
}
.iframesaat{
  height: 700px !important;
}
}
@media screen and (max-width: 988px) {
.iframe{
}
.logo{
  height: 100px !important;
  width: 300px !important;
  margin: 0 auto !important;
}
.row{
  padding-right: calc(var(--bs-gutter-x) * .0) !important;
}
}
@media screen and (max-width: 850px) {
.iframesaat{
  height: 700px !important;
}
}
@media screen and (max-width: 800px) {
.iframesaat{
  height: 600px !important;
}
}
@media screen and (max-width: 600px) {
.iframesaat{
  height: 550px !important;
}
}
@media screen and (max-width: 400px) {
.iframesaat{
  height: 500px !important;
}
}
@media screen and (max-width: 296px) {
.iframesaat{
  height: 550px !important;
}
}
