/*
  Theme Name: Avilon
  Theme URL: https://bootstrapmade.com/avilon-bootstrap-landing-page-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #343a40;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}

a {
  color: #1dc8cd;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #1dc9ce;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  color:#1dc8cd;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  color: #fff;
  padding: 2px 20px 8px 20px;
  font-size: 16px;
  border-radius: 4px 4px 0 0;
  right: 15px;
  bottom: 0;
  transition: none;
  z-index: 3;
}

.back-to-top:focus {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #1dc8cd;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 36px;
  margin: -4px 0 0 0;
  padding: 0;
  line-height: 1;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  top: 16px;
  width:140px;
  height: 40px;
  position: absolute;
}

#header.header-fixed {
  background: linear-gradient(45deg, #33bbff,#1de099);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  height: 100vh;
  background: linear-gradient(45deg, #33bbff,#1de099 );
  background-size: cover;
  position: relative;
}

#intro .intro-text {
  position: absolute;
  left: 0;
  top: 60px;
  right: 0;
  height: calc(50% - 60px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

#intro h2 {
  margin: 30px 0 10px 0;
  padding: 0 15px;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  color: #fff;
}

#intro p {
  color: #fff;
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: 24px;
}

#intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#intro .btn-get-started:hover {
  color: #1dc8cd;
  background: #fff;
}

#intro .product-screens {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 50%;
}

#intro .product-screens img {
  box-shadow: 0px -2px 19px 4px rgba(0, 0, 0, 0.29);
  border-radius: 15px
}

#intro .product-screens .product-screen-1 {
  position: absolute;
  z-index: 30;
  left: calc(50% + 54px);
  bottom: 0;
  top: 30px;
}

#intro .product-screens .product-screen-2 {
  position: absolute;
  z-index: 20;
  left: calc(50% - 154px);
  bottom: 0;
  top: 90px;
}

#intro .product-screens .product-screen-3 {
  position: absolute;
  z-index: 10;
  left: calc(50% - 374px);
  bottom: 0;
  top: 150px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  outline: none;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #1dc8cd;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(73, 80, 87, 0.090);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #1dc8cd;
}

#mobile-nav ul .menu-item-active {
  color: #1dc8cd;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header .section-title {
  font-size: 32px;
  color: #1dc8cd;
  text-align: center;
  font-weight: 400;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #777;
  font-style: italic;
}

.section-header .section-divider {
  display: block;
  width: 60px;
  height: 3px;
  background: #1dc8cd;
  background: linear-gradient(0deg, #1dc8cd 0%, #55fabe 100%);
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #eff5f5;
}

/* About Us Section
--------------------------------*/

#about {
  padding: 60px 0;
  overflow: hidden;
}

#about .about-img {
  height: 510px;
  overflow: hidden;
}

#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}

#about .content .h2 {
  color: #333;
  font-weight: 300;
  font-size: 24px;
}

#about .content h3 {
  color: #777;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
  
}

#about .content p {
  line-height: 26px;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #1dc8cd;
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  padding-bottom: 10px;
}

/* Product Featuress Section
--------------------------------*/

#features {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0 0 0;
  overflow: hidden;
}

#features .features-img {
  text-align: center;
  padding-top: 20px;
}

#features .features-img img {
  max-width: 100%;
}

#features .box {
  margin-bottom: 15px;
  text-align: center;
}

#features .icon {
  margin-bottom: 10px;
}

#features .icon i {
  color: #666666;
  font-size: 40px;
  transition: 0.5s;
}

#features .icon i:before {
  background: #1dc8cd;
  background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#features .title {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 22px;
}

#features .title a {
  color: #1dc8cd;
}

#features .description {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}

#features .section-description {
  padding-bottom: 10px;
}

/* Call To Action Section
--------------------------------*/

#call-to-action {
  overflow: hidden;
  background: linear-gradient(rgba(29, 200, 205, 0.65), rgba(29, 205, 89, 0.2)), url(../img/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 25px;
  transition: background 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #1dc8cd;
  border: 2px solid #1dc8cd;
}


/* Our Team Section
--------------------------------*/

#team {
  padding: 60px 0;
  overflow: hidden;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  color:#1dc8cd;
}



#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  color: #b3b3b3;
}

#team .member .social a:hover {
  color: #1dc8cd;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/

#contact {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0;
  overflow: hidden;
}

#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #1dc8cd;
}

#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #888;
}

#contact .social-links {
  padding-bottom: 35px;
}

#contact .social-links a {
  font-size: 20px;
  display: inline-block;
  color: #1dc8cd;
  line-height: 1;
  padding: 4px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 50px;
  height: 50px;
  transition: 0.3s;
  border: 1px solid #1dc8cd;
}

.tele{
  background: #eff5f5;
}

#contact .social-links a:hover {
  background: #1dc8cd;
  color: #fff;
}

#contact .info {
  color: #333333;
}

#contact .info i {
  font-size: 40px;
  color: #1dc8cd;
  float: left;
  line-height: 1;
}

