/**
* Template Name: TheEvent - v4.9.1
* Template URL: https://bootstrapmade.com/theevent-conference-event-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/* fonts */
@font-face {
  font-family: 'f1';
  src: url('./fonts/Chopsic.otf'); 
}
@font-face {
  font-family: 'f2';
  src: url('./fonts/HolderBold_PERSONAL_USE_ONLY.otf'); 
}
@font-face {
  font-family: 'f3';
  src: url('./fonts/One\ Slice.otf'); 
}
@font-face {
  font-family: 'f4';
  src: url('./fonts/Voice\ In\ My\ Head.otf'); 
}
@font-face {
  font-family: 'f5';
  src: url('./fonts/Azonix.otf'); 
}
@font-face {
  font-family: 'f6';
  src: url('./fonts/Boleon.otf'); 
}
@font-face {
  font-family: 'f7';
  src: url('./fonts/Cocogoose-Classic-Medium-trial.ttf'); 
}
@font-face {
  font-family: 'f8';
  src: url('./fonts/Comfortaa-Regular.ttf'); 
}
@font-face {
  font-family: 'f9';
  src: url('./fonts/Times\ New\ Romance.otf'); 
}
@font-face {
  font-family: 'f10';
  src: url('./fonts/Times\ New\ Romance.ttf'); 
}

@import url('https://fonts.googleapis.com/css2?family=Lexend&family=Montserrat:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lalezar&display=swap');
/* font-family: 'Lexend', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Lalezar', cursive; */
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #0c1018;
  font-family: "Open Sans", sans-serif;
}

html{
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}
html::-webkit-scrollbar{
  width: 6px;
}
html::-webkit-scrollbar-track{
  background:#dc9898;
}
html::-webkit-scrollbar-thumb{
  background:#020537;
}


a {
  color: #f82249;
  text-decoration: none;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #f8234a;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin:0;
  padding: 0;
  color: #c5cef1;
}

.main-page {
  margin-top: 70px;
}

/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #500412;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  transition: all 0.4s;
  color: #fff;
  font-family: "f8";
  
}

.back-to-top a {
  font-size: 20px;
  color: rgb(244, 7, 7);
  line-height: 0;
}

.back-to-top:hover {
  background: #f94a6a;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
  padding:5px 27px;
}

/* Sections Header
--------------------------------*/
.section-header {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 20px;
}

.section-header::before {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #f82249;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-header h2 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #9195a2;
}

.section-with-bg {
  background-color: #f6f7fd;
}
@media (max-width: 574px){
  .section-header h2{
    font-size: 24px;
  }
  .section-header p{
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 90px;
  position: fixed;
  left:0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background:none;
}
@media(min-width: 574px){
  #header.header-scrolled ul,
  #header.header-inner ul{
  background: rgba(11, 39, 139, 0);
  border-radius: 20px;
  padding-right: 6px;
  display: flex;
  flex-direction: column-reverse;
  padding-top: 300px;
} 
#header.header-scrolled li a,
#header.header-inner li a{
  font-size: 12px;
} 
#header.header-scrolled li a::before,
#header.header-inner li a::before{
  background-color: rgb(255, 46, 77);
} 
#header.header-scrolled a,
#header.header-inner a{
  color: #9bf1ff;
}
}



#header #logo h1 {
  font-size: 14px;
  margin: 0;
  font-family: "f4";
  font-weight: 700;
  letter-spacing: 9px;
  text-transform: uppercase;
  padding-left: 12px;
}

#header #logo h1 span {
  color: #e31e24;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  width:95px;
}

@media (max-width: 574px) {
  #header #logo img {
    width:65px;
  }
  #header #logo h1{
    font-size: 10px;
    letter-spacing: 5px;
    padding-left: 10px;
  }

  #header.header-scrolled li,
  #header.header-inner li{
    display: flex;
    flex-direction: column-reverse; 
  }
}

/*--------------------------------------------------------------
# Buy Tickets
--------------------------------------------------------------*/
.buy-tickets {
  color: rgb(255, 253, 253) !important;
  background: #24040a52;
  padding: 4px 22px;
  margin-top: 20px;
  border-radius: 20px;
  border-bottom: 2px solid #f82249;
  transition: all ease-in-out 0.3s;
  line-height: 1;
  font-size: 14px;
  white-space: nowrap;
  font-family: "f7";
}

.buy-tickets:hover {
  background: rgb(75, 8, 8);
  color: #fff;
}

.buy-tickets:focus {
  color: #fff;
}

@media (max-width: 992px) {
  .buy-tickets {
    margin: 0 15px 0 0;
  }
}
@media (max-width: 574px) {
  .buy-tickets{
    margin: 15px;


  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 5px 10px 6px;

}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ee1251ca;
  font-family: "f6" !important;
  font-weight: 200;
  font-size: 14px;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  padding: 6px 4px;
  letter-spacing: 2px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: rgb(143, 22, 22);
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
}


