﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: 'Oswald', sans-serif;
}

.alert {
    position: fixed;
    top: 0%;
    right: -4%;
    background: rgb(255, 250, 245);
    color: #fff;
    font-weight: 800;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    padding: 20px;
    width: 72%;
    height: 100%;
    border-radius: 10px;
    transform: translateX(150%);
    transition: transform 0.3s ease-in-out;
}


.hamburger i {
    color: #fff;
}

.alert .navigation1 {
    display: flex;
    flex-direction: column;
    list-style: none;
    text-align: center;
}

    .alert .navigation1 li a {
        text-decoration: none;
        color: #57557D;
    }

.alert p {
    margin: 30px;
    letter-spacing: 1px;
}

.alert i {
    display: flex;
    justify-content: flex-end;
    font-size: 30px;
    cursor: pointer;
    color: #57557D;
}

body {
    background: rgb(255,250,245);
}

.banner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
    background: rgb(255,250,245);
    background: linear-gradient(rgba(0,0,0,0.40),rgba(0,0,0,0.40)),url(https://i.postimg.cc/Pr1sw3SW/wp11428610-dogs-and-cats-spring-wallpapers.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding-top: 100px;
    margin: 0px 80px;
}

header .hamburger {
    display: none;
}

header {
    position: absolute !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 0px 25px;
    background: rgb(48 47 101);
    position: fixed;
    border-bottom: 1px solid #aaa;
}

    header .logo {
        color: #FFF;
        font-weight: bold;
        font-size: 2.5em;
        text-decoration: none;
    }

    header ul {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        gap: 20px;
        list-style: none;
    }

    header .navigation li a {
        text-decoration: none;
        color: #FFF;
        font-weight: 900;
        transition: .5s;
    }

        header .navigation li a:hover {
            color: rgb(153, 150, 252);
        }

.banner .title {
    max-width: 900px;
    text-align: left;
}

    .banner .title h1 {
        text-align: center;
        font-size: 3em;
        color: #fff;
        letter-spacing: 3px;
    }

.btn {
    padding: 20px 30px;
    color: #fff;
    text-decoration: none;
    background: rgb(48,47,81);
    margin-top: 30px;
    font-weight: 300;
    transition: .5s;
}

    .btn:hover {
        background: rgb(91, 89, 151);
    }

section {
    padding: 100px 0;
}

.shop .title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}

.title h2 {
    font-size: 2.2em;
    color: rgb(48,47,81);
}

.title p {
    font-size: 1.2em;
}

.cs ul li a {
    color: #336699 !important;
    text-decoration: none;
}




.review .title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 50px;
}



