
@import url("https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,500,600,700,800,900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  behavior: smooth;
  text-decoration: none;
}

.item-details-page .container {
    max-width: 1200px;
    width : 100%;
    margin: 0 auto;
}



@media (min-width: 768px) and (max-width: 1024px) {
  .item-details-page  .container {
        width: 85%;
    }
    
    p {
        font-size: 14px;
    }

    h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 15px;
    }

    h6 {
        font-size: 15px;
    }
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  background-color: #1e1e1e;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
}

ul {
  margin-bottom: 0;
}

p {
  font-size: 15px;
  line-height: 30px;
  color: #fff;
}

a {
    text-decoration: none;
}

/* 
---------------------------------------------
Global Styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Roboto', sans-serif;
}

::selection {
  background: #f5cf22;
  color: #000;
}

::-moz-selection {
  background: #f5cf22;
  color: #000;
}

.border-button a {
  font-size: 14px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #7453fc;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 25px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.border-button a:after {
  width: 78%;
  height: 2px;
  background-color: #fff;
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.border-button a:hover {
  background-color: #7453fc;
  color: #000;
}

.main-button a {
  font-size: 14px;
  color: #000;
  background-color: #f5cf22;
  border: 1px solid #f5cf22;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 25px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.main-button a:after {
  width: 78%;
  height: 2px;
  background-color: #fff;
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.main-button a:hover {
  background-color: #000;
  color: #f5cf22;
  border: 1px solid #000;
}

.main-button button {
  font-size: 14px;
  color: #000;
  background-color: #f5cf22;
  border: 1px solid #f5cf22;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 25px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.main-button button:after {
  width: 78%;
  height: 2px;
  background-color: #fff;
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.main-button button:hover {
  background-color: #000;
  color: #f5cf22;
  border: 1px solid #000;
}

section {
  margin-top: 120px;
}

.section-heading {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 80px;
  text-align: center;
  z-index: 1;
}

.section-heading .line-dec {
  width: 100px;
  height: 2px;
  background-color: #f5cf22;
  margin: 0 auto 30px auto;
}

.section-heading h2 {
  margin-top: 10px;
  line-height: 36px;
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
}

.section-heading h2 em {
  color: #f5cf22;
  font-style: normal;
}

@media screen and (max-width: 768px) {
   .section-heading h2 {
      font-size: 20px; 
      width: 90%;
      display: inline-block;
      margin: 0 auto;
      align-items: center;
      justify-content: center;
   } 
}


/* 
---------------------------------------------
Header Style
--------------------------------------------- 
*/

.background-header {
    background-color: none !important;
  height: 180px!important;
  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15) !important;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  width: 100%;
  color: #000;
}

.nav-link {
  display: block;
  padding: 20px 20px;
  color: #000;
  font-weight: 600;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
  color: #f5cf22;
}

.nav-link.disabled {
  color: #000;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  color: #f5cf22;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #f5cf22;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #f5cf22;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  padding: 0.5rem 1rem;
  width: 100%;
  background-color: #fff;
  color: #000;
}

.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  color: #000;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  color: #000;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
  color: #f5cf22;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 1200px) {
     .navbar-expand-xl {
    flex-flow: column nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction:
    width: 100%;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: static;
    width: 100%;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    text-align: center;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    flex-wrap: wrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: block !important;
    flex-basis: 100%; 
  }
  .navbar-expand-xl .navbar-toggler {
    display: block;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.dropdown {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #777777;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  content: "";
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #000;
  text-decoration: none;
  background-color: #f5cf22;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

/* 
---------------------------------------------
Scroll Up Button
--------------------------------------------- 
*/

#scroll-up-btn {
			position: fixed;
			right: 20px;
			bottom: 170px;
			width: 60px;
			height: 60px;
			border-radius: 50%;
			background: #fff;
			box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
			color: #d81a22;
			cursor: pointer;
			border: none;
			z-index: 9999;
		}

		#scroll-up-btn:active {
			background: #fff7f7;
		}
		
		#scroll-up-btn i {
		    font-size: 27px;
		}
		
		@media screen and (max-width: 768px) {
    #scroll-up-btn {
       width: 50px;
       height: 50px;
   } 
   
   #scroll-up-btn {
      bottom: 130px; 
      right: 10px;
   }
 }

/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

@media screen and (max-width: 768px) {
  .main-banner .header-text h6 {
      font-size: 15px;
  } 
  
  .main-banner .header-text h1 {
      font-size: 23px;
      line-height: 34px;
  }
  
  .main-banner .header-text p {
      font-size: 13px;
      width: 90%;
  }
  
.main-banner .buttons {
    margin-bottom: 60px;
  }
    
}

.main-banner {
  background-image: url('bg-home.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 120px;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  
}

.main-banner h6 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.main-banner h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 66px;
  text-transform: uppercase;
  text-shadow: 4px 4px rgba(0, 0, 0, 0.5);
}

.main-banner h1 span {
  color: #f5cf22;
  text-shadow: 4px 4px rgba(0, 0, 0, 0.5);
}

.main-banner p {
  margin-top: 20px;
}

.main-banner .buttons {
  margin-top: 30px;
  display: flex;
  justify-content: start;
  color: #f5cf22;
}

.main-banner .border-button {
  margin-right: 15px;
}

.main-banner .owl-banner {
  margin-top: -40px;
}

.main-banner .owl-nav {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  bottom: -76px;
  text-align: center;
}

.main-banner .owl-nav .owl-prev {
  margin-right: 7.5px;
}

.main-banner .owl-nav .owl-next {
  margin-left: 7.5px;
}

.main-banner .owl-nav .owl-prev span,
.main-banner .owl-nav .owl-next span  {
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 24px;
  display: inline-block;
  color: #9b7333;
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  transition: all .3s;
}

.main-banner .owl-nav .owl-prev span:hover,
.main-banner .owl-nav .owl-next span:hover {
  opacity: 1;
}


/* 
---------------------------------------------
Categories & Collections Style
--------------------------------------------- 
*/

.categories-collections {
  background-image: url('dark-bg-2.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 120px 0 150px;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

/*.categories-collections:after {
  background-image: url('collection-dec.png');
  width: 300px;
  height: 282px;
  position: absolute;
  bottom: 0;
  right: 30px;
  content: '';
}*/

.categories .item {
  background-color: #281806;
  text-align: center;
  padding: 30px;
  margin: 15px;
  border-radius: 20px;
  border: 1px solid #404245;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 200px;
  max-height: 200px;
}

.categories .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.categories .item .icon {
  width: 62px;
  height: 62px;
  display: inline-block;
  text-align: center;
  line-height: 62px;
  background-color: none;
}

.categories .item .icon i {
  font-size: 30px;
  margin-top: 17px;
}

.categories .item h4 {
  margin-top: 15px;
  font-size: 18px;
}

.categories .item .icon-button a {
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  background-color: #fff;
  color: #f5cf22;
  border-radius: 50%;
  font-size: 18px;
  position: absolute;
  left: 50%;
  bottom: -23px;
  transform: translateX(-23px);
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
}

.categories .item .icon-button a:hover {
  background-color: #f5cf22;
  color: #fff;
}

.categories .item:hover .icon-button a {
  visibility: visible;
  opacity: 1;
}

/* Collections Section */
.collections {
  margin-top: 10vh; /* Use relative units for margin */
  padding: 0 2rem; /* Add padding for left and right spacing */
}

/* Carousel Items */
.collections .item {
  padding-bottom: 60px;
  margin: 0 auto; /* Center items */
}

.collections .item img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  max-width: 100%; /* Ensure image is responsive */
  height: auto;
}

.collections .item .down-content {
  background-color: #281806;
  border: 1px solid #404245;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 2rem;
  font-size: 1rem; /* Scalable font size */
}

.collections .item .down-content h4 {
  color: #f5cf22;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.collections .item span {
  color: #fff;
  display: inline-block;
  width: 100%;
  font-size: 0.9rem; /* Use relative font size */
  margin-top: 0.5rem;
}

.collections .item span strong {
  font-size: 1.2rem;
}

.collections .item span.category {
  text-align: right;
}

.collections .item .main-button {
  margin-top: 1rem;
  margin-bottom: -2rem;
}

.collections .item .main-button a {
  width: 100%;
  text-align: center;
  padding: 0.5rem 1rem;
  display: inline-block;
}

.collections .item .main-button a:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #7453fc;
}


