/* ===========================
   ======== HERO-SECTION =======
   =========================== */

.hero-section {
    position: relative;
    overflow: hidden;
    min-height: 60vh;
    color: #fff;
    background: #091e3e;
    display: flex;
    align-items: center;
    padding-inline-start: 10em;
    /* fallback background color */
}
.prod-cont{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.prod-hero-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
    justify-content:center;
    align-items: center;
}
.prod-hero-img>img{
    z-index: 1;
    position: relative;
    object-fit: cover;
    height: 500px;
    width: 800px;
}
.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    z-index: 0;
    opacity: 1;
}
.hero-content {
    padding: 4em 0 4em 0em;
    width: 40%;
    z-index: 1;
}

.hc1 {
    font-weight: 700 !important;
    font-size: medium;
    color: #db640e;
}

.hc2 {
    font-weight: 600 !important;
            color: black;
}

.hero-head {
    font-size: 2.5em;
    font-weight: 700 !important;
    line-height: 1.2em;
    margin-bottom: 0.5em;
    color: #001253;
}

.herosxn-content {
    display: flex;
    flex-direction: column;
    gap: 5;
}

.hero-head>span {
    color: #001F3F;
}

.partner {
    margin: 1em 0 2em 0;
    color: #db640e;
    font-size: medium;
    font-weight: 600 !important;
}

.btn1 {
    color: #fff;
    transition: 0.3s ease;
    border: 0;
}

.btn-orange:focus,
.btn-orange {
    display: inline-block;
    overflow: hidden;
    z-index: 1;
    background-color: #03b9e2;
    border-color: transparent !important;
    color: #fff !important;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    height: 60px;
    line-height: 56px;
    padding: 0 55px;
    border: 2px solid #ef7b23;
    border-style: solid;
    box-shadow: none;
    transition: all .3s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative
}

.btn-orange::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: #fff;
    transform: skewX(45deg) scale(0, 1);
    transition: all .5s ease 0s
}

.btn-orange:hover {
    box-shadow: none;
    color: #ef7b23 !important
}

.btn-orange:hover::after {
    transform: skewX(45deg) scale(1, 1)
}

.btn-round {
    border-radius: 30px;
    padding-left: 30px;
    padding-right: 30px
}
@media (max-width: 1440px){
    .hero-section {
        padding-inline-start: 6em;
    }
    .hero-content{
        padding: 0;
    }
}
@media (max-width: 1024px){
    .hero-section {
        padding-inline-start: 1em;
    }
    .hero-content{
        padding: 0;
    }
    .prod-hero-img{
        width: 60%;
    }
    /* .hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    z-index: 0;
    opacity: 1;
} */
    .hero-video {
        object-position: right;
    }

    .prod-hero-img>img{
        z-index: 1;
        position: relative;
        object-fit: cover;
        height: 400;
        width: 300;
    }
    .hc1{
        font-size: 1rem;
    }
    .hero-head {
        font-size: 2rem;
    }
    .hc2 {
        font-size:1rem ;
    }
}
@media screen and (max-width: 768px) {
    .hero-video {
        display: none;
    }
    .hero-section {
        background: #091e3e center no-repeat;
        background-size: contain;
        color: #fff;
    }

    .hero-content {
        padding: 4em 2em;
        color: #fff;
        width: 100%;
        text-align: center;
    }

    .hc1 {
        font-weight: 600 !important;
        font-size: medium;
        font-size: large;
    }

    .hero-head {
        font-size: 2em;
        font-weight: 700 !important;
        line-height: 1.2em;
        margin-bottom: 0.5em;
        color: #03b9e2;
    }
    .hero-head>span {
        color: #ffffff;
    }
    .hc2 {
        font-size:1rem ;
        color: white;
    }
}
@media (max-width:468px) {
    .hero-head{
        font-size: 1.8em;
    }
    .hc2{
        font-size: 0.8em;
    }
    .prod-p{
        font-size:0.6em;
    }
}


/* ===========================
   ======== PRODUCT-SECTION =====
   =========================== */

#products {
    padding: 3em 2em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
}

.prod-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 1em;
}

.prod-head {
    font-size: 1.5em;
    font-weight: 700;
}

.prod-p {
    font-size: 0.8em;
    width: 80%;
}

.product-search {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    padding: 1em 0;
    user-select: none;
}

.product-search>input {
    width: 100%;
    padding: 0.5em 2.5em 0.5em 0.8em;
    font-size: 1em;
    outline: none;
    border-radius: 0.5em;
    border: 1px solid gray;
    box-sizing: border-box;
}

.product-search>img {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5em;
    height: 1.5em;
    pointer-events: none;
    opacity: 0.6;
}

