/*
Theme Name:       SlickBiz - Bootstrap 4 Template
Author:           UIdeck
Author URI:       http://uideck.com
Text Domain:      UIdeck
Domain Path:      /languages/
*/
/* ==========================================================================
   IMPORT GOOGLE FONTS
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Rubik:400,400i,500");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600");
/* ==========================================================================
   GENERAL
   ========================================================================== */

@font-face {
  font-family: "AeonikPro";
  src: url("../fonts/AeonikPro-Light.otf");
}
.fade:not(.show) {
  opacity: 1 !important;
}
body {
  font-family: "AeonikPro";
  color: #a0a6ad;
  font-size: 14px;
  font-weight: 100;
  background: #fff;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

p {
  font-size: 14px;
  color: white;
  /* line-height: 26px; */
}

a:hover,
a:focus {
  color: #000;
}

a {
  /*color: #000;*/
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "AeonikPro";
  font-size: 30px;
  font-weight: 400;
  color: white;
}
#social_link_div a {
  cursor: pointer;
}
ul {
  margin: 0;
  padding: 0;
}

ul li::marker {
  color: #6dcfc1;
  font-size: 30px;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

a:not([href]):not([tabindex]) {
  color: black;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: black;
}
.token-section {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 1px solid #000;
  background-image: url(../img/token-border.png);
  background-clip: content-box;
  align-items: center !important;
}
.contract-address-section {
  background-image: url(../img/red-atari-image.png);
  height: 87px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.mt-md-4 {
  margin-top: 2rem !important;
}
.no-input {
  width: 83%;
  background: transparent;
  color: #fff;
  border: none;
}
.position-icon-copy {
  position: absolute;
  right: 10px;
  top: 4px;
}
.crypto_icons_div {
  padding-top: 20px;
  padding-bottom: 20px;
}
.crypto_icons_div img {
  width: 50px;
  height: 50px;
  margin-left: 10px;
}
.crypto_icons_div img:hover {
  cursor: pointer;
}
.icon-copy {
  color: white;
  cursor: pointer;
}

.login-logo {
  position: absolute;
  left: -10px;
  margin: 0;
  top: 22%;
}
.images-atari-logo {
  width: 67px;
  height: 67px;
}
.description-p {
  font-size: 13px;
  line-height: 18px;
  color: black;
}
.bg-transparent {
  background: transparent !important;
}

.bg-defult {
  background: #3c9cfd !important;
}
.head-title {
  font-weight: 600;
}
/* ==========================================================================
   Section Title
   ========================================================================== */
.section {
  padding: 40px 0px;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}

.autoplay img {
  /* width: 150px; */
  float: left;
  min-height: 40px;
  max-height: 80px;
  max-width: 200px;
  min-width: 150px;
  /* margin-left: 20px; */
  /* margin-right: 20px; */
}
.slick-slide {
  width: 200px !important;
}
.slick-track {
  display: flex !important;
  align-items: center;
}
.slick-arrow {
  display: none !important;
}
.footer_link_div a {
  color: white;
  margin-left: 10px;
}
.footer_link_div a:hover {
  color: #d13737;
}

.footer_link_div {
  text-align: center;
  width: 100%;
  margin-top: 30px;
}
.section-header {
  color: #fff;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}

.section-header .section-title {
  font-size: 35px;
  margin-bottom: 12px;
  font-weight: 600;
  position: relative;
  line-height: 30px;
}

.section-header .desc-text p {
  font-size: 18px;
  color: #5e629c;
  line-height: 26px;
  margin-bottom: 0;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn {
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 4px;
  font-family: "AeonikPro";
  letter-spacing: 1px;
  font-weight: 500;
  color: #fff;
  border: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
}

.btn-common {
  background-color: #d13737;
  position: relative;
  z-index: 1;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  height: 40px;
  padding: 10px 15px;
  border-radius: 30px;
  font-size: 12px;
}

.btn-common:hover {
  color: #fff;
  transform: translateY(-2px);
}

.btn-submit {
  background-color: transparent;
  position: relative;
  z-index: 1;
  /* box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17); */
  width: 140px;
  height: 40px;
  padding: 10px 15px;
  border-radius: 30px;
  font-size: 12px;
  border: 1px solid white;
}

.btn-submit:hover {
  color: #fff;
  transform: translateY(-2px);
}

.btn-light-bg {
  background-color: #ff704f;
}

.btn-border {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  background-color: transparent;
  border-color: #d13737;
  color: #d13737;
  height: 50px;
  padding: 14px 15px;
}

.btn-border:hover {
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  transform: translateY(-2px);
}

.btn-border-filled {
  cursor: pointer;
  background-color: #d13737;
  border: 1px solid #d13737;
  color: #fff;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  height: 50px;
  padding: 10px 10px;
  border-radius: 30px;
  font-size: 12px;
}

.btn-border-filled:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  transform: translateY(-2px);
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  color: #3c9cfd;
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 16px;
}

.btn-rm i {
  vertical-align: middle;
}

.btn-singin {
  background: #d13737;
  color: #fff;
  padding: 6px 13px;
  margin-left: 30px;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  border-radius: 30px;
  font-size: 12px;
}
.btn-singup {
  background: black;
  color: #fff;
  padding: 6px 13px;
  margin-left: 30px;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  border-radius: 30px;
  font-size: 12px;
  border: 1px solid white;
}

.btn-singin:hover,
.btn-singin:active,
.btn-singin:focus {
  color: #fff;
  box-shadow: 0px 0px 0px 0px rgba(96, 94, 94, 0.17);
}

.btn-light-singin:hover,
.btn-light-singin:active,
.btn-light-singin:focus {
  color: #fff;
  box-shadow: 0px 0px 0px 0px rgba(96, 94, 94, 0.17);
}

.btn-apple {
  border-width: 2px;
  border-color: #3c96ff;
  border-style: solid;
  background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.btn-apple i {
  background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-apple:hover,
.btn-apple:active,
.btn-apple:focus {
  background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

button:focus {
  outline: none !important;
}

.btn-border-fill {
  background: #fff;
  border-color: #fff;
  color: #3c9cfd;
}

.btn-subtitle {
  color: #191c1e;
  font-family: "AeonikPro";
  background: #dbecff;
  text-align: center;
  border-radius: 30px;
  padding: 6px 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 14px;
}

.clear {
  clear: both;
}

.mt {
  margin-top: 80px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-70 {
  padding-top: 70px;
}

.mb-50 {
  margin-bottom: 50px;
}

.padding-0 {
  padding: 0;
}

.pr-20 {
  padding-right: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-70 {
  padding-left: 70px;
}

.pr-70 {
  padding-right: 70px;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}

.loader {
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

#loader-1:before,
#loader-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 7px solid transparent;
  border-top-color: #3c9cfd;
}

#loader-1:before {
  z-index: 100;
  animation: spin 2s infinite;
}

#loader-1:after {
  border: 7px solid #fafafa;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* ========================================================================== 
   Scroll To Up 
   ========================================================================== */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  width: 45px;
  height: 45px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
  background: #d13737;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  z-index: 9999999;
}

.back-to-top i {
  color: #fff;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* ==========================================================================
   Navbar Style
   ========================================================================== */
.navbar {
  background-color: #061417;
  padding-top: 20px;
  padding-bottom: 20px;
}
.logo-menu a {
  font-size: 20px;
  color: #fff;
}

.menu-bg {
  background: #061417;
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  padding: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.menu-bg .container {
  border: none !important;
}

.menu-bg .menu-button {
  top: 0;
}

.menu-bg .menu-button:hover {
  cursor: pointer;
  color: #3c9cfd;
}

.menu-bg .logo-menu a {
  color: #3c9cfd;
}

.menu-bg .navbar-nav .nav-link {
  color: #ffffff !important;
}

.menu-bg .navbar-nav .nav-link:hover {
  color: #6dcfc1 !important;
}

.menu-bg .navbar-nav .active {
  color: #6dcfc1 !important;
}

.navbar-expand-md .navbar-nav .nav-link {
  color: white;
  font-size: 15px;
  padding: 8px 0px;
  margin-left: 26px;
  /* font-family: 'Poppins', sans-serif; */
  position: relative;
  font-weight: 500;
  text-align: right;
  /* padding-right: 50px; */
}
/* .navbar-expand-md .navbar-nav .nav-item:last-child .nav-link{
  padding-bottom: 30px;
} */

.navbar-expand-md .navbar-nav .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #6dcfc1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.navbar-expand-md .navbar-nav .active::before,
.navbar-expand-md .navbar-nav .nav-link:hover::before {
  width: 100%;
}

.navbar-brand {
  color: #fff;
}
.navbar-brand img {
  width: 110px;
}
.navbar-expand-md .navbar-nav .nav-link:focus,
.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link:hover:before {
  color: #ffffff;
}

.navbar-expand-md .navbar-nav .active > .nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open > .nav-link {
  color: black;
}

.navbar-expand-md .navbar-toggler {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 3px;
  margin: 5px;
  cursor: pointer;
  float: right;
}

.navbar-expand-md .navbar-toggler i {
  color: #fff !important;
}

.navbar-expand-md .navbar-toggler:focus {
  outline: none;
}

/* ==========================================================================
   Hero Area
   ========================================================================== */
.hero-area {
  position: relative;
  background-color: white;
}

.hero-area .overlay :nth-child(1) {
  width: 33.33333%;
  width: calc(100% / 2);
  top: 0;
  left: 16.66666%;
  left: calc(calc(100% / 3) / 2);
  right: auto;
  background: #5533ff;
  background: linear-gradient(95deg, #5533ff 40%, #25ddf5 100%);
  height: 200px;
}
.hero-area .overlay :nth-child(2) {
  width: 33.33333%;
  width: calc(100% / 3);
  bottom: 0;
  background: #5533ff;
  background: linear-gradient(95deg, #5533ff 40%, #25ddf5 100%);
  position: absolute;
  height: 155px;
  left: 3%;
}
.hero-area .contents {
  padding: 220px 0;
}
.hero-area .contents h2 {
  color: black;
  font-size: 38px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 20px;
}
.hero-area .contents p {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}
.hero-area .contents .btn {
  margin-top: 40px;
  margin-right: 20px;
  text-transform: uppercase;
  width: 160px;
  height: 40px;
  padding: 10px 10px;
}
.hero-area .contents .btn-border {
  border: 1px solid #fff;
  color: white !important;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11),
    0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  font-size: 12px;
  background: black;
  border-radius: 30px;
}
.hero-area .contents .btn-border:hover {
  background: black;
  color: #d13737;
}
.hero-area .intro-img {
  padding: 10px 0 0px;
}
.hero-area .intro-img img {
  display: block;
  height: auto;
  max-width: 100%;
}

/* ==========================================================================
   news 
   ========================================================================== */
.news .blog-item {
  position: relative;
}
.news .blog-item .blog-item-wrapper {
  width: 100%;
  height: 100%;
}
.btn-read-more {
  border: 1px solid #fff;
  color: white !important;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11),
    0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  font-size: 12px;
  background: transparent;
  border-radius: 30px;
}
.btn-read-more:hover {
  color: #d13737;
}

.btn-news-btn {
  color: white !important;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11),
    0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  font-size: 10px;
  background: #d13737;
  border-radius: 30px;
}
.btn-news-btn:hover {
  color: #d13737;
}

/* ==========================================================================
   About 
   ========================================================================== */
#services .services-item {
  padding: 60px 30px;
  border: 1px solid #ddd;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#services .services-item:hover {
  border: 1px solid #d13737;
  box-shadow: 0px 0px 25px 0px rgba(209, 55, 55, 0.24);
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#services .services-item .icon {
  background: #e3fff2;
  width: 110px;
  height: 110px;
  margin: 0px auto;
  margin-bottom: 0px;
  text-align: center;
  display: block;
  border-radius: 50%;
  position: relative;
  margin-bottom: 25px;
}
#services .services-item .icon i {
  font-size: 40px;
  color: #d13737;
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
}
#services .services-item h4 {
  font-size: 20px;
  font-weight: 600;
  color: #151948;
  margin-bottom: 15px;
}
#services .services-item p {
  font-size: 16px;
  margin-bottom: 10px;
  color: #5e629c;
}

/* ==========================================================================
   business-plan Section 
   ========================================================================== */
#business-plan {
  background-color: white;
}
#business-plan .container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}
#business-plan .business-item-info {
  margin-top: 60px;
}
#business-plan .business-item-info h3 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 25px;
}
#business-plan .business-item-info p {
  font-size: 16px;
  margin-bottom: 20px;
}

