@font-face {
    font-family: 'PhilosopherReg';
    src: url('../fonts/phireg/Philosopher-Regular.woff2') format('woff2'),
        url('../fonts/phireg/Philosopher-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PhilosopherItic';
    src: url('../fonts/PhiItic/Philosopher-Italic.woff2') format('woff2'),
        url('../fonts/PhiItic/Philosopher-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PhilosopherBldItic';
    src: url('../fonts/PhiBoldItic/Philosopher-BoldItalic.woff2') format('woff2'),
        url('../fonts/PhiBoldItic/Philosopher-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PhilosopherBld';
    src: url('../fonts/PhiBold/Philosopher-Bold.woff2') format('woff2'),
        url('../fonts/PhiBold/Philosopher-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}




* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}

ul {
    padding: 0;
}

a {
    text-decoration: none;
}

.wrapper {
    background-color: #07273c;
}

/* Header  */

.header {
    padding: 10px 0;
}

.logo h1 {
    font-size: 2rem;
    font-weight: bold;
    color: #ff7010;
    font-family: 'PhilosopherBld';
}

.logo h1 img {
    width: 50px;
    height: 71px;
    margin: 0 5px;
}

.tel h4 {
    font-size: 1rem;
    font-weight: 400;
    font-family: 'PhilosopherItic';
    color: #fff;
    text-align: end;
    margin: 11px 0;
}

.na_ul .nav-item .nav-link {
    text-decoration: none;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    font-family: 'PhilosopherItic';
}

.na_ul .nav-item .active {
    color: #ff7010 !important;
    -webkit-text-decoration: underline 1px solid #fff;
    text-decoration: underline 1px solid #fff;
    text-underline-offset: 5px;
}

.na_ul .nav-item .nav-link:hover {
    color: #ff7010;
}

.navbar-light .navbar-toggler-icon {
    background-image: url('../images/bars.png') !important;
}

.navbar-toggler {
    background-color: #031d2e;
}

.navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Header Ends */

/*  Banner */
.banner {
    padding: 20px 0 10px 0;
    background-image: url('../images/bg1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.ban-img img {
    -webkit-animation: spin 9s infinite linear;
    animation: spin 9s infinite linear;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.ban-co {
    font-size: 3.2rem;
    font-weight: bold;
    font-family: 'PhilosopherBld';
    line-height: 4.2rem;

}

.ban-co .ban-t {
    color: #ff7010;
}

.ban-btn {
    margin: 1.8rem 0;
}

.ban-btn .bnt {
    text-decoration: none;
    background-color: #ff7010;
    color: #fff;
    padding: 8px 8px;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 400;
    font-family: 'PhilosopherReg';
}

.ban-btn .bnt:hover {
    background-color: #fff;
    color: #ff7010;
}

.ab-cont .ab-para {
    color: #e6d7b3;
    font-weight: bold;
    font-size: 2.2rem;
    font-family: 'PhilosopherBldItic';
    padding: 10px 10px;
}

/* Banner Ends */

/* About  */
.about {
    padding: 20px 0;
}

.ab-co h2,
.pr-co h2,
.vi {
    color: #ff7010;
    font-size: 2.2rem;
    font-weight: bold;
    font-family: 'PhilosopherBld';
    margin: 5px 0;
}

.ab-co p {
    color: #fff;
    font-size: 1.1rem;
    line-height: 2rem;
    font-weight: 400;
    font-family: 'PhilosopherReg';
    width: 80%;
    margin: 0;
}

.info .i-para {
    background-color: #031d2e;
    color: #fff;
    width: 35%;
    padding: 10px 1.8rem;
    border-radius: 10px;
}

.ab-btn {
    margin: 1.8rem 0;
}

.ab-btn .ab-bnt {
    text-decoration: none;
    background-color: #ff7010;
    color: #fff;
    padding: 8px 8px;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 400;
    font-family: 'PhilosopherReg';
}

.ab-btn .ab-bnt:hover {
    background-color: #fff;
    color: #ff7010;
}

.c-n {
    font-size: 1.6rem;
    font-weight: 700;
    font-family: 'PhilosopherBld';
    color: #ff7010;
    margin: 10px 0;
}

.ab-img .p_a {
    width: 204px;
}

.ab-img .vs_c {
    width: 280px;
}

.ab-co .b_p {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
    font-family: 'PhilosopherItic';
    width: 100%;
    margin: 10px 0;
}

/* About Ends */


/* Products */
.products {
    padding: 20px 0 10px 0;
}

.prod-1,
.prod-2,
.prod-3,
.prod-4 {
    background-color: #031d2e;
    margin: 10px 8px;
    width: 300px;
    height: 450px;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.prod-1 img,
.prod-2 img,
.prod-3 img,
.prod-4 img {
    height: 350px;
    width: 280px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    border-radius: 20px;
}

.prod-1 img:hover,
.prod-2 img:hover,
.prod-3 img:hover,
.prod-4 img:hover {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.prod-1 h5,
.prod-2 h5,
.prod-3 h5,
.prod-4 h5 {
    color: #fff;
    padding: 1rem 0 0.1rem 0;
    font-size: 1.1rem;
    font-weight: 400;
    font-family: 'PhilosopherItic';
}

.star {
    color: #ff7010;
    font-size: 1rem;
    font-weight: 700;
}

/* Products Ends */


/* Footer Starts */
footer {
    padding: 20px 0 10px 0;
}

/* F-Logo */
.flg h2 {
    font-size: 2.2rem;
    font-weight: bold;
    font-family: 'PhilosopherBldItic';
    color: #ff7010;
}

.flg p {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    font-family: 'PhilosopherItic';
}

.flw h6 {
    font-size: 1.4rem;
    font-weight: 700;
    font-family: 'PhilosopherBldItic';
    color: #ff7010;
}

.flw .bi {
    font-size: 1.4rem;
    margin: 0 8px;
    color: #fff;
}

.flw .bi-instagram {
    background: -webkit-gradient(linear, left top, right top, from(#4f5bd5), color-stop(#962fbf),
            color-stop(#d62976), color-stop(#fa7e1e), to(#feda75));
    background: -o-linear-gradient(left, #4f5bd5, #962fbf,
            #d62976, #fa7e1e, #feda75);
    background: linear-gradient(to right, #4f5bd5, #962fbf,
            #d62976, #fa7e1e, #feda75);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.flw .bi-instagram:hover,
.flw .bi-whatsapp:hover,
.flw .bi-facebook:hover {
    color: #fff;
}

/* f-logo Ends */

/* Quick Links */
.ser h4,
.ql h4,
.con h4 {
    color: #ff7010;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: 'PhilosopherBldItic';
    padding: 10px 0;
}

.ser ul li,
.ql ul li {
    list-style-type: none;
    padding: 5px 0;
}

.ser ul li .se-flt,
.ql ul li .ql-ft {
    font-size: 1rem;
    font-weight: 400;
    font-family: 'PhilosopherItic';
    text-decoration: none;
    color: #fff;
}

.ql ul li .active span {
    -webkit-text-decoration: underline 1px solid #fff;
    text-decoration: underline 1px solid #fff;
    color: #ff7010;
    text-underline-offset: 5px;
}

.ser ul li .se-flt span:hover,
.ql ul li .ql-ft span:hover {
    color: #ff7010;
}

/* Quick Links Ends*/

/*Footer - Contact F */
.em-ft,
.tel-ft {
    margin: 16px 0;
}

.em-ft p,
.tel-ft p {
    font-size: 1rem;
    font-weight: 400;
    font-family: 'PhilosopherItic';
    color: #fff;
    margin: 5px 0;
}

/* CopyRight */
.cp {
    margin-bottom: -1rem;
}

.cp h6 {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    font-family: 'PhilosopherItic';
    border-top: 1px solid #ff7010;
    padding: 10px 0;
}

.cp h6 a {
    color: #fff;
}

.vi {
    text-align: center;
    padding: 10px 0;
}

.g-vid {
    width: 24%;
    height: 260px;
    margin: 10px 5px;
    padding: 10px 0 0 0;
    background: -o-linear-gradient(315deg, rgba(7, 39, 60, 0.1), rgba(7, 39, 60, 0));
    background: linear-gradient(135deg, rgba(7, 39, 60, 0.1), rgba(7, 39, 60, 0));
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(7, 39, 60, 0.18);
    -webkit-box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.37);
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.37);
    text-align: center;
}

.g-vid video {
    width: 100%;
    height: 100%;
    aspect-ratio: 24/22;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 20px;
}