@import url('https://fonts.googleapis.com/css2?family=Concert+One&family=Poetsen+One&display=swap');

:root {
    --primary: #2aa2e8;
    --secondary: #f31212;
    --light: #FFFFFF;
    --dark: #2B2825;
}

.font-secondary {
    font-family: "Concert One", sans-serif;
}

strong{
    /* font-weight: 600; */
    color: var(--primary);
}

table th
{
    color: var(--primary);
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.btn {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary {
    color: #FFFFFF;
}

.border-inner {
    position: relative;
}

.border-inner * {
    position: relative;
    z-index: 1;
}

.border-inner::before {
    position: absolute;
    content: "";
    inset: 10px;
    background: none;
    border: 1px solid var(--light);
    z-index: 0;
}

.btn-square {
    width: 40px;
    height: 40px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 50px;
    height: 50px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.75rem;
    z-index: 100;
    right: 1rem;
    bottom: 1rem;
    color: #fff;
    border-radius: 50%;
}

.navbar-dark .navbar-nav .nav-link {
    font-family: 'Oswald', sans-serif;
    padding: 30px 15px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--light);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        padding: 10px 0;
    }
}

.hero-header 
{
    position: relative;
    overflow: hidden;
}
.hero-header::after
{
    position: absolute;
    inset: 0;
    content: '';
    background: linear-gradient(transparent,#000);
}
.hero-header img
{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    object-fit: fill;
} 
.hero-header > div
{
    z-index: 2;
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 16px;
    height: 26px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: #FFFFFF;
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: -1px;
    border-left: 16px solid var(--primary);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 10px;
    left: 50%;
    bottom: 0;
    margin-left: -30px;
    background: var(--primary);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 180px;
    height: 2px;
    left: 50%;
    bottom: 4px;
    margin-left: -90px;
    background: var(--primary);
}

.service::after,{
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 45px);
    top: 135px;
    left: 0;
    background: linear-gradient(rgba(43, 40, 37, .9), rgba(43, 40, 37, .9)), url(../img/service.jpg) center center no-repeat;
    background-size: cover;
    z-index: -1;
}

.contact {
    background: linear-gradient(rgba(43, 40, 37, .5), rgba(43, 40, 37, .5)), url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}

.bg-offer {
    background: linear-gradient(rgba(43, 40, 37, .9), rgba(43, 40, 37, .9)), url(../img/offer.jpg) center center no-repeat;
    background-size: cover;
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
    filter: blur(5px)
}

.team-item .team-overlay {
    transition: .5s;
    opacity: 0;
}

.team-item:hover .team-overlay {
    opacity: 1;
}

.owl-dots {
    height: 45px;
    margin-top: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 2px;
    width: 10px;
    height: 25px;
    background: #DDDDDD;
    transition: .5s;
}