/* ==========================================================================
   Showcase 
   ========================================================================== */
#showcase {
  padding-bottom: 375px;
}
#showcase .right-position {
  position: relative;
}
#showcase .showcase-area {
  position: absolute;
  width: 97%;
  z-index: 12;
  top: 260px;
  margin: 0px auto;
}
#showcase .showcase-text h2 {
  color: #fff;
}
#showcase .showcase-text p {
  color: #fff;
}
#showcase .gradient-bg {
  background: #5533ff;
  background: linear-gradient(95deg, #5533ff 40%, #25ddf5 100%);
  padding: 119px 0px 80px 0px;
}
#showcase .showcase-slider .owl-controls .owl-page.active span,
#showcase .showcase-slider .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1;
  background: #d13737;
}
#showcase .showcase-slider .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #d13737;
}
#showcase .showcase-slider .owl-controls .active span {
  width: 15px;
  height: 15px;
}
#showcase .showcase-slider .screenshot-thumb {
  width: 100%;
  height: 100%;
  position: relative;
}
#showcase .showcase-slider .screenshot-thumb .fancy-table {
  padding-top: 72px;
}
#showcase .showcase-slider .screenshot-thumb p {
  color: #fff;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 10px;
}
#showcase .showcase-slider .screenshot-thumb h5 {
  font-size: 20px;
  color: #fff;
  display: block;
  font-weight: 600;
}
#showcase .showcase-slider .screenshot-thumb .zoom-icon a {
  display: inline-block;
  margin: 8px;
}
#showcase .showcase-slider .screenshot-thumb .zoom-icon a:hover i {
  color: #000;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