@media (max-width: 768px) {
  .collections {
    padding: 0 1rem;
  }

  .collections .item .down-content {
    padding: 1.5rem;
    font-size: 0.9rem;
  }

  .collections .item .down-content h4 {
    font-size: 1.2rem;
  }

  .collections .item span {
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .collections {
    padding: 0 0.5rem;
  }

  .collections .item {
    padding-bottom: 30px;
  }

  .collections .item .down-content {
    padding: 1rem;
  }

  .collections .item .down-content h4 {
    font-size: 1rem;
  }

  .collections .item span {
    font-size: 0.7rem;
  }
}


.collections .owl-nav {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  top: 40%;
  transform: translateY(-50px);
  text-align: center;
}

.collections .owl-nav .owl-prev {
  position: absolute;
  left: -25px;
}

.collections .owl-nav .owl-next {
  position: absolute;
  right: -25px;
}

.collections .owl-nav .owl-prev span,
.collections .owl-nav .owl-next span  {
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 24px;
  display: inline-block;
  color: #7453fc;
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  transition: all .3s;
}

.collections .owl-nav .owl-prev span:hover,
.collections .owl-nav .owl-next span:hover {
  opacity: 1;
}

@media (max-width: 1200px) {
    .categories .item {
        padding: 25px; /* Slightly reduce padding for smaller screens */
        margin: 10px; /* Adjust margins */
    }
}

@media (max-width: 992px) {
    .categories .item {
        padding: 20px;
        margin: 8px;
    }
}

@media (max-width: 768px) {
    .categories .item {
        padding: 15px;
        margin: 5px;
    }
}

@media (max-width: 576px) {
    .categories .item {
        padding: 10px;
        margin: 5px;
    }
}


@media screen and (max-width: 768px) {
  .categories .item {
  width: 100%;
  height: 100%;
  left: 0;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 25px;
  display: block;
  
  }  
  
  .events-update .card {
      width: 100%;
      max-width: 300px;
      margin: 0 auto;
      margin-bottom: 20px;
      justify-content: center;
      align-items: center;
      display: flex;
      padding: 20px;
  }
  
}

.events-update .card .card-body {
    background-color: #281806;
}


/* 
---------------------------------------------
Create NFT Style
--------------------------------------------- 
*/

@media screen and (max-width: 768px){
   .create-nft .item .icon {
       width: 40px;
       height: 40px;
   } 
   
   .create-nft .item .icon i {
       font-size: 20px;
   }
      }

.create-nft {
  background-image: url('heading-bg copy.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 150px 0px;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.create-nft .section-heading .line-dec {
  margin-left: 0%;
  background-color: #fff;
}

.create-nft .section-heading .cta-header {
  text-align: left;
  margin-bottom: 50px;
  text-shadow: 3px 3px 3px 3px #000;
  color: #281806;
  font-weight: bold;
}

.create-nft .main-button {
  text-align: right;
}

.create-nft .main-button a {
    color: #281806;
}

.create-nft .item {
  margin-top: 30px;
  position: relative;
}

.create-nft .item i {
    color: #281806;
}

.create-nft .first-item .number {
  position: absolute;
  right: 0;
  top: -20px;
}

.create-nft .first-item:after {
  position: absolute;
  width: 1px;
  height: 95%;
  background-color: rgba(255, 255, 255, 0.2);
  content: '';
  right: 5px;
  top: 5%;
}

.create-nft .second-item .number {
  position: absolute;
  right: 0;
  top: -20px;
}

.create-nft .second-item:after {
  position: absolute;
  width: 1px;
  height: 95%;
  background-color: rgba(255, 255, 255, 0.2);
  content: '';
  right: 5px;
  top: 5%;
}

.create-nft .item .icon {
  width: 62px;
  height: 62px;
  display: inline-block;
  text-align: center;
  line-height: 62px;
  background-color: #fff;
  border-radius: 50%;
}

.create-nft .item .icon i {
  font-size: 25px;
  margin-top: 17px;
  
}

.create-nft h4 {
  font-size: 25px;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #fff;
}

.create-nft .item button {
    border: none;
    outline: none;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #000;
    font-weight: bolder;
    font-size: 14px;
    padding-left: 35px;
    padding-right: 35px;
    background-color: #f5cf22;
    border-radius: 30px;
    transition: .3s;
}

.create-nft .item button:after {
  width: 29%;
  height: 2px;
  background-color: #fff;
  content: '';
  position: absolute;
  left: 17%;
  bottom: 0;
  transform: translateX(-50%);
}

.create-nft .enroll-btn .buttons .main-button a {
    margin-top: 30px;
}


/* 
---------------------------------------------
Enrollment Form
--------------------------------------------- 
*/

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  z-index: 999;

  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 40px auto;
  padding: 20px;
  top: 5%;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: 100%;
  max-width: 600px;
  position: relative;
  transition: all 5s ease-in-out;
  z-index: 1000;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.popup .close:hover {
  color: #f5cf22;
}

.form {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-width: 500px;
  max-height: 100%;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  background-color: #281806;
  color: #fff;
  border: 1px solid #333;
}

.title {
    margin-bottom: 30px;
    margin-top: 20px;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -1px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 160px;
  color: #fff;
}

.message {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}

.form label {
  position: relative;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  display: flex;
}

.form label .input,
.form label .select {
   background-color: #3e3121;
  color: #fff;
  width: 100%;
  max-width: 400px;
  padding: 20px 20px 05px 10px;
  outline: 0;
  border: 1px solid rgba(105, 105, 105, 0.397);
  border-radius: 10px;
  height: auto;
}

.form label .input + span,
.form label .select + span {
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 10px;
  top: 0px;
  font-size: 0.9em;
  cursor: text;
  transition: 0.3s ease;
}

.form label .input:placeholder-shown + span,
.form label .select:placeholder-shown + span {
  top: 11px;
  font-size: 0.9em;
}

.form label .input:placeholder-shown + span i,
.form label .select:placeholder-shown + span i {
    color: #f5cf22;
    margin-right: 10px;
    font-size: 20px;
}

.form label .input:focus + span,
.form label .input:valid + span {
  color: #f5cf22;
  top: 0px;
  font-size: 0.7em;
  font-weight: 600;
}

.form label .select:focus + span,
.form label .select:valid + span {
  color: #f5cf22;
  top: 0px;
  font-size: 0.7em;
  font-weight: 600;
}

  input,
  select {
  font-size: 20px;
}

.submit_btn {
  border: none;
  outline: none;
  background: none;
  padding: 10px;
  border-radius: 10px;
  color: #000;
  font-size: 18px;
  transform: .3s ease;
  background-color: #f5cf22;
  width: 200px;
}

@keyframes pulse {
  from {
    transform: scale(0.9);
    opacity: 1;
  }

  to {
    transform: scale(1.8);
    opacity: 0;
  }
}

@media (min-width: 1200px) {
  .popup {
    width: 60%;
    max-width: 700px;
  }

  .title {
    padding-left: 180px;
    font-size: 35px;
  }

  .form label .input,
  .form label .select {
    max-width: 500px;
    padding: 20px;
    font-size: 22px;
  }
}

/* Medium Devices (Tablets and small laptops) */
@media (max-width: 1199px) and (min-width: 768px) {
  .popup {
    width: 80%;
    max-width: 600px;
  }

  .title {
    padding-left: 150px;
    font-size: 28px;
  }

  .form label .input,
  .form label .select {
    max-width: 450px;
    padding: 18px;
    font-size: 20px;
  }
}

/* Small Devices (Phones) */
@media (max-width: 767px) {
  .popup {
    width: 95%;
    max-width: 400px;
    margin: 20px auto;
  }

  .title {
    padding-left: 100px;
    font-size: 25px;
  }

  .form {
    padding: 15px;
  }

  .form label .input,
  .form label .select {
    max-width: 350px;
    padding: 15px;
    font-size: 18px;
  }
}

/* Extra Small Devices (Very Small Phones) */
@media (max-width: 480px) {
  .popup {
    width: 100%;
    margin: 10px auto;
  }

  .title {
    padding-left: 80px;
    font-size: 22px;
    text-align: center;
  }

  .form {
    padding: 10px;
  }

  .form label .input,
  .form label .select {
    max-width: 300px;
    padding: 10px;
    font-size: 16px;
  }
}

/* 
---------------------------------------------
Home Counselling Form Page
--------------------------------------------- 
*/

#contact-form .wrapper {
			margin: 0 auto;
    padding: 20px;
    width: 100%;
    max-width: 980px;
    text-align: center;
		}
		
		#contact-form form {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
}

		#contact-form input,
		#contact-form select {
			height: 60px;
		  font-size: 16px;
			border-radius: 20px;
			letter-spacing: 2px;
			font-family: 'AceSans-Demo', sans-serif;
			padding: 0px 10px;
			border: 1px solid #000;
			width: 20%;
			background: #281806;
			box-shadow: 0 0 8px #fff;
			margin-right: 20px;
			outline: none;
		}
		
		#contact-form input[type="text"],
		#contact-form input[type="email"],
		#contact-form select {
		    font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  color: #fff;
  background-color: #281806;
  border-color: #281806;
  border-radius: 15px;
		}


		#contact-form input[type="text"]::focus,
		#contact-form input[type="email"]::focus,
		#contact-form select::focus {
		  border-color: #281806;
		}

		#contact-form input::placeholder {
			color: #fff;
		}
		
		#contact-form select::placeholder {
			color: #fff;
		}

		#contact-form button {
			background: #f5cf22;
  color: #000;
  border: 0;
  padding: 5px 5px;
  transition: 0.4s;
  border-radius: 4px;
		}
		
			#contact-form button:hover {
			    background: none;
  outline: 2px #f5cf22;
  border: 2px #f5cf22;
  color: #fff;
			}

		#contact-form .container h2 {
			margin-top: 3rem;
		 	margin-bottom: 3.5rem;
		 	position: relative;
		 	color: #fff;
			font-family: 'AceSans-Demo', sans-serif;
			font-size: 50px;
			text-shadow: 3px 3px 3px #00749a;
		}
		
		@media (max-width: 768px) {
		    
		    #contact-form {
		        position: relative;
		        width: 100%;
		        min-height: 50vh;
		        display: flex;
		        flex-wrap: wrap;
		        overflow: hidden;
		        z-index: 1;
		        flex-direction: column;

		    }
		 
		 #contact-form .wrapper {
			margin: 0 auto;
    padding: 20px;
    width: 100%;
    max-width: 100%;
    text-align: center;
		}
		    
    #contact-form input,
    #contact-form select,
    #contact-form button {
        width: 100%;
    }

    #contact-form form {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    #contact-form input,
    #contact-form select {
        height: 50px;
        font-size: 14px;
    }

    #contact-form button {
        padding: 8px 20px;
    }
}

