* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}
body {
    line-height: initial;
}
/* Home Page */
.microsoft{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    position: relative;
    left: -130px;
    top: 10px;
}
.micro-image{
    width: 140px;
}
.adobe-image{
    width: 50px;
}
.nav-custom {
    background-color: #217346;
    height: 51px;
    width: 100%;
    position: relative;
    padding: 0 80px 0 40px;
}
.nav-header {
    display: inline;
}
.nav-title {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    padding-top: 10px;
}
.nav-btn {
    display: none;
}
.nav-links {
    display: flex;
    float: right;
    font-size: 18px;
    padding-right: 80px;
}

.nav-links a {
    display: inline-block;
    padding: 8px;
    text-decoration: none;
    color: #efefef ;
    line-height: initial;

}
.cart-btn {
    color: #efefef !important;
    cursor: pointer;
}
.nav-links a:hover {
    background-color: rgba(0, 0, 0, 0.3);
    color: #efefef;
    text-decoration: none;
}
#nav-check {
    display: none;
}
.dropdown-custom {
    overflow: hidden;
    line-height: initial;
}

.dropdown-custom .dropbtn {
    cursor: pointer;
    font-size: 17px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    margin: 0;
}

.navbar a:hover, .dropdown-custom:hover .dropbtn, .dropbtn:focus {
    background-color: #0f5132;
    color: white;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    max-height: 450px; /* Set the maximum height of the dropdown */
    overflow-y: auto; /* Enable vertical scrolling when content exceeds max-height */
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
    top: 100%;
}


.dropdown-content a {
    float: none;
    color: black;
    padding: 4px 12px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #C8FFC8;
    color: #217346;
}

.show {
    display: block;
}

.bread-nav-0{
    background-color: #C8FFC8;
    padding: 10px 20px;
    color: #217346;
}
.bread-nav-0 ul{
    list-style: none;
    padding-left: 20px;
    position: relative;
    top: 6px;
}
.bread-nav-0 ul li a{
    color: #217346;
    text-decoration: none;
}
.main-div{
    padding: 0px 40px;
}
.image{
    width: 25%;
    height: auto;
}
.image-2{
    width: 100%;
    height: auto;
}
.main-div h1{
    font-size: 40px;
    padding-top: 10px;
}
.main-div p{
    font-size: 20px;
    padding-top: 10px;
}
.image-heading{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.block{
    margin-left: 80px;
}
.main-row{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
    margin-inline: 80px;
    margin-top: 20px;
}
.text-block{
    text-align: center;
    border: 1px solid black;
    padding: 20px;
    width: 100%;
    height: 100%;
    display: table;
}
.text-block2{
    text-align: left;
    border: 1px solid black;
    padding: 20px;
    width: 100%;
    height: 100%;
    display: table;
}
.center{
    text-align: center; 
}
.soon-block{
    display: table-cell;
    vertical-align: middle;
}
.button{
    background: #217346;
    color: white !important;
    text-decoration: none !important;
    padding: 7px 30px;
}
.footer{
    background-color: #C8FFC8;
    padding: 10px 40px;
    text-align: left;
    position: fixed;
    bottom: 0;
    min-width: 100%;
}
.footer-modal-wrapper {
    display: flex;
   
    width: 100%;
}
.footer-modal-wrapper .discount-sec span {
    display: block;
    color: #f90505;
}
.footer-modal-wrapper .discount-sec span:first-child {
    font-size: 20px;
    font-weight: bold;
}
.small-screen-cart-btn {
    position: absolute;
    right: 55px;
    top: 12px;
}
@media screen and (min-width: 992px){
.modal-dialog {
    max-width: 600px !important;
}
}
.modal-body {
    padding-right: 25px;
}
/* Responsiveness */
@media screen and (max-width: 991px) {
    .nav-custom{
        padding: 20px;
    }
    .nav-title{
        padding-top: 0;
        position: relative;
        top: -7px;
    }
    .nav-btn {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
    }
    .nav-btn label {
        display: inline-block;
        width: 50px;
        height: 50px;
        padding: 13px;
    }
    .nav-btn label span {
        display: block;
        width: 25px;
        height: 10px;
        border-top: 2px solid #eee;
    }
    .nav-links {
        position: absolute;
        display: block;
        width: 100%;
        background-color: #C8FFC8;
        height: 0;
        transition: all 0.3s ease-in;
        overflow-y: hidden;
        top: 50px;
        left: 0;
    }
    .nav-links a {
        display: block;
        width: 100%;
        color: black;
    }
    #nav-check:not(:checked) ~ .nav-links {
        height: 0;
    }
    #nav-check:checked ~ .nav-links {
        height: calc(100vh - 50px);
        overflow-y: auto;
        z-index: 999;
    }
    .dropdown-custom {
        position: relative;
        overflow: visible;
    }
    .dropdown-custom .dropbtn {
        font-size: 17px;
        color: black;
        padding: 10px;
    }
    .image-heading{
        flex-direction: column;
        text-align: center;
    }
    .block{
        min-width: 100%;
        margin-left: 0;
        text-align: center;
    }
    .main-div{
        padding: 0 20px;
    }
    .main-div h1{
        font-size: 30px;
    }
    .main-div p{
        font-size: 18px;
    }
    .image{
        width: 50%;
        margin-top: 20px;
    }
    .image-2{
        width: 100%;
        height: auto;
    }
    .main-row{
        display: grid;
        grid-template-columns: 100%;
        margin-inline: 0;
    }
    .footer{
        padding: 10px 20px;
        position: static;
        /*bottom: 0;*/
        margin-top: 20px;

    }
    .item-count{
    width: 30px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
}
.microsoft{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    position: relative;
    left: 0;
    top: 0;
    margin-top: 20px;
    margin-bottom: 10px;
}
.micro-image{
    width: 100px;
}
.adobe-image{
    width: 40px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-div h1{
        font-size: 35px;
    }
    .block{
        margin-left: 20px;
        margin-top: 20px;
    }
    .main-row{
        margin-inline: 20px;
    }
    .footer{
        position: fixed;
        bottom: 0;
    }
}