/*
Mobile Navigation 
*/
.mobile-nav-toggle {
  color: rgb(255, 255, 255);
  font-size: 32px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  padding: 0;
  padding-right: 7px;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  transition:all .3s ease-in-out;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 10px;
  right: 3px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 0px;
  right: -26px;
  bottom: 0px;
  padding: 10px 0;
  background: rgb(0,0,0);
  background: linear-gradient(99deg, rgba(0, 0, 0, 0.56) 0%, rgba(142,39,63,1) 100%);
  overflow-y: auto;
  transition:all 5s ease-in !important;
  border-radius: 5px;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 16px 20px;
  padding-right: 38px;
  font-size: 13px;
  color: #b4eef2;
  font-family: "f8" !important;
  font-weight: 300;
  border-radius: 5px;
  
}
.navbar-mobile li:first-child{
  margin-top: 40px;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ffec3f !important;
  
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background:none;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
#hero .ed{
  background: rgb(73,124,168);
  background: radial-gradient(circle, rgba(129, 187, 238, 0.158) 0%, rgba(27,36,50,0.15449929971988796) 100%);
  transition: all .5s ease;
  
}
#hero .ed img{
  position:sticky !important;
  z-index: 1 !important;
  width: 65px !important;
  padding: 0 !important;
  margin: 0 !important;
}

#hero .ed h1:hover{
  color: #1d66f8;
}
#hero .ed .ere{
  margin: 0 !important;
  padding: 0 !important;
  padding-bottom: 40px !important;
  padding-right: 10px !important;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 90px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}
#hero .hero-container #bg-video{
  position: absolute;
  z-index: -100;
  top: -263px;
  left: -555px;
  filter: grayscale(80%);
  min-width: 1960px;
  
}
#hero .hero-container img{
  width: 100px;
  z-index: -100;
  background: none;
  position: absolute;
  top: 100px;
}
@media (max-width: 991px) {
  #hero .hero-container {
    top: 70px;
  }
}
@media (max-width: 574px) {
  #hero .f1 h1{
    font-size: 20px;
  }
  #hero .f1 h1 span{
    font-size: 51px;
    letter-spacing: 29px;

  }
  #hero .f1 .p2{
    font-size: 14px;
    letter-spacing: 2px;
    background: rgba(236, 183, 183, 0.068);
  }
  #hero .about-btn {
    font-family: "f7";
    letter-spacing: 2px;
    padding: 8px 6px;
  }
  #hero #bg-video{
    min-width: 600px !important;
  }
}

#hero h1 {
  color: rgb(255, 255, 255);
  font-family: "f5";
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 5px;
  cursor: pointer;
}
#hero h1 span{
  color: rgb(196, 0, 0);
  font-family: "f4";
  font-size: 75px;
  font-weight: 600;
  letter-spacing: 40px;
  cursor: pointer;
  padding-left: 47px;
}
#hero .f1{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

@media (max-width: 991px) {
  #hero h1 {
    font-size: 34px;
  }
}

#hero .p2{
  color: #ffeaf0;
  font-weight: 200;
  font-size: 19px;
  font-family: "f5";
  letter-spacing: 6px;
  background: rgba(188, 143, 143, 0.26);
  border-radius: 10px;
  border-bottom: 3px solid rosybrown;
  cursor: pointer;
  padding: 5px 8px;
}

@media (max-width: 991px) {
  #hero p {
    font-size: 16px;
  }
}

#hero .about-btn {
  font-family: "f5";
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
  transition: 0.5s;
  line-height: 1;
  margin: 0;
  color: rgb(160, 0, 0);
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #fff;
  background:rgba(195, 235, 241, 0.295) ;
}


#hero .about-btn:hover {
  background:#fff;
  color: rgb(179, 17, 27);
  font-weight: 700;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
#about {
  background: url("../img/30.webp");
  background-size:cover;
  background-position: right;
  overflow: hidden;
  position: relative;
  color: #fff;
  padding: 60px 0 30px 0;

  background-attachment: fixed;
}

#about:before {
  content: "";
  background: rgba(23, 30, 52, 0.527);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#about img{
  width: 400px;
  margin-left: 200px;
  margin-top: -31px;  

}

#about h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}
#about h2 span {
  font-family: "f4";
  color: #e31e24;
}

#about h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
}

#about p {
  font-size: 14px;
  margin-bottom: 20px;
  color: #fff;
}