/* 
---------------------------------------------
Currently Market Style
--------------------------------------------- 
*/

.currently-market {
  background-image: url('dark-bg-2.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 120px 0px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}

.currently-market-item {
  width: 45%;
  margin: 0 auto;
}

.currently-market .section-heading {
  text-align: left;
}

.currently-market  .section-heading .line-dec {
  margin-left: 0;
}

.currently-market .filters {
  text-align: right;
}

.currently-market .video-container {
    margin-top: 2rem;
}

.currently-market .responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 300px;
  height: 400px;
}

.currently-market .responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}


 @media (max-width: 768px) {
  .video-container .col-lg-4 {
    margin-bottom: 1.5rem;
  }
}
  
  
  .currently-market .item .main-button .btn a {
  width: 100%;
  max-width: 100px;
  text-align: center;
}

.currently-market .item .main-button .btn {
  margin-top: 30px;
  margin-bottom: -60px;
}

.currently-market .item .main-button .btn a:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
}

/*
---------------------------------------------
Social Media Icons
---------------------------------------------
*/

@media screen and (max-width: 768px) {
    .icon-bar a {
        font-size: 10px; 
        padding: 5px;
       }
       
       .icon-bar {
           display: none;
       }
    }

  .icon-bar {
  position: fixed;
  top: 70%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1000;
}

 .icon-bar a {
  display: block;
  text-align: center;
  padding: 15px;
  transition: 0.6s;
  color: white;
  font-size: 20px;
}

 .icon-bar a:hover {
  background-color: #000;
}

 .facebook {
  background: #3B5998;
  color: white;
   
}

  .youtube {
  background: #bb0000;
  color: white;
   
}

  .instagram {
  background: -webkit-radial-gradient(33% 100% circle, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
  background:radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf)
 
}

 .linkedin {
  background: #0077b5;
  color: white;
   
}

/* 
---------------------------------------------
Whats App Icon
--------------------------------------------- 
*/

.whatsapp_main {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 9999;
  overflow: hidden;
}

 .whatsapp_img {
   background-color: #ffff;
   border-radius: 50%;
   width: 60px;
   height: 60px;
   box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.5);
   overflow: hidden;
   display:flex;
 }
 
 @media screen and (max-width: 768px) {
   .whatsapp_img {
       width: 50px;
       height: 50px;
   }
   
   .whatsapp_main {
       bottom: 20px;
       right: 10px;
   }
 }

 
 /* 
---------------------------------------------
Instagram App Icon
--------------------------------------------- 
*/

 .instagram-chat {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 9999;
  overflow: hidden; 
 }
 
 .instagram-chat-link img {
 background-color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  overflow: hidden;
     
 }
 
 @media screen and (max-width: 768px) {
    .instagram-chat-link img {
       width: 50px;
       height: 50px;
   } 
   
   .instagram-chat {
      bottom: 75px; 
      right: 10px;
   }
 }

/* 
---------------------------------------------
Page Heading Style
--------------------------------------------- 
*/

.normal-space {
  padding: 100px 0px 100px 0px !important;
}

.page-heading {
  background-image: url('about-heading-2.jpg');
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  background-size: cover;
  overflow: hidden;
}

.page-heading h6 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #f5cf22;
  margin-top: 50px;
}

.page-heading h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 66px;
  text-transform: uppercase;
}

.page-heading span {
  color: #8a75da;
  font-size: 15px;
}

.page-heading span a {
  color: #fff;
}

.page-heading .buttons {
  margin-top: 35px;
  display: flex;
  justify-content: center;
}

.page-heading .buttons .main-button {
  margin-right: 15px;
}

.page-heading  .buttons .border-button {
  margin-left: 15px;
}

@media (max-width: 575.98px) {
  .normal-space {
    padding: 50px 0px 50px 0px !important;
  }

  .page-heading h6 {
    font-size: 16px;
    margin-top: 30px;
  }

  .page-heading h1 {
    font-size: 28px;
    line-height: 40px;
  }

  .page-heading span {
    font-size: 12px;
  }

  .page-heading .buttons {
    flex-direction: column;
  }

  .page-heading .buttons .main-button, .page-heading .buttons .border-button {
    margin: 10px 0;
  }
}

/* Small Devices (Landscape phones, 576px to 767px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .normal-space {
    padding: 70px 0px 70px 0px !important;
  }

  .page-heading h6 {
    font-size: 18px;
  }

  .page-heading h1 {
    font-size: 32px;
    line-height: 48px;
  }

  .page-heading span {
    font-size: 13px;
  }
}

/* Medium Devices (Tablets, 768px to 991px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .normal-space {
    padding: 80px 0px 80px 0px !important;
  }

  .page-heading h6 {
    font-size: 19px;
  }

  .page-heading h1 {
    font-size: 36px;
    line-height: 54px;
  }

  .page-heading span {
    font-size: 14px;
  }
}

/* Large Devices (Desktops, 992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .normal-space {
    padding: 90px 0px 90px 0px !important;
  }

  .page-heading h6 {
    font-size: 20px;
  }

  .page-heading h1 {
    font-size: 38px;
    line-height: 60px;
  }

  .page-heading span {
    font-size: 15px;
  }
}

/* Extra Large Devices (Large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .normal-space {
    padding: 100px 0px 100px 0px !important;
  }

  .page-heading h6 {
    font-size: 20px;
  }

  .page-heading h1 {
    font-size: 40px;
    line-height: 66px;
  }

  .page-heading span {
    font-size: 15px;
  }
}


/* 
---------------------------------------------
Explore Style
--------------------------------------------- 
*/

