@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

body {
    margin: 0;
    height: 100vh;
    background: #161616;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #EEE;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #202020;
    padding: 10px 20px; /* Adjust top and bottom padding */
}

.nav-logo img {
    width: 60px;
    height: 60px;
    margin-right: 10px; /* Adjust right margin */
    display: none;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 10px;
    margin: 0;
    justify-content: flex-end; /* Align links to the right */
    flex-grow: 1; /* Allow links to take up available space */
}

.nav-links li a {
    color: #EEE;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.nav-links li a:hover {
    color: #3254DD;
}

.pic1 {
    width: 100%;
    margin: auto;
}

.hook {
    padding: 100px 0px 120px 0px;
    background-image: url('../images/banner.png');
    background-size: cover;
    background-position: bottom;
}

.text1 {
    letter-spacing: .3rem;
    text-align: center;
    font-size: 60px;
    padding: 16px 0px 0px 0px;
}

.text1 span {
    color: #3254DD;
}

.buttons {
    text-align: center;
}

.button1, .button2 {
    display: inline-block;
    width: 150px;
    height: 50px;
}

.button1 {
    background-color: #3254DD;
    border: 2px solid #4262e0;
}

.button2 {
    background-color: #202020;
    border: 2px solid #323232;
}

.button1, .button2 {
    margin: 0px 10px;
    appearance: none;
    border-radius: 15px;
    box-sizing: border-box;
    color: #EEE;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    min-height: 60px;
    min-width: 0;
    outline: none;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    will-change: transform;
}

.button1:disabled, .button2:disabled {
    pointer-events: none;
}

.button1:hover, .button2:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
}

.button1:active, .button2:active {
    box-shadow: none;
    transform: translateY(0);
}

.divider {
    width: 100%;
    height: fit-content;
}

.divline {
    background-color: #3254DD;
    width: 100%;
    height: 4px;
}

.TITLEDIV {
    text-align: center;
    padding: 40px 0px 40px 0px;
}

.TITLE {
    font-size: 40px;
}

.whyus {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    grid-auto-rows: minmax(100px, auto);
    text-align: center;
    padding: 0 13vw;
}

.whyus div {
    text-align: left;
}

.whyus div p {
    display: inline-block;
    margin: 0px 0px 0px 10px;
}

.whyus div img {
 padding: 0 6px 0 12px;
 fill: #3254DD;
}

.wtitle {
    font-weight: bolder;
    font-size: 20px;
}

.wtext {
    color: #8a8a8d;
    padding: 10px 0 0 0;
}

.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;


}

.products div {
    background-color: #202020;
    height: 500px;
    width: 350px;
    border-color: #3254DD;
    border-style: solid;
    border-width: 1px;
    border-radius: 25px;
}

.productpic {
    margin: auto;
    display: block;
    background-color: #202020;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    width: 100%
}

.arrow {
    display: inline-block;
    margin: 0 0 0 30px;
}

.products div h2 {
    text-align: center;
    color: #FFF;
    letter-spacing: .2rem;
}

.products div p {
    letter-spacing: .05rem;
    margin: 15px 0 0 5px;
    text-align: left;
    display: inline-block;
}

.products div button {
    margin: 20px 0 0 25px;
    width: 300px;
}

.showcasediv {
    border-color: #3254DD;
    border-style: solid;
    border-width: 2px;
    margin: auto;
    height: auto;
    width: fit-content;
}

.showcasevid {
    width: 50vw;
    height: 35vw;
}

footer {
    padding: 24px;
    background-color: #202020;
    color: #8a8a8d;
    text-align: left;
    margin: 200px 0 0 0;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-logo img {
    display: block;
    width: 100px;
    margin-bottom: 12px;
}

.footer-info {
    flex: 1;
    margin-left: 24px;
}

.footer-info p {
    margin: 0;
    margin-bottom: 12px;
    font-size: 14px;
    opacity: 0.7;
    line-height: 1.5;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links h2 {
    color: #3254DD;
    margin-bottom: 12px;
    font-size: 18px;
}

.footer-links a {
    color: #8a8a8d;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #3254DD;
}
.qacc {
    display: inline-block;
    margin: 0 0 0 75px;
}

.qacc h2 {
    color: #3254DD;
    display: inline;
}

.prdcts h2 {
    color: #3254DD;
    display: inline;
}

@media (max-width: 768px) {

  .pic1 {
    height: auto;
  }

  .hook {
    padding: 80px 0px;
  }

  .text1 {
    font-size: 40px;
  }

  .button1, .button2 {
    width: 140px;
    height: 40px;
  }

  .TITLEDIV {
    padding: 20px 0px;
  }

  .whyus {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 5vw;
  }
}