/*=============================================================================*/
/* GENERAL CONTENT */
/*=============================================================================*/
h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter;
    font-size: 1.3rem;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter;
    font-size: 1rem;
}

.main-content {
    width: 95%;
    padding: 5px 15px 5px 5px;
}

.main-content img {
    width: 200px; 
    float: left;
    padding: 5px 5px 5px 5px;
}

/*=============================================================================*/
/*HEADER / NAVIGATION BAR */
/*=============================================================================*/
* {
    text-decoration: none;
}
.header nav {
    width: 100%;
    height: 40px;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: middle;
}
.header nav ul{
    float: right;
    padding-top: -40px;
}

.header nav ul li {
    float: left;
    list-style: none;
    position: relative;
    padding-bottom: 5px;
}

.header nav ul li a {
        display: block;
        font-family: Arial;
        color: #222;
        font-size: 1rem;
        padding: 10px 10px;
        text-decoration: none;
}
.header nav ul li a:hover {
    color: red;
}

.header nav ul li ul {
        display: none;
        position: absolute;
/*        background-color: #1789da; */
        background-color:honeydew;
        padding: 0px;
        border-radius: 0px, 0px, 4px, 4px;
        border-block-color: #222;
}

.header nav ul li:hover ul {
        display: block;
        z-index: 200;
}

.header nav ul li ul li{
        width: 165px;
        padding-left: 5px;
        scroll-padding-right: 5px;
        border-radius: 4px;
        border-block-color: #222;
        z-index: 200;
}

.header nav ul li ul li a {
    padding: 8px 14px;
}
.header nav ul li ul li a:hover {
    background-color: #f3f3f3;
    color: red;
    z-index: 200;
}

/*=============================================================================*/
/* LEFT NAVIGATION BAR */
/*=============================================================================*/

.leftlink a:hover {
    color: red;
}

/*=============================================================================*/
/*FOOTER*/
/*=============================================================================*/

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 0 0px;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer div {
    align-self: center;
}

footer p {
    font-family: Arial;
    color: #222;
    font-size: 12px;
    line-height: 40px;
}

.footer-lang {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    display: inline-block;
}

.footer-lang ul{
    width: 200px;
    float: right;
    /*padding-top: -140px;*/
}

.footer-lang ul li {
    float: left;
    list-style: none;
    position: relative;
}

.footer-lang ul li a {
        display: block;
        font-family: Arial;
        color: #222;
        font-size: 1rem;
        text-decoration: none;
}
.footer-lang ul li a:hover {
    color: red;
}

.footer-lang ul li ul {
        display: none;
/*        background-color: #1789da; */
        background-color:honeydew;
        padding: 00px;
        border-radius: 0px, 0px, 4px, 4px;
        border-block-color: #222;
}

.footer-lang ul li:hover ul {
        display:flex
}

.footer-lang ul li ul li{
    width: 150px;
    padding-left: 5px;
    scroll-padding-right: 5px;
    border-radius: 4px;
    border-block-color: #222;
}

.footer-lang ul li ul li a {
    padding: 8px 15px;
}

.footer-lang ul li ul li a:hover {
    background-color: #f3f3f3;
    color: red;
}

.footer-admin {
    align-self: left;
    padding-right: 50px;
    width: 200px;
    float: left;
}
.footer-admin p a:hover {
    color: red;
}