.discover-items {
  background-image: url('dark-bg-2.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 150px 0px 120px 0px;
  position: relative;
  margin-top: 200px;
  overflow: hidden;
}

.discover-items .section-heading {
  text-align: left;
  
}

.discover-items .section-heading .line-dec {
  margin-left: 0;
}

.discover-items #search-form {
  margin-top: 15px;
}

.discover-items #search-form input,
.discover-items #search-form select {
  width: 100%;
  height: 46px;
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 23px;
  background-color: transparent;
  padding: 0px 15px;
  font-size: 14px;
  color: #fff;
}

.discover-items #search-form select {
  cursor: pointer;
}

.discover-items #search-form select option {
  background-color: #2a2a2a;
}

.discover-items #search-form input::placeholder,
.discover-items #search-form select::placeholder {
  color: #fff;
}

.discover-items #search-form button {
  font-size: 14px;
  color: #fff;
  background-color: #7453fc;
  border: 1px solid #7453fc;
  height: 46px;
  line-height: 46px;
  text-align: center;
  width: 100%;
  display: inline-block;
  border-radius: 25px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.discover-items #search-form button:after {
  width: 78%;
  height: 2px;
  background-color: #fff;
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.discover-items #search-form button:hover {
  background-color: #fff;
  color: #7453fc;
  border: 1px solid #fff;
}

.discover-items .item span.banner {
  font-size: 15px;
  background-color: #7453fc;
  color: #fff;
  font-weight: 500;
  padding: 5px 15px;
  display: inline-block;
  position: absolute;
  border-radius: 16px;
  left: 50%;
  transform: translateX(-50%);
  top: -16px;
}

.discover-items .item span.author {
  display: inline-flex;
  width: 100%;
}