#showcase .showcase-slider .screenshot-thumb .zoom-icon a i {
  color: #fff;
  font-size: 20px;
}
#showcase .showcase-slider .screenshot-thumb > .hover-content {
  background-color: #d13737;
  opacity: 0.9;
  height: 85%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 83%;
  margin: 25px;
}
#showcase .showcase-slider .screenshot-thumb:hover .hover-content {
  opacity: 0.8;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}
#showcase .showcase-slider .owl-wrapper-outer {
  padding: 20px 0px;
}

/* ==========================================================================
   Our Pricing 
   ========================================================================== */
#pricing .pricing-table {
  padding: 55px;
  border: 1px solid #ccc;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#pricing .pricing-table h3 {
  font-size: 20px;
  color: #151948;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 11px;
}
#pricing .pricing-table h1 {
  color: #d13737;
  font-size: 50px;
  font-weight: 500;
  position: relative;
  padding-left: 10px;
}
#pricing .pricing-table h1 span {
  font-size: 16px;
  position: absolute;
  left: 20%;
  top: 10px;
}
#pricing .pricing-table ul {
  padding-bottom: 28px;
}
#pricing .pricing-table ul li {
  font-size: 16px;
  font-weight: 400;
  color: #5e629c;
  display: block;
  line-height: 33px;
}
#pricing .pricing-table:hover {
  border: 1px solid #d13737;
  box-shadow: 0px 0px 25px 0px rgba(209, 55, 55, 0.24);
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* ==========================================================================
   Blog section
   ========================================================================== */
