/*CSS for all website*/

* {
    padding: 0;
    margin: 0;
}

body {
    color: black !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

a {
    color: black;
    text-decoration: none;
}

.text {
    width: 90%;
    margin: auto;
    height: 15%;
    background-color: transparent;
    position: fixed;
    /*background-color: rgba(0, 0, 0, 0.09);*/
    position: relative;
}

.text i {
    color: white;
    font-size: 25px;
}

.text nav {
    background-color: transparent;
}

.text .navbar {
    background-color: transparent !important;
}

.text img {
    width: 100px;
    height: 60px;
}

.text .text2 {
    text-align: right;
    justify-content: right;
    margin: auto;
}

.text .text2 a {
    margin: 0 11px;
    font-size: 18px;
    color: white;
    transition: all 0.7s;
}

.text .text2 a:hover {
    background-color: transparent;
    border-bottom: 2px solid rgb(66, 123, 127);
    color: rgb(66, 123, 127);
    transition: none;
    /* Disable transition on hover */
}

.all .home .ads {
    /*background-color: red;*/
    margin-top: 100px;
    width: 40%;
    margin: auto;
    text-align: center;
}

.all .home .ads h1 {
    font-size: 70px;
    color: white;
}

.all .home .content {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.all .home .content .info {
    width: 50%;
    height: 300px;
}

.all .home .content .info h2 {
    text-align: center;
    font-size: 75px;
    font-weight: 750;
    color: white;
}

.all .home .content .info p {
    text-align: center;
    font-size: 22px;
    padding-left: 25px;
    color: whitesmoke;
}

.all .home .content .info .buttons {
    margin: auto;
    width: 80%;
    text-align: center;
}

.all .home .content .info .buttons button {
    width: 35%;
    padding: 3px 0;
    margin: 10px;
    border: none;
    background-color: rgb(181, 117, 204);

    font-weight: 500;
    border-radius: 12px;
    font-size: 26px;
}

.all .home .content .info .buttons button a {
    text-decoration: none;
    color: #222;
}

.all .home .content .info .buttons button:hover {
    background-color: rgb(160, 100, 180);
    color: #fff;
}

.all .home .content .info .buttons button:hover>a {
    color: #fff;
}

.all .home .content .info .buttons .vip {
    width: 50%;
    background-color: gold;
    padding: 7px;
}

.all .home .content .info .buttons .vip:hover {
    background-color: rgb(202, 172, 0);
    cursor: pointer;
}

.all .home .content .info h2 span {
    color: rgb(224, 158, 249);
}

.all .home .content .ph {
    width: 45%;
}

.all .home .content img {
    margin: 10px;
    width: 570px;
    border-radius: 12px;
}

.text .search {
    width: 30%;
    margin: auto;
    margin-left: 10px;
}

.text .search button {
    border: 1px solid #dee2e6;
    color: black;
}

.text .search .b:hover {
    background-color: transparent;
    border: 1px solid black;
    color: black;
}

.text .icon {
    border: none;
}

.text i {
    color: black;
}

.desc {
    width: 80%;
    background-color: rgb(238, 79, 79);
    margin: auto;
    padding: 10px 15px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    color: white;
    font-size: 27px;
    font-weight: 500;
    border-radius: 7px;
}

/* LabTops divs is here */
/* Main div for all labs*/
.laps {
    padding: 30px;
    width: 90%;
    margin: auto;
    margin-top: 50px;
    color: black;
}

.laps h2 {
    padding: 20px;
    font-weight: 650;
    color: black;
    border-left: 7px solid #0C356A;
}

.laps .lap {
    margin: 21px;
    width: 30%;
    height: 400px;
    float: left;
    color: black;
    margin-top: 20px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: all 1.2s;
    overflow: hidden;
}

.laps .lap:hover {
    transform: translateY(-40px);
}

.laps .lap img {
    width: 65%;
    height: 50%;
    display: flex;
    margin: auto;
    margin-top: 20px;
}

.laps .lap .text {
    margin-top: 10px;
}

.laps .lap h3 {
    text-align: left;
    font-size: 26px;
    padding: 10px 20px;
    font-weight: 540;
}

.laps .lap p {
    font-size: 19px;
    padding-left: 20px;
    text-align: left;
}

.icons {
    width: 10%;
    margin: auto;
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.icons i {
    padding: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.icons i:hover {
    background-color: #FFC436;
    color: white;
}

.laps .lap .text:hover {
    /*color: #0C356A;*/
}

.laps.ph {
    margin-top: 30px;
}

.laps .lap.phone img {
    width: 55%;
}

.laps .lap.phone .one {
    width: 52%;
}

.laps .lap.phone .text {
    margin-top: 15px;
}

.laps .brand {
    width: 18%;
    float: left;
    height: 230px;
    margin: 13px;
    text-align: center;
    display: flex;
    padding: 10px;
    box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: all 0.7s;
    overflow: hidden;
}

.laps .brand:hover {
    transform: translateY(-20px);
    box-shadow: 0 5px 11px 3px rgba(0, 0, 0, 0.1);

}

.laps .brand img {
    width: 95%;
    margin: auto;
}

.laps.b {
    height: 450px;
}

.laps .brand {
    margin-bottom: 20px;
}

.laps.c {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 50px;
}

.laps .comment {
    width: 45%;
    padding: 20px;
}

.laps .comment label {
    font-size: 18px;
    font-weight: 470;
}

.laps .comment input {
    width: 85%;
    border-radius: 5px;
    border: none;
    height: 40px;
    background-color: #F2F1F5;
    border: 2px solid #DFDFDF;
    font-size: 14px;
    padding: 5px;
    color: rgb(121, 121, 121);
    font-weight: 450px;
}

.laps .comment input:focus {
    color: black;
}

.laps .comment textarea {
    width: 85%;
    border-radius: 5px;
    border: none;
    height: 120px;
    background-color: #F2F1F5;
    border: 2px solid #DFDFDF;
    font-size: 14px;
    padding: 5px;
    color: rgb(121, 121, 121);
    font-weight: 450px;
}

.laps .comment textarea:focus {
    color: black;
}

.laps .map {
    width: 50%;
    height: 500px;
    padding: 20px;
    display: flex;
    margin: auto;
}

.laps .map iframe {
    width: 100%;
    height: 415px;
}

.laps .content {
    display: flex;
    justify-content: space-between;
}

.footer {
    margin-top: 50px;
    width: 100%;
    height: 38vh;
    background-color: #0174BE;
    display: flex;
    justify-content: space-between;
    text-wrap: wrap;
}

.footer .f {
    width: 33%;
    padding: 50px;

}

.footer .f ul {
    color: rgb(220, 220, 220);
    list-style-type: none;
    text-decoration: none;
    padding: 10px;
    padding-left: 60px;
}

.footer .f h4 {
    font-weight: 400;
    color: rgb(220, 220, 220);
}

.footer .f.ff {
    width: 28%;
}

.footer .f .para {
    padding-top: 10px;
    font-size: 14px;
}

.footer .f ul li {
    padding: 12px;
    cursor: pointer;
}

.footer .f i {
    color: #FFC436;
}

.footer .f img {
    width: 30%;
}

.footer .f {
    font-size: 17px;
}

.footer .f p {
    padding-top: 10px;
    color: rgb(220, 220, 220);
    font-size: 16px;
}

.footer .f h5 {
    font-weight: 400;
    color: rgb(220, 220, 220);
}

.footer .f div {
    width: 50%;
    text-align: center;
    margin: auto;
    margin-top: 40px;
}

.footer .f div i {
    font-size: 30px;
    color: #005181;
    transition: all 0.4s;
    cursor: pointer;
}

.footer .f div i:hover {
    transform: scale(1.2);
    /* Scale to 120% on hover, adjust as needed */
}

.footer .ME {
    position: absolute;
    height: 30px;
    width: 100%;
    color: rgb(220, 220, 220);
    margin-top: 240px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

/* ========== Product-desc page CSS ===========*/
.my-product {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}

.my-product .image {
    width: 40%;
    padding: 20px;
    height: 80vh;
}

.my-product .image img {
    width: 85%;
    height: 60%;
    margin: auto;
    display: flex;
}

.my-product .image .rating {
    display: flex;

    width: 100%;
    margin: auto;
    justify-content: center;
    margin-top: 20px;
}

.my-product .image .rating input {
    display: none;
}

.my-product .image .rating label {
    font-size: 50px;
    color: rgb(253, 232, 191);
    cursor: pointer;

}

.my-product .image .rating input:checked~label {
    color: #ffd700;
}

.my-product .descr {
    width: 50%;
    padding: 20px 50px;
    text-align: left;
}

.my-product .descr h3 {
    margin-top: 15px;
    font-weight: bold;
}

.my-product .descr h2 {
    font-size: 40px;
    font-weight: 500;
}

.my-product .descr p {
    font-size: 20px;
}

.my-product .descr h5 span {
    color: #0174BE;
}

.my-product .descr button {
    width: 60%;
    border-radius: 10px;
    background-color: #FFC436;
    border: none;
    color: black;
    border: 3px solid #FFC436;

    font-size: 22px;
    padding: 5px;
    font-weight: 500;
    margin: 10px 0;
}

.my-product .descr button:hover {
    background-color: #FFF0CE;
    border: 3px solid #FFC436;
}

table {
    width: 100%;
    border-collapse: collapse;
    /* Add this to collapse borders */

}

.my-product .descr table tr td span {
    font-size: 18px;
}

.my-product .descr table tr td .a {
    font-weight: bold;
}

.my-product .descr tr {
    padding: 30px;
    margin-bottom: 30px;
}

.my-product .descr td {
    line-height: 20px !important;
    padding: 5px 7px;

}

/* Check out page CSS  */
.Ver {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 85vh;
}

.out {
    width: 70%;
    min-height: 69vh;
    margin-top: 0;
    box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.1);
}

.out form {
    padding: 20px;
    margin: 20px;
    display: flex;
    width: 90%;
    align-items: center;
    margin: auto;
    justify-content: space-around;
    flex-direction: row-reverse;
}

.out form label {
    display: inline-block;
    text-align: center;
    font-size: 20px;
    padding: 10px 20px;
    background-color: #fff;
    border: 2px solid #3498db;
    border-radius: 7px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.out form input[type="radio"] {
    display: none;
}

.out form input[type="radio"]:checked+label {
    background-color: #3498db;
    color: #fff;
}

.th {
    width: 100%;
}

.out .credit {
    width: 40%;
    display: block;
    height: 300px;
    padding: 20px 30px;
    text-align: left;
}

.out .credit label {
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
}

.out .credit input {
    padding: 8px 10px;
    font-size: 15px;
    border: none;
    border-radius: 7px;
    width: 80%;
    color: rgb(176, 173, 173);
    background-color: #F2F1F5;
    border: 2px solid #DFDFDF;
}

.out .credit input:focus {
    color: black;
}

.out div {
    width: 100%;
    text-align: center;
    margin: auto;
    margin-top: 10px;
}

.out div button {
    width: 20%;
    padding: 5px 10px;
    border-radius: 10px;
    border: none;
    background-color: #FFC436;
    border: 3px solid #FFC436;

}

.out div button:hover {
    background-color: #FFF0CE;
    border: 3px solid #FFC436;
}

.out .th {
    display: flex;
}

.out .th form {
    width: 55%;
}

.out .th .image {
    width: 40%;
    margin: 20px;
    height: 270px;
    display: flex;
    text-align: center;
    justify-content: center;

}

.out .th .image p {
    font-size: 45px;
    display: flex;
    margin: auto;
    font-family: cursive;
}

.out label {
    padding: 10px 30px;
}

.dm {
    width: 11%;
    padding: 5px 10px;
    border: none;
    
    font-size: 18px;
    font-weight: 700;
    color: white;
    margin-left: 0;
}
.dm button{
    border: none;
}
.dm i {
    display: none;
}


.dm {
    background-color: transparent;
    border: none;
}

.dm:hover {
    border: none;
}

.dark-mode .dm {
    
    background-color: transparent;
    border: none;
    border: transparent;
    
}
.dark-mode .dm button{
    border: none;
    border: transparent;

}

.dark-mode .dm:hover {
    border: none;
    border: none;
    border: transparent;
}

.dm span {
    display: none;
}

.dm i {
    display: inline-block;
    color: rgb(162, 162, 162);
}
/*=============================================*/
/*=====Responsive for tablets*/
@media(max-width: 900px) {
    .text i {}

    .text .text2 ul {
        margin: auto;
        height: 15%;
        color: white !important;
    }

    .text2 a:hover {
        border-bottom: none !important;
        color: rgb(102, 102, 102) !important;
    }

    .text .search {
        height: auto;
        width: 60%;
        margin: auto;
        margin-top: 0;
        margin-left: 50px;
    }

    .dm {
        background-color: transparent;
        border: none;
    }

    .dm:hover {
        border: none;
    }

    .dark-mode .dm {

        background-color: transparent;
    }

    .dark-mode .dm:hover {
        border: none;
    }

    .dark-mode .dm:hover {
        border: none;
    }

    .dm span {
        display: none;
    }

    .dm i {
        display: inline-block;
        color: rgb(162, 162, 162);
    }
    .text .search{
        margin-left: 0;
    }
    .text .search{
        margin-left: 0;
    }
    .text .search form {
        margin-top: 20px;
    }

    .text .search input {
        width: 85%;
        height: 30px;
        font-size: 14px;
        padding-right: 0;
        padding-left: 4px;

    }

    .text .search button {
        width: 10%;
        margin: auto;

        height: 30px;
        padding: 5px;
        font-size: 15px;
        text-align: center;
        justify-content: center;
        text-align: center;
    }

    .dark-mode .dm i:hover {
        border: transparent;
    }

    .dm i:hover {
        border: transparent;
    }

    .text .search button i {
        font-size: 15px;
    }

    .desc {
        font-size: 24px;
    }

    .laps {
        width: 100%;
        display: inline-block;
        height: auto;
        align-items: center;
        margin: auto;
    }

    .laps h2 {
        width: 100%;
        padding: 10px;
        border-left: 7px solid #0C356A;
        text-align: left;
        margin-bottom: 30px;
    }

    .laps .lap {
        width: 30%;
        height: 400px;
        margin: auto;
        margin-right: 30px;
        margin-bottom: 20px;
        margin: 10px;

    }

    .laps .lap img {
        width: 70%;
        height: 35%;
    }

    .icons {
        display: none;
    }

    .laps .lap h3 {
        font-size: 20px;
        font-weight: bold;
    }

    .laps .lap p {
        font-size: 16px;
    }

    .laps.b h2 {
        width: 100%;
    }

    .laps.b {
        flex-wrap: wrap;
        text-align: center;
        height: auto;
        justify-content: center;
        display: flex;
        width: 100%;
        margin: auto;

    }

    .laps.b .brand {
        width: 25%;
        height: 180px;
        margin: auto;
        margin: 20px !important;
    }

    .laps.b .brand img {
        width: 100%;
        padding: 13px;
    }

    .laps.b {
        height: auto;
        margin: auto;
        margin-bottom: 30px;
    }


    .laps.c {
        margin-top: 0;
        height: auto;
        margin-top: 0;
    }

    .laps.c h2 {
        margin-top: 30px;
    }

    .laps.c .content {
        display: block;
        flex-direction: column-reverse;
        padding: 0;
        margin-top: 0;
    }

    .laps.c .content .comment {
        width: 100%;
        margin: auto;

    }

    .laps.c .content .comment input {
        width: 100%;
    }

    .laps.c .content .comment textarea {
        width: 100%;
    }

    .laps.c .content .map {
        width: 100%;
        padding: 0;
        margin: auto;
        margin-top: 30px;
        background-color: red;
        
    }

    .laps.c .content .map iframe {
        width: 100%;
        height: 100%;
    }

    .laps.b .brand.k {
        margin-bottom: 40px;
    }

    .footer {
        height: 60vh;
        display: block;
        margin-top: 0;
    }

    .footer .f {
        margin: 0;
        width: 95%;
        text-align: left;
        height: 30%;
        margin: auto;
    }

    .footer .f ul {
        padding-left: 0;
    }

    .footer .f.ff {
        width: 95%;
    }

    .footer .ME {
        margin-top: 25px;
    }

    /* ================= Product description page ====================*/

    .my-product {
        display: block;
    }

    .my-product .image {
        width: 80%;
        height: 42vh;
        margin: auto;
    }

    .my-product .image img {
        width: 85%;
        height: 90%;
    }

    .my-product .image .rating {
        margin-top: 0;
    }

    .my-product .descr {
        width: 100%;
        margin: auto;
        margin-top: -50px;
        text-align: center;
        margin-top: 0;
        padding-top: 50px;
    }

    .my-product .descr h2 {
        font-size: 30px;
        text-align: left;
        margin-top: 0;
        font-weight: bold;
    }

    .my-product .descr p {
        text-align: left;
        font-size: 17px;
    }

    .my-product .descr h5 span {
        color: #0174BE;
        text-align: left;
    }

    .my-product .descr button {
        width: 75%;
    }

    .my-product .descr button:hover {
        background-color: #FFF0CE;
        border: 3px solid #FFC436;
    }

    .my-product .descr h3 {
        text-align: left;
        font-size: 30px;
    }

    table {
        margin: auto;
        text-align: left;
    }

    .my-product .descr table tr td span {
        font-size: 15px;
    }

    .my-product .descr table tr td .a {
        font-weight: bold;
    }

    .my-product .descr tr {
        border: 1px solid;
        padding: 30px;
        margin-bottom: 30px;
    }

    .my-product .descr td {
        border: 1px solid;

    }


    /*======= Check out ============*/
    .Ver {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .out {
        margin-top: 0;
        width: 90%;
        height: 700px;
        display: block;
    }

    .th {
        margin: auto;
        flex-direction: column;
    }

    .out .th .credit {
        width: 90%;
        margin: auto;
    }



    .out .credit input {
        width: 100%;
    }

    .out div button {
        width: 40%;
        margin-bottom: 5px;
    }

    .out .th .image {
        width: 90%;
        margin: 20px;
        height: 230px;
        display: flex;
        text-align: center;
        justify-content: center;
        margin: auto;
    }

    .out .th .image p {
        font-size: 45px;
        display: flex;
        margin: auto;
        font-family: cursive;
    }


}

/*=====Responsive for mobile*/
@media(max-width:450px) {
    .text {}

    .text .text2 ul {
        margin: auto;
        height: 15%;
        color: white !important;
    }

    .text2 a:hover {
        border-bottom: none !important;
    }

    .text2 i {
        font-size: 0px;
    }

    .dm {
        width: 20px;
        margin: 0;
        padding: 1px;
        background-color: transparent;
        border: none;
    }

    .dark-mode .dm {
        width: 20px;
        margin: 0;
        padding: 1px;
        background-color: transparent;
        border: none;
    }
    .dm span {
        display: none;
    }

    .dm i {
        display: block;
        color: rgb(162, 162, 162);

    }

    .text .search {
        height: auto;
        width: 45%;
        margin-right: 0;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .text .search form {
        margin-top: 20px;
    }

    .text img {
        width: 80px;
        margin-right: 0;
    }

    .text .search input {
        width: 90%;
        height: 30px;
        font-size: 14px;
        padding-right: 0;
        padding-left: 4px;
    }

    .text .search button {
        width: 20%;
        margin: auto;
        height: 30px;
        padding: 5px;
        font-size: 15px;
        text-align: center;
        justify-content: center;
        text-align: center;
    }

    .text .search button i {
        font-size: 15px;
    }

    .desc {
        text-align: center;
        font-size: 20px;
    }

    .laps h2 {
        padding: 10px;
        border-bottom: 6px solid #0C356A;
        text-align: center;
        border-left: none;
        margin-bottom: 35px;
        margin-top: 0;
    }

    .laps .lap {
        width: 100%;
        height: 380px;
        margin: auto;
        margin-bottom: 35px;
    }

    .laps .lap:hover {
        transform: none;
    }

    .laps .lap img {
        width: 65%;
        height: 40%;
    }

    .icons {
        display: none;
    }

    .laps .lap h3 {
        font-size: 21px;
    }

    .laps .lap p {
        font-size: 18px;
    }

    .laps.b h2 {
        width: 100%;
    }

    .laps.b {
        flex-wrap: wrap;
        text-align: center;
        height: auto;
        justify-content: center;
        display: flex;
        width: 100%;
        margin: auto;
    }

    .laps.b .brand {
        width: 40%;
        height: 160px;
        margin: auto;
        margin: 10px !important;
    }

    .laps.b .brand img {
        width: 100%;
        padding: 13px;
    }

    .laps.b {
        height: auto;
        margin: auto;
        margin-bottom: 30px;
    }

    .laps.c {
        height: auto;
        margin-top: 0px;
        margin-bottom: 0;
    }

    .laps.c h2 {
        margin-top: 10px;
    }

    .laps.c .content {
        display: block;
        flex-direction: column-reverse;
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .laps.c .content .comment {
        width: 100%;
        margin: auto;

    }

    .laps.c .content .comment input {
        width: 100%;
    }

    .laps.c .content .comment textarea {
        width: 100%;
    }

    .laps.c .content .map {
        width: 100%;
        padding: 0;
        margin: auto;
        margin-top: 30px;
        height: 370px;
    }

    .laps.c .content .map iframe {
        width: 100%;
        height: 100%;
    }

    .laps.b .brand.k {
        margin-bottom: 10px;
    }

    .footer {
        height: 100vh;
        display: block;
        margin-top: 0;
    }

    .footer .f {
        margin: 0;
        width: 95%;
        text-align: left;
        height: 30%;
        margin: auto;
    }

    .footer .f ul {
        padding-left: 0;
    }

    .footer .f.ff {
        width: 95%;
    }

    .footer .ME {
        margin-top: 25px;
    }

    /* ================= Product description page ====================*/

    .dark-mode .dm {
        background-color: transparent;
        color: black;

    }

    .my-product {
        display: block;
    }

    .my-product .image {
        width: 100%;
        height: 35vh;
        margin: auto;
        margin-bottom: 30px;
    }

    .my-product .descr {
        width: 100%;
        margin: auto;
        margin-top: -50px;
    }

    .my-product .descr h2 {
        font-size: 30px;
    }

    .my-product .descr p {
        font-size: 17px;
    }

    .my-product .descr h5 span {
        color: #0174BE;
    }

    .my-product .descr button {
        width: 100%;
    }

    .my-product .descr button:hover {
        background-color: #FFF0CE;
        border: 3px solid #FFC436;
    }

    table {
        margin: auto;
    }

    .my-product .descr table tr td span {
        font-size: 15px;
    }

    .my-product .descr table tr td .a {
        font-weight: bold;
    }

    .my-product .descr tr {
        border: 1px solid;
        padding: 30px;
        margin-bottom: 30px;
    }

    .my-product .descr td {
        border: 1px solid;
    }




    /*======= Check out ============*/
    .Ver {
        height: 85vh;
    }

    .out {
        width: 90%;
        height: 690px;
        display: block;
        margin-top: 50px;
    }

    .th {
        margin: auto;
        flex-direction: column;
    }

    .out .th .credit {
        width: 90%;
        margin: auto;
        margin-top: 0;
        padding-top: 0;
    }

    .out .credit input {
        width: 100%;
    }

    .out div button {
        width: 40%;
        margin-top: 40px;
    }

    .out .th .image {
        width: 90%;
        height: auto;
        display: flex;
        text-align: center;
        justify-content: center;
        margin: auto;
        padding: 0;
        margin-bottom: 30;
    }

    .out .th .image p {
        font-size: 35px;
        display: flex;
        margin: auto;
    }

    .laps .brand:hover {
        transform: none;
    }
}

/* Dark mode section */
.dark-mode {
    color: white;
    background-color: rgb(42, 41, 41);
    transition: all 0.2s;
}

.dark-mode .laps h2 {
    color: white;
}

.dark-mode a {
    color: white !important
}

.dark-mode .laps .lap {
    box-shadow: 0 4px 8px rgba(213, 212, 212, 0.1);
    color: white;
}

.dark-mode .laps .lap {}

.dark-mode .icons i {
    color: white;
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.041);
    cursor: pointer;
}

.dark-mode .icons i:hover {
    background-color: white;
    color: black;
}

.dark-mode .laps .brand {
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.1);
}

.dark-mode .laps .brand:hover {
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.1);

}

.dark-mode .laps .comment label {
    font-size: 18px;
    font-weight: 470;
    color: white;
}

.dark-mode .laps .comment input,
.dark-mode .laps .comment textarea {
    background-color: #303030;
    /* Dark background color */
    border: 2px solid #404040;
    /* Border color */
    color: #C0C0C0;
    /* Text color */
}

.dark-mode .laps .comment input:focus,
.dark-mode .laps .comment textarea:focus {
    color: #FFFFFF;
    /* Text color when focused */
}

.dark-mode .footer {
    background-color: #003251;
}

.dark-mode .text i {
    color: white;
}

.dark-mode .desc {
    background-color: rgb(135, 135, 135);
    color: white;
}

.dark-mode .my-product {
    color: white;
}

.dark-mode .my-product .descr button {
    background-color: #4CAF50;
    /* Green */
    color: white;
    border: 3px solid #4CAF50;
}

.dark-mode .my-product .descr button:hover {
    background-color: #4dfe53;
    color: white;
    border: 3px solid #4CAF50;
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.1);
    color: rgb(76, 76, 76);
}

.dark-mode .out {
    color: white;
    box-shadow: 0 4px 8px 2px rgba(255, 255, 255, 0.1);

}

.dark-mode .text button {
    border: 1px solid #404040;
}

.dark-mode .text button:hover {
    border: 1px solid white !important;
}

.dark-mode .out form label {

    background-color: rgb(42, 41, 41);
    border: 2px solid #3498db;
}

.dark-mode .out form input[type="radio"] {
    display: none;
}

.dark-mode .out form input[type="radio"]:checked+label {
    background-color: #3498db;
    color: #fff;
}

.dark-mode .out .credit label {
    border: none;
    cursor: none;
}

.dark-mode .out .credit input {
    background-color: #303030;
    border: 2px solid #404040;
    color: #C0C0C0;
}

.dark-mode .out button {
    color: white;
    background-color: #385d94;
    border: 3px solid #385d94;
    transition: none;
}

.dark-mode .out button:hover {
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.1);
    background-color: #385d94;
    border: 3px solid #385d94;
}
.dark-mode .dm{
    border: none !important;
}

.dark-mode .dm:hover {
    border: none !important;
}

.dark-mode .dm button:hover {
    border: none !important;
}
#scroll{
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 40px;
    border-radius: 10px;
    text-align: center;
    background-color: black;
    border: 2px black solid;
    color: white;
    border: none;
    display: none;
}
#scroll:hover{
    letter-spacing: 0;
    border: none;
    background-color: white;
    border: 2px black solid;
    color: black;

}
@media(max-width:900px) {

    .text .dm:hover {
        border: transparent !important
    }

    .dark-mode .text .dm:hover {
        border: transparent !important
    }
    #scroll{
        display: none !important;

    }
}

@media(max-width:450px) {
    .text .dm:hover {
        border: transparent !important
    }

    .dark-mode .text .dm:hover {
        border: transparent !important
    }
    #scroll{
        display: none !important;
    }
}