#contact .info p {
  padding: 5px 5px 10px 45px;
  line-height: 28px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Device Page Modifications
--------------------------------------------------------------*/
#dev-intro {
  width: 100%;
  height: 50vh;
  background: linear-gradient(45deg, #33bbff,#1de099 );
  background-size: cover;
  position: relative;
}
#dev-intro .intro-text {
  position: absolute;
  left: 0;
  top: 90px;
  right: 0;
  height: calc(50% - 60px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

#dev-intro h2 {
  margin: 30px 0 10px 0;
  padding: 0 15px;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  color: #fff;
}

#dev-intro p {
  color: #fff;
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: 24px;
}
/*--------------------------------------------------------------
# Device Section
--------------------------------------------------------------*/
.devices {
    padding: 40px 10vw 30px;
}
.devices h1 {
    color: #1dc8cd;
    font-size: 40px;
    padding-top:10px;
}
.devices-search {
    border-radius: 5px;
    background-color: transparent;
    background-repeat: no-repeat;
    border: 1px solid #1de099;
    padding: 8px 12px 8px 29px;
    outline: none;
    font-size: 20px;
    text-align:center;
    color: #1dc8cd;
    margin: 0 auto;
    &:before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: -1;
    margin: -$border; /* !importanté */
    border-radius: inherit; /* !importanté */
    border: linear-gradient(45deg, #33bbff,#1de099 );
  }
}
.devices .device-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 20px;
    justify-content: center;
}
.devices .device{    
    flex-shrink: 0;
    position: relative;
    border-radius: 7px;
    padding: 10px 10px 15px;
    margin: 20px;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.device-bg{
    background-color: #fff;
}
#devices h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 16px;
}
#devices span {
  font-style: normal;
  font-size: 15px;
}
#devices .links {
  margin-top: 20px;
  justify-content: center;
  margin-bottom: 20px;
}

#devices .links a {
  justify-content: center;
  margin: 20px;
  padding: 6px 9px;
  display:block;
  
  
}
#devices .links a:hover {
  color: #0e0b10;
}
/*--------------------------------------------------------------
# credits Section
--------------------------------------------------------------*/
#tou span {
  font-style: normal;
  font-size: 15px;
}
.span-color{
  color:#000;
}

#tou .links {
  margin-top: 20px;
  justify-content: center;
  margin-bottom: 20px;
}

#tou .links a {
  justify-content: center;
  margin: 20px;
  padding: 6px 9px;
  display:block;
  
  
}
#tou .links a:hover {
  color: #0e0b10;
}
#tou .member {
  text-align: center;
  margin-bottom: 20px;
  color:#1dc8cd;
}

#tou.member .pic {
  margin-bottom: 15px;
  overflow: hidden;
}
#tou .member .pic img {
  max-width: 100%;
}

#tou .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#tou .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#tou .member .social {
  margin-top: 15px;
}

#tou .member .social a {
  color: #b3b3b3;
}

#tou .member .social a:hover {
  color: #1dc8cd;
}

#tou .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  color: #888;
  font-size: 14px;
}

#footer .credits {
  font-size: 13px;
  color: #777;
}

#footer .footer-links a {
  color: #666;
  padding-left: 15px;
}

#footer .footer-links a:first-child {
  padding-left: 0;
}

#footer .footer-links a:hover {
  color: #1dc8cd;
}
}

@media (min-width: 769px) {
  #features .features-img {
    padding-top: 120px;
    margin-top: -200px;
  }

  #call-to-action .cta-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 1025px) {
  #intro {
    background-attachment: fixed;
  }
  #dev-intro{
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
    margin-top: 0;
  }

  #header #logo img {
    max-height: 40px;
  }

  #intro h2 {
    font-size: 28px;
    line-height: 36px;
  }
  
  #dev-intro h2 {
    font-size: 28px;
    line-height: 36px;
  }

  #intro p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  
  #dev-intro p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }

  #about .about-img {
    height: auto;
  }

  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }

  #advanced-features .advanced-feature-img-right,
  #advanced-features .advanced-feature-img-left {
    max-width: 50%;
  }

  #faq #faq-list a {
    font-size: 18px;
  }

  #faq #faq-list i {
    top: 13px;
  }

}

@media (max-width: 767px) {
  #intro .product-screens .product-screen-1 {
    position: static;
    padding-top: 30px;
  }

  #intro .product-screens .product-screen-2,
  #intro .product-screens .product-screen-3 {
    display: none;
  }
  
  #dev-intro .product-screens .product-screen-1 {
    position: static;
    padding-top: 30px;
  }

  #dev-intro .product-screens .product-screen-2,
  #dev-intro .product-screens .product-screen-3 {
    display: none;
  }

  #advanced-features .advanced-feature-img-right,
  #advanced-features .advanced-feature-img-left {
    max-width: 100%;
    float: none;
    padding: 0 0 30px 0;
  }

  #more-features .box {
    margin-bottom: 20px;
  }

  #more-features .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }

  #more-features h4,
  #more-features p {
    margin-left: 0;
    text-align: center;
  }
}

