@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    background: #fff;
    font-family: "Poppins", sans-serif;
    line-height: 1.5;
    color: #6a7382;
    font-weight: 300;
    /* background-color: #000000; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px;
    color: #000000;
    margin-top: 0;
    line-height: 1.5;
    font-family: "Poppins", sans-serif;
}

p {
    margin-bottom: 15px;
    color: #6a7382;
}

.text-color {
    color: #ff2e2e !important;
}

#section {
    overflow: hidden;
}
/* Navbar */

.navbar-nav li {
    padding: 10px 10px;
  }
  
  .navbar-nav li a {
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #ffffff !important;
    display: inline-block;
    position: relative;
  }
  .navbar-nav li a:hover {
    color: #ffffff !important;
  }
  .navbar-nav .nav-link.active {
    color: #ffffff !important;
  }
  .header.sticky li a {
    color: white !important;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar-nav .nav-link::after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    /* background: linear-gradient(261deg, #00ff56 14.2%, #00ff56 88.54%); */
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }
  
  .navbar-nav .nav-link:hover::after,
  .navbar-nav .nav-link.active::after {
    width: 100%;
    left: 0;
  }
  
  ul.dropdown-menu {
    padding: 0;
  }
  .dropdown-menu li:hover,
  .dropdown-menu li:hover a {
    background: white;
    color: #000001 !important;
  }
  .navbar-brand img {
     width: 220px;
    transition: 0.6s;
  }
  
  .navbar-nav li a {
    font-size: 1rem;
    font-weight: 400;
    color: #000001;
  }
  
