html,
body {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7)50%, rgba(0, 0, 0, 0.7)50%), black;
    background-repeat: no-repeat;
    /* background-size: cover; */
    /* background-position: center; */
    /* object-fit: contain; */
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-family: Helvetica;
}

a.dropdown-item {
    font-size: 13px;
}

.scroll::-webkit-scrollbar {
    width: 5px;
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: silver;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: silver;
}

.heading1 {
    width: 100%;
    height: 50px;
    background-color: teal;
    font-family: monospace;
    font-weight: bolder;
    text-align: center;
    margin: auto;
    padding: 6px;
    color: white;
}

.main h5 {
    font-weight: bold;
}

div.scroll {
    margin: 1px 1px 0px 1px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    /* height: 645px; */
    background-color: transparent;
}

div.scroll-package {
    /* margin: 1px 1px 0px 1px; */
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 645px;
    background-color: transparent;
    padding: 2px 1px 0px 40px;
}

.scroll-package {
    margin: 0px 10px 0px 10px;
    padding: 1px 1px 1px 1px;
    width: 100%;
}

.package-item {
    position: inherit;
    height: 478px;
    width: 85%;
    margin: 4px 14px 60px 8px;
}

.package-item img {
    margin: 1px 0px 0px 0px;
    width: 100%;
    height: 100%;
}


.prod_desc font {
    color: darkslategray;
    text-decoration: none;
}

div.prod_desc {
    height: fit-content;
    padding-top: 0%;
    border: 1px solid silver;
}

.scroll span {
    font-size: medium;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    color: gray;
}

.leftPanel {
    padding-top: 1%;
}

.leftPanel a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.98rem;
    width: 100%;
    /* text-align: center; */
    display: block;
    float: left;
    padding: 6px;
    color: white;
    font-weight: 500;
    background-color: rgb(145, 193, 248);
    border: 1px solid orange;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0%;
    background: transparent;
    text-align: left;
}

.leftPanel a:hover {
    background-color: silver;
    font-family: Arial, Helvetica, sans-serif;
    transition: 0.3s ease-in;
    color: black;
    text-shadow: #ff7200;
    font-weight: bolder;
}

.centerPanel {
    padding-top: 20px;
}

.centerPanel h3 {
    width: 100%;
    font-family: monospace;
    color: aliceblue;
    padding: 10px 5px 5px 25px;
    font-size: calc(2em - 1vh);
    text-decoration: none;
}

.rightPanel {
    padding-top: 1%;
}

.rightPanel li {
    font-family: Helvetica;
    color: white;
    font-size: small;
}

.rightPanel h5 {
    font-size: 17px;
    color: beige;
    font-family: Helvetica;
}

.loginform {
    opacity: 0.9;
    padding: 5%;
    border-radius: 5px;
    position: relative;
}

.loginform input[type=text],
.loginform input[type=password] {
    background: transparent !important;
    color: white;
    border-bottom: 1px solid orange;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: 2%;
    box-shadow: none !important;

}

.loginform input[type=text]:focus,
.loginform input[type=password]:focus {
    background: transparent;
    color: white;
    outline: transparent;
    opacity: 0.9;
}

.loginform input[type=text]:hover,
.loginform input[type=password]:hover {
    outline: none;
    color: white;
    opacity: 0.9;
    transition: 0.4 ease;
}

.loginform span {
    color: brown;
}

.loginform p {
    padding-top: 5px;
    padding-bottom: 15px;
}

a.forgot {
    text-decoration: none;
    font-size: small;
}

a.forgot:hover {
    transition: 0.6s ease;
    color: orange;
}

.icon ion-icon {
    color: #fff;
    font-size: 25px;
    padding-left: 14px;
    transition: 0.3s ease;
    align-items: center;
}

.icon ion-icon:hover {
    color: #ff7200;
}

.icon p {
    color: #fff;
    text-align: left;
    padding-left: 10px;
}