.screenshot{
  height:640px;
  width:350px;
  position:relative;
  display: block;
  margin:50px auto;
    
}   
  
  .swiper-container {
      width: 100%;
      height: 100%;
      
    }


.smartphone{
  position:absolute;
  z-index:2;
  top:-.8px;
  left:0%;
  width:354px;
  height:642px;
}

.dark-mode-toggle {
  position:fixed;
  left:10px;
  right:0;
  bottom:10px;
  z-index:1030;
  color: var(--foreground);
  border: 5px solid currentColor;
  background: transparent;
  cursor: pointer;
  border-radius: 360px;
  width: 35px;
  height: 35px;
  transition:all 0.5s ease;
  justify-content:center;
  align-items:center;
  border-radius:50%;
}

 
button:focus {
  outline: 0;
  outline-width:0px
}

:root {
  --clr-light: #eff5f5;
  --clr-dark: #0e0b10;
  --foreground: var(--clr-dark);
  --background: var(--clr-light);
  --swiper-navigation-color:#1dc8cd;

    
}

.darkmode {
  --clr-light: #eff5f5;
  --clr-dark: #0e0b10;
  --foreground: var(--clr-light);
  --background: var(--clr-dark);
  color:#eff5f5; 
  
}
.darkmode-section-bg {
 background: #0e0b10;
}
.darkmode-body{
color:#eff5f5;    
}
.darkmode-shadow{
box-shadow:0px 0px 12px 0px rgba(0, 0, 0, 0.62)!important;
}
.darkmode-tele
{
  background: #0f1012;
}
.darkmode-device-bg{
    background-color: #212529;
}
.darkmode-span-color{
  color:#fff;
}

.xda {
        background: url("../img/downloads/xda.png");
        height: 48px;
        width: 48px;
        display: block;
        /* Other styles here */
    }
.downloads {
        background: url("../img/downloads/download.png");
        height: 48px;
        width: 48px;
        display: block;
        /* Other styles here */
    }
.changelogs {
        background: url("../img/downloads/changelogs.png");
        height: 48px;
        width: 48px;
        display: block;
        /* Other styles here */
    }
.button {
 text-decoration: none;
 color: rgba(255, 255, 255, 0.8);
 background: linear-gradient(45deg, #1dc8cd,#1de099);
 padding: 15px 40px;
 border-radius: 4px;
 font-weight: normal;
 text-transform: uppercase;
 transition: all 0.4s ease-in-out;
}
.glow-button:hover {
 color: linear-gradient(45deg, #1dc8cd,#1de099);
 box-shadow: 0 5px 15px rgba(145, 92, 182, .4);
}
.sbox{
    width: 100%;
    text-align:center;
}

.swiper-full-mobile {
    position: relative;
    margin: 50px auto;
    padding-bottom: 50px;
    
}

.swiper-full-mobile:before {
    content: "";
    width: 265px;
    background: url(https://i.ibb.co/ryGhF4q/untitled-1.png);
    background-size: 180%;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    right: 0;
    top: 0px;
    height: 565px;
    z-index: 2;
    margin: auto;
}
.swiper-full-mobile .swiper-slide {
  height: 100%;
}
.swiper-full-mobile .swiper-slide img{
  width: 250px;
  height: 477px;
  object-fit: cover;

}
.swiper-slide.swiper-slide-active img {
  border-radius: 30px;
}

.swiper-button-next:after{
  height: 35px;
  width: 35px;
  font-size: inherit;
}
.swiper-button-prev:after{
  height: 35px;
  width: 35px;
  font-size: inherit;
}
.swiper-button-next:focus{
  outline: 0;
  outline-width:0px;
}
.swiper-button-prev:focus{
  outline: 0;
  outline-width:0px;
}
.ch2 {
    width: 100%;
    text-align: center;
    padding: 10px 10px;
}
.img-404{
    width:30%;
}
.txt{
    color: #0e0b10;
    transition: 0.5s;
    overflow: auto;
}
.darkmode-txt{
    color: #fff;
    transition: 0.5s;
    overflow: auto;
}
.figtxt{
    padding: 25px;
    /* margin: 0; */
    margin: 30px 0;
    overflow: auto;
    font-weight: 400;
    background-color: #fff;
    color: #0e0b10;
    border-radius: 4px;
}
.darkmode-figtxt{
    padding: 25px;
    /* margin: 0; */
    margin: 30px 0;
    overflow: auto;
    font-weight: 400;
    background-color: #202026;
    color: #fff;
    border-radius: 4px;
}
.hr-dark {
    display: block;
    border-color:#fff;
    padding-top: 20px;
    display:block;
}
.hr {
    display: block;
    border-color:#000;
    padding-top: 20px;
    display:block;
}
.lbl{
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  color:#1dc8cd;
}