.blog-hero-area {
  background: url(../img/hero-area.jpg) no-repeat;
  background-size: auto;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.blog-hero-area .contents {
  padding: 160px 0 140px;
}
.img-fluid {
  width: 70px;
}

#blog .blog-item-wrapper {
  border: 1px solid #1d1d1d;
  border-radius: 10px;
  padding: 20px;
  background-color: #1d1d1d;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.ecosystem .blog-item {
  margin-top: 20px;
}
.news .blog-item {
  margin-top: 15px;
}
.ecosystem .blog-item-wrapper {
  height: 200px;
}
.ecosystem .blog-item-wrapper div {
  height: 100%;
  position: relative;
}
.ecosystem .blog-item-wrapper div a {
  position: absolute;
  bottom: 10px;
}

#blog .blog-item-wrapper:hover {
  box-shadow: 0px 0px 25px 0px rgba(209, 55, 55, 0.24);
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  border-color: #d13737;
}
#blog .blog-item-wrapper:hover h3 a {
  color: #d13737;
}
#blog .blog-item-wrapper .blog-item-text {
  padding: 19px 10px 15px 9px;
}
#blog .blog-item-wrapper h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 12px;
}
#blog .blog-item-wrapper h3 a {
  color: #151948;
}
#blog .blog-item-wrapper p {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 20px;
}
#blog .blog-item-wrapper a.read-more {
  color: #d13737;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}
#blog .blog-item-wrapper a.read-more i {
  color: #d13737;
  font-size: 10px;
  position: absolute;
  top: 3px;
}
#blog .blog-item-wrapper .author {
  border-top: 1px solid #ddd;
  padding: 18px 30px 35px 30px;
}
#blog .blog-item-wrapper span.name a {
  color: #5e629c;
  font-size: 14px;
}
#blog .blog-item-wrapper span.name i {
  color: #d13737;
  margin-right: 5px;
}
#blog .blog-item-wrapper span.date a {
  color: #5e629c;
  font-size: 14px;
}
#blog .blog-item-wrapper span.date i {
  color: #d13737;
  margin-right: 5px;
}

