/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Dec 16, 2024, 11:22:51 AM
    Author     : user
*/

body {
    font-family: poppins!important;
    background:#0d0d0d;
}
a {
    color:white!important;
}
#wrapper {
    max-width: 1824px;
    margin: 0 auto;
}
.navbar-brand img {
    transition: 0.3s ease;
}
.navbar-brand:hover img {
    transform:rotateY(360deg);
}
.fs-5 {
    font-size: 5px!important;
}
.fs-9 {
    font-size: 9px!important;
}
.fs-10 {
    font-size: 10px!important;
}
.fs-11 {
    font-size: 11px!important;
}
.fs-12 {
    font-size: 12px!important;
}
.fs-13 {
    font-size: 13px!important;
}
.fs-14 {
    font-size: 14px!important;
}
.fs-15 {
    font-size: 15px!important;
}
.fs-16 {
    font-size: 16px!important;
}
.fs-17 {
    font-size: 17px!important;
}
.fs-18 {
    font-size: 18px!important;
}
.fs-19 {
    font-size: 19px!important;
}
.fs-20 {
    font-size: 20px!important;
}
.fs-21 {
    font-size: 21px!important;
}
.fs-22 {
    font-size: 22px!important;
}
.fs-23 {
    font-size: 23px!important;
}
.fs-24 {
    font-size: 24px!important;
}
.fs-25 {
    font-size: 25px!important;
}
.fs-26 {
    font-size: 26px!important;
}
.navbar-nav li {
    padding:0px 15px;
}
.dropdown-menu li:hover a {
    color:black!important;
}
.banner-sec::after {
    top: 80px;
    right: 120px;
    content: "";
    width: 801px;
    height: 580px;
    position: absolute;
    background: url(../images/home.png) no-repeat;
    background-size: cover;
}
.padding-top {
    padding-top: 100px;
}
.padding-bottom {
    padding-bottom: 100px;
}
.bg-dark {
    background: #000!important;
}
.text-cyan {
    color:#00fcdb;
}
@media only screen and (max-width: 1440px) {
    .padding-top {
        padding-top: 80px;
    }
    .padding-bottom {
        padding-bottom: 80px;
    }
    .banner-sec::after {
        right: -13px;
    }
    .collection-box {
        padding: 36px 21px 32px;
    }
}
@media only screen and (max-width: 575px) {
    .banner-sec::after {
        width: 500px!important;
    }
    .navbar-brand img {
        width:190px;
    }
}
@media only screen and (max-width: 1199px) {
    .collection-box {
        padding: 26px 12px;
    }
}
@media only screen and (max-width: 767px) {
    .banner-sec::after {
        height: 420px;
    }
}
@media only screen and (max-width: 1600px) {
    .banner-sec::after {
        width: 800px;
        height: 580px;
        right: 0px;
    }
}
.text-accent {
    color:#00fcdb!important
}
.collection-box {
    text-align: center;
    border-radius: 10px;
    padding: 42px 32px 32px;
    background:#000;
    transition: all 0.5s ease-in-out;
}
.bg-dark-black:hover {
    background:#3500fc;
}
.bg-video {
    background: url(../images/video-bg-img.jpg) no-repeat center;
    background-size: cover;
    height:500px;
    position: relative;
}
.bt-play {
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 132px;
    height: 132px;
    cursor: pointer;
    position: absolute;
    display: inline-block;
    transition: all .3s ease-out;
    transform: translate(-50%, -50%);
    background: url(../images/video-icon.png);
    -webkit-transition: all .3s ease-out;
}
.service {
    background: url(/assets/images/about-before-img.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.our-service .card {
    background: black;
    color: white;
    width: 350px;
    box-shadow: 0px 0px 11px 6px rgb(0 237 159 / 28%);
}
.cursor {
    cursor: pointer;
}
.img-responsive {
    transition: 0.3s ease;
}
.img-responsive:hover {
    transform:scale(1.05);
    transition: 0.3s ease;
}
.list-style-none {
    list-style-type: none;
}