* {
    margin: 0;
    padding: 0;
    font-family: "Lilita One", sans-serif;
}

.logo {
    width: 300px;
    height: 80px;
    overflow: hidden;
}


.main-banner {
    height: 80vh;
    width:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}

.logo img {
    width: 300px;
    height: 80px;
    object-fit: contain;
}

.upper-nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #eff1f2;
    border-bottom: 3px solid orangered;
    color: black;
    line-height: 2rem;
}

.account ul {
    display: flex;
}

.account ul li {
    padding: 12px;
    list-style-type: none;
}

.account ul li a {
      color: #000;
    text-decoration: none;
    border: 2px solid #000;
    padding: 12px 21px;
    background: white;
    font-weight: bold;
    border-radius: 0px;
    box-shadow: 3px 3px 0 1px #f47421de;
}

.login-btn {
    padding: 12px 21px;
    color: #000;
    border-radius: 0px;
    border: 2px solid black;
    background: greenyellow;
    box-shadow: 3px 3px 0 2px #000;
}

#login-btn-id {
        color: #000;
    font-weight: 700;
    border: 2px solid black;
    padding: 12px 21px;
    border-radius: 0px;
    background: antiquewhite;
    box-shadow: 4px 4px 0 0px #f47421de;
}

#login-bt-id:active {
    box-shadow: 0,0,0,0;
    transform: translate(3px 3px);
}

.lower-nav {
    display: flex;
    justify-content: space-around;
    align-items: center;

    font-size: 1.2rem;
}

.lower-nav ul {
    display: flex;
}

.lower-nav ul li {
    padding: 12px;
    list-style-type: none;
    transition: .3s;
    border: 2px solid #000;
    margin: 0 7px;
    border-radius: 0px;
    background: antiquewhite;
    box-shadow: 4px 4px 0 2px #f47421de;
    cursor: pointer;

}
.lower-nav ul li:active {
     box-shadow: 0,0,0,0;
    transform: translate(3px,3px);
}

.nav-links {
    text-decoration: none;
    color: black;
    margin: 12px;
}



    





.banner-main-heading {
    font-size: 3.5rem;
    font-weight: 700;
    color: #111;
    text-align: center;
    font-family: 'Evanston Tavern 1846 Medium Stencil';
  

}


.banner-sub-heading {
    font-size: 1.5rem;
    text-align: center;
  

}

.search-container {
    margin-top: 20px;
    text-align: center;
}

.sign-in-google {
    box-shadow:4px 4px;border-radius:2px;color:#000;border:2px solid #000; font-weight:bold; font-size:18px; font-family: "Lilita One", Sans-Serif;    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
padding:10px 0;
}

.search-input {
    padding: 18px;
    width: 30em;
    background-color:#fff;
    border: 2px solid #000;
    border-radius: 0px;
    color:#000;
    font-size: 16px;
    outline: none;
    box-shadow:4px 4px 0 2px #f47421de;
}

.search-button {
    padding: 18px 20px;
    background-color: rgb(35 36 72);
    color: white;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    font-size: 16px;
}

#projects {
    margin-top: 2rem;

}

.project-heading {
    text-align: center;
    font-size: 2.5rem;
}

.project-title h1 {
    font-family:'Evanston Tavern 1846 Medium';
}

.project-heading::after {
   content: '';
    width: 6rem;
    height: .9rem;
    background-color: #f47421de;
    display: block;
    border-radius: 2px;
    left: 50%;
    top: 10px;
    position: relative;
    transform: translate(-50%, -0%);
    border: 2px solid black;
    box-shadow: 3px 3px 0 1px;
}

.project-section {
    width: 90%;
    margin: 2rem auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;


}

.project-tags {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem
}

.project-card {
    width: 18rem;
    overflow: hidden;
    height: auto;
    border-radius: 2px;
    box-shadow: 4px 4px 0 2px #f47421de;
    border: 2px solid black;
    margin: 12px;
    transition: .3s;

}

.project-card:hover {
    transform: scale(1.1);
}

.card-img img {
    width: 18rem;
    object-fit: cover;
    border-bottom: 2px solid black;;
}

.card-title {
    font-size: 1.5rem;
    margin-top: .5rem;
}