.icon {
    margin: 0px 0px 20px 0px;
}

.btn_login {
    display: flex;
}

.btn_login button {
    margin: 2px;
}

.support h5 {
    color: #fff;
    font-family: Courier;
}

.support li {
    color: #ff7200;
}

.support a {
    text-decoration: none;
    transition: 0.3s ease-in;
}

.support a:hover {
    color: #fff;

}

div.product {
    margin: auto;
    width: 100%;
}

.product {
    float: inline-start;
}

.product-item {
    margin: 0px 0px 6px 0px;
    align-items: center;
}

/* .product-item img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    opacity: 0.9;
} */

.product-item img:hover {
    opacity: 1;
    transition: 0.3s ease-in-out;
}

.product-desc {
    padding: 10px;
    background-image: linear-gradient(to right, #fff, rgb(129, 129, 129));
    background-color: #fff;
    color: black;
    font-size: 15px;
    font-weight: bold;
    font-family: monospace;
    text-align: center;
}

.desc p {
    text-align: left;
    font-size: smaller;
    padding: 5px;
}

.about-us {
    background-image: url('images/about_us.jpg');
    /* object-fit: cover; */
    width: 100%;
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.7;
    z-index: 1;
}

.about-us h2 {
    font-size: calc(1.6em - 0.3vh);
    word-spacing: 2px;
    color: rgb(255, 255, 255);
    /* opacity: ; */
    position: relative;
    z-index: 20;
    font-family: Helvetica;
    padding: 15px 0px 15px 5px;
}

.vision {
    margin-top: 50px;
    display: block;
    float: inline-start;
    opacity: 0.9;
    font-weight: 500;
}

.vision h5 {
    font-size: 0.9rem;
    color: #fff;
    font-weight: normal;
    text-align: justify;

}

div.col-sm-4 {
    margin: 5px 0px 5px 0px;
    padding: 10px 20px 0px 20px;
    border-left: 3px solid #ff7200;
    vertical-align: middle;
    height: 180px;
}

.vision div.row {
    padding-left: 15px;
    padding-right: 15px;
}

.vision h3 {
    font-family: monospace;
    padding-left: 0%;
    font-size: larger;
    color: #fff;
}

.visitor {
    padding-top: 5pt;
    padding-bottom: 30pt;
}

.visitor h5:hover {
    color: #ff7200;
    transition: 0.2s ease-in-out;
}

.visitor span {
    color: #fff;
    font-family: monospace;
}

.comment {
    width: auto;
    margin: 0px 0px 28px 0px;
    padding: 0;
}

.comment div {
    width: auto;
    margin: 0%;

}

.comment input[type=text],
.comment input[type=email],
.comment input[type=tel],
.comment textarea {
    margin: 10px 0px 10px 0px;
    background-color: transparent;
    color: #fff;
}

.comment textarea:focus {
    background-color: transparent;
    color: #fff;
}

.comment span {
    color: #fff;
    font-size: calc(1em - 0.4vh);
    padding: 2px;
    float: left;
}

#main {
    /* border: 1px solid rgb(73, 72, 72); */
    text-align: center;
    padding: 0;
}


img {
    /* object-fit:cover; */
    padding: 0;
    height: max-content;
}

div.blocks {
    padding: 0;
    width: auto;
}

@media (min-width: 601px) {
    .block {
        width: -webkit-calc(92% / 3);
        display: inline-block;
        padding: 0;
        border: 1px solid rgb(34, 34, 34);
        /* margin: 5px 3px; */
        overflow: hidden;
    }

    .container {
        position: relative;
        align-items: center;
        margin-bottom: 6px;
        /* display: flex; */
        /* width: 50%;
        justify-content: flex-end;
        align-content: center; */
    }

}

@media (max-width: 600px) {
    .block {
        display: inline-block;
        padding: 0;
        overflow: hidden;
    }

    .container {
        position: relative;
        align-items: center;
        margin-bottom: 6px;
    }
}