/* animation for banner slider */
@-webkit-keyframes slidy { 
    0%  { left: 0%; }
    10% { left: 0%; }
    16% { left: 100%; }
    27% { left: 100%; }
    33% { left: 200%; }
    44% { left: 200%; }
    50% { left: 300%; }
    60% { left: 300%; }
    66% { left: 400%; }
    77% { left: 400%; }
    83% { left: 500%; }
    94% { left: 500%; }
    100% { left: 600%; }
}

@keyframes slidy { 
    0%  { left: 0%; }
    10% { left: 0%; }
    16% { left: 100%; }
    27% { left: 100%; }
    33% { left: 200%; }
    44% { left: 200%; }
    50% { left: 300%; }
    60% { left: 300%; }
    66% { left: 400%; }
    77% { left: 400%; }
    83% { left: 500%; }
    94% { left: 500%; }
    100% { left: 600%; }
    
}

/* @font-face {
    font-family: DanaFont;
    src: url("../fonts/DanaYadAlefAlefAlef-Normal.otf");
} */

* {
    box-sizing: border-box;
}

body {
    font-family: "Varela Round", Verdana, sans-serif;
    font-size: 100%;
    max-width: 960px;
    margin: 0 auto;
    /*line-height: 1.5;*/
    /*background: #ddd;*/
}

h1 { font-size: 3rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1rem; }

.div1 {
    background: url("../pic/background-01-v1.png") no-repeat;
    background-size: cover;
    width: 100%;
    /*height: 472px;*/
    height: auto; /*346px;*/
    border: 1px solid transparent
}



.topnav {
    background: url("../pic/pas-01-v1.png") no-repeat;
    width: 100%;
    /*height: 100px;*/
    border: 1px solid transparent;
    padding-top: 1%;
    padding-bottom: 1%;
    overflow: hidden;
    text-align: center;
}
/* Style the links inside the navigation bar */
.topnav a {
    /*float: left;*/
    color: #f2f2f2;
    text-align: center;
    padding: 0px 10px;
    text-decoration: none;
    font-size: 1em;
    /*border: 1px solid black;*/
    border-right: 2px solid white;
    
    display: inline-block;
    
  }

.topnav a:first-child {
    border-right: none;
 }

.banner-slider {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 960px;
    /*background-color: aqua;*/
    /*border: 1px solid black;*/
    overflow: hidden; 
}

.banner-content {
    position: relative;
    width: 700%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left;
    -webkit-animation: 120s slidy infinite;
    animation: 120s slidy infinite;
    /*border: 1px solid red;*/
}

.banner-content div {
    
    text-align: center;
    line-height: 90%;
    margin: 0% 0%;
    width: 14.28%;
    height: auto;
    
    float: right;
    /*border: 1px solid blue;*/

   
}

.banner-content div p {
    color: black;
    font-family: 'Amatic SC', cursive;
    font-size: 1.3em;
    font-weight: bold;
    /*font-style: italic;*/
    /*border: 1px solid cyan;*/
    /*height: 100px;*/
}

.midnav {
    background: url("../pic/pas-02-v1.png") no-repeat;
    width: 100%;
    height: auto;
    border: 1px solid transparent;
}

.midnav a {
    color: #f2f2f2;
    text-align: center;
    padding: 9px 0px;
    text-decoration: none;
    display: block;
    /*border: 1px solid green;*/
    font-size: 1.2em;
    font-weight: bold;
}

.midnav a:not(:last-child)::after {
    content: "";
    display: block;
    width: 50%;
    border-top: 1px dotted white;
    margin: 0 auto;
    -ms-transform: translate(0px, 7px);
    -webkit-transform: translate(0px, 7px);
    transform: translate(0px, 7px);
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    margin-bottom: 2%;
    width: 25%;
    /*border: 1px solid green;*/
    
  }

.div2 {
    background: url("../pic/background-01-v2.png") no-repeat;
    background-size: cover;
    width: 100%;
    /*height: 472px;*/
    height: auto; /*346px;*/
    border: 1px solid transparent;
}

.div2 div:first-child {
    margin: 0 auto;
    max-width: 750px;
    
    /*border: 1px solid blue;*/
}

.oded-img {
    float:right;
    width:110px; 
    height:auto;
    margin-top: 12px;
    margin-right:50px;
}

ul.color-bullet {
    list-style: none; /* Remove default bullets */
    /*list-style-position: outside;*/
    line-height:180%;
    /*max-width: 750px;
    margin: 1.5em auto;*/
    /*border: 1px solid green;*/
    display: inline-block;
    padding-right: 10px;
}

ul.color-bullet li:not(:first-child)::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #9dc552; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    /*display: inline-block; /* Needed to add space between the bullet and the text */
    /*width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: 0.5em; /* Also needed for space (tweak if needed) */
  }

ul.color-bullet li:first-child {
    font-weight: bold;
  }

div.contact {
    text-align: center;
    line-height:60%;
}
div.contact p {
    font-weight: bold;
    font-size: 1em;
}

div.contact input {
    color: white;
    background-color :#24a9e1; 
    border: none;
    font-size: 1em;
    padding: 4px 4px;
}

div.contact input[type=submit] {
    font-weight: bold;
    padding: 4px 10px;

}

::placeholder {
    color: white;
  }

div.footer {
    text-align: center;
    color: white;
    background-color: #9dc552;
    padding: 3px 0px;
    margin-top: 1.5em;
}

div.footer a {
    color: white;
    text-decoration: none;
    font-size: 0.8em;
    font-family: 'Amatic SC', cursive;
    font-weight: bold;
    font-style: italic;
}

/* snackbar */
div#snackbar {
    display: none;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 1.125em;
}

div#snackbar.show {
    display: block;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
i.fa {
    display: none;
}
/* For mobile phones: */
@media only screen and (max-width: 720px) {
    .oded-img {
        margin-right: 5px;
    }

    ul.color-bullet {
        font-size: 0.8em;
    }
}

@media only screen and (max-width: 600px) {
    .topnav a , .banner-content div p , .midnav a, div.contact p, div.contact input {
        font-size: 0.8em;
    }
}

@media only screen and (max-width: 480px) {
   span.tohide {
        display: none;
    }

    i.fa {
        display: inline-block;
    }
   
}

@media only screen and (max-width: 360px) {
    div.contact input {
        font-size: 0.6em;
    }
}