.project-tags li {
       border-radius: 2px;
    background: rgb(255 255 255);
    color: black;
    padding: 5px 8px;
    list-style-type: none;
    margin: .5rem .5rem;
    border: 2px solid black;
    box-shadow: 2px 2px 0 1px;
    font-size: .8rem;
}

.card-btn a {
     display: inline-block;
    text-align: center;
    padding: .7rem 0;
    margin: .8rem 0;
    border-radius: 2px;
    font-size: 1.2rem;
    font-weight: 700;
    width: 97%;
    /* text-decoration: none; */
    color: #111;
    background: antiquewhite;
    box-shadow: 4px 4px 0 2px #f47421de;
    border: 2px solid black;
}

.card-btn a:active {
    box-shadow: 0,0,0,0;
    transform: translate(3px,3px);
}

.card-content-section {
    padding: 12px;
}

#news {
    margin: 5rem 2rem;
}

.main-container-news {
    margin: 4rem 1rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.news-div-container {
    width: 23rem;
    margin: .8rem;
}

.news-img-container {
    width: 23rem;
    height: 15rem;

    overflow: hidden;
    object-fit: contain;
    border-radius: 10px;
}

.news-img-container img {
    width: 100%;
    height: 100%;
    transition: .2s;
}

.news-img-container img:hover {
    transform: scale(1.1);
}

.news-div-container:hover {
    text-decoration: underline;
}

.news-title {
    margin-top: 1rem;
    font-size: 1.2rem;
}

.container {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box {
    width: 90vw;
    height: 90vh;
    display: flex;
    flex-direction: row;
}

.circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: hotpink;
    display: flex;
    justify-content: center;
    align-items: center;
}

.root1 {
    width: 35%;
    height: 90vh;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.sec1 {
    width: 100%;
    height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 5px;
}

.sec1 h1 {
    margin: 0%;
    letter-spacing: 2px;
    color: crimson;
    font-size: 25px;
}

.sec1 p {
    font-weight: 500;
    margin: 10px;
}

.sec1 .circle {
    background-color: crimson;
}

.sec2 {
    width: 100%;
    height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 5px;
}

.sec2 h1 {
    margin: 0%;
    letter-spacing: 2px;
    color: #347474;
    font-size: 25px;
}

.sec2 p {
    font-weight: 500;
    margin: 10px;
}

.sec2 .circle {
    background-color: #347474;
}

.root2 {
    width: 30%;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.root2 img {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.root3 {
    width: 35%;
    height: 90vh;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.sec3 {
    width: 100%;
    height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 5px;
}

.sec3 h1 {
    margin: 0%;
    letter-spacing: 2px;
    color: rgb(35 36 72);
    font-size: 25px;
}

.sec3 p {
    font-weight: 500;
    margin: 10px;
}

.sec3 .circle {
    background-color: rgb(35 36 72);
}

.sec4 {
    width: 100%;
    height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 5px;
}

.sec4 h1 {
    margin: 0%;
    letter-spacing: 2px;
    color: orange;
    font-size: 25px;
}

.sec4 p {
    font-weight: 500;
    margin: 10px;
}

.sec4 .circle {
    background-color: orange;
}

.project-detail {
    display: flex;
    justify-content: space-evenly;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    margin-top: 2rem;

}

.img-section {
    padding:12px;
    display: flex;
    width: 50%;;
    flex-direction: column;

}

.img-main {
    width: 100%;
    /* height: 19rem; */
    overflow: hidden;
    border-radius: 0px;
    object-fit: contain;
    border: 2px solid black;
   box-shadow: 4px 4px 0 2px #f47421de;
}

.img-main img {
    /* object-fit: contain; */
    width: 100%;
    height: auto;
}
.img-carousel {
    display: flex;
    flex-wrap: wrap;

}

.img-small {
     width: 4rem;
    height: auto;
    overflow: hidden;
    margin: 12px;
    border: 1px solid black;
    border-radius: 2px;
}

.img-small img {
    width: 4rem;
    object-fit: cover;
}


.project-features {
    margin-top: 1rem;
    height: 20em;
    overflow: hidden;
    transition: height 0.3s, 
}

#toggleButton {
    margin-top: 1rem;
    padding: 1rem 1rem;
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1rem;
    cursor: pointer;
    border-radius: 7px;
    border: none;
     transition: background-color 0.3s ease;
            animation: bounce 1.5s infinite; /* Add the bounce animation */
}

  #toggleButton:hover {
            background-color: #ccc;
        }

        /* Bounce animation */
        @keyframes bounce {
            0%, 100% {
                transform: translateY(0); /* Normal position */
            }
            50% {
                transform: translateY(-10px); /* Move up */
            }
        }

#toggleButton i {
    font-size:1.5em;
}

.project-price {
    margin: rem auto;
    font-size: 1.9rem;
}

.limited button {
    margin: 1rem auto;
    font-size: .8rem;
    color: white;
    background-color: crimson;
    border: none;
    padding: 4px;
    border-radius: 3px;

}

.download-btn {
       display: inline-block;
    font-weight: 700;
    border: 2px solid #000;
    padding: 12px 20px;
    border-radius: 0px;
    color: black;
    BACKGROUND: greenyellow;
    /* text-decoration: none; */
    font-size: 1.2rem;
    box-shadow: 4px 4px 0 2px #000;
}


.download-btn:active {
  box-shadow: 0px 0px 0 0 ;
      transform: translate(3px, 3px);}

.live-preview-btn {
display: flex;
    padding: 12px 20px;
    background: antiquewhite;
    box-shadow: 4px 4px 0 2px #f47421de;    
    border: 2px solid black;
    border-radius: 0px;
    color: #000;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 700;
}

.live-preview-btn:active {
  box-shadow: 0px 0px 0 0 ;
      transform: translate(3px, 3px);
    
}

.project-setup {
    width: 90%;
    margin: 1rem auto;
}

.setup-heading {
    text-align: center;
    font-size: xx-large;
}

.project-detail-section {
    padding:12px;
    width: 50%;
}

.setup-heading::after {
    content: '';
    width: 3rem;
    height: .6rem;
    background-color: rgb(35 36 72);
    display: block;
    border-radius: 50px;
    left: 50%;
    position: relative;
    transform: translate(-50%, -0%);
}

@media screen and (max-width:800px) {
    .project-detail {
        display: flex;
        flex-direction: column;
        padding: 0px 12px;

    }
.nav-links ul li {
    margin: 12px 7px;
}
    .img-section {
        width: 100%;
    }

    .img-main {
        width: 100%;
    }

    .img-main img {
        width: 100%;

    }

    .project-detail-section {
        width: 100%;
    }
}

.account-form {
      max-width: 500px;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 0px;
    box-shadow: 4px 4px 0px 2px #f47421de;
}

.account-form h1 {
    font-size: 3rem;
    margin-bottom: 20px;
      font-family: "Lilita One", sans-serif;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
}

.form-group input {
    width: 94%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 0px;
}

.btn-submit {
    width: 30%;
    padding: 8px 20px;
    background-color: antiquewhite;
    color: #fff;
    border: 2px solid #000;
    color: #000;
    border-radius: 0px;
    cursor: pointer;
    font-size: larger;
    font-weight: bold;
      font-family: "Lilita One", sans-serif;
    box-shadow: 4px 4px 0 2px #f47421de;

}

.btn-submit:active {
    box-shadow: 0px 0px 0 0 ;
      transform: translate(3px, 3px);

}

.login-btn-account {
    background-color: rgb(255 255 255);
    border: 2px solid #000;
    padding: 10px 20px;
    margin-top: 1rem;
    border-radius: 0px;
    color: #000;
    box-shadow: 4px 4px;
}

.login-btn-account:active {
    box-shadow: 0px, 0px, 0, 0;
    transform: translate(3px, 3px);
}


.login-btn-account a {
    color: #000;
    text-decoration: none;
    font-weight: 800;
}

.container-login {
    max-width: 500px;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 0px;
    box-shadow: 4px 4px 0px 2px #f47421de;
}
.or-wrapper {
    display: flex;
    align-items: center;
    text-align: center;
}

.or-wrapper::before,
.or-wrapper::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #000;
    margin: 0 10px;
}

.or-text {
    text-align: center;
    margin: 20px 0px;
    font-weight: bold;
    font-size: 18px;
      font-family: "Lilita One", sans-serif;
}

.container-login h1 {
    margin-bottom: 20px;
    font-size: 3rem;
      font-style: normal;
      font-family: "Lilita One", sans-serif;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
}

.form-group input, .form-group textarea {
    width: 100%;
    padding: 13px;
    border: 2px solid #000;
    border-radius: 0px;
    font-size: 21px;
      font-family: "Lilita One", sans-serif;
    background: antiquewhite;
    box-shadow: 4px 4px 0px 2px #f47421de;
    font-weight: bold;
    color: #000;
}

.btn-login {
       width: 40%;
       display: flex;
       justify-content: center;
       align-items: center;
    padding: 8px 20px;
    background-color: antiquewhite;
    color: #fff;
    border: 2px solid #000;
    color: #000;
    border-radius: 0px;
    cursor: pointer;
    font-size: larger;
    font-weight: bold;
      font-family: "Lilita One", sans-serif;
    box-shadow: 4px 4px 0 2px #f47421de;
}

.btn-login:active {
   box-shadow: 0px 0px 0 0 ;
      transform: translate(3px, 3px);}


.forgot-login {
    display: flex;
    margin: 1rem 0;
    justify-content: space-between;
}

.forgot a {
    color: rgb(35 36 72);
}

.create-account a {
    padding: 12px;
    color: #fff;
    font-weight: 800;

    text-decoration: none;
}

.create-account button:hover {
    background-color: rgb(23, 128, 233);
}

.create-account button {
    border: none;
    border-radius: 0px;
    padding: 12px;
    background-color: rgb(35 36 72);
    margin-left: 12px;
}

.container-contact {
       max-width: 500px;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 0px;
    box-shadow: 4px 4px 0px 2px #f47421de;
}

.container-contact h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    font-family: "Lilita One", Sans-Serif;
}