.discover-items .item span.author img {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.discover-items .item img {
  margin-top: -32px;
  position: relative;
  z-index: 1;
}

.discover-items .item h4 {
  font-size: 20px;
  margin-top: 30px;
}

.discover-items .item .line-dec {
  width: 100%;
  height: 1px;
  background-color: rgba(255,255,255,0.2);
  margin: 30px 0px;
}

.discover-items .item {
  background-color: #282b2f;
  border: 1px solid #404245;
  padding: 30px;
  border-radius: 20px;
  position: relative;
  margin-bottom: 52px;
}

.discover-items .item span {
  color: #fff;
  display: inline-block;
  font-size: 15px;
}

.discover-items .item span strong {
  font-size: 20px;
}

.discover-items .item span.category {
  text-align: right;
}

.discover-items .item .main-button {
  margin-top: 20px;
  margin-bottom: -60px;
  text-align: center;
}

.top-seller {
  background-image: url('main-bg.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 120px 0px 90px 0px;
  position: relative;
  overflow: hidden;
}

.top-seller .section-heading .line-dec {
  background-color: #fff;
}

.top-seller .item {
  display: flex;
  margin-bottom: 30px;
}

.top-seller .item img {
  margin-right: 15px;
}

.top-seller .item h4 {
  font-size: 20px;
  margin-top: 12px;
  margin-right: 10px;
}

.top-seller .item h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  text-align: left;
}

.top-seller .item a {
  font-size: 14px;
  cursor: auto;
  color: #fff;
  font-weight: 400;
  margin-top: 5px;
}


/* 
---------------------------------------------
Details Page Style
--------------------------------------------- 
*/

.item-details-page {
  background-image: url('dark-bg-2.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 120px 0px 120px 0px;
  position: relative;
  overflow: hidden;
}

.item-details-page:after {
  background-image: url('dark-bg-2.jpg');
  width: 300px;
  height: 282px;
  position: absolute;
  bottom: 0;
  right: 30px;
  content: '';
  /*z-index: 1;*/
}


.item-details-page .header h4 {
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: 600;
  text-align: center;
}

.item-details-page .intro-para {
   font-size: 16px;
  line-height: 1.8;
  margin: 15px 0;
  text-align: justify;
  padding: 0 15px;
    
}

@media (max-width: 575.98px) {
  .item-details-page .header h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .item-details-page .intro-para {
    font-size: 14px;
    padding: 0 10px;
  }

  .item-details-page .buttons {
    flex-direction: column;
    gap: 15px;
  }
}

/* Small Devices (Landscape phones, 576px to 767px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .item-details-page .header h4 {
    font-size: 19px;
    margin-bottom: 22px;
  }

  .item-details-page .intro-para {
    font-size: 15px;
  }
}

/* Medium Devices (Tablets, 768px to 991px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .item-details-page .header h4 {
    font-size: 20px;
  }

  .item-details-page .intro-para {
    font-size: 16px;
  }
}

/* Large Devices (Desktops, 992px and up) */
@media (min-width: 992px) {
  .item-details-page .header h4 {
    font-size: 22px;
  }

  .item-details-page .intro-para {
    font-size: 16px;
    padding: 0 20px;
  }
}

.item-details-page h4 em {
    color: #f5cf22;
    text-decoration: none;
}

.item-details-page .card {
    width: 350px;
    height: 450px;
    background: none;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 30px;
}

.item-details-page .card .face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 10px;
    overflow: hidden;
    transition: .5s;
    color: #000;
}

.item-details-page .card .front {
    transform: perspective(600px) rotateY(0deg);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

.item-details-page .card .front h4 {
    position: absolute;
    width: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.4);
    bottom: 0;
    color: #fff;
    border-radius: 0 0 10px 10px;
    padding: 10px 0;
}

.item-details-page .card .back {
    transform: perspective(600px) rotateY(180deg);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    background-color: #281806;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    padding: 20px;
}

.item-details-page .card .back h4 {
    font-size: 24px;
    margin-top: 20px;
    letter-spacing: 2px;
}

.item-details-page .card .back p {
    letter-spacing: 1px;
    font-size: 13px;
    margin: 10px 0;
}

.item-details-page .card .back .link {
    border-top: solid 1px #fff;
    height: 50px;
    line-height: 50px;
}

.item-details-page .card .back .link a {
    color: #f5cf22;
    font-weight: bolder;
}

.item-details-page .card .face img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-details-page .card:hover .front {
    transform: perspective(600px) rotateY(180deg);
}

.item-details-page .card:hover .back {
    transform: perspective(600px) rotateY(360deg);
}

/* 
---------------------------------------------
Author Page Style
--------------------------------------------- 
*/

.author-page {
  background-image: url('dark-bg.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 120px 0px 120px 0px;
  position: relative;
  overflow: hidden;
}

.author-page .author {
  display: flex;
}

.author-page .author h4 {
  margin-top: 60px;
  font-size: 20px;
  margin-left: 30px;
}

.author-page .author h4 a {
  font-size: 15px;
  color: #7453fc;
}

.author-page .right-info {
  background-color: #282b2f;
  border: 1px solid #404245;
  padding: 20px 30px;
  border-radius: 20px;
  margin-left: 100px;
}

.author-page .right-info .info-item {
  margin-bottom: 20px;
}

.author-page .right-info i {
  color: #7453fc;
  font-size: 22px;
}

.author-page .right-info h6 {
  font-size: 20px;
  color: #7453fc;
  margin-top: 4px;
}

.author-page .right-info h6 em {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
}

.author-page .right-info h5 {
  font-size: 20px;
  color: #afafaf;
  margin-top: 10px;
}

.author-page .right-info .main-button a {
  width: 100%;
  text-align: center;
}

.author-page .section-heading {
  margin-top: 80px;
  text-align: left;
}

.author-page .section-heading .line-dec {
  margin-left: 0;
}

.author-page .item span.author {
  display: inline-flex;
  width: 100%;
}

.author-page .item span.author img {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.author-page .item img {
  margin-top: -32px;
  position: relative;
  z-index: 1;
}

.author-page .item h4 {
  font-size: 20px;
  margin-top: 30px;
}

.author-page .item .line-dec {
  width: 100%;
  height: 1px;
  background-color: rgba(255,255,255,0.2);
  margin: 30px 0px;
}

.author-page .item {
  background-color: #282b2f;
  border: 1px solid #404245;
  padding: 30px;
  border-radius: 20px;
  position: relative;
  margin-bottom: 52px;
}

.author-page .item span {
  color: #fff;
  display: inline-block;
  font-size: 15px;
}

.author-page .item span strong {
  font-size: 20px;
}

.author-page .item span.category {
  text-align: right;
}

.author-page .item .main-button {
  margin-top: 20px;
  margin-bottom: -60px;
  text-align: center;
}


/* 
---------------------------------------------
Create Page Style
--------------------------------------------- 
*/


.normal-space {
  padding: 50px 0px 70px 0px !important;
}

.page-heading h6 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #f5cf22;
  margin-top: 30px;
}

.page-heading h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}

.contact .info-item {
  background: #281806;
  padding: 30px;
  border-radius: 30px;
}

.contact .info-item i {
  font-size: 38px;
  line-height: 0;
  color: #d81a22;
}

.contact .info-item h3 {
  font-size: 25px;
  font-weight: 700;
  margin: 20px 0 10px 0;
  color: #f5cf22;
}

.contact .info-item p {
  padding: 0;
  line-height: 24px;
  font-size: 15px;
  margin-bottom: 0;
}

.contact .php-email-form {
  background: #281806;
  padding: 30px;
  height: 100%;
  border-radius: 30px;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form select,
.contact .php-email-form textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  color: #000;
  background-color: #fffae5;
  border-color: #281806;
  border-radius: 15px;
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form select:focus,
.contact .php-email-form textarea:focus {
  border-color: #281806;
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form select::placeholder,
.contact .php-email-form textarea::placeholder {
  color: #000;
}

.contact .php-email-form button[type=submit] {
  background: #f5cf22;
  color: #000;
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: none;
  outline: 2px #f5cf22;
  border: 2px #f5cf22;
  color: #fff;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}



/* 
---------------------------------------------
Student work Page
--------------------------------------------- 
*/

.student-work .container {
    display: flex;
    overflow: hidden;
    height: 600px;
    width: 600px;
}

 .student-work .img-container {
            position: relative;
            height: 100%;
            width: 100%;
            transition: 0.3s;
            cursor: pointer;
            overflow: hidden;
            border-radius: 10px;
            box-shadow: 0px, 5px, 15px, rgba(0, 0, 0, 0.35);
        }

        .student-work .img-container img {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 10px;
        }

        .student-work .img-container .overlay-student {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            border-radius: 10px;
            opacity: 0;
            transition: opacity 0.3s;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .student-work .img-container h3
         {
            color: white;
            opacity: 0;
            transition: opacity 0.3s;
            align-items: center;
            display: flex;
            justify-content: center;
        }
        
        .student-work .img-container p {
            color: white;
            opacity: 0;
            transition: opacity 0.3s;
            margin-top: 15px;
        }

        .student-work .img-container:hover .overlay-student {
            opacity: 1;
        }

        .student-work .img-container:hover h3
         {
            opacity: 1;
        }
        
        .student-work .img-container:hover p {
           opacity: 1; 
        }
/* 
---------------------------------------------
Animation Page
--------------------------------------------- 
*/
.normal-space {
  padding: 250px 0px 120px 0px !important;
}

.page-heading {
  background-image: url('about-heading-2.jpg');
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  background-size: cover;
  overflow: hidden;
}

.page-heading h6 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #f5cf22;
  margin-top: 50px;
}

.page-heading h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 66px;
  text-transform: uppercase;
}

.page-heading span {
  color: #8a75da;
  font-size: 15px;
}

.page-heading span a {
  color: #fff;
}

.page-heading .buttons {
  margin-top: 35px;
  display: flex;
  justify-content: center;
}

.page-heading .buttons .main-button {
  margin-right: 15px;
}

.page-heading .buttons .border-button {
  margin-left: 15px;
}

.item-details-page {
  background-image: url('dark-bg-2.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 120px 0px 120px 0px;
  position: relative;
  overflow: hidden;
}

.item-details-page:after {
  background-image: url('dark-bg-2.jpg');
  width: 300px;
  height: 282px;
  position: absolute;
  bottom: 0;
  right: 30px;
  content: '';
  z-index: 1;
  overflow: hidden;
}

.item-details-page .container2 {
  width: 100%;
  min-width: 580px;
  position: relative;
  padding: 20px;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  overflow: hidden;
}

.item-details-page .wrapper {
  background: none;
  border: none;
  margin: 20px;
  padding: 15px 15px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 50, 0.2);
}

.item-details-page .toggle,
       .content {
          font-family: 'Cairo', sans-serif;
         }

.item-details-page .toggle {
  width: 100%;
  background-color: #f5cf22;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 23px;
  font-weight: 700;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 25px 25px 25px 25px;
  border-radius: 20px;

}

.item-details-page .right-column .image2 img {
  position: absolute;
  overflow: hidden;
  opacity: 0;
  animation: changeImages 9s infinite;
  margin-top: 30px;
  margin-bottom: 30px;
      width: 550px;
      height: 400px;
      object-fit: cover;
}


.item-details-page .right-column .image2 img:nth-child(2) {
  animation-delay: 3s;
}

.item-details-page .right-column .image2 img:nth-child(3) {
  animation-delay: 6s;
}

@keyframes changeImages {
  0%, 33.33% {
    opacity: 1;
  }
  33.33%, 66.66% {
    opacity: 1;
  }
  66.66%, 100% {
    opacity: 0;
  }
}

@keyframes fadeInOut {
  0%, 100% {
    opacity: 0;
  }
  25%, 75% {
    opacity: 1;
  }
}

.item-details-page .section-heading h4 {
    text-align: left;
}

.item-details-page .content {
  position: relative;
  font-size: 16px;
  text-align: left;
  line-height: 20px;
  height: 0;
  overflow: hidden;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin: 8px;
  color: #e5e5e5;
  width: 100%;

}

.item-details-page .row {
        display: flex;
        flex-wrap: wrap;

      }
      
     .item-details-page .column {
        flex: 50%;
        justify-content: space-between;
        overflow: hidden;
        padding-bottom: 70px;
      }

      .item-details-page .panel {
        background-color: none;
        color: none;
        border: none;
        overflow: hidden;
      }

      @media (max-width: 767px) {
  .item-details-page .container2 {
    width: 100%;
    max-width: 0;
    padding: 10px;
  align-items: center;
  justify-content: center;
  display: flex;
  }

  .item-details-page .column {
    flex: 100%;
  }

  .item-details-page .toggle {
    max-width: 350px;
    width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 5px 5px 5px;
  border-radius: 20px;
  overflow: hidden;
  }

  .item-details-page .column img {
    margin: 0 auto;
    align-items: center;
    display: flex;
  }
  
  .item-details-page .row {
        display: block;
        flex-wrap: wrap;

      }
}

@media (max-width: 548px) {
  .item-details-page .container2 {
    width: 100%;
    max-width: 0;
    padding: 0;
  align-items: center;
  justify-content: center;
  display: flex;
    
  }

  .item-details-page .column {
    flex: 100%;
  }

  .item-details-page .toggle {
    width: 100%;
    max-width: 250px;
    display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 5px 5px 5px;
  border-radius: 20px;
  overflow: hidden;
  }

  .item-details-page .column img {
    margin: 0 auto;
    align-items: center;
    display: flex;
  }
  
  .item-details-page .row {
        display: block;
        flex-wrap: wrap;

      }
}

.item-details-page .courses span {
    font-size: 25px;
    margin-top: 50px;
}

.item-details-page .blog-post .blog-post_cta {
    font-size: 18px;
    color: #d81a22;
    font-weight: bold;
}

.item-details-page .blog-post_info p {
    width: 70%;
} 

/* 
---------------------------------------------
VFX Page
--------------------------------------------- 
*/

.item-details-page .content-3 .adv_list span i {
  color: #d81a22;  
}

/* 
---------------------------------------------
Graphic Page
--------------------------------------------- 
*/

.item-details-page .right-column .image3 img {
  position: absolute;
  overflow: hidden;
  opacity: 0;
  animation: changeImages 9s infinite;
  margin-top: 30px;
  margin-bottom: 30px;
      width: 600px;
      height: 500px;
      object-fit: cover;
}


.item-details-page .right-column .image3 img:nth-child(2) {
  animation-delay: 3s;
}

.item-details-page .right-column .image3 img:nth-child(3) {
  animation-delay: 6s;
}

@keyframes changeImages {
  0%, 33.33% {
    opacity: 1;
  }
  33.33%, 66.66% {
    opacity: 1;
  }
  66.66%, 100% {
    opacity: 0;
  }
}

/* 
---------------------------------------------
Breadcrumbs Section For Director Desk Page
--------------------------------------------- 
*/

.breadcrumbs {
    margin-top: 10px;
}

.breadcrumbs .home-link
 {
    color: #d81a22;
    font-size: 20px;
}

.breadcrumbs .about-link {
   color: #fff;
    font-size: 20px; 
}

.breadcrumbs .line {
   color: #fff;
    font-size: 20px; 
}

.breadcrumbs .current-page {
    color: #f5cf22;
    font-size: 20px;
}

/* 
---------------------------------------------
Breadcrumbs Section For About Us Page
--------------------------------------------- 
*/

.breadcrumbs .testimonial-link {
    color: #fff;
    font-size: 20px;
}

.breadcrumbs .director-desk-link {
    color: #d81a22;
    font-size: 20px;
}

/* 
---------------------------------------------
Breadcrumbs Section For Testimonial Page
--------------------------------------------- 
*/

.breadcrumbs .about-us-link {
    color: #d81a22;
    font-size: 20px;
}

.breadcrumbs .placement-link {
    color: #fff;
    font-size: 20px;
}

/* 
---------------------------------------------
Breadcrumbs Section For Placements Page
--------------------------------------------- 
*/

.breadcrumbs .testimonial-2-link {
   color: #d81a22;
   font-size: 20px; 
}

.breadcrumbs .student-link {
   color: #fff;
   font-size: 20px; 
}


/* 
---------------------------------------------
Breadcrumbs Section For Student Work Page
--------------------------------------------- 
*/

.breadcrumbs .placement-2-link {
   color: #d81a22;
   font-size: 20px; 
}

.breadcrumbs .contact-link {
   color: #fff;
   font-size: 20px; 
}

/* 
---------------------------------------------
Breadcrumbs Section For Contact Page
---------------------------------------------
*/

.breadcrumbs .student-work-2-link {
   color: #d81a22;
   font-size: 20px; 
}

.breadcrumbs .home-2-link {
   color: #fff;
   font-size: 20px; 
}

/* 
---------------------------------------------
Broadcast Page
--------------------------------------------- 
*/

.item-details-page .right-column .image5 img {
  position: absolute;
  overflow: hidden;
  opacity: 0;
  animation: changeImages 9s infinite;
  margin-top: 30px;
  margin-bottom: 30px;
      width: 600px;
      height: 400px;
      object-fit: cover;
}


.item-details-page .right-column .image5 img:nth-child(2) {
  animation-delay: 3s;
}

.item-details-page .right-column .image5 img:nth-child(3) {
  animation-delay: 6s;
}

@keyframes changeImages {
  0%, 33.33% {
    opacity: 1;
  }
  33.33%, 66.66% {
    opacity: 1;
  }
  66.66%, 100% {
    opacity: 0;
  }
}

.item-details-page .content-4 p {
    margin-top: 130px;
}


/* 
---------------------------------------------
AR/VR Page
--------------------------------------------- 
*/

.item-details-page .right-column .image7 img {
  position: absolute;
  overflow: hidden;
  opacity: 0;
  animation: changeImages 9s infinite;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 600px;
  height: 400px;
  object-fit: cover;
}


.item-details-page .right-column .image7 img:nth-child(2) {
  animation-delay: 3s;
}

.item-details-page .right-column .image7 img:nth-child(3) {
  animation-delay: 6s;
}

@keyframes changeImages {
  0%, 33.33% {
    opacity: 1;
  }
  33.33%, 66.66% {
    opacity: 1;
  }
  66.66%, 100% {
    opacity: 0;
  }
}



/* 
---------------------------------------------
Game Design Page
--------------------------------------------- 
*/

.item-details-page .right-column .image4 img {
  position: absolute;
  overflow: hidden;
  opacity: 0;
  animation: changeImages 9s infinite;
  margin-top: 30px;
  margin-bottom: 30px;
      width: 600px;
      height: 650px;
      object-fit: cover;
}


.item-details-page .right-column .image4 img:nth-child(2) {
  animation-delay: 3s;
}

.item-details-page .right-column .image4 img:nth-child(3) {
  animation-delay: 6s;
}

@keyframes changeImages {
  0%, 33.33% {
    opacity: 1;
  }
  33.33%, 66.66% {
    opacity: 1;
  }
  66.66%, 100% {
    opacity: 0;
  }
}

/* 
---------------------------------------------
Short Term Course Page
--------------------------------------------- 
*/

.item-details-page .right-column .image09 img {
  position: absolute;
  overflow: hidden;
  opacity: 0;
  animation: changeImages 9s infinite;
  margin-top: 30px;
  margin-bottom: 30px;
   width: 550px;
   height: 400px;   
   object-fit: cover;
}


.item-details-page .right-column .image09 img:nth-child(2) {
  animation-delay: 3s;
}

.item-details-page .right-column .image09 img:nth-child(3) {
  animation-delay: 6s;
}

@keyframes changeImages {
  0%, 33.33% {
    opacity: 1;
  }
  33.33%, 66.66% {
    opacity: 1;
  }
  66.66%, 100% {
    opacity: 0;
  }
}

/* 
---------------------------------------------
Courses Page
--------------------------------------------- 
*/

.course-details .wrapper {
      display: flex;
  width: 1600px;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
      
    }

    .course-details .card {
      width: 400px;
      height:  500px;
      padding:  1rem 1rem;
      margin-right: 30px;
      margin-bottom: 40px;
      background-color: none;
      position: relative;
      display: flex;
      box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.7);
      transition: 0.5s ease-in-out;
    }

    .course-details .card:hover {
      transform: translateY(20px);
    }

    .course-details .card:before {
      content : "";
      position:  absolute;
      top: 0;
      left: 0;
      display: block;
      width:  100%;
      height: 100%;
      z-index: 2;
      background-color: rgba(0,0,0,0.8);
      transition: 0.5s all;
      opacity: 1;
    }

    .course-details .card:before:hover {
      opacity: 0;
    }

    .course-details .card img {
      width:  100%;
      height:  100%;
      object-fit: cover;
      position: absolute;
      top:  0;
      left:  0;
    }

    .course-details .card .info {
      position: relative;
      z-index: 3;
      color:  #fff;
      opacity: 0;
      transform: translateY(30px);
      transition: 0.5s all;
      margin-top: 15px;
    }
    
    .course-details .card .header {
      position: relative;
      z-index: 3;
      font-size: 20px;
      opacity: 1;
      transform: translateY(30px);
      transition: 0.5s all;
      margin-top:  120px;
    }

    .course-details .card:hover .info {
      opacity: 1;
      transform: translateY(0px);
    }
    
    .course-details .card:hover .header {
        margin-top: 30px;
      opacity: 1;
      transform: translateY(0px);
    }


   .course-details .card .header h1 {
      font-size: 35px;
      color:  #f5cf22;
      margin-top: 40px;
      text-align: center;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
      display: flex;
    }

    .course-details .card .info p {
      font-size: 16px;
      left: 0;
      width:  100%;
      object-fit: cover;
      margin-top: 8px;
      margin-bottom:  30px;
    }
    
    .course-details .card .info i {
        font-size: 30px;
        color: #d81a22;
        margin-left: 15px;
        text-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.4);
    }

.course-details .card .info a {
        font-size: 25px;
        color: #d81a22;
        text-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.4);
    }