#about .abr{
  font-size: 15px;
  color: #0c1430;
  background: #b3bbd6;
  padding: 2px 4px;
  border-radius: 5px;
  font-family: "f9";
}
#about .abr:hover{
  color:#070a14 ;
  background: #e31e24;
}
@media (max-width: 574px){
  #about img{
    width: 300px;
    margin-left: 0px;
    margin-top: 0px;
  }
  #about .rt{  
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  #about p {
    font-size: 12px;
    text-align: left;
  }
  #about h2 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
  }
  #about .abr{
    display: block;
  }
  
}

/*--------------------------------------------------------------
# Speakers Section
--------------------------------------------------------------*/
#speakers {
  padding: 60px 0 30px 0;
}

#speakers .section-header span{
  font-family: "f4";
  color: rgb(179, 17, 27);
}

#speakers .speaker {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#speakers .speaker .details {
  background: rgb(13,15,32);
  background: linear-gradient(0deg, rgb(2, 5, 26) 25%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 0;
  bottom: -83px;
  right: 0;
  text-align: center;
  padding-top: 10px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#speakers .speaker .details h3 a{
  color: rgb(255, 255, 255) !important;
  font-size: 20px;
  margin-bottom: 5px;
  font-family: "f5";
  letter-spacing: 2px;
}

#speakers .speaker .details p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
  font-family: "f8";
  padding: 0 30px;
}

#speakers .speaker .details .d-a{
  font-family: "f10";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 2px;
  display: block;
  padding: 6px 0;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  margin: 0;
  color: rgb(255, 228, 228);
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border-top: 2px solid rosybrown;
  background:none ;
  margin-bottom: 0px;
}
#speakers .speaker .details .d-a:hover{
  color: rgb(244, 223, 223) !important;
  background: rgb(0, 0, 0);
}

#speakers .speaker .details .social {
  height: 40px;
}

#speakers .speaker .details .social i {
  line-height: 0;
  margin: 0 2px;
}

#speakers .speaker .details a:hover {
  color: #ff0055 !important;
}

#speakers .speaker:hover .details {
  bottom: 0;
}

#speakers-details {
  padding: 60px 0;
}

#speakers-details .details h2 {
  color: #112363;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}


#speakers-details .details .social {
  margin-bottom: 15px;
}

#speakers-details .details .social a {
  background: none;
  color: #112363;
  line-height: 1;
  display: inline-block;
  text-align: center;
  /* border-radius: 50%; */
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#speakers-details .details p {
  color: #112363;
  font-size: 15px;
  margin-bottom: 10px;
}

.speaker img{
  height: 335px;
  width: 600px;
  border-radius: 15px;
  filter: grayscale(80%);
}

.speaker:hover img{
  filter: grayscale(0%);
}
@media (max-width: 574px){
  #speakers .speaker .details{
    bottom: 0px;

  }
  #speakers .speaker .details h3 a{
    font-size: 13px;
  }
  #speakers .speaker .details h3 a:last-child{
    font-size: 12px;
  }
  #speakers .speaker .details p{
    font-size: 12px;
  }
}


/*--------------------------------------------------------------
# Venue Section
--------------------------------------------------------------*/
#venue {
  padding: 60px 0;
}

#venue .container-fluid {
  margin-bottom: 3px;
}
#venue .venue-map{
  background-image: url(../img/VPN\ ON.gif);
  background-position: center;
  background-size: cover;
  background-position-y: top;
}
#venue .venue-map iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
  border: 3px solid rgb(7, 13, 66) !important;
  border-radius: 10px;
  filter: grayscale(80%);
  position: relative;
  background-image: url(../img/VPN\ ON.gif);
  background-position: center;
  background-size: cover;
  background-position-y: top;
}
#venue .venue-map iframe:hover {
  width: 100%;
  height: 100%;
  min-height: 300px;
  border: 3px solid rgb(7, 13, 66) !important;
  border-radius: 10px;
  filter: grayscale(0%);
  z-index: 100;
}

#venue .venue-info {
  background: url("../img/18.webp") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  border-radius: 10px;
}

#venue .venue-info:before {
  content: "";
  background: rgba(13, 20, 41, 0.54);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#venue .venue-info h3{
  font-family: "f6";
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  padding-left: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  margin-top: 30px;
  letter-spacing: 2px;
  
}
#venue i{
  font-size: 48px;
  display: flex;
  margin-bottom: 10px;
  color: #f82249;
  align-items: center;
  justify-content: center;
}

@media (max-width: 574px) {
  #venue .venue-info h3 {
    font-size: 20px;
  }
  #venue .imgicon{
    width: 40px;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  #venue .unitee{
    padding-right: 28px;
  }
  #venue .venue-map iframe{
   filter: grayscale(0%);

  }
}

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
#gallery {
  padding: 10px;
  overflow: hidden;
}
#gallery .ert{
  width: 400px;

}

#gallery .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

#gallery .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(112, 114, 224, 0.37);
  opacity: 1;
  border: 1px solid rosybrown;
}

#gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rosybrown;
}