.btn-send {
    width: 100%;
    padding: 8px 20px;
    background-color: antiquewhite;
    color: #fff;
    border: 2px solid #000;
    color: #000;
    border-radius: 0px;
    cursor: pointer;
    font-size: larger;
    font-weight: bold;
      font-family: "Lilita One", sans-serif;
    box-shadow: 4px 4px 0 2px #f47421de;
}

.btn-send:hover {
    background-color: darkorange;
}

@media screen and (max-width:1024px) {
    .container {
        height: fit-content;
    }

    .box {
        flex-direction: column;
        row-gap: 30px;
        height: fit-content;
    }

    .root1 {
        width: 100%;
        height: fit-content;
        order: 2;
        row-gap: 30px;
        font-size: 20px;
    }

    .root2 {
        width: 100%;
        height: fit-content;
        order: 1;
    }

    .root3 {
        width: 100%;
        height: fit-content;
        order: 3;
        row-gap: 30px;
        font-size: 20px;
    }
}

@media screen and (max-width:630px) {
    .container {
        padding: 20px 0px;
        height: fit-content;
    }

    .box {
        flex-direction: column;
        row-gap: 30px;
        height: fit-content;
    }

    .root1 {
        width: 100%;
        height: fit-content;
        order: 2;
        row-gap: 30px;
        font-size: 20px;
    }

    .root2 {
        width: 100%;
        height: fit-content;
        order: 1;
    }

    .root3 {
        width: 100%;
        height: fit-content;
        order: 3;
        row-gap: 30px;
        font-size: 20px;
    }
}