/* Order Page */
.main-order{
    padding: 20px 40px;
}
.order-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
.robot-image{
    width: 75%;
    height: 280px;
}
.robot-image-2{
    width: 100%;
    height: 150px;
}
.cover-image{
    width: 60%;
    height: 350px;
}
.cover-image2{
    width: 50%;
    height: 320px;
}
.order-grid h3{
    padding-bottom: 10px;
}
.product-container {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two columns with equal width */
    gap: 0px; /* Optional: Adds space between the columns */
    margin-inline: 0;
}
.order-box{
    background-color: white; /*#C8FFC8;*/
    padding: 0px;
    width: 74%;
    text-align: center;
    margin-top: -35px;
}
.order-box ul{
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 50px;
    padding: 0;
}
.order-box ul li{
    color: black;
    font-size: 22px;
    font-weight: 600;
}
.order-box a.buy-button {
    margin-left: 0;
    /* Add any additional styling for the button here */
}
.buy-button{
    background-color: #217346;
    color: white !important;
    text-decoration: none !important;
    padding: 10px 30px;
}
.order-div{
    min-height: 100%;
}
.order-div1{
    min-height: 100%;
    padding-left: 130px;
}
.description{
    padding: 0 40px 10px 40px;
}
.description p{
    padding-top: 10px;
}

@media screen and (max-width: 991px) {
    .main-order{
        padding: 20px;
    }
    .bread-nav ul{
        padding-left: 0;
    }
    .cover-image2{
        height: auto;
    }
    .order-grid{
        display: grid;
        grid-template-columns: 100%;
    }
    .order-box{
        min-width: 100%;
        padding: 20px;
        margin-top: 40px;
    }
    .payhip-buy-button{
        margin-top: 10px;
    }
    .order-box ul{
        flex-direction: column;
        gap: 10px;
    }
    .product-container{
        grid-template-columns: 100%;
    }
    .description{
        padding: 20px 20px 0 20px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .order-box{
        padding: 50px 40px;
    }
    .footer{
        position: relative;
    }
}

/* Discount */
.discount-div{
    display: grid;
    grid-template-columns: 30% 50%;
    padding: 70px 40px;
    gap: 40px;
}
.discount{
    border: 1px solid #217346;
    border-radius: 10px;
    padding: 20px;
    margin-top: 50px;
}
.d-head{
    font-weight: bold;
    padding-top: 30px;
}
.discount ul{
    list-style: none;
}
.discount ul li{
    color: #217346;
    font-family: "Arial Black";
}
.discount ul li span{
    color: red;
    font-family: "Arial Black";
}
.discount p{
    font-family: Arial;
    font-style: italic;
}
.logo-image-div img{
    float: right;
    width: 70%;
}
.highlight {
    color: yellow;
}

@media (max-width: 450px){
    .delete-item {
        padding: 0.2rem 0.4rem !important;
    font-size: 0.8rem !important;
    }
}


/* Download page */
.download-div{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 15px;
    padding: 20px 40px;
    min-width: 100%;
}
.download-text{
    background-color: #f1f1f1;
    padding: 20px;
    border: 1px solid black;
    margin-top: 5px;
}
.download-text h3{
    font-weight: 700;
    padding-bottom: 5px;
    text-align: center;
}
.download-image{
    border: 1px solid black;
    text-align: center;
    
}
.download-image p{
    padding: 7px;
    font-weight: 500;
}
.d-image{
    width: 100%;
    height: 275px;
}
.d-image-2{
    margin-top: 32px;
}
.button-div{
    text-align: center;
    margin-top: 15px;
}
.download-button{
    background-color: #217346;
    color: white;
    padding: 10px 40px;
    text-decoration: none;
}
@media (min-width: 1500px) {
    .d-image{
        height: 400px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .down-head{
        font-size: 18px;
        margin-top: -22px;
    }
    .d-image{
        height: 200px;
    }
    .button-div{
        margin-top: -20px;
    }
    .download-button{
        position: relative;
        top: -30px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .down-head{
        font-size: 16px;
        margin-top: -20px;
    }
    .d-image{
        height: 200px;
    }
    .button-div{
        margin-top: -20px;
    }
    .download-button{
        position: relative;
        top: -30px;
    }
    .download-logo{
        width: 150px;
    }
    .download-text{
        padding: 10px;
    }
}
@media screen and (max-width: 767px) {
    .download-div{
        grid-template-columns: 100%;
        padding: 20px;
    }
    .d-image{
        height: auto;
    }
    .d-image-2{
        margin-top: 10px;
    }
}