.prod-tnc{
    font-size: 1.25em;
    margin: 0.5em 0;
    font-weight: 600;
}


.prod-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    padding: 1rem 6rem;
}

.prod-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 0.5rem;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.prod-card:hover {
    transform: translateY(-5px);
}
.prod-content1{
    display: flex;
    flex-direction: row;
    text-align: left;
    align-items: center;
    justify-content: center;
    gap:2em;
    padding: 1em;
}
.prd-img{
    height: 12em;
}
.pc-d{
    display: flex;
    flex-direction: column;
    align-items: left;
    gap:1.2em;
}

.pc-d>h5{
    font-size: larger;
    font-weight:700 ;
    text-align: center;
}

.pc-d>p{
    font-size: large;
}

.pc-d>{
    font-size: large;
    width: 50%;
    font-weight: 500;
    background-color: #265292;
    color:#ffffff;
    border-radius: 1em;
}

.prod-btn-grp{
    display: flex;
    align-items: start;
    justify-content: start;
    gap:1em;
}

.pc-b{
    background-color:#265292;
    width: 100%;
    color: #fff;
    padding: 0.3em 0;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
}

.pc-b:hover{
    background-color:#4983da;
}

.pc-b>a{
    color: #fff;
    text-decoration: none;
}
.pc-b2{
    background-color:#cc561f;
    width: 100%;
    color: #fff;
    padding: 0.3em 0;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
}

.pc-b2:hover{
    background-color:#cc693b;
}

.pc-b2>a{
    color: #fff;
    text-decoration: none;
}


#no-results {
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    color: #666;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    width: 100%;
}

.nf{
    margin: 1em 0;
    width: 50%;
}
.n1{
    font-size: 1.5em;
    color: red;
    font-weight: 700;
}
.n2{
    font-size: 1.5em;
    color: rgb(13, 112, 38);
    font-weight: 700;
    margin-bottom: 2em;
}
.n3{
    font-size: 1.25em;
    color: rgb(196, 116, 12);
    font-weight: 700;
    text-align: left;
}

@media (max-width: 1440px) {
    .prod-grid {
        grid-template-columns: repeat(3, 1fr);
        padding: 1em;
    }
    .prod-content1{
        display: block;
        padding: 0;
    }
    .img-div{
       display: flex;
       align-items: center;
       justify-content: center;
    }
    .prod-btn-grp{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 0;
        font-size: medium;
    }
    .nf{
        margin: 1em 0;
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .prod-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 1em;
    }
    .prod-content1{
        display: block;
        padding: 0;
    }
    .img-div{
       display: flex;
       align-items: center;
       justify-content: center;
    }
    .prod-btn-grp{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 0;
        font-size: medium;
    }
    .nf{
        margin: 1em 0;
        width: 100%;
    }
}

/* Tablets: 2 columns */
@media (max-width: 992px) {
    .prod-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 1em;
    }
    .prod-content1{
        display: block;
        padding: 0;
    }
    .img-div{
       display: flex;
       align-items: center;
       justify-content: center;
    }
    .prod-btn-grp{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 0;
        font-size: medium;
    }
    .nf{
        margin: 1em 0;
        width: 100%;
    }
}

/* Phones: 1 column */
@media (max-width: 768px) {
    
    .prod-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 0;
    }
    .prod-content1{
        display: block;
        padding: 0;
    }
    .img-div{
       display: flex;
       align-items: center;
       justify-content: center;
    }
    .prod-btn-grp{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 0;
        font-size: medium;
    }
    .nf{
        margin: 1em 0;
        width: 100%;
    }
    .prod-hero-img{
        display: none;
    }
}

@media (max-width: 468px) {
    .prod-grid {
        grid-template-columns: repeat(1, 1fr);
        padding: 0;
    }
    .prod-content1{
        display: block;
        padding: 0;
    }
    .img-div{
       display: flex;
       align-items: center;
       justify-content: center;
    }
    .prod-btn-grp{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 0;
        font-size: medium;
    }
    .nf{
        margin: 1em 0;
        width: 100%;
    }
}


/* ===========================
   ===== PAYMENT-ACCEPT ======
   =========================== */

.pay-section {
    padding: 3em 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.pay-p {
    display: flex;
    align-items: center;
    gap: 1em;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.pay-s {
    font-size: 1.2rem;
    font-weight: 700;
    white-space: nowrap;
}

.pay-p img {
    height: 40px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

@media (max-width: 600px) {
    .pay-section {
        padding: 2em 1em;
    }

    .pay-p {
        flex-direction: column;
        gap: 0.8em;
    }

    .pay-s {
        font-size: 1rem;
    }
}