@charset "utf-8";

/* CSS Document */

body,
html {
    height: 100%;
    position: relative;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    color: #555;
    line-height: 140%;
    min-height: 100%;
    background-image: linear-gradient(to bottom, #3059b2, white);
}

a {
    text-decoration: none;
    color: #111;
    transition: 0.5s;
}

a:hover {
    color: #333;
}

.pointer {
    cursor: pointer;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: "helios";
    src: url('MAKHelios.ttf') format('truetype');
}

@font-face {
    font-family: "Roboto";
    src: url('RobotoCondensed-Regular.ttf') format('truetype');
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.clear {
    clear: both;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
    transition: 0.5s;
}

.header {
    width: 100%;
    height: 10vh;
    background: white;
}

.logo {
    width: 15%;
    height: 10vh;
    float: left;
    padding: 1vh 2%;
}

.header img {
    height: 100%;
}

.swiper {
    width: 100%;
    height: 80vh;
    border-top: 2px solid #3059b2;
    position: relative;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer {
    width: 100%;
    height: 10vh;
    background: url(img/bg.jpg);
    border-top: 1px solid white;
}

.width {
    width: 80%;
    margin: auto;
    color: white;
    line-height: 10vh;
}

.black {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
    text-align: center;
}

#timer {
    color: white;
    width: 30%;
    margin: auto;
    text-align: center;
    background: rgba(0, 50, 160, 0.9);
    padding: 20px;
    border-radius: 10px;
    margin-top: 5vh;
}

.days {
    float: left;
    width: 25%;
    font-size: 16px;
    border-left: 1px dashed #ccc;
}

.days:first-child {
    border: none;
}

.days .too {
    font-size: 30px;
    margin-bottom: 5px;
}

.dropdown {
    width: 30%;
    height: 10vh;
    float: right;
    padding: 2vh 2%;
    position: relative;
    display: inline-block;
}

.dropbtn {
    font-family: "helios";
    padding: 10px;
    color: white;
    background: #3059b2;
    text-align: center;
    border-radius: 10px;
    font-size: 18px;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.dropdown-content a {
    color: #333;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px dashed #ccc;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #ddab3d;
}

.fa-list {
    margin-right: 20px;
    font-size: 14px;
}

.main {
    width: 80%;
    margin: auto;
}

.tab {
    overflow: hidden;
    margin-top: 5vh;
    margin-bottom: 5vh;
}


/* Style the buttons inside the tab */

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    margin: 10px;
    font-family: "helios";
    font-size: 20px;
    background: white;
    border-radius: 10px;
}

.tabm button {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px;
    transition: 0.3s;
    margin: 10px;
    font-family: "helios";
    font-size: 20px;
    background: white;
    border-radius: 10px;
}

.tabm button span {
    color: #d22832;
    font-size: 22px;
    font-weight: bold;
}

.tabm button.active {
    background-color: #ddab3d;
    color: white;
}


/* Change background color of buttons on hover */

.tab button:hover {
    background-color: #ddab3d;
    color: white;
}


/* Create an active/current tablink class */

.tab button.active {
    background-color: #ddab3d;
    color: white;
}


/* Style the tab content */

.tabcontent {
    display: none;
    height: 60vh;
    overflow-y: scroll;
}

.tabcontent li {
    background: white;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.tabcontent .odor {
    width: 15%;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 200%;
}

.tabcontent .odor span {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}

.tabcontent .ners {
    width: 80%;
    color: #555;
    font-size: 20px;
    font-weight: bold;
    line-height: 150%;
}

.tabcontent .ners span {
    font-size: 14px;
    font-weight: 400;
}

.video {
    margin-top: 5vh;
    text-align: center;
}

#customers {
    font-family: "helios";
    border-collapse: collapse;
    width: 100%;
    background: white;
    font-size: 18px;
}

#customers td,
#customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

#customers tr:nth-child(even) {
    background-color: #f2f2f2;
}

#customers tr:hover {
    background-color: #ddd;
}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #ddab3d;
    color: white;
}

h3 {
    color: white;
    width: 96%;
    text-align: center;
    margin: 2%;
    font-size: 20px;
    line-height: 150%;
}

.video iframe {
    width: 80%;
    height: 70vh;
}

#tses {
    margin-top: 10vh;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    margin-bottom: -10vh;
    display: none;
}

#tses li {
    color: #333;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px dashed #ccc;
}

.btn {
    background: #ddab3d;
    color: white;
    width: 80%;
    margin: auto;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
    border-radius: 10px;
}

.news {
    margin-top: 10vh;
}

.news li {
    float: left;
    width: 29%;
    margin: 2%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.news li img {
    width: 100%;
}

.news li h2 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 10px;
    margin: 0px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    font-family: "helios";
    font-size: 20px;
    line-height: 160%;
}

.news li:hover {
    opacity: 0.8;
}

.news li:hover h2 {
    color: #ddab3d;
}

.read {
    margin-top: 10vh;
    background: rgba(255, 255, 255, 0.7);
    padding: 20px;
}

.read h1 {
    width: 100%;
    text-align: center;
    margin: 30px 0px;
    line-height: 160%;
    font-size: 18px;
}

.read img {
    max-width: 100%;
}

.read p {
    text-align: justify;
    line-height: 200%;
}

.weatherwidget-io {
    border-top: 2px solid white;
}

.talbai {
    width: 100%;
    height: 80vh;
    overflow: hidden;
    position: relative;
}

.filter {
    width: 20%;
    top: 10vh;
    left: 5vw;
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    z-index: 999;
    padding: 20px;
}

#map {
    width: 100%;
    height: 100%;
}

.filter select {
    width: 100%;
    background: white;
    border: 1px solid #e1e1e1;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.filter input {
    width: 100%;
    background: #ddab3d;
    border: none;
    color: white;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    cursor: pointer;
}

.bayar {
    float: right;
    font-size: 16px;
    color: red;
}

.contsert {
    width: 100%;
    padding: 30px;
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    height: 78vh;
    overflow-y: scroll;
    font-size: 16px;
    font-family: "Roboto";
}

.contsert table {
    width: 100%;
    text-align: justify;
}

.contsert table th,
.contsert table td {
    padding: 10px;
}