/* ----------------- */
/* Universal */

@import url('https://fonts.googleapis.com/css2?family=Donegal+One&family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Quattrocento+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Syne:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400;500;600;700;800;900&display=swap');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-transform: uppercase !important;
}

html,
body {
  /* font-family: 'Lato', sans-serif; */
  /* font-family: FontB; */
  /* font-family: 'Syne', sans-serif; */
  font-family: 'Gabarito', sans-serif;
  max-width: 100%;
  font-size: 16px;
  line-height: 1.7;
  /* background: linear-gradient(120deg , #918ef4 , #6f9ceb) !important; */
  /* background-color: #060606; */
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(255, 255, 255, 0.992)), url(../Assets/Black.jpeg) !important;
  letter-spacing: 125%;
  background-repeat: repeat;
  font-weight: 500;
  scroll-behavior: smooth;
  word-wrap: break-word;
}

html {
  zoom: 100% !important;
}

.heading {
  /* font-family: FontB; */
  font-size: 4rem;
  line-height: 1;
  font-weight: 900;
  /* font-family: 'Syne', sans-serif; */
  font-family: 'Gabarito', sans-serif;


}

@media screen and (max-width:800px) {
  .heading {
    /* font-family: FontB; */
    font-size: 2.2rem;
    /* font-family: 'Syne', sans-serif; */
    font-family: 'Gabarito', sans-serif;


  }
}

/* -------------------- */
/* Font Family */

/* @font-face {
  font-family: FontA;
  src: url(../Font/marvel\2otf), format("otf");
  font-style: normal;
  font-display: swap !important;
  font-weight: 900 !important;
}

@font-face {
  font-family: FontB;
  src: url(../Font/Marvel-Regular.ttf), format("ttf");
  font-display: swap !important;
  font-weight: 500 !important;
} */

/* ------------------------- */
/* Root Colors */

:root {
  --seo: rgba(230, 165, 0, 0.96);
  --seo2: rgb(230, 165, 1, .99);

  --site: rgba(108, 175, 14, 0.96);
  --site2: rgb(64, 145, 108, 0.99);

  --branding: rgba(0, 126, 180, 0.96);
  --branding2: rgb(0, 126, 180, .99);

  --digital: rgba(164, 66, 0, 0.96);
  --digital2: rgba(164, 66, 0, 0.99);

  --lead: rgba(74, 120, 94, 0.96);
  --lead2: rgba(16, 177, 102, 0.99);

  --videos: rgba(18, 136, 226, 0.96);
  --videos2: rgba(24, 78, 119, 0.99);

  --online: rgba(209, 0, 150, 0.96);
  --online2: rgba(209, 0, 150, 0.99);

}

::selection {
  background-color: white !important;
  color: #6a00ff !important;
  text-decoration: underline !important;
}



/* ------------------------ */
/* Preloader */
/* ------------------------ */
.preloader-main {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  max-height: 100vh;
  min-width: 100vw;
  max-width: 100vw;
  z-index: 1000000000 !important;
  padding: 0 !important;
  margin: 0 !important;
  background-color: white;
  transition: opacity .3s ease-in-out;
}


.preload-fade {
  opacity: 0;
  z-index: -100000000000 !important;
}


/* ------------------------ */
/* Navbar */
/* ------------------------ */

/* Making main navbar container fixed  */
.navbar {
  position: fixed;
  z-index: 1000000 !important;
  width: 100%;
  background-color: #060606;
  border-bottom: 3.5px solid white !important;

}