.contact {
    margin: 0 80px;
    border-top: 1px solid rgb(48,47,81);
    border-bottom: 1px solid rgb(48,47,81);
}

    .contact .footer {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

.footer .links .navigation {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
    list-style: none;
}

    .footer .links .navigation li a {
        text-decoration: none;
        color: rgb(48,47,81);
        transition: .5s;
        font-weight: bold;
        font-size: 1.3em;
    }

footer .links .navigation li a:hover {
    color: rgb(153, 150, 252);
}

.footer .info {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    width: 200px;
    font-size: 1.1em;
}

    .footer .info h1 {
        color: rgb(48,47,81);
        text-align: center;
    }

.footer .cs {
    display: flex;
    flex-direction: column;
    color: rgb(48,47,81);
}

    .footer .cs ul {
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 10px;
        list-style: none;
    }

    .footer .cs li {
        text-decoration: none;
        color: rgb(48,47,81);
        transition: .5s;
        font-size: 1.1em;
    }

.footer .slinks {
    display: flex;
    flex-direction: column;
    color: rgb(48,47,81);
}

    .footer .slinks .link {
        margin-top: 10px;
    }

.form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

    .form h1 {
        font-size: 2em;
        color: rgb(48,47,81);
    }

    .form input {
        padding: 10px 250px;
        background: transparent;
    }

    .form button {
        padding: 10px 300px;
        color: #fff;
        background: #F88D58;
        border: none;
        cursor: pointer;
        letter-spacing: 2px;
    }

.strip {
    background: rgb(48,47,81);
    width: 100%;
    height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .strip h1 {
        color: #fff;
        font-weight: 300;
    }

    .strip .icons a {
        color: #fff;
    }

ul.navigation.mobl {
    display: none !important;
}

@media (max-width: 991px) {
    .banner {
        margin: 0px;
    }

        .banner .title h1 {
            font-size: 2em;
        }

    .btn {
        padding: 10px 30px;
    }

    .shop .title p {
        text-align: center;
    }

    .contact {
        margin: 0px;
    }

    .about {
        display: flex;
        flex-direction: column;
    }

    .imgtext img {
        width: 350px;
        object-fit: cover;
    }

    .imgtext .info {
        width: 300px;
        left: 30px;
        padding: 20px 20px;
    }

    .shop .content {
        justify-content: center;
    }

    .form input {
        padding: 10px 80px;
    }

    .form button {
        padding: 10px 80px;
    }
    @media (max-width: 991px) {
        .contact .footer {
            display: flex;
            justify-content: center;
            flex-direction: column;
            background: #fff !important;
            color: #fff;
        }
    }
    .contact .footer {
        display: flex;
        justify-content: center;
        flex-direction: column;
        background: #fff !important;
        color: #fff;
    }

    .footer .links .navigation li a {
        color: #fff;
    }

    .footer .info h1 {
        color: #fff;
        text-align: left;
    }

    .footer .cs {
        color: #fff;
    }

        .footer .cs li {
            color: #fff;
        }

    .footer .slinks {
        color: #fff;
    }

        .footer .slinks .link a {
            text-decoration: none;
            color: #fff;
        }

    .contact .footer {
        padding: 30px 20px;
        gap: 50px;
    }

    header .navigation {
        display: none;
    }

    header .hamburger {
        display: block;
    }

    header .logo {
        font-size: 1.5em;
    }
}

@media (min-width: 768px)and (max-width: 991px) {
    .about {
        display: flex;
        flex-direction: column;
    }

    .imgtext img {
        width: 700px;
        object-fit: cover;
        height: 700px;
    }

    .imgtext .info {
        width: 650px;
        left: 30px;
        justify-content: center;
        gap: 60px;
    }

    header .hamburger {
        display: block;
    }

    header .logo {
        font-size: 1.5em;
    }
}

.calc {
    width: 100%;
    background: #e9f0f7;
    padding: 10px;
    border-radius: 5px;
    font-family: Arial;
    margin: 60px 0px;
}

.display {
    width: 25%;
    height: 45px;
    font-size: 22px;
    text-align: right;
    padding: 5px;
    margin-bottom: 10px;
}

button {
    width: 60px;
    height: 40px;
    margin: 2px;
    font-size: 14px;
    cursor: pointer;
}

.wide {
    width: 124px;
}

.main-cal {
    display: flex;
    gap: 4%;
    flex-wrap: wrap;
}

@media (max-width: 768px) {


    .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: 5px;
    }
}

.form-side {
    width: 66%;
}

table tbody tr {
    line-height: 35px;
}

.result_side {
    width: 30%;
}

.form-side-i {
    width: 45%;
}

.result_side-i {
    width: 50%;
}




.form-in-title {
    background-color: #336699;
    padding: 6px;
    border-radius: 2px;
    margin: 10px 0;
}

.form-in-title-head {
    color: #fff;
}

.form-border {
    border: 1.5px solid #aaaaaa63;
    padding: 8px;
    margin-top: 8px;
}

.input-box {
    border: 1px solid #044284;
    border-radius: 2px;
    box-shadow: 1px 1px 2px #666;
    font-size: 16px;
    background-color: #fff;
    padding: 2px;
    color: #000;
    box-sizing: border-box;
}

.input-box-drp {
    border: 1px solid #044284;
    border-radius: 2px;
    box-shadow: 1px 1px 2px #666;
    font-size: 15px;
    background-color: #fff;
    padding: 2px;
    color: #000;
    box-sizing: border-box;
    
}

.input-box-check{
    width:20px;
    height: 20px;
}

.table-td {
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
    color: #000;
}

.form-in-head {
    color: #fff;
    text-align: center;
}

p, h1, h2, h3, h4, h5,a,b,td,li {
    font-family: arial, helvetica, sans-serif;
}

.submit-btn {
    border: 0px;
    color: #fff;
    padding: 11px 16px 11px 16px;
    font-size: 16px;
    font-weight: bold;
    background-color: #4c7b25;
    background-repeat: no-repeat;
    font-family: arial, helvetica, sans-serif;
}


.bit-head {
    display: flex;
    gap: 5px;
    text-align: center;
    align-items: baseline;
    margin: 20px 0;
}

.button-col {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.clear-btn {
    border: 0px;
    color: #fff;
    padding: 11px 15px;
    font-size: 16px;
    background: #ababab;
    font-family: arial, helvetica, sans-serif;
}

h1 {
    color: #003366;
    font-size: 26px;
    font-weight: bold;
    padding: 0;
    margin: 12px 0;
}

p {
    margin: 5px 0 8px 0;
    letter-spacing: 0.6px;
}

h2 {
    font-size: 22px;
    font-weight: bold;
    color: #003366;
    padding: 0;
    margin-bottom: 2px;
}

.h2result {
    background: #518428;
    color: #fff;
    border: 1px solid #518428;
    padding: 5px;
    margin-top: 3px;
    font-size: 22px;
    font-weight: normal;
}

.tab-change {
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
    color: #000;
}

#topmenu ul {
    color: #000;
    border-bottom: 1px solid #bbbbbb;
    margin: 12px 0px 0px 0px;
    padding: 0 0 8px 0;
    font-size: 15px;
    font-weight: bold;
}

    #topmenu ul li {
        display: inline;
        overflow: hidden;
        list-style-type: none;
        margin-left: 0px;
        padding: 10px;
    }

        #topmenu ul li a.active {
            color: #fff;
            background: #336699;
            border: 1px solid #336699;
            padding: 8px 5px 8px 5px;
            margin: 0;
            text-decoration: none;
        }

        #topmenu ul li.active {
            color: #fff;
            background: #336699;
            border: 1px solid #336699;
            padding: 8px 5px 8px 5px;
            margin: 0;
            text-decoration: none;
        }


table.cinfoT {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0;
}

    table.cinfoT tr:nth-child(odd) {
        background-color: #eee;
    }

    table.cinfoT th, table.cinfoT td.cinfoHd, table.cinfoT td.cinfoHdL {
        border-top: 1px solid #114477;
        border-left: 1px solid #114477;
        border-right: 1px solid #114477;
        border-bottom: 1px solid #336699;
        background-color: #336699;
        font-weight: bold;
        color: #fff;
        padding: 5px 3px;
    }
    table.cinfoT td {
        border: 1px solid #ccc;
        color: #000;
        padding: 3px;
    }

.tab-btn {
    cursor: pointer;
}

    .tab-btn.aactive {
        color: #336699;
        text-decoration: underline;
    }


.schodule-head {
    display: flex;
    gap: 15px;
    font-size: 16px;
    font-family: arial, helvetica, sans-serif !important;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 0.6px;
   
}