.credit a {
    text-decoration: none;
    color: #000000;
    font-weight: 800;
}

.credit {
    color: #000000;
    text-align: center;
    margin-top: 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.credit span {
    color: tomato;
    font-size: 20px;
}

.lower-footer {
    text-align: center;
    background-color: rgb(35 36 72);
    color: white;
    line-height: 3rem;
}

#openmenu {
    display: none;
    margin: 12px;
    font-size: 1rem;
}

#closemenu {
    display: none;
    margin: 12px;
    font-size: 1rem;
}



.container-category {
    width: 90%;
    margin: 2rem auto;
}

.category-section {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.categories {
     display: inline-block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 2px solid black;
    text-align: center;
    padding: 12px;
    color: rgb(0 0 0);
    margin: 12px;
    border-radius: 0px;
    box-shadow: 4px 4px 0 2px #f47421de;
    width: 7rem;
    height: 5rem;

}

.icon {
    font-size: 2rem;
    font-weight: 900;
}

.title a {
    color: #111;
    text-decoration: none;
    text-align: center;
    margin-top: 1rem;
}

.alert {
    padding: 12px;
    background-color: lightgreen;
    color: green;
    left:50%;transform:translate(-50%,10%);
    position:absolute;
    border-radius:5px;
}

.error-alert {
    padding:12px;
    border-radius:5px;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.btn-close {
    float: right;
    font-size: 1.5rem;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid green;
    border-radius: 0px;
}

.btn-close i {
    color: green;
}

.container-checkout {
     max-width: 500px;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 0px;
    box-shadow: 4px 4px 0px 2px #f47421de;
}

.container-checkout h1 {
    margin-bottom: 20px;
    font-size: 3rem;

}

.btn-checkout {
    width: 100%;
    padding: 10px;
    background-color: greenyellow;
    color: #000;
    font-weight: 900;
    border: 2px solid black;
    border-radius: 0px;
    cursor: pointer;
    box-shadow: 4px 4px 0 2px;
}
#applyCouponBtn {
        width: 20%;
    background: #cab0ff;
    border: 2px solid black;
    box-shadow: 4px 4px 0px 2px #f47421de;
    font-size: 22px;
    cursor: pointer;
}

.btn-checkout:active {
    box-shadow: 0,0,0,0;
    transform: translate(3px, 3px );
}

.btn-checkout:hover {
    background-color: lawngreen;
}

.order-details {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

.order-details h2 {
    margin-bottom: 10px;
}

.order-details ul {
    list-style-type: none;
    padding: 0;
}

.order-details ul li {
    margin-bottom: 5px;
}

* {
    margin: 0;
}

body {
    font-family: 'Fjalla One', sans-serif !important;
}

li {
    list-style-type: none;
}

ul {
    margin: 0 !important;
    padding: 0% !important;
}

a {
    text-decoration: none !important;
}

svg.w-5 {
    display: none;
}

p.leading-5 {
    margin-top: 1rem;
}

/* width */
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

header {
    width: 100%;
    z-index: 2;

}

.main-container-header {
    display: flex;
    justify-content: space-evenly;
    background-color: rgb(35 36 72);
    padding: 1rem;
}

#hide {
    display: none;
}

.menu-and-logo {
    display: flex;
    justify-content: center;
    align-items: center;

}



.nav-items {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-items ul {
    display: flex;
    justify-content: center;
    padding: 0;
}

.nav-items ul li {
    margin: 0 12px;
    background-color: white;
    border-radius: 0px;
    transition: .2s;
}

.nav-items ul li:hover {
    transform: scale(1.1);
}

.nav-items ul li a {
    text-decoration: none;
    color: rgb(35 36 72);
    font-size: 1.2rem;
    padding: 12px;
}


.main-menu {
    display: none;
    z-index: 1;
    background-color: transparent;
    position: absolute;
    top: 4rem;
    width: 25%;
    height: 90vh;
    padding: 12px 0;
    border-radius: 10px;
}

.main-menu ul {

    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.main-menu ul li {
    padding: 2px 4px;
    border-radius: 0px;
    transition: .2s;
    margin: .2rem .2rem;
    background-color: #232448;


}

.main-menu ul li:hover {
    transform: scale(1.1);
}

.main-menu ul li a {
    text-decoration: none;
    color: white;
    font-size: 1.2rem;
}

.header-searchbar {
    display: flex;
    margin-left: .5rem;
}





.hero-banner {
    height: 95vh;
    background-color: rgb(35 36 72);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
}

.main-container-banner {
    width: 29rem;
    height: 20rem;
}


.banner-searchbar {
    width: 100%;
    margin: 1rem 0;
    display: flex;
}

.search-bar {
    width: 100%;
    padding: 12px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-style: none;
    outline: none;

}

.search-btn {
    background-color: white;
    border-style: none;
    padding: 12px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 1.1rem;
}

.main-container-banner-image {
    width: 22rem;
    height: 22rem;
    overflow: hidden;
    object-fit: contain;

}

.main-container-banner-image img {
    width: 100%;
}

#trending {
    margin: 6rem 1rem;
}

.main-container-trending-heading {
    text-align: center;
}

.trending-heading {
    font-size: 2rem;

    text-align: center;
}

.trending-heading::after {
    content: '';
    width: 3.5rem;
    height: .5rem;
    border-radius: 50px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 15%);
    display: block;
    text-align: center;
    background-color: rgb(35 36 72);
}


.trending-apps-container {
    display: flex;
    margin: 1rem auto;
    justify-content: center;
    overflow: hidden;

}


.trending-apps {
    width: 11rem;
    margin: 1rem;
    transition: .2s;
}

.trending-apps:hover {
    transform: scale(1.1);
    box-shadow: 2px 3px 10px rgb(35 36 72);
    border-radius: 0px;

}

.trending-img {
    width: 11rem;
    height: 11rem;
    padding: 12px;
    overflow: hidden;
    object-fit: contain;
    border: 1px solid #cecece;
    border-radius: 0px;
}

.trending-img img {
    width: 100%;
    height: 100%;
}

.trending-licence {
    display: flex;
    justify-content: end;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
}

.trending-apps-heading {
    font-size: 1.1rem;
    margin: 5px 0;
    padding: 7px;
}

.view-all {
    text-align: center;
}

.view-all button {
        width: 40%;
       display: flex;
       justify-content: center;
       align-items: center;
    padding: 8px 20px;
    background-color: antiquewhite;
    color: #fff;
    border: 2px solid #000;
    color: #000;
    border-radius: 0px;
    cursor: pointer;
    font-size: larger;
    font-weight: bold;
      font-family: "Lilita One", sans-serif;
    box-shadow: 4px 4px 0 2px #f47421de;
}

.latest-view-all {
    margin-top: 1rem;
}



#latest {
    margin: 0 2rem;
}