/* 
---------------------------------------------
Testimonial Page
--------------------------------------------- 
*/

.testimonials-section {
    display: flex;
    width: 100%;
    height: 70vh;
    padding: 0px 8%;
}

.testimonials-container {
    position: relative;
}

.testimonials-container .testimonial-card {
    padding: 20px;
}

.testimonial-card .test-card-body {
    background-color: #ffffff;
    box-shadow: 2px 2px 20px rgba(0,0,0,0.12);
    padding: 20px;
    border-radius: 40px;
}

.test-card-body .quote {
    display: flex;
    align-items: center;
}

.test-card-body .quote i {
    font-size: 45px;
    color: #f5cf22;
    margin-right: 20px;
}

.test-card-body .quote h2 {
   color: #3e3121;
   font-size: 20px;
   font-family : 'Cairo', sans-serif;
}

.test-card-body p {
    color: #000;
    font-size: 15px;
    margin: 10px 0 15px;
    line-height: 1.5;
}

.test-card-body .ratings {
   margin-top: 20px;
}

.test-card-body .ratings i {
    font-size: 17px;
    color: #f5cf22;
    cursor: pointer;
}

.testimonial-card .profile {
    display: flex;
    margin-top: 25px;
    align-items: center;
}

.profile .profile-image {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}