/* ==========================================================================
   Blog index2 version
   ========================================================================== */
#blog2 {
  background: #fff;
}
#blog2 .blog-item-wrapper {
  border: 1px solid #ddd;
  background-color: #fff;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#blog2 .blog-item-wrapper:hover {
  box-shadow: 0px 0px 25px 0px rgba(209, 55, 55, 0.24);
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  border-color: #ff704f;
}
#blog2 .blog-item-wrapper:hover h3 a {
  color: #ff704f;
}
#blog2 .blog-item-wrapper .blog-item-text {
  padding: 26px 30px 30px 30px;
}
#blog2 .blog-item-wrapper h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 12px;
}
#blog2 .blog-item-wrapper h3 a {
  color: #151948;
}
#blog2 .blog-item-wrapper p {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 20px;
}
#blog2 .blog-item-wrapper a.read-more {
  color: #ff704f;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}
#blog2 .blog-item-wrapper a.read-more i {
  color: #ff704f;
  font-size: 10px;
  position: absolute;
  top: 3px;
}
#blog2 .blog-item-wrapper .author {
  border-top: 1px solid #ddd;
  padding: 18px 30px 35px 30px;
}
#blog2 .blog-item-wrapper span.name a {
  color: #5e629c;
  font-size: 14px;
}
#blog2 .blog-item-wrapper span.name i {
  color: #ff704f;
  margin-right: 5px;
}
#blog2 .blog-item-wrapper span.date a {
  color: #5e629c;
  font-size: 14px;
}
#blog2 .blog-item-wrapper span.date i {
  color: #ff704f;
  margin-right: 5px;
}

/* ==========================================================================
   Blog single post section
   ========================================================================== */
.blog-hero-area .contents h2 {
  color: #fff;
  font-size: 52px;
  font-weight: 300;
  margin-bottom: 25px;
}

#blog .blog-item-wrapper {
  -webkit-transition: transform 0.2s linear, -webkit-box-shadow 0.2s linear;
  -moz-transition: transform 0.2s linear, -moz-box-shadow 0.2s linear;
  transition: transform 0.2s linear, box-shadow 0.2s linear;
}

#blog .blog-item-wrapper:hover {
  box-shadow: 0 10px 50px 0 rgba(84, 110, 122, 0.35);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#blog-single {
  padding: 80px 0;
  background: #ecf0f1;
}

#blog-single .blog-post {
  background: #fff;
  overflow: hidden;
  margin-bottom: 40px;
}

#blog-single .blog-post .post-thumb img {
  width: 100%;
}

#blog-single .blog-post .post-content {
  padding: 30px;
}

#blog-single .blog-post .post-content h3 {
  font-size: 30px;
  padding-bottom: 10px;
}

#blog-single .blog-comment {
  background: #fff;
  padding: 50px 30px;
  margin-top: 30px;
  overflow: hidden;
}

#blog-single .blog-comment h4 {
  font-size: 24px;
  margin-bottom: 30px;
}

#blog-single .blog-comment .comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}

#blog-single .blog-comment .comment-list .the-comment {
  border-bottom: 1px solid #e7e6e6;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

#blog-single .blog-comment .comment-list .children {
  padding-left: 40px;
}

#blog-single .blog-comment .avatar {
  float: left;
  margin-right: 15px;
  padding: 5px;
  border-radius: 3px;
  background: #fff;
  border: 1px dashed #346afe;
}

#blog-single .blog-comment .comment-author {
  margin-bottom: 10px;
}

#blog-single .blog-comment .meta {
  margin-bottom: 10px;
  color: #999;
}

.blog-hero-area .post-meta {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
}

.blog-hero-area .post-meta ul li {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
}

.blog-hero-area .post-meta ul li i {
  margin-right: 5px;
}

.blog-hero-area .post-meta ul li a {
  color: #fff;
}

.blog-hero-area .post-meta ul li a:hover {
  color: #ff704f;
}

#blog-single .form-control {
  width: 100%;
  margin-bottom: 20px;
  padding: 15px 30px;
  font-size: 14px;
  border-radius: 30px;
  border: 1px solid transparent;
  background: #f5f5f5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

