﻿
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 2px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: gray;
    border-radius: 2px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #b30000;
    }
body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: var(--bodybgcolor);
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    color: var(--h1color);
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    color: var(--h2color);
    opacity: 0.8;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    color: var(--h3color);
}

h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: var(--h4color);
}

h5 {
    font-family: Arial, Helvetica, sans-serif;
    color: var(--h5color);
}

h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: var(--h6color);
}
a {
    color: hotpink;
    background-color: var(--abgcolor);
}
    a:link {
        color: var(--alinkcolor);
    }

    /* visited link */
    a:visited {
        color: var(--avisitedcolor);
    }

    /* mouse over link */
    a:hover {
        color: var(--ahovercolor);
    }

    /* selected link */
    a:active {
        color: var(--aactivecolor);
    }
.topnav {
    overflow: hidden;
    background: var(--tnbgcolor); /* Fallback color */
}

.sticky {
    position: absolute;
    top: 0px;
    right: 0px;
}

.sticky-div {
    position: relative;
    width: 100%;
    padding: 10px 0px;
}


.topnav a {
    float: left;
    display: block;
    color: var(--tnacolor);
    text-align: left;
    padding: 10px 10px;
    text-decoration: none;
    font-size: 15px;
}

    .topnav a:hover {
        background-color: var(--tnahbgcolor);
        color: var(--tnahcolor);
    }

    .topnav a.active {
        background-color: var(--tnaabgcolor);
        color: var(--tnaacolor);
    }

topnav-centered a {
    float: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.topnav .icon {
    display: none;
}

@media screen and (max-width: 100%) {
    .topnav a:not(:first-child) {
        display: block;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 100%) {
    .topnav.responsive {
        position: relative;
    }

        .topnav.responsive.icon {
            position: relative;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: right;
            display: block;
            text-align: left;
        }
}


.mySlides {
    background: var(--bodybgcolor);
    display: none;
    overflow: hidden;
}

img {
    vertical-align: middle;
}

    img.rounded-corners {
        border-radius: 15px;
    }

div.rounded-corners {
    border-radius: 15px;
}

img.round {
    border-radius: 50%;
}
/* Slideshow container */

.slideshow-container {
    position: relative;
    overflow: hidden;
}

    .slideshow-container.content {
        background: var(--scbgcolor); /*rgba(0, 0, 0, 0.02); Black background with 0.5 opacity */
        color: var(--sccolor);
        overflow: hidden;
    }

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    background:none ;
}

/* Position the "previous button" to the left */
.prev {
    left: 0;
}

/* Position the "next button" to the right */
.next {
    right: 0;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
       
    }

/* Caption text */
.text {
    color: var(--tcolor);
    font-size: 15px;
    padding: 8px 12px;
    position: relative;
    bottom: 8px;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: var(--tcolor);
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    display: inline-block;
}

    .active, .dot:hover {
        background-color: #717171;
    }

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 3.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

div.container {
    text-align: center;
    padding: 0px 0px;
}


div.gallery {
    margin: 0px;
}

div.gallery:hover {
    }

div.gallery img {
        width: 100%;
        height: 100%;
        float: left;
    }

.Topnav {
    font-size: 25px;
    color: var(--topnavcolor);
}

.IIndname {
    text-align: left;
    color: var(--iinamecolor);
}

.Ititle {
    font-size: 25px;
    text-align: left;
    color: var(--ititlecolor);
}


.description {
    font-size: large;
    text-align: left;
    color: var(--descolor);
    background-color: var(--bodybgcolor);
}


.regular {
    font-size: 25px;
    text-align: center;
    color: var(--regularcolor);
    text-decoration: none;
}

.offer {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: xx-large;
    text-align: center;
    color: var(--offercolor);
}



.responsive {
    width: auto;
    height: auto;
}


.container {
    position: relative;
    margin: 0 auto;
}

    .container .content {
        position: absolute;
        bottom: 50px;
        background: rgb(0, 0, 0); /* Fallback color */
        background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
        color: aqua;
        width: auto;
        padding: 20px;
    }


.navbar {
    overflow: hidden;
    font-size: 20px;
    color: white;
}

    .navbar a {
        float: left;
        font-size: 20px;
        color: white;
        text-align: center;
        padding: 0px 15px;
        text-decoration: none;
    }

.dropdown {
    float: left;
    overflow: hidden;
}

    .dropdown .dropbtn {
        font-size: 20px;
        border: none;
        color: white;
        padding: 14px 16px;
        background-color: Black;
        font-family: inherit;
        margin: 0;
    }

    .navbar a:hover, .dropdown:hover .dropbtn {
        font-weight: bold;
        font-size: 20px;
        color: white;
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    z-index: 1;
}

    .dropdown-content a {
        float: none;
        color: red;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

        .dropdown-content a:hover {
            background-color: red;
        }

.dropdown:hover .dropdown-content {
    display: none;
}

.container {
    position: absolute;
    height: Auto;
    width: auto;
}

    .container .content {
        bottom: 150px;
        background: rgb(0, 0, 0); /* Fallback color */
        background: rgba(0, 0, 0, 0.05); /* Black background with 0.5 opacity */
        color: #f1f1f1;
        width: auto;
    }

.container1 {
    position: absolute;
    height: Auto;
    width: auto;
}

    .container1 .content1 {
        bottom: 150px;
        background: rgb(0, 0, 0); /* Fallback color */
        background: rgba(0, 0, 0, 0.05); /* Black background with 0.5 opacity */
        color: aqua;
        width: auto;
    }

/* Bottom left text */
.bottom-left {
    position: absolute;
    bottom: 100px;
    left: 50px;
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgba(0, 0, 0, 0.05); /* Black background with 0.5 opacity */
    color: #f1f1f1;
}

/* Top left text */
.top-left {
    position: absolute;
    top: 8px;
    left: 330px;
}

/* Top right text */
.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}

/* Bottom right text */
.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
}