/* offcanvas */
.offcanvas {
    --bs-offcanvas-width: 100% !important;
    width: 100%;
    max-width: 100vw !important;
    -bs-offcanvas-transition: opacity 0.8s ease-in-out !important;
    transition: opacity 0.8s ease-in-out !important;
  }
  
  .offcanvas-body {
    padding: 0px !important;
  }
  
  .ofcanvas_bdy {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .ofcanvas1 {
    width: 50%;
    text-align: left;
    padding-right: 50px;
    background: linear-gradient(#7c46e0, #C7A2FF);
    padding: 50px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    padding-left: 120px;
    padding-top: 7%;
  }
  .ofcncls2 {
    width: 50%;
    text-align: left;
    padding-right: 50px;
    background: black;
    padding: 50px;
    overflow:auto;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    padding-left: 120px;
    padding-top: 7%;
  }
  .main {
    overflow: hidden;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }
  .main_navbar ul {
    padding-left: 0px;
  }
  .main_navbar ul li {
    padding-left: 0px;
    list-style-type: none;
    margin-bottom: 15px;
    position:relative;
  }
  .main_navbar .main-drop-down {
      
      display:none;
      padding: 10px;
  }
  .main_navbar ul li a {
    color: var(--twhite);
    background: -webkit-linear-gradient(#fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    font-weight: 400;
    text-transform: capitalize;
    text-decoration: none;
  }
  
  @keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
      transition: all 0.5s ease-in-out;
    }
    30% {
      transform: scale(1.2, 1.2);
      transition: all 0.7s ease-in-out;
    }
    50% {
      transform: scale(1.4, 1.4);
      transition: all 0.7s ease-in-out;
    }
    50% {
      transform: scale(1.3, 1.3);
      transition: all 0.7s ease-in-out;
    }
    100% {
      transform: scale(1, 1);
      transition: all 0.7s ease-in-out;
  
    }
  }
  
  
  .head-image img {
      width: 100%;
  }
  
  button.btn-close.text-reset {
    z-index: 1;
    opacity: 1;
    color: #fff !important;
    right: 0px !important;
  }
  .main_navbar ul li a:hover {
    background: -webkit-linear-gradient(#7c46e0, #C7A2FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .main_navbar_social_icons ul {
    padding-left: 0px;
    display: flex;
    justify-content: flex-start;
    width: 75%;
  }
  .main_navbar_social_icons ul li {
    list-style-type: none;
    margin-right: 25px;
  }
  .main_navbar_social_icons ul li a {
    font-size: 26px;
    color: white;
    border-radius: 14px;
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(to right, #7c46e0, #C7A2FF) 1;
    padding: 5px 15px;
  }
  .main canvas {
    /* position: fixed; */
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100% !important;
    height: 100vh !important;
  }
  
  .logonavbar2 img {
    width: 55%;
    margin-left: 50px;
    margin-right: auto;
    display: block;
    margin-top: 50px;
  }
  
  /* End */
  
  /* offcanvas mobile */
  .offcanvas-mobile {
    width: 400px;
    background: black;
  }
  .mobile-body {
    padding: 1rem 1rem !important;
  }
  .navbar-nav li::marker {
      color: white;
  }
  /* end */
  
  .dropdown-menu {
    background-color: #f7991c;
    border-radius: 0px;
  }
  
  .dropdown-item {
    background: none !important;
  }
  
  .dropdown-menu li {
    padding: 6px 10px;
  }
  
  /* section */
  
  
  .service-dropdown:after {
      content: '\f0d7';
      font-family: 'FontAwesome';
      margin-left: 10px;
      font-size: 25px;
  }
  /* header */
  .header {
    padding: 5px 0 5px 0;
    background: transparent;
    z-index: 999;
    transition: 0.6s;
    position: absolute;
    width: 100%;
  }
  
  header.sticky {
    padding: 0px 0px;
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #000001;
  }
  
  header.sticky #navbarNav {
    border-bottom: 0px !important;
  }
  
  header.sticky img {
    width: auto;
    transition: all 0.5s ease-in-out;
  }
  
/** Hero Section **/

.hero {
     padding-top: 100px !important;
    background: url('../images/hero-vedio3.gif');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 50px;
    /* clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%); */
}

.hero-img {
    width: 100%;
    position: relative;
}

.hero-img::after {
    content: url(../images/b-after.png);
    bottom: -30%;
    right: 0%;
    position: absolute;
    animation: bounce 1s infinite alternate;
}
@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

.hero-text h1 {
    color: #fff;
    font-size: 80px;
    line-height: 75px;
    font-weight: 900;
}

.hero-text span {
    color: #5F3DB5;
}

.hero-text p {
    color: #fff;
    font-size: 20px;
}

.btn1 a {
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    background: #5f3db5;
    font-size: 20px;
    font-weight: 600;
    border-radius: 25px;
}

.btn1 a:hover {
    background-color: #000000;
}

.btn1 {
    margin-top: 25px;
}
.word {
    display: inline-block;
    transform: translateY(0);
    transition: transform 0.5s ease-in-out;
}

/** About Section **/
.about {
    background-color: #000000;
    color: #fff;
    padding: 50px;
}

.about h2 {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    font-weight: 900;
    text-transform: uppercase;
}

.about span {
    color: #707070;
}

.about p {
    color: #fff;
    font-size: 20px;
}

.about-img img {
    width: 100%;
}

.btn2 a {
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    background-color: #373737;
    /* background: #5f3db5; */
    font-size: 20px;
    font-weight: 600;
    border-radius: 25px;
}

.btn2 a:hover {
    background-color: #5f3db5;
}

.btn2 {
    margin-top: 25px;
}

/** Section 3 **/
.hero-text h2 {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    font-weight: 900;
    text-transform: uppercase;
}

.sec-3 {
    background: url('../images/sec3-vedio.gif');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 50px;
    overflow: hidden;
}

.sec3-img {
    width: 100%;
    position: relative;
}

.sec3-img img {
    width: 100%;
}

.sec3-img::before {
    content: url(../images/sec5-before.png);
    top: -50%;
    left: -15%;
    position: absolute;
    /* animation: bounce 1s infinite alternate; */
    animation: zoomInOut 2s infinite alternate;
}

.sec3-img::after {
    content: url(../images/sec5-after.png);
    bottom: -175px;
    left: -35%;
    position: absolute;
    animation: zoomInOut 2s infinite alternate;
}
@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}

.sec3-text {
    position: relative;
}

/* .sec3-text::before {
    content: url(../images/sec5-text-before.png);
    top: -100%;
    right: -9%;
    position: absolute;
} */
.sec3-text::after {
    content: url(../images/b-after.png);
    bottom: -95%;
    right: 0%;
    position: absolute;
    animation: bounce 0.8s infinite alternate;
}

/** Business Section **/
.bussiness {
    background: url('../images/sce6-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 50px;
    text-align: center;
}

.bussiness .card {
    padding: 20px;
    margin: 10px;
    border-radius: 20px;
    background-color: #434343;
    transition: all 1s ease-in-out;
}

.bussiness .card:hover {
    background-color: #888bed;
}

.bussiness .card img {
    width: 100%;
    height: 210px;
}

.bussiness h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}

.bussiness span {
    font-size: 40px;
    font-weight: 700;
    color: #717171;
}

.bussiness h4 {
    color: #fff;
    font-weight: 600;
}

/** Section 3 **/
.sec4 {
    background: url(../images/sec4-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 50px;
    text-align: center;
    padding-bottom: 130px;
}

.sec4 h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}

.sec4 span {
    font-size: 40px;
    font-weight: 700;
    color: #717171;
}

.sec4-img {
    margin-bottom: 30px;
    position: relative;
}

.sec4-img img {
    width: 100%;
    height: 400px;
    opacity: 1;
    display: block;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
}

.sec4-img:hover img {
    opacity: 0.7;
    transform: scale(0.9);
}

.sec4-img:hover .middle {
    opacity: 1;
}

.text {
    background-color: #000;
    color: white;
    font-size: 25px;
    padding: 16px 32px;
    font-weight: 800;
}

/** section 7 **/

.sec7 {
    background: url(../images/sec7-vedio.gif);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 50px;
    text-align: center;
    padding-top: 180px;
    padding-bottom: 300px;
}

.sec7-text h2 {
    color: #fff;
    font-size: 30px;
    line-height: 50px;
    font-weight: 900;
    text-transform: uppercase;
}

.sec7-text span {
    color: #5F3DB5;
}


/*-- Footer --*/
.footer {
    padding: 40px;
    background-color: #fff;
}

.footer p {
    color: #5A3FAC;
}

.footer-logo img {
    width: 40%;
    height: 100px;
}

.footer h3 {
    font-size: 26px;
    font-weight: 600;
    color: #5A3FAC;
}

.footer ul {
    list-style: none;
    padding: 0px;
    line-height: 45px;
    font-size: 18px;
    font-weight: 500;
}

.footer p {
    font-size: 16px;
    line-height: 30px;
    color: #000;
}

.footer a {
    text-decoration: none;
    color: #5A3FAC;
}
.footer a:hover{
    color: #000;
}
.footer-icon i {
    color: #fff;
    font-size: 20px;
    padding: 10px;
    border-radius: 50px;
    width: 40px;
    background: #000;
    transition: all 0s ease-in-out;
}

.footer-icon i:hover {
    background-color: #886ddb;
}

.last-bar {
    background-color: #886DDB;
    padding: 10px !important;
}

.last-bar p {
    margin-bottom: 0px !important;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.last-bar a {
    color: #fff;
    text-decoration: none;
}

.last-bar a:hover {
    color: #fff !important;
}

.last-bar span {
    color: #fff;
}

.last-bar .term {
    float: right;
}