#gallery .swiper-slide-active {
  text-align: center;
  border-radius: 10px;
}

@media (min-width: 992px) {
  #gallery .swiper-wrapper {
    padding: 40px 0;
  }

  #gallery .swiper-slide-active {
    border: 1px solid #8cc1e0;
    padding: 4px;
    z-index: 1;
    transform: scale(1.20);
    margin-top: 6px;

  }
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
#contact {
  padding: 28px 0;
  background: url(../img/subscribe-bg.webp) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-attachment: fixed;
}
#contact:before {
  content: "";
  background: rgba(5, 12, 40, 70%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}


#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #f82249;
}

#contact .contact-info p {
  margin-bottom: 0;
  color: #f8f8f8;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #7a97ff;
  letter-spacing: 2px;
}

#contact .contact-info a {
  color: #b3bee6;
  font-size: 20px;
}

#contact .contact-info a:hover {
  color: #f82249;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {

  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}
@media (max-width: 574px) {
  #contact h3 {
    font-size: 15px;
}
  #contact .contact-info a{
   font-size:18px ; 
  }
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #101522;
  padding: 0 0 25px 0;
  color: #eee;
  font-size: 14px;
  font-family: "f8";
}
#footer .sp{
  font-family: "f4";
  color: red;
}

#footer .footer-top {
  background: #040919;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "f8";
  font-weight: 700;
  color: #fff;
}

#footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  display: inline-block;
  background: #151c37;
  color: #eee;
  line-height: 1;
  margin-right: 4px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#footer .footer-top .social-links a i {
  line-height: 0;
  font-size: 16px;
}

#footer .footer-top .social-links a:hover {
  background: #f82249;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #f82249;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 5px;
  color: #f82249;
  font-size: 18px;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 9px;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #f82249;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
  padding-top: 9px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type=email] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type=submit] {
  background: #f82249;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type=submit]:hover {
  background: #e0072f;
}

#footer .copyright {
  text-align: center;
  padding-top: 18px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
  margin: 0;
}


/*--------------------------------------------------------------
# unit.html
--------------------------------------------------------------*/
.unitee a{
  margin-left: 30px;
}

.imgicon{
  width: 60px;
}

.imunit{
  width: 400px;
  background: rgba(2, 77, 90, 0.103);
  border-radius: 20px;
}
.aunit{
  cursor: pointer;
  position: relative;
}

#q1{
  font-family: "f5";
  margin-bottom: 40px !important;
  color: #ddd !important;
}
@media (max-width: 574px){
  #q1{
    margin-top: 20px !important;
  }
  .unitee{
    padding-right: 30px;
  }
}

#imgimg{
  border-radius: 10px;
  width: 700px !important;
}

#imgimg:hover{
  transition: .5s ease;
}
.p1{
  color: #f4fcf7 !important;
  font-family: "f8" !important;
  text-align: justify;
}
.p1:hover{
  color: rgb(243, 255, 136) !important;
  transition: .5s ease-in;
}
#q2{
  display: flex;
  margin-top: 10px !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center;
}
.w1{
  justify-content: center;
  align-items: center;
}

.w2{
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 40px;
}

@media (min-width: 1024px) {
  .w2 {
    background-attachment: fixed;
  }
} 

.w2 img{
  width: 270px;
  margin-left: 15px;
  margin-top: -31px;  

}
.p3{
  color: #fff !important;
  font-family: "f8" !important;
  text-align: left !important;
}
.p3:hover{
  color: rosybrown !important;
  font-family: "f8" !important;
  text-align: left !important;

}

.unit-r{
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 10px;
}

.w8{
  border-top: 1px solid rosybrown;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px 0;
}
#q2 span{
  font-family: "f2" !important;
  color: red;
  font-weight: 700;

}

.f1{
  position: relative;
  background: radial-gradient(circle, rgba(129, 187, 238, 0.205) 0%, rgba(0, 0, 0, 0) 100%);
  transition: all .5s ease;
  padding: 5px 50px;
  border-radius: 20px;
}
.aunit::before{
  content: "3D";
  position: absolute;
  background: #f55b02cb;
  border-radius: 100%;
  color: rgb(252, 248, 248);
  z-index: 108;
  top:-40px;
  right: -6px;
  padding: 4px;
}
.credits img{
  width: 30px;
  border-radius: 5px;
}
.credits p{
  font-family: "f8";
  font-size: 15px;
  color: #b4fcd5;
  margin-bottom: 0;
}
.f7{
  background: none;
}
.imgabout{
  margin-left: 155px;
  border-radius: 10px;
  box-shadow: 0rem 0rem 3rem #d55c5c52;
}
@media (max-width: 574px) {
  .imgabout{
    margin-left: 0px;
    
  }
  .unit-r .imgicon{  
    width: 48px;
  }
} 