.main-container-latest {
    margin: 2rem 0rem;
    padding: 0 1rem;
}

.latest-main-buttons {
    border-bottom: 1px solid #999;
}

.latest-btn {
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    background-color: white;
    padding-bottom: 12px;
}

.window-latest-btn {
    border-bottom: 2px solid black;
}


.latest-img {
    width: 6rem;
    object-fit: contain;
    overflow: hidden;
    padding: 12px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.latest-img img {
    width: 100%;
    height: 100%;
    border-radius:5px;
}

.latest-content {
    display: flex;
    margin: 1rem .3rem;
    transition: .2s;
    width: 20rem;
    padding: 7px;
    border-radius: 0px;

}

.latest-content:hover {

    box-shadow: 2px 2px 3px #999;
}

.latest-main-divs {
    margin-top: 1rem;
}

.latest-inner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.latest-title {
    font-size: 1.1rem;
}

.latest-licence {
    color: #999;
}

.latest-tagline {
    font-weight: 100;
    color: #333;
}

.window-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.android-div-container {
    display: none;
}

.android-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.mac-div-container {
    display: none;
}

.mac-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#news {
    margin: 5rem 2rem;
}

.main-container-news {
    margin: 4rem 1rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.news-div-container {
    width: 23rem;
    margin: .8rem;
}

.news-img-container {
       width: 23rem;
    height: 15rem;
    overflow: hidden;
    object-fit: contain;
    border: 2px solid black;
    border-radius: 2px;
    box-shadow: 4px 4px 0 2px black;
}

.news-img-container img {
    width: 100%;
    height: 100%;
    transition: .2s;
}

.news-img-container img:hover {
    transform: scale(1.1);
}

.news-div-container:hover {
    text-decoration: underline;
}

.news-title {
    margin-top: 1rem;
    font-size: 1.2rem;
    font-family:'Evanston Tavern 1846 Medium Stencil';
    color: black;
}

footer {

    background-color: rgb(35 36 72);

}

.main-container-footer {
    padding: 3rem 2rem;
    display: flex;
    justify-content: space-evenly;
    color: #fff;
}

.footer-web-name {
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-inner span {
    font-size: 2rem;
}



.about-inner,
.legal-inner,
.social-inner {
    margin-top: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.social-inner {
    display: flex;
    justify-content: space-between;
    font-size: 1.4rem;

}

.footer-inner a {
    color: #fff;
}

.footer-credit {
    text-align: center;
    padding: 1rem 0;
    color: #fff;
}

.main-container-categories {
    margin: 4rem 2rem;
    display: flex;
    justify-content: center;

}


.advertisement {
    width: 12rem;
    overflow: hidden;
    object-fit: contain;

}

.advertisement p {
    font-size: .8rem;
    color: #999;
}

.advertisement img {
    width: 100%;
}

.main-container-of-all {
    width: 80%;
    margin: auto;
}

.main-container-download-page {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    margin: 1rem 0;
    border-top: 1.5px solid #dadada;
    border-bottom: 1.5px solid #dadada;
}

.container-img-and-content {
    display: flex;
}

.download-header-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mainpage-title {
    font-size: 1.5rem;
}

.mainpage-licence {
    color: #888;
}

.mainpage-tagline {
    color: 555;
}

.download-main-img {
    width: 6rem;
    height: 6rem;
    overflow: hidden;
    padding: 7px;
    object-fit: contain;
}

.download-main-img img {
    width: 100%;
}


.application-overview-and-specs {
    display: flex;

    margin: 2rem 0;

}

.application-overview {
    padding: 1rem 1rem;
}

.application-specs {
    padding: 12px;
    background: #eee;
    border: 1px solid #e0e0e0;
    width: 35rem;
    height: max-content;
    display: flex;
    flex-direction: column;
    border-radius: 8px;

}



.spec-title {
    font-size: 1.3rem;
}

.spec-licence,
.spec-version,
.spec-platform,
.spec-Language {
    display: flex;
    flex-direction: column;
    margin: .5rem 0;
}

.user-review-container {
    display: flex;
    flex-wrap: wrap;
}

.review-container {
    width: 20rem;
    margin: 1rem 1rem;
}

.user-img-and-name {
    display: flex;
}

.user-img {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    overflow: hidden;
    object-fit: contain;
}

.user-img img {
    width: 100%;
}

.user-name {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-left: 1rem;
}

.review-shown {
    margin-top: 1rem;
    font-size: .9rem;
}

#countdown1,
#countdown2 {
    padding: 1rem 1rem;
    border: 5px solid rgb(35 36 72);
    border-radius: 50px;
    font-size: 1.3rem;
    margin: 0;
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(35 36 72);
}

.news-header {
    width: 75%;
    margin: auto;
}

.clamped-text {
    white-space: nowrap;
    /* Prevent text from wrapping to the next line */
    overflow: hidden;
    /* Hide any overflow content */
    text-overflow: ellipsis;
    /* Display an ellipsis (...) when text overflows */
    width: 150px;
    /* Adjust the width as needed */
}

.news-title p {
    color: rgb(35 36 72);
}

.news-main-heading {
    font-size: 3rem;
}

.news-main-img {
    border-radius: 10px;
    overflow: hidden;
    object-fit: contain;
}

.news-main-img img {
    width: 100%;
}

.author {
    display: flex;
    margin: 2rem 0;
    border-top: 1px solid #e0dfdf;
    border-bottom: 1px solid #e0dfdf;
    padding: 1rem;
}

.author-img {
    width: 4.3rem;
    height: 4.3rem;
    overflow: hidden;
    object-fit: contain;
    border-radius: 50px;

}

.author-img img {
    width: 100%;
}

.author-name-and-date {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1rem;

}

.author-name {
    font-size: 1.2rem;
}

.publish-date {
    margin-left: .5rem;
    color: #888;
}

.news-main-container {
    display: flex;
}





.contact-main-container {
    margin: 4rem 0;
}

.contact-us-container {
    width: 80%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.contact-form-container {
    padding: 2rem;
}
#banner-back {
    height: 80vh;
}

.contact-img-container {
    width: 30rem;
    height: 30rem;
    padding: 2rem;
    overflow: hidden;
    object-fit: contain;
}

.contact-img-container img {
    width: 100%;
    height: 100%;
}

.terms_and_conditions {
    width: 80%;
    margin: auto;
    line-height: 2rem;
}

.terms_and_conditions p {
    margin: 1rem 0;
}

.terms_and_conditions ul li {
    list-style-type: circle;
}

.privacy-policy {
    width: 80%;
    margin: auto;
}

.privacy-policy p {
    margin-top: 1rem;
}

.privacy-policy ul li {
    list-style-type: circle;
}

.about-us {
    width: 80%;
    margin: auto;
}

.about-us p {
    margin-top: 1rem;
}

.checkout-login {
    height: 50vh;
    display: flex;
    flex-direction: column;
    line-height: 2.5rem;
    justify-content: center;
    align-items: center;

}

.checkout-login ul {
    display: flex;

}

.checkout-login ul li {
    margin: 0 .5rem;
}

.downloadpage {
    width:80%;
    height: 40vh;
    margin: auto;
}

.download-p {
    text-align: center;
    margin-top: 2rem;
}

@media screen and (max-width:1000px) {
    .application-overview-and-specs {
        flex-direction: column;
    }

    .application-specs {
        width: 100%;
    }

    .trending-content {
        display: flex;
        flex-wrap: wrap;
    }

    .news-main-container {
        flex-direction: column;
    }



}

@media screen and (max-width:800px) {
    .hero-banner {
        padding: 23px;
    }

    .main-container-banner-image {
        width: 17rem;
        height: 17rem;
    }

    .main-container-banner {
        width: 18rem;
        height: 18rem;
    }

    .banner-main-heading {
        font-size: 2.5rem;
    }

    .trending-apps-container {
        overflow-x: scroll;
        display: flex;
        justify-content: flex-start;
    }

    .main-container-categories {
        flex-direction: column;
    }

    .advertisement-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .main-container-of-all {
        width: 95%;
    }

    .main-container-download-page {
        flex-direction: column;
    }

    .download-btn {
        margin-top: 1rem;
    }

    .download-btn a {
        width: 100%;
    }

    .download-btn button {
        width: 100%;
    }

    .contact-us-container {
        flex-direction: column-reverse;
    }

    .contact-img-container {
        width: 20rem;
        height: 20rem;
    }

    .contact-form-container {
        padding: 0;
    }

    .about-us,
    .terms_and_conditions,
    .privacy-policy {
        width: 90%;
    }

}


@media screen and (max-width:500px) {


    .main-container-header {
        display: flex;
        justify-content: space-between;
    }

    .nav-items {
        display: none;
    }

    .hero-banner {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;

    }

    .main-container-banner {
        width: 100%;
    }

    .main-container-banner-image {
        width: 12rem;
    }

    .banner-main-heading {
        font-size: 2rem;
    }

    .latest-content {
        width: 100%;
    }

    .application-download-btn button {
        font-size: 1.4rem;
    }

    .news-div-container {
        width: 19rem;

    }

    .news-img-container {
        width: 19rem;
    }

    .main-container-footer {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 800px) {
    .nav-links ul {
        display: none;

    }

    #openmenu {
        display: block;
    }

    #closemenu {
        display: none;
    }

    .email-display {
        display: none;
    }

    .banner-main-heading {
        font-size: 2rem;
    }

    .banner-sub-heading {
        font-size: 1.5rem;
    }

    .banner-calltoaction a {
        left: 40%;
        font-size: 1rem;
    }
}

@media screen and (max-width: 550px) {
    .logo {
    width: 2500px;
    height: 80px;
    overflow: hidden;
}

.logo img {
    width: 250px;
    height: 80px;
    object-fit: contain;
}



    .banner-main-heading {
        font-size: 2.5rem;
        line-height: 40px;

    }

    .banner-sub-heading {
        font-size: 1.1rem;
        position: relative;
        line-height: 20px;
        padding: 12px;

    }

    .search-container {
        position: relative;
    }

    .search-input {
        padding: 9px;
        width: 200px;
        border: 2px solid #000;
        border-radius: 0px;
        font-size: 20px;
        outline: none;
        border:2px solid #000;
    }

    .search-button {
        padding: 9px 10px;
        background-color: rgb(35 36 72);
        color: white;
        border: none;
        border-radius: 0px;
        cursor: pointer;
        font-size: 14px;
    }

    .banner-content {
        line-height: 6rem;
    }

}