.owl-dot.active {
    height: 45px;
}
.previewImg
{
    position: relative;
}
.previewImg .text
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    color: #fff;
    background: linear-gradient(135deg,#0008,transparent,transparent);
}
.previewImg.alt .text
{
    background: linear-gradient(-45deg,#0008,transparent,transparent);
    align-items: flex-end;
    justify-content: flex-end;
}
.previewImg img
{
    position: relative;
    width: 100%;
    aspect-ratio: 1/0.6;
}
.testimonial-side-box img
{
    position: relative;
    width: 100%;
    aspect-ratio: 1;
}
.testimonial-item .reviewBx
{
    position: relative;
    padding: 1rem;
    box-shadow: 0 0 8px #0005;
    border-radius: 1rem;
}
.testimonial-carousel-wrapper
{
    background: linear-gradient(var(--primary),#0073AB);
    padding: 5rem 0px;
}
.testimonial-carousel .owl-item .testimonial-item 
{
    position: relative;
    background: rgba(255, 255, 255, 00.25);
    opacity: .86;
    width: 100%;  
    scale: 0.9;
    transform-origin: bottom;
    border-radius: 1rem;
    overflow: hidden;
    transition: .5s;
}
.testimonial-carousel .owl-item .testimonial-item.border-inner
{
    border-radius: 1rem;
} 
.testimonial-carousel .owl-item .testimonial-item.border-inner::before
{
    border-radius: 0.5rem;
}
.testimonial-carousel .owl-item .testimonial-item.border-inner::after
{
    position: absolute;
    content: '';
    clip-path: polygon(0 57%, 100% 21%, 100% 100%, 0% 100%);
    inset: 0;
    z-index: -1;
    background: #0005;
}
.testimonial-carousel .owl-item.center .testimonial-item 
{
    opacity: 1;
    scale: 1;
}
.testimonial-carousel .owl-item .testimonial-item > .bg-white
{
    background: #fff;
    color: #000;
    padding: 0.5rem;
    border-radius: 0.5rem;
    text-align: center;
    font-style: italic;
}
.testimonial-carousel .owl-item .testimonial-item > .stars
{
    color: gold;
}
.bg-img {
    background: linear-gradient(rgba(43, 40, 37, .5), rgba(43, 40, 37, .5)), url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}

/* Header */

.main-nav
{
    overflow: hidden;
}
.header-logo
{
    position: relative;
    z-index: 1;
}
.header-logo::before
{
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    background: #fff;
    width: 230px;
    transform: translate(-79px, -50%) skew(-30deg);
    z-index: -1;
    aspect-ratio: 1;
}
.main-header
{
    position: relative;
    display: flex;
    gap: 1rem;
}
.main-header a
{
    color: #fff;
    position: relative;
    font-weight: 600;
    padding: 0.5rem 0.75rem;
}
.main-header a:is(.active,:hover)
{
    border-bottom: 2px solid var(--light);
}
.menu-btn-toggle
{
    position: absolute;
    right: 1rem;
    top: 0;
    transform: translateY(-50%);
    font-size: 1.25rem;
    display: none;
}
@media (max-width:991px){
    header .topbar .container > .row
    {
        flex-direction: column;
    }
    header .topbar .container > .row > div
    {
        width: 100%;
        text-align: center;
    }
}
@media (max-width:768px){
    .menu-btn-toggle
    {
        display: block;
    }
    .main-header{
        display: none;
    }
    .main-header.nav-open
    {
        position: fixed;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 900;
        top: 0;
        left: 0;
        background: var(--primary);
        width: 100%;
        height: 100%;
    }
    .close-menu-btn
    {
        position: absolute;
        top: 1rem;
        right: 1rem;
    }
}

@media(max-width:576px){
    .topbar
    {
        display: none;
    }
}

/* Header */


/* HERO SECTION */
.hero-slider .owl-dots 
{
    position: absolute;
    bottom: 60px;
    width: 100%;
    height: 45px;
    display: flex;
    gap: 0.35rem;
    align-items: flex-end;
    justify-content: center;
}

.hero-slider .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 2px;
    width: 10px;
    height: 10px;
    background: #DDDDDD;
    transition: .5s;
}

.hero-slider .owl-dot.active {
    background: var(--primary);
    border-radius: 50%;
    transform: scale(1.35);
}

.welcome-section-img
{
    z-index: 1;
}
.welcome-section-img::before
{
    position:absolute;
    width: 50%;
    height: 50%;
    top: 0;
    right: 0;
    content: '';
    background: url(../img/svg/dots-green.svg);
    background-repeat: no-repeat;
    z-index: -1;
    animation: flouting 6s ease-in-out infinite;
}
@keyframes flouting {
    0%,100%
    {
        transform: translate(0,10%);
    }
    50%{
        transform: translate(0,-3%);
    }
}
.welcome-section-img::after
{
    position:absolute;
    width: 50%;
    height: 70%;
    bottom: 0;
    left: 0;
    content: '';
    border-bottom: 5px solid var(--primary);
    border-left: 5px solid var(--primary);
}
.welcome-section-img.no-border::after
{
    border: none;
}

/* HERO SECTION */



/* ABOUT US */
.about-img-bx
{
    position: relative;
    width: 100%;
    aspect-ratio: 1/0.75;
    /* border: 1px solid #0f0; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-img-bx img
{
    border-radius: 1rem;
}
.about-img-bx .sml-img
{
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    width: 180px;
    padding: 1rem;
    border-radius: 1rem 0 0 0;
}
.about-img-bx::before {
    position: absolute;
    content: '';
    width: 2rem;
    height: 2rem;
    right: 60px;
    transform: translate(-179px, 0);
    bottom: 0;
    z-index: 1;
    right: 0;
    border-radius: 1rem;
    box-shadow: 15px 31px 0 9px #fff;
    background: transparent;
}
.fact-section
{
    position: relative;
    /* background: url(../img/bg-2.jpg); */
    background-attachment: fixed;
    background-size: cover;
    z-index: 1;
}
.fact-section::before
{
    position: absolute;
    content: '';
    inset: 0;
    /* background: #0005; */
    z-index: -1;
}
.fact-content
{
    background: url(../img/bg.jpg);
    background-size: cover;
}


/* ABOUT US */

/* FACT SECTION */
.svg-divider svg
{
    fill: #fff;
    background: #fff;
}
.svg-divider svg path
{
    fill: #252324;
}
/* FACT SECTION */


/* PRODUCT SECTION */
.category-grid
{
    position: relative;
    display: grid;
    justify-content: center;
	grid-template-columns: repeat(auto-fit, minmax(auto, 310px));
}
.category-grid .viewBtn a
{
    border-radius: 2rem;
}
.productBx,
.categoryBx
{
    position: relative;
    /* border: 5px solid var(--primary); */
    aspect-ratio: 1.8/1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0.75rem;
    overflow: hidden;
}
.categoryBx
{
    border:1px solid #0005;
}
.productBx,
.categoryBx
{
    position: relative;
    aspect-ratio: 1.8/1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0.75rem;
    overflow: hidden;
    
}

.productBx{
    aspect-ratio: 1;
}
.productBx img
{
    position: relative;
    width: 100%;
    transform: scale(1);
    transition: 0.4s ease-out;
    --g: 4px;     /* the gap */
    --b: 4px;    /* border thickness*/
    --c: var(--primary); /* the color */
  
    padding: calc(var(--g) + var(--b));
    --_c: #0000 0 25%, var(--c) 0 50%;
    --_g1: repeating-linear-gradient(90deg ,var(--_c)) repeat-x;
    --_g2: repeating-linear-gradient(180deg,var(--_c)) repeat-y;
    background:
    var(--_g1) var(--_p, 25%) 0   ,var(--_g2) 0    var(--_p,125%),
    var(--_g1) var(--_p,125%) 100%,var(--_g2) 100% var(--_p, 25%);
    background-size: 200% var(--b),var(--b) 200%;
    cursor: pointer;
    /* filter: grayscale(50%); */
    transition: .3s;
    aspect-ratio: 1;
}
.productBx:hover img
{
    /* transform: scale(1.1); */
    --_p: 75%;

}
/* PRODUCT SECTION */

.video-section
{
    position: relative;
    margin: 2rem 0;
    width: 100%;
    /*background: url(../img/bg-2.jpg);*/
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/0.3;
    overflow:hidden;
}
.video-section h1
{
    background:#0005;
}

.video-section video
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.video-section > *
{
    z-index: 1;
}
.video-section::before
{
    position: absolute;
    inset: 0;
    content: '';
    z-index: 0;
    background: #0005;
}

/* FOOTER CSS */
#footer-card
{
    z-index: 1;
}
#footer-card a
{
    color: #2aa2e8;
}
#footer-card::before
{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: -1;
    background: var(--light);
}
/* FOOTER CSS */

/* Enquiry Form */
.subscribe {
    margin-top: 90px;
  }
  
  .subscribe .section-heading {
    margin-bottom: 30px;
  }
  
  .subscribe .section-heading h2 {
    line-height: 55px;
  }
  
  .subscribe form input {
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding: 0px 15px;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    color: #000;
    border-radius: 0px;
    border: 1px solid #7a7a7a;
    box-shadow: none;
  }
  
  .subscribe form input::focus {
    border-color: var(--primary);
    border-radius: 0px;
  }
  
  .subscribe form button {
    width: 44px;
    height: 44px;
    display: inline-block;
    text-align: center;
    line-height: 44px;
    background-color: var(--primary);
    box-shadow: none;
    border: 1px solid transparent;
    color: #fff;
    transition: all 0.3s;
  }
  
  .subscribe form button:hover {
    background-color: #fff;
    border: 1px solid var(--secondary);
    color: var(--secondary);
  }
  
  .subscribe ul li {
    margin-bottom: 30px;
    display: block;
  }
  
  .subscribe ul li {
    font-size: 16px;
    font-weight: 700;
    color: var(--primary);
  }
  
  .subscribe ul li span,
  .subscribe ul li span a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
  }
  
  .subscribe ul li span a:hover {
    color: var(--secondary);
  }
/* Enquiry Form */


/* FIXED BTN */

.fixed-btn
{
    position: fixed;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.75rem;
    z-index: 100;
    right: 1rem;
    bottom: 25%;
    color: #fff;
    background: #25D366;
    border-radius: 50%;
}

/* FIXED BTN */