/*=============================================================================*/
/* HOME PAGE */
/*=============================================================================*/
@keyframes fade-in {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
.start-1 {
    opacity: 0;
    position: absolute;
    width: 50%; 
    transition: width 2s, height 2s, transform 2s;
    display: block;
    animation-name: fade-in;
    animation-duration: 4s;
    animation-timing-function: ease-in;
    animation-delay: 0s;
    animation-fill-mode: forwards;
}

.start-1 img {
    position: absolute;
    width: 20%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 5px;
    cursor: pointer;
}
.start-1:active {
    transform: scale(2.2);
    z-index: 100;
  }


.start-2 {
    opacity: 0;
    position: absolute;
    width: 50%;
    transition: width 2s, height 2s, transform 2s;
    display: block;
    animation-name: fade-in;
    animation-duration: 4s;
    animation-timing-function: ease-in;
    animation-delay: 2s;
    animation-fill-mode: forwards;
}
.start-2 img {
    position: absolute;
    width: 20%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 5px;
    cursor: pointer;
}
.start-2:active {
    transform: scale(2.2);
    z-index: 100;
}

.start-3 {
    opacity: 0;
    position: absolute;
    width: 50%;
    transition: width 2s, height 2s, transform 2s;
    display: inline-block;
    animation-name: fade-in;
    animation-duration: 4s;
    animation-timing-function: ease-in;
    animation-delay: 4s;
    animation-fill-mode: forwards;
}
.start-3 img {
    position: absolute;
    width: 20%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 5px;
    cursor: pointer;
}
.start-3:active {
    transform: scale(2.2);
    z-index: 100;
}

.start-4 {
    opacity: 0;
    position: absolute;
    width: 50%;
    transition: width 2s, height 2s, transform 2s;
    display: inline-block;
    animation-name: fade-in;
    animation-duration: 4s;
    animation-timing-function: ease-in;
    animation-delay: 6s;
    animation-fill-mode: forwards;
}
.start-4 img {
    position: absolute;
    width: 20%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 5px;
    cursor: pointer;
}
.start-4:active {
    transform: scale(2.2);
    z-index: 100;
}
 
.start-5 {
    opacity: 0;
    position: absolute;
    width: 50%;
    transition: width 2s, height 2s, transform 2s;
    display: inline-block;
    animation-name: fade-in;
    animation-duration: 4s;
    animation-timing-function: ease-in;
    animation-delay: 8s;
    animation-fill-mode: forwards;
}
.start-5 img {
    position: absolute;
    width: 20%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 5px;
    cursor: pointer;
}
.start-5:active {
    transform: scale(2.2);
    z-index: 100;
}

.start-6 {
    opacity: 0;
    position: absolute;
    width: 50%;
    transition: width 2s, height 2s, transform 2s;
    display: inline-block;
    animation-name: fade-in;
    animation-duration: 4s;
    animation-timing-function: ease-in;
    animation-delay: 10s;
    animation-fill-mode: forwards;
}
.start-6 img {
    position: absolute;
    width: 20%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 5px;
    cursor: pointer;
}
.start-6:active {
    transform: scale(2.2);
    z-index: 100;
}

.start-7 {
    opacity: 0;
    position: absolute;
    width: 50%;
    transition: width 2s, height 2s, transform 2s;
    display: inline-block;
    animation-name: fade-in;
    animation-duration: 4s;
    animation-timing-function: ease-in;
    animation-delay: 12s;
    animation-fill-mode: forwards;
}
.start-7 img {
    position: absolute;
    width: 20%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 5px;
    cursor: pointer;
}
.start-7:active {
    transform: scale(2.2);
    z-index: 100;
}       
/*========================================================================2=====*/
/*SIGNUP FORM*/
/*=============================================================================*/

.signup {
    margin: auto;
    width: 450px;
    border: 1px solid green;
    padding: 10px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    align-items:center;
    background-color: #f0ffff;
    border-radius: 10px;
}

.signup h2 {
    font: 'Segoe UI';
    font-style: normal;
    font-size: 20px;
    color: #111;
    padding-bottom: 10px;
}

.signup label {
    display: inline-block;
    text-align: right;
    font-size: 12px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 150px;
    vertical-align:top;
    padding-top: 5px;
    padding-bottom: 10px;
}
.signup input {
    font-size: 12px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 250px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.signup select {
    font-size: 12px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 258px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.signup select option {
    font-size: 12px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 250px;
}

.signup button {
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: auto;
    margin-top: 10px;
    cursor: pointer;
    align-items: center;
    display: flex;
    justify-content:center;
    color: white;
/*    background-color: #1789da; */
    border-radius: 8px;
}
}

/*=============================================================================*/
/*LOGIN FORM*/
/*=============================================================================*/
.login {
    margin: auto;
    width: 450px;
    border: 1px solid green;
    padding: 10px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    align-items:center;
    background-color: #f0ffff;
    border-radius: 10px;
}
.login h2 {
    font: 'Segoe UI';
    font-style: normal;
    font-size: 20px;
    color: #111;
    padding-bottom: 10px;
}
.login p {
    font: 'Segoe UI';
    font-style: normal;
    font-size: 14px;
}

.login a {
    font: 'Segoe UI';
    font-style: normal;
    font-size: 14px;
    text-align: center;
}
.login label {
    display: inline-block;
    text-align: right;
    font-size: 12px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 100px;
    vertical-align:top;
    padding-top: 5px;
    padding-bottom: 10px;
}
.login input {
    font-size: 12px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 350px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.login select {
    font-size: 12px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 290px;
}
.login select option {
    font-size: 12px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 250px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.login button {
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: auto;
    margin-top: 10px;
    cursor: pointer;
    align-items: center;
    display: flex;
    justify-content:center;
    color: white;
    background-color: #1789da;
    border-radius: 8px;
}

/*=============================================================================*/
/*CONTACT FORM*/
/*=============================================================================*/
.contact-form {
    margin: auto;
    width: 450px;
    border: 1px solid green;
    padding: 15px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    align-items:center;
    background-color: #f0ffff;
    border-radius: 10px;
    position: relative;
    float: left;
}
.contact-form h2 {
    font: 'Segoe UI';
    font-style: normal;
    font-size: 20px;
    color: #111;
    padding-bottom: 10px;
}
.contact-form p {
    font: 'Segoe UI';
    font-style: normal;
    font-size: 14px;
}
.contact-form label {
    display: inline-block;
    text-align: right;
    font-size: 12px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 80px;
    vertical-align:top;
    padding-top: 5px;
    padding-bottom: 10px;
}
.contact-form input {
    font-size: 12px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 290px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.contact-form textarea {
    font-size: 12px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    resize: none;
    height: 150px;
    width: 290px;
    border-radius: 10px;
    align-self:auto;
}

.contact-form button {
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: auto;
    margin-top: 10px;
    cursor: pointer;
    align-items: center;
    display: flex;
    justify-content:center;
    color: white;
    background-color: #1789da;
    border-radius: 8px;

}

.contact-content {
    font: 'Segoe UI';
    font-style: normal;
    font-size: 14px;
    padding: 0,10px,0,10px;
    float: left;
    width: 40%;
}

/*=============================================================================*/
/*CONTAINER*/
/*=============================================================================*/

div.container {
    width: 100%;
    height: 700px;
    padding: 5px;
}

/*=============================================================================*/
/*GALLERY*/
/*=============================================================================*/

.gallery-links
{
    width: 230px;
    margin: 20px 10px 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
}

.gallery-links h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 600;

}

.gallery-container
{
    width: 290px;
    margin: 20px 10px 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    display: grid;
    grid-template-columns: repeat(5, auto); /* 3 IMAGES PER ROW */
    grid-gap: 10px;
    max-width: 1200px;
    margin: 0 auto; /* HORIZONTAL CENTER */
}

.gallery-container a:hover
{
    opacity: 0.8;
}

.gallery-container a div
{
    width: 100%;
    height: 195px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gallery-container a h3
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: 111;
}

@media screen and (max-width: 640px) 
{
    .gallery-container 
    {
      grid-template-columns: repeat(2, auto); /* 2 IMAGES PER ROW */
    }
}
   
  /* (B) THUMBNAILS */
  .gallery-container img 
{
    width: 100%;
    height: 200px;
    /* FILL, CONTAIN, COVER, SCALE-DOWN : USE WHICHEVER YOU LIKE */
    object-fit: cover;
}

.gallery-container img:fullscreen 
{ 
      object-fit: contain; 
}


.gallery-upload
{
    margin: auto;
    width: 450px;
    border: 1px solid green;
    padding: 10px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    align-items:center;
}

.gallery-upload label
{
    display: inline-block;
    text-align: right;
    font-size: 12px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 150px;
}
.gallery-upload input
{
    font-size: 12px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 250px;
    padding-top: 5px;
    padding-bottom: 5px;
}

/*=============================================================================*/
/*CALCULATOR PAGE*/
/*=============================================================================*/
.calc-wrap{
    width: 400px;
    margin: auto;
    height: auto;
    background: rgb(0, 29, 124);
    padding: 15px;
}

.calc-wrap input[type=text]
{
    width: 100%;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    border-radius: 5px;
    text-align: right;
}

.calc-wrap input[type=button]
{
    width: 23.9%;
    padding: 10px;
    padding: auto;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
}

.calc-wrap .calc-operator
{
    font-size: 28px;
    color:crimson;
}

.calc-wrap #calc_equal
{
    width: 100%;
    color: crimson;
}
.calc-wrap #calc_clear
{
    color: crimson;
}


/*=============================================================================*/
/*ABOUT PAGE*/
/*=============================================================================*/
.about-main-title{
    background: rgba(0, 41, 129, 0.575);
    width: 150px;
    height: 150px;
    margin: 0,auto;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: white;
}