.profile .profile-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.profile .profile-description {
    flex-direction: column;
    display : flex;
}

.profile-description span:nth-child(1) {
    font-size: 24px;
    font-weight: bold;
    color: #f5cf22;
}

.profile-description span:nth-child(2) {
    font-size: 16px;
    color: #fff;
}

.owl-nav {
    position: absolute;
    right: 20px;
}

.owl-nav button {
   border-radius: 50% !important; 
}

.owl-nav .owl-prev i,
 .owl-nav .owl-next i {
    color: #a06e09;
    font-size: 20px !important;
    border-radius: 50%;
    padding: 10px !important;
    background-color: #fff !important;
    cursor: pointer;
    transition: 0.4s;
    
}

.owl-nav .owl-prev i:hover,
 .owl-nav .owl-next i:hover {
    background-color: #f5cf22 !important;
    color: #fff;
 }
 
 .owl-dots {
     margin-top: 15px;
 }
 
 .owl-dots .owl-dot span {
    background-color: #e8e8e8 !important;
    padding: 6px;
    
 }
 
 .owl-dots .owl-dot.active span {
     background-color: #f5cf22 !important;
 }
 
 .arrow-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.arrow {
  width: 0; 
  height: 0; 
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 80px solid #ff0000;
  position: relative;
  animation: arrowAnimation 1s infinite;
}

 .main-buttons a {
  font-size: 18px;
  color: #000;
  background-color: #f5cf22;
  border: 2px solid #f5cf22;
  padding: 20px 40px;
  display: inline-block;
  border-radius: 40px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 1px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.main-button a:after {
  width: 95%;
  height: 3px;
  background-color: #fff;
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

 .main-button a:hover {
  background-color: #000;
  color: #f5cf22;
  border: 2px solid #000;
}

@keyframes arrowAnimation {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(40px);
  }
  100% {
    transform: translateX(0);
  }
}

/* 
---------------------------------------------
About Us Style
--------------------------------------------- 
*/

.item-details-page .intro-paragraph p {
    margin-top: 50px;
    width: 85%;
} 

.item-details-page .intro-content p {
    display: inline-block;
}

.item-details-page .container2 {
  width: 100%;
  max-width: 580px;
  position: relative;
  padding: 20px;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  overflow: hidden;
}



 .item-details-page .wrapper {
  background: none;
  border: none;
  margin: 10px;
  padding: 10px 10px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 50, 0.2);
  position: relative;
  overflow: hidden;
}

.item-details-page .toggle,
.item-details-page .content {
          font-family: 'Cairo', sans-serif;;
         }

.item-details-page .toggle {
  width: 100%;
  background-color: #f5cf22;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 23px;
  font-weight: 700;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 25px 25px 25px 25px;
  border-radius: 20px;
  overflow: hidden;

}

.item-details-page .wrapper i {
    font-size: 30px;
    color: #D81A22;
}

@keyframes fadeInOut {
  0%, 100% {
    opacity: 0;
  }
  25%, 75% {
    opacity: 1;
  }
}

@keyframes changeImages {
  0%, 33.33% {
    opacity: 1;
  }
  33.33%, 66.66% {
    opacity: 1;
  }
  66.66%, 100% {
    opacity: 0;
  }
}

.item-details-page .right-column .image1 {
    position: relative;
}

.item-details-page .left-column .image1 {
    position: relative;
}

.item-details-page .right-column .image1 img {
  position: absolute;
  margin-top: 80px;
  width: 550px;
  height: 400px;
  opacity: 0;
  animation: changeImages 9s infinite;
}

.item-details-page .left-column .image1 img {
  position: absolute;
  margin-top: 80px;
  width: 550px;
  height: 400px;
  opacity: 0;
  animation: changeImages 9s infinite;
}

.item-details-page .image1 img:nth-child(2) {
  animation-delay: 3s;
}

.item-details-page .image1 img:nth-child(3) {
  animation-delay: 6s;
}

.item-details-page .content {
  position: relative;
  font-size: 16px;
  text-align: left;
  line-height: 20px;
  height: 0;
  overflow: hidden;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin: 8px;
  color: #e5e5e5;
  width: 100%;

}

.item-details-page .row {
        display: flex;
        flex-wrap: wrap;

      }
      
     .item-details-page .column {
        justify-content: space-between;
        overflow: hidden;
      }

      .item-details-page .panel {
        background-color: none;
        color: none;
        border: none;
        overflow: hidden;
      }
      
      
      .item-details-page .header h3 {
          color: #d81a22;
      }
      
      .cta-section {
         background-image: url(about-cta-bg.jpg);
         background-size: cover;
         background-repeat: no-repeat;
         background-position: center center;
         padding: 150px 30px;
         overflow: hidden;
         width: 100%;
         min-height: 50vh;
         top: 83%;
         left: 0;
         flex-direction: column;
         padding-bottom: 50px;
     } 
     
     .cta-content .col-content {
        position: relative;
        width: 100%;
        margin: 0;
        text-align: center;
     }
     
     .cta-content .col-content h1 span {
         color: #d81a22;
         font-size: 40px;
         font-weight: bold;
     }
     
     .cta-content .col-content h1 {
         color: #f5cf22;
         margin-bottom: 30px;
         
     }
     
     .cta-content .col-content p {
         font-size: 20px;
         line-height: 40px;
         width: 100%;
         margin-bottom: 30px;
         
     }
     
     @media screen and (max-width: 768px) {
     .page-heading h6 {
        font-size: 16px; 
     }
     
     .page-heading h2 {
        font-size: 25px;
        line-height: 33px;
     }
     
     .breadcrumbs .testimonial-link {
    font-size: 14px;
}

.breadcrumbs .director-desk-link {
    font-size: 14px;
}

.item-details-page .intro-content h4 {
    font-size: 18px;
    line-height: 30px;
}

.item-details-page .intro-content p {
    font-size: 14px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 23px;
    max-width: 350px;
    width: 85%;
    height: 100%; 

}

     
        }

/* 
---------------------------------------------
24 FPS Event Page
--------------------------------------------- 
*/

.content-para-left p {
    margin-top: 60px;
    font-size: 16px;
    margin-right: 30px;
    width: 100%;
    height: 100%;
    line-height: 2rem;
}

.content-para-right p {
    margin-top: 60px;
    font-size: 16px;
    margin-right: 30px;
    width: 100%;
    height: 100%;
    line-height: 2rem;
}