/* Inside Fixed Navbar with fixed height responsive */
.navbar-inside {
  position: relative;
  max-width: 100%;
  padding: .5rem 3rem;
  height: 70px;
  line-height: 80px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Navbar Logo Size */
.navbar-inside .logo1 {
  max-width: 7.5rem;
  /* background-color: #060606; */
}

@media screen and (max-width : 1000px) {

  /* Navbar Logo Size */
  .navbar-inside .logo1 {
    max-width: 7rem;
    /* background-color: #060606; */
  }

  .navbar-inside {
    padding: .5rem 1.2rem;
  }

  .navbar {
  border-bottom: 2.5px solid white !important;

  }
}

/* Menu list flex direction */

.menu-list {
  display: inline-flex;
}

/* All normal menu list color */
.menu-list a {
  color: white;
  text-decoration: none;
  font-size: 1rem;
  background-color: rgb(0, 0, 0);
  border-radius: 0;
  padding: .7rem 1rem;
  font-weight: 900;
  border: 2px solid white;
  transition: all .2s ease-in;
}

.menu-list a:hover {
  background-color: rgb(255, 255, 255);
  color: black;
}

.dropdown-menu .Desktop-menu:hover i {
  transform: rotate(180deg) !important;
}


/* Hide Mobile Option in Desktop Mode */

.menu-list .mobile-item {
  display: none;
  /* border: 5px solid red; */
}

.dropdown-menu .dropdown-menu-list {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.824);
  width: 275px;
  line-height: 2;
  padding: 0%;
  top: 250px;
  opacity: 0;
  visibility: hidden;
  border-radius: .5rem !important;
  /* border: 5px solid rgb(255, 255, 255); */
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.dropdown-menu .dropdown-menu-list div {
  margin: 0;
  min-width: 240px !important;
  background-color: rgb(255, 255, 255);
  margin: .5rem 0;
  border-top: 1px solid black;
  padding: .5rem .5rem !important;
  text-align: left;
}

.dropdown-menu .dropdown-menu-list div:first-child {
  border-top: 0px solid black;
}

/* Hover Bg color change according to the services */
.dropdown-menu .dropdown-menu-list div:nth-child(1):hover {
  background-color: var(--seo2);
}

.dropdown-menu .dropdown-menu-list div:nth-child(2):hover {
  background-color: var(--site2);
}

.dropdown-menu .dropdown-menu-list div:nth-child(3):hover {

  background-color: var(--branding2);
}

.dropdown-menu .dropdown-menu-list div:nth-child(4):hover {

  background-color: var(--digital2);
}

.dropdown-menu .dropdown-menu-list div:nth-child(5):hover {
  background-color: var(--lead2);
}

.dropdown-menu .dropdown-menu-list div:nth-child(6):hover {
  background-color: var(--videos2);
}

.dropdown-menu .dropdown-menu-list div:last-child:hover {
  background-color: var(--online2);
}

/* Dropdown each a tags */
.dropdown-menu .dropdown-menu-list div a {
  background-color: transparent !important;
  color: rgb(0, 0, 0);
  min-width: 100% !important;
  border-radius: 0 !important;
  padding: auto;
  font-size: 1.2rem;
  border: none !important;
}

.dropdown-menu .dropdown-menu-list div:hover a {
  color: white;
  transition: all .1s ease;
}


/* Show menu on option hover */

.dropdown-menu:hover .dropdown-menu-list {
  transition: all 0.3s ease;
  top: 70px;
  left: 5px;
  opacity: 1;
  visibility: visible;
}

/* Margin to main dropdown */

.dropdown-menu {
  margin: 0 1rem;
}

/* Navbar Close menu buttons placement */
.navbar-inside .btn {
  font-size: 26px;
  cursor: pointer;
  display: none;
}

.navbar-inside .btn.close-btn {
  position: absolute;
  right: 5%;
  left: 90%;
  top: 10px;
}


/* All inputs hidden */

.navbar-inside input {
  display: none;
}


/* Mobile Screen Navbar */
@media screen and (max-width :800px) {
  .navbar-inside .btn {
    display: block;
  }

  /* Mobile Screen Hide it before clicking menu bar */
  .navbar-inside .menu-list {
    position: fixed;
    height: 100vh;
    max-width: 100%;
    min-width: 100%;
    top: 0;
    left: -100%;
    background: #242526;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    padding: 70px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
    overflow-x: hidden;


  }

  /* Menu Background Color */
  #menu-btn:checked~.menu-list {
    left: 0%;
    background-color: rgb(255, 255, 255);
  }

  /* Hide Navbar button once clicked */
  #menu-btn:checked~.btn.menu-btn {
    display: none;
  }

  /* Show Navbar button once clicked on Close button */
  #close-btn:checked~.btn.menu-btn {
    display: block;
  }

  /* Inside menu list position */
  .dropdown-menu:hover .dropdown-menu-list {
    left: 0% !important;
    background-color: rgb(255, 255, 255) !important;
  }

  /* Mobile Services Icon rotate on active focus hover */
  .dropdown-menu .mobile-item:focus i,
  .dropdown-menu .mobile-item:active i,
  .dropdown-menu .mobile-item:hover i {
    transform: rotate(180deg);
  }

  .dropdown-menu {
    min-width: 100%;
  }

  .menu-list div a {
    padding: 0 20px;
    display: block;
    font-size: 20px;
    min-width: 100%;
  }



  #dropdown-menu-1:checked~.dropdown-menu-list {
    max-height: 100%;
  }

  /* Hide Desktop Service Menu on Mobile */
  .menu-list .Desktop-menu {
    display: none;
  }

  /* Mobile Option Service Style */
  .menu-list .mobile-item {
    display: block;
    color: #ffffff;
    font-size: 20px;
    margin: 0% .5% !important;
    font-weight: 900;
    padding-left: 15px;
    background-color: rgb(0, 0, 0) !important;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 0 !important;
    font-weight: 900 !important;
    min-width: 96% !important;
    max-width: 100% !important;
    border: 1px solid black;
  }

  .dropdown-menu .dropdown-menu-list div:first-child {
    border-top: 1px solid black;
  }

  .dropdown-menu-list div {
    margin: 0;
  }

  .dropdown-menu-list div a {
    font-size: 1rem;
  }

  /*  */

  .dropdown-menu-list div {
    background-color: rgb(255, 255, 255) !important;
    margin: 0 !important;
    max-width: 100%;
    border-radius: 0 !important;
    /* border-top: 0px solid rgb(255, 0, 0) !important; */
    border: 1px solid black;
    margin: .5% 1% !important;
    padding: 0rem 0rem !important;
    text-align: left;
  }


  .dropdown-menu-list div a::before {
    content: '- ' !important;
    padding-right: 1rem;
  }

  .normal-menu {
    min-width: 100%;
  }

  .dropdown-menu {
    margin: .2rem 0;
  }


  .menu-list .dropdown-menu-list {
    position: static;
    opacity: 1;
    top: 0;
    visibility: visible;
    padding-left: 0px;
    left: 0 !important;
    max-width: 100% !important;
    min-width: 100% !important;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    border-radius: 0 !important;
    transition: all 0.3s ease;
    margin-top: 0rem !important;
    background-color: rgb(255, 255, 255) !important;
  }



  .dropdown-menu:hover .dropdown-menu-list {
    left: 0% !important;
  }

}