#blog-single .btn-common {
  background-color: #ff704f;
  position: relative;
  z-index: 1;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  /* width: 160px; */
  height: 50px;
  padding: 14px 15px;
}

#blog-single .form-control:focus {
  border: 1px solid #ff704f;
  outline: none;
  box-shadow: none;
}

#subscribe .form-control {
  width: 100%;
  margin-bottom: 20px;
  padding: 15px 30px;
  font-size: 14px;
  border-radius: 30px;
  border: 1px solid transparent;
  background: #f5f5f5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn.disabled,
.btn:disabled {
  opacity: 1;
}

#blog-single textarea {
  border-radius: 4px !important;
}

.text-danger {
  font-size: 14px;
  margin-top: 10px;
}

.list-unstyled li {
  color: #d9534f;
}

/* ==========================================================================
   Contact section
   ========================================================================== */
.exchange-form {
  background: #d6d6d6;
  border-radius: 17px;
  box-shadow: 0 1.5rem 4rem rgb(22 28 45 / 15%);
  overflow: hidden;
  padding: 20px;
}
.list-social-icon {
  width: 30px;
}
.list-group-flush .list-group-item:first-child {
  border-top: 0;
  padding-top: 0 !important;
}
.btn-pill.font-modelica-black {
  color: #000;
  font-size: 10px;
  text-decoration: none;
  color: black !important;
  border: 1px solid black;
  border-radius: 20px;
}
.btn-pill.font-modelica-black:hover {
  color: white !important;
  background-color: black;
}

#qrcode-2 {
  margin: auto;
}
form#contactForm .form-group {
  margin-bottom: 30px;
}

form#contactForm input[type="text"],
#contact form#contactForm input[type="email"] {
  min-height: 52px;
  font-size: 14px;
  color: black;
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid black;
}
form#contactForm textarea {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid white;
  font-size: 14px;
}

form#contactForm textarea {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid black;
}
.atari-3d-logo-perspective {
  bottom: -196px;
  max-width: 500px;
  position: absolute;
  right: 0;
  z-index: 3;
}
form#contactForm input:focus,
form#contactForm textarea:focus {
  border-color: #d13737;
  outline: none;
}

/* newsletter-section */
.newsletter-section {
  margin: auto;
  position: absolute;
  top: -30px;
  width: 100%;
}
.newsletter-section .row .col-lg-8 {
  display: flex;
  background-color: #d13737;
  align-items: center;
  border-radius: 30px;
  padding: 10px;
}
.newsletter-section p {
  font-size: 20px;
  color: white;
  margin-left: 20px;
}
.newsletter-section input {
  font-size: 13px;
  color: white;
  margin-left: 30px;
  border: none;
  background-color: transparent;
  font-size: 12px;
}
.newsletter-section input::placeholder {
  color: rgb(255, 255, 255, 0.4);
}
.newsletter-section input:focus {
  outline: none;
}
.newsletter-section button {
  background-color: black;
  border: none;
  margin-left: auto;
}
/* ==========================================================================
   Footer section
   ========================================================================== */
.list-unstyled a {
  color: white !important;
}
#footer-Content {
  background: black;
  position: relative;
  padding-top: 130px;
}

#footer-Content .form-control:focus {
  outline: none;
  box-shadow: none;
  background: #e5fff3;
}
#footer-Content .copyright {
  margin-top: 125px;
  padding: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}
#footer-Content .copyright p {
  color: #d13737;
  font-size: 18px;
}
#footer-Content .copyright a {
  color: #ddd;
}
#footer-Content .widget p {
  color: #e2e2e2;
  font-size: 16px;
  line-height: 32px;
}
#footer-Content .widget .subscribe-area {
  position: relative;
  height: 40px;
  margin-top: 18px;
}
#footer-Content .widget .subscribe-area input[type="email"] {
  background: #24153c;
  border: 1px solid #fff;
  color: #e2e2e2;
  font-size: 14px;
  font-style: italic;
  height: 38px;
}
#footer-Content .widget .subscribe-area span i {
  position: absolute;
  right: 0;
  width: 60px;
  height: 38px;
  color: #fff;
  top: 0;
  background: #d13737;
  display: block;
  padding: 9px 20px;
  font-size: 18px;
  border-radius: 0px 4px 4px 0px;
}
#footer-Content h3.block-title {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
#footer-Content ul.menu li a {
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 400;
  line-height: 32px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#footer-Content ul.menu li a:hover {
  color: #d13737;
  padding-left: 5px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