@media (max-width: 768px) {
 .content-para-left p {
    font-size: 14px;
    margin-top: 0;
    display: flex;
    padding-top: 40px;
    margin: 0 auto;
    height: 100vh;
    width: 85%;
    line-height: 1.5rem;
    
}

.content-para-right p {
    font-size: 14px;
    display: flex;
    margin: 0 auto;
    margin-top: 0;
    height: 100vh;
    width: 85%;
    padding-top: 40px;
    line-height: 1.5rem;
  }
  
  .content-header-left h3 {
    font-size: 19px;
    margin-left: 0;
    display: flex;
    text-align: left;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
}

.content-header-right h3 {
    font-size: 19px;
    margin-left: 0;
    display: flex;
    text-align: left;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
  }
}

.carousel-item img {
    border-radius: 15px;
}

.content-header-left h3 {
    font-size: 25px;
    color: #f5cf22;
    font-weight: bold;
    margin-left: 30px;
}

.content-header-right h3 {
    font-size: 25px;
    color: #f5cf22;
    font-weight: bold;
    margin-right: 30px;
}

.direction-button {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  top: 65%;
  transform: translateY(-50px);
  text-align: center;
}

.direction-button .carousel-control-prev {
  position: absolute;
  left: -40px;
}

.direction-button .carousel-control-next {
  position: absolute;
  right: -40px;
}

.direction-button .carousel-control-prev span,
.direction-button .carousel-control-next span  {
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 20px;
  display: inline-block;
  color: #000;
  background-color: #f5cf22;
  border-radius: 50%;
  opacity: 1;
  transition: all .3s;
}

.direction-button .carousel-control-prev span:hover,
.direction-button .carousel-control-next span:hover {
  opacity: 1;
}

@media (max-width: 768px) {

.direction-button .carousel-control-prev {
  position: absolute;
  left: -25px;
}

.direction-button .carousel-control-next {
  position: absolute;
  right: -25px;
}

.direction-button .carousel-control-prev span,
.direction-button .carousel-control-next span  {
  width: 30px;
  height: 30px;
  line-height: 16px;
  font-size: 10px;
    
  }  
}
/* 
---------------------------------------------
Footer
--------------------------------------------- 
*/

 footer {
   position: relative;
   bottom: 0px;
   width:100%;
   background-image: url(FOOTER-bg-3.jpg);
   background-size: cover;
   background-repeat: no-repeat;
   overflow: hidden;
   
}

footer .main-content .section-heading {
    margin-top: 40px;
}

.main-content {
    display: flex;
}

.main-content .box {
    flex-basis: 50%;
    padding: 10px 10px;
}

.box {
    margin-left: 90px;
}

.box p {
   color: #fff; 
}

.box .content {
    margin: 20px 0 0 0;
}

.left .content .social {
  margin-top: 50px;
  margin-bottom: 50px;
}

.left .content .social a {
    padding: 0 1px;
    color: #fff;
}

.left .content .social a img {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
    border-radius: 50%;
    transition: .3s;
}

.center .content .place,
.center .content .contact-number,
.center .content .mail {
    display: flex;
    align-items: center;
    margin: 10px 0;
    
}

.center .content i {
    color: #f5cf22;
    font-size: 25px;
    text-align: center;
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
    margin-right: 10px;
}

.center .content i:hover {
    color: #d81a22;
}

.center .content .address,
.center .content .phone,
.center .content .email {
    font-size: 18px;
    font-weight: 500;
    padding-left: 10px;
    color: #fff;
    display: inline-block;
}

.center .content .contact-number,
.center .content .mail {
    margin: 10px 0;
}

.right .content .form-newsletter form .number {
   margin-top: 15px; 
}

.right .content .form-newsletter form input {
    width: 100%;
    max-width: 400px;
    font-size: 18px;
    background-color: #fffae5;
    padding-left: 10px;
    border: 1px solid #22222;
    border-radius: 10px;
    height: 40px;
    
}

.right .content .form-newsletter form input:focus {
    height: 35px;
    outline : #281806;
}

.right .content .form-newsletter .btn  button[type=submit] {
  background: #f5cf22;
  color: #000;
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 4px;
}

.right .content .form-newsletter .btn button[type=submit]:hover {
  background: none;
  outline: 2px #f5cf22;
  border: 2px #f5cf22;
  color: #fff;
}

@media screen and (max-width: 900px) {
   footer {
       position: relative;
       bottom: 0;
   }
   
   .main-content {
       flex-direction: column;
       flex-wrap: wrap;
   }
   
   .main-content .box {
       margin: 5px 0;
   }
   
 .main-content .section-heading {
    margin-top: 20px;
    text-align: left;
  }
  
  .main-content .line-dec {
    margin-top: 20px;
    text-align: left;  
  }
  
  .main-content .section-heading h2 {
      font-size: 25px;
  }
 
 .left .content p {
     font-size: 13px;
     width: 90%;
 }
 
 .center .content .place,
 .center .content .number,
 .center .content .mail {
     font-size: 13px;
     width: 90%;
 }
  
}
/* 
---------------------------------------------
100 Hours
--------------------------------------------- 
*/

.para {
    width: 100%;
    height: 150px;
    margin-top: 50px;
}

.para h3 {
    font-size: 35px;
    color: #f5cf22;
    
}

.para p {
    font-size: 30px;
}


/* 
---------------------------------------------
Placement Page
--------------------------------------------- 
*/

.company-logos {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 0 20px;
  overflow: hidden;
  background-image :url('dark-bg-2.jpg');
  perspective: 100rem;
}

.company-logos .slide {
    height: 200px;
  width: 200px;
  display: grid;
  object-fit: contain;
  background-color: #fff;
}

.company-logos .slide .image-slider {
    display: grid;
    place-items: center;
}

.company-logos .slide img {
    height: 100%;
    width: 100%;
  object-fit: contain;
  border-radius: 30px;
  transition: transform 1s;
  margin-right: 20px;
  max-width: 180px;
  max-height: 180px;
}

.company-logos .slide img:hover {
    transform: translateZ(5px);
}

.company-logos .image-slider::before,
.company-logos .image-slider::after {
  background-image: url('dark-bg-2.jpg');
  content: '';
  height: 100%;
  width: 2%;
  z-index: 2;
  position: absolute;
}

.company-logos .image-slider::before {
    left: 0;
    top:0;
}

.company-logos .image-slider::after {
    left: 0;
    top:0;
}


 .company-logos .image-slider-tracker {
  display: flex;
  width: calc(600*5);
  animation: play 20s linear infinite;

}

@keyframes play {
  0%{
    transform: translateX(1);
  }

  100%{
    transform: translateX(calc(-350px*6));
  }
}


.item-details-page .image8 img {
  position: absolute;
  width: 450px;
  height: 550px;
  opacity: 0;
  animation: changeImages 9s infinite;
  margin-left: 70px;
  border-raius: 15px;
}

.item-details-page .image8 img::before {
  content = '';
  position: absolute;
  background-image: conic gradient(
  #f5cf22 20deg,
  transparent 120deg
  );
   width: 100%;
  height: 100%;
  position: absolute;
}

.item-details-page .image8 img::after {
  content = '';
  position: absolute;
  width: 450px;
  height: 550px;
}

.item-details-page .image8 img:nth-child(2) {
  animation-delay: 3s;
}

.item-details-page .image8 img:nth-child(3) {
  animation-delay: 6s;
}


/* 
---------------------------------------------
ThankYou Page
--------------------------------------------- 
*/

.thankyou_content .check_mark {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.thankyou_content .check_mark img {
    height: 100%;
    width: 100%;
    max-width: 250px;
    max-height: 250px;
}

.thankyou_content .thank_para p {
    font-size: 18px;
    line-height: 2rem;
    margin-top: 35px;
    text-align: center;
    font-weight: 400;
    justify-content: center;
    margin: 0 auto;
    display: inline-block;
    width: 80%;
    left: 30%;
}

/* 
---------------------------------------------
ThankYou Page For Newsletters
--------------------------------------------- 
*/
.thankyou_content_newsletter .check_mark {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.thankyou_content_newsletter .check_mark img {
    height: 100%;
    width: 100%;
    max-width: 250px;
    max-height: 250px;
}

.thankyou_content_newsletter .thank_para_newsletter p {
    font-size: 18px;
    line-height: 2rem;
    margin-top: 35px;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    display: inline-block;
    width: 80%;
    font-weight: 400;
}