.left {
    position: absolute;
    top: 1%;
    left: 1%;
    color: white;
}

.center {
    position: absolute;
    top: 5%;
    left: 25%;
    color: white;
}

.right {
    position: absolute;
    top: 5%;
    left: 20%;
    line-break: normal;
    white-space: normal;
    font-size: 18px;
    color: white;
}

.Xright {
    position: absolute;
    top: 5%;
    left: 90%;
    line-break: normal;
    white-space: nowrap;
    font-size: 18px;
    color: red;
}



#mask {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
}

#loading {
    width: 200px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    border: solid 1px #000;
    background: #333;
    color: #FFF;
}




ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    top: 65px;
    width: 930px;
}



li {
    float: left;
    border-right: 1px solid #bbb;
}

    li:last-child {
        border-right: none;
    }

    li a {
        display: inline;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        background-color: red;
    }


        li a:hover {
            color: Red;
            background-color: red;
        }

            li a:hover:not(.active) {
                color: Red;
                background-color: red;
            }

.active {
    background-color: black;
}

.dropdown {
    float: left;
    overflow: hidden;
}

    .dropdown .dropbtn {
        font-size: 16px;
        border: none;
        outline: none;
        color: white;
        padding: 14px 16px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
    }

    .navbar a:hover, .dropdown:hover .dropbtn {
        background-color: red;
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: aqua;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

        .dropdown-content a:hover {
            background-color: red;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

div.ex1 {
    width: 90%;
    height: 280px;
    overflow: auto;
}

div.ex2 {
    width: 100%;
    height: 220px;
    overflow-y: auto;
    scrollbar-width: thin;
    color: var(--descolor);
    background-color: var(--bodybgcolor);
}
div.ex3 {
    width: 90%;
    height: 280px;
    overflow: auto;
    scrollbar-width: thin;
    color: var(--descolor);
    background-color:var(--bodybgcolor); 
}
div.ex4 {
    background-color: #eee;
    width: 90%;
    height: 280px;
    border: 1px dotted black;
    overflow-y: auto; /* Add the ability to scroll */
}
