html {
  scroll-behavior: smooth;
}
.bg-light {
  background-color: #f6f5f5 !important;
}
body {
  line-height: 1.7;
  color: #364d59 !important;
  font-weight: 300;
  font-size: 1rem;
}
a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-decoration: none !important;
  font-weight: 600;
}
.site-section {
  padding: 5rem 0;
}
.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  /*position: absolute;*/
  top: 0;
  width: 100%;
  padding: 1rem;
  /*background-color: #FFC50C;*/
}
.site-mobile-menu.active {
  transform: translateX(0%);
}
.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 20px;
}
.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}
.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.icon-menu {
  max-width: 20px;
  position: absolute;
  top: 30%;
  right: 5%;
}
.icon-close2 {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  max-width: 30px;
}
.site-mobile-menu-close {
  display: flex;
  justify-content: flex-end;
}
.icon-menu::before {
  content: "\e5d2";
}
.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgb(0 0 0 / 10%);
  box-shadow: -10px 0 20px -10px rgb(0 0 0 / 10%);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}
.site-navbar .site-navigation .site-menu {
  margin: 0;
  padding: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
}
.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
}
.site-navbar .site-navigation .site-menu > li > a {
  margin-left: 15px;
  margin-right: 15px;
  padding: 20px 0px;
  /*color: #fff !important;*/
  display: inline-block;
  text-decoration: none !important;
  font-size: 1.2rem;
  font-weight: 600;
}
.site-navbar .site-logo {
  margin: 0;
  padding: 0;
  font-size: 1.7rem;
}
.site-navbar .site-logo a {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-navbar .site-logo a img {
  /*max-width: 100px;*/
  max-height: 100px;
}
.home-banner h1 {
  font-weight: 900;
  color: white;
  font-size: 3rem;
  width: max-content;
}
.home-banner p {
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.7);
}
.home-banner-cover {
  background-image: url("../img/banner.jpg");
  position: relative;
  height: 40vh;
  min-height: 700px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.computer-chairs .home-banner-cover {
  background-image: url("../img/category_computer_chairs_banner.jpg");
}
.desks .home-banner-cover {
  background-image: url("../img/category_desks_banner.png");
}
.interior-computer-chairs .home-banner-cover {
  background-image: url("../img/category_interior_computer_chairs_banner.jpg");
}
.office-cabinets .home-banner-cover {
  background-image: url("../img/category_office_cabinets_banner.jpg");
}
.footrests .home-banner-cover {
  background-image: url("../img/category_footrests_banner.jpg");
}
.desks .home-banner-cover h1 {
  color: rgb(54, 77, 89) !important;
}
.home-banner-content {
  position: absolute;
  z-index: 99999999;
  top: 16%;
  left: 50%;
  transform: translateX(-50%);
}
.owl-carousel .owl-item img {
  height: 100%;
}
.owl-carousel .owl-item {
  width: 100vw !important;
  margin: 0 auto !important;
  margin-left: 15px !important;
  height: 45vw;
}
.home-banner {
  position: relative;
}
.history-back {
  position: fixed;
  z-index: 9999999999999;
  bottom: 5%;
  left: 5%;
}
.home-banner .owl-nav {
  display: none;
}
.home-banner .owl-carousel img {
  min-height: 40vh;
}
.home-banner-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-banner-cover .row {
  height: 40vh;
  min-height: 700px;
}
.home-banner-cover .text-center {
  margin-top: 10%;
}
.site-footer {
  padding: 4em 0;
  background: black;
}
.site-footer {
  font-size: 16px;
  color: white;
}
.site-footer a {
  color: rgba(255, 255, 255, 0.5);
}
.categories .col-sm-4 {
  margin-bottom: 40px;
}
.category {
  width: 100%;
  height: 100%;
}
.category a {
  color: #797979;
  transition: color linear 0.2s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.category:hover a {
  color: black;
}
.category h3 {
  text-align: center;
  margin: 15px auto;
}
.category img {
  width: 100%;
}
@media (min-width: 768px) {
  .category img {
    height: 100%;
    width: 100%;
    border-radius: 150px;
    max-width: 200px;
    max-height: 200px;
  }
}
.site-footer a:hover {
  color: white;
}
.site-footer .ml-auto {
  margin-left: auto !important;
}
.service {
  display: flex;
  flex-direction: column;
  align-items: center;
  /*justify-content: space-between;*/
  gap: 20px;
}
.service-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.service img {
  /*width: 52px;
  height: 52px;*/
}


.product {
  /*max-width: 300px;*/
}
.product-content {
  padding: 10px;
  background: white;
  margin: 10px 0;
  border-radius: 10px;
  color: rgb(54, 77, 89);
}
.product-content p {
  border-top: 1px solid #f0f0f0;
  padding-top: 1rem;
}
.product-content span {
  font-weight: 400;
}
.product img {
  max-height: 200px;
}
.categories .row {
  padding-top: 2rem;
}
.product {
  transition: all 0.1s linear 0s;
}
.product a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product:hover {
  box-shadow: 0 0 15px rgb(41 46 60 / 16%);
}
.products-carousel h2 {
  text-align: center;
}
.contact-form {
  margin-top: 2rem;
  margin-bottom: 4rem;
  padding: 40px 30px;
  background: white;
  position: relative;
  box-shadow: 0 0 10px 0px rgb(0 0 0 / 10%);
  border-radius: 10px;
}
.form-group {
  margin-bottom: 1rem;
}
.form-control {
  border: none;
  border: 1px solid #e6e6e6;
  height: 55px;
  background: white !important;
}

.form-v2 {
  height: 200px;
  text-align: start;
}

.btn-primary {
  font-weight: 700;
  transition: 0.3s;
}
.categories .row {
  position: relative;
}
.categories .owl-prev {
  top: 50%;
  left: -10%;
  color: transparent;
  position: absolute;
}
.categories .owl-next {
  top: 50%;
  right: -10%;
  color: transparent;
  position: absolute;
}
.categories .owl-prev::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  border-top: 3px solid rgb(54, 77, 89);
  border-left: 3px solid rgb(54, 77, 89);
  transform: rotate(-45deg);
}
.categories .owl-next::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  border-top: 3px solid rgb(54, 77, 89);
  border-right: 3px solid rgb(54, 77, 89);
  transform: rotate(45deg);
}
.footer-contacts {
  border-top: 1px solid rgb(54, 77, 89);
  padding-top: 50px;
}
.footer-contacts a {
  font-size: 18px;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .home-banner h1 {
    font-size: 4rem;
  }
  .site-footer {
    padding: 8em 0 4em;
  }
}
@media (max-width: 991.98px) {
  .site-navbar .site-logo {
    float: left;
    position: relative;
  }
  .site-section {
    padding: 4em 0;
  }
}
@media (max-width: 320.98px) {
  .sofa-collection {
    max-height: 100vh;
  }
}

.sofa-h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}

#sofa-collection {
  position: relative;
  z-index: -1;
}
.sofa-collection {
  position: relative;
  display: flex;
  align-items: center;
  height: 60vh;
  background-position: center;
  background-size: cover;
}
.sofa-collection.collectionbg1 {
  background: url(../img/slider-1.jpg) no-repeat center center / cover;
}
.sofa-collection.collectionbg2 {
  background: url(../img/slider-2.jpg) no-repeat center center / cover;
}
.sofa-collection.collectionbg3 {
  background: url(../img/slider-3.jpg) no-repeat center center / cover;
}
.sofa-collection.collectionbg4 {
  background: url(../img/slider-4.jpg) no-repeat center center / cover;
}

.sofa-collection:before,
.sofa-collection:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 33.4%;
  background: rgba(51, 59, 62, 0.95);
}
.sofa-collection:after {
  background: rgba(106, 119, 129, 0.3);
  left: auto;
  right: 0;
  width: 66.6%;
}
.sofa-collection-txt {
  position: relative;
  max-width: 596px;
  z-index: 1;
}
.sofa-collection-txt h2 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}
.sofa-collection-txt h4 {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}
.sofa-collection-txt h4 span {
  color: #e99c2e;
}
.sofa-collection-txt p {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  margin: 25px 0 10px;
}
.sofa-collection-price {
  margin-bottom: 3px;
}

.btn-cart.welcome-add-cart.sofa-collection-btn {
  height: 40px;
  line-height: 50px;
}

.btn-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #797979;
  border: 1px solid #fff;
  width: 120px;
  height: 10px;
  white-space: nowrap;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 3px;
}

.owl-nav,
.owl-dots {
  display: none !important;
}

.owl-theme {
  height: 100% !important;
}

.owl-carousel .owl-item {
  width: 100vw !important;
  margin: 0 auto !important;
  margin-left: 15px !important;
  height: 46vw;
}

.owl-carousel .owl-item .owl-theme {
  width: 100vw !important;
  margin: 0 auto !important;
  margin-left: 15px !important;
  height: 20vw;
}

.search-block {
  display: flex;
  justify-content: end;
  align-items: flex-end;
  flex-direction: column;
}
#about,
.site-section.about {
  /*background-color: #FFC50C;*/
}
#about {
  border-bottom: 0.5px solid black;
}
.home-banner h1 {
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.home-banner-content p {
  font-weight: 500;
  /*color: #FFC50C;*/
  font-size: 1.3rem;
  color: black;
}
#about h2,
.site-section.about h2 {
  color: black;
  font-weight: 800;
}
#about .about-content p {
  color: black;
  font-weight: 500;
}
.another {
  height: 500px;
}

.site-footer a:hover {
  color: white !important;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.site-footer h2 {
  font-weight: 800;
}
#contact-form {
  /*background-color: #FFC50C;*/
  padding-top: 50px;
  color: black !important;
  border-bottom: 1px solid black;
}
.case-study .case,
.case-study .case .case-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.case {
  gap: 20px;
}
.case-study h1 {
  margin-bottom: 50px;
}
.case-study .case h2 {
  font-size: 1.3rem;
  text-align: center;
}
.case-study .case img {
  max-width: 300px;
}
.category h3 {
  font-size: 1.4rem;
}
#contact-form .btn {
  /*background: #FFC50C;
  border-color: #FFC50C;;*/
}
.challenge-section .challenge {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.challenge-section .challenge p {
  text-align: center;
}
.advantage-section .advantage {
  border: 0.063rem solid #ccc;
  background-color: #fff;
  /* margin-right: 0.69rem;*/
  padding: 1.56rem 1.25rem 1.25rem 1.25rem;
  position: relative;
}
.advantage-section .advantage .advantage-arrow {
  width: 4.06rem;
  height: 35px;
  position: absolute;
  right: -2rem;
  margin-left: 0.63rem;
  top: 1.63rem;
  background-color: #008eff !important;
}
.advantage-section .advantage .advantage-arrow::after {
  content: "";
  position: absolute;
  border-top: 0.5rem solid;
  border-right: 0.69rem solid transparent;
  margin-left: 0.69rem;
  bottom: -0.5rem;
}
.advantage-section .advantage .advantage-arrow span {
  color: white;
}
.advantage-section .advantage .advantage-arrow span::after {
  font-size: 1.5rem;
  margin: 0.55rem -0.06rem 0 1.25rem;
  line-height: 0.7em;
  position: inherit;
  top: 0.12em;
  content: "";
}
.advantage h3 {
  max-width: 80%;
}
.advantage-container {
  justify-content: space-around;
  row-gap: 20px;
}
.image-section .block {
  display: flex;
}
.block img {
  flex: 0 0 50%;
  max-height: 500px;
}
.block:nth-of-type(2) {
  flex-direction: row-reverse;
}
.block-content {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  width: 30%;
}
.block-content p {
  margin-top: 20px;
  margin-bottom: 20px;
}
.block-content h2 {
  font-weight: 800;
  font-size: 2.5rem;
}
.block-content .arrow,
.transform-block .arrow {
  position: relative;
  width: max-content;
  display: inline-block;
}
.block-content .arrow::after,
.transform-block .arrow::after {
  position: absolute;
  right: -30px;
  content: "";
  color: #2251ff;
  -webkit-transition: right 0.4s, color 120ms;
  transition: right 0.4s, color 120ms;
  margin: 0;
  top: 6px;
  color: #00a9f4;
  border-right: 4px solid #00a9f4;
  border-top: 4px solid #00a9f4;
  transform: rotate(45deg);
  width: 15px;
  height: 15px;
}
.text-section {
  background: linear-gradient(45deg, #00a9f4, #223263);
  background-size: 500% 500%;
  animation: gradient 10s ease infinite;
}
.text-section p {
  max-width: 80%;
  text-align: center;
  color: white;
  font-size: 1.5rem;
  margin: 0 auto;
}
#about h2,
.site-navbar .site-menu li .nav-link,
.service h3,
.case h2 {
  color: #00a9f4;
}
.banner {
  width: 100%;
  position: relative;
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.banner img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.banner h1 {
  position: relative;
  z-index: 9999990;
  font-weight: 800;
  margin-bottom: 50px;
  color: white;
}
.article-body p {
  margin-top: 20px;
  padding-left: 0;
}
.article-body h3 {
  margin-left: 0;
  padding-left: 0;
  margin-top: 20px;
}
.article-body h2 {
  padding-left: 0;
}
.transform-block h4 {
  text-align: left;
  margin-bottom: 20px;
}
.transform-block {
  margin-bottom: 50px;
}
.transform {
  background-image: url("../img/background-2.jpg");
  color: white !important;
}
.text-section {
  background-image: url("../img/background-3.jpg");
}
.case-study h1 {
  margin-top: 50px;
}
#about {
  background-image: url("../img/background-4.webp");
}
#about .container .about-content p {
  color: white;
}
.advantage {
  transition: 1s;
}
.advantage:hover {
  background-color: #008eff;
  color: white;
  transition: 0.5s;
}
.advantage:hover .advantage-arrow {
  background-color: white !important;
  border: 0.06rem solid #ccc;
  transition: 0.5s;
}
.banner-video {
  position: relative;
  overflow: hidden;
  color: white;
  min-height: 90vh;
}
.banner-video .background-video {
  width: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  height: auto;
}
@media (max-width: 1024px) {
  .banner-video .background-video {
    width: unset;
  }
}
.banner-video h1 {
  font-size: 6.5rem;
}
.banner-video h3 {
  font-size: 4.5rem;
}
.banner-video .text-content {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.site-navbar {
  background-color: rgb(11, 7, 8);
  transition: transform 0.4s ease-in-out 0s, height;
  position: sticky;
}
.site-navbar .site-menu .nav-link::before {
  height: 1.4rem;
  content: "";
  position: absolute;
  width: 2px;
  margin: -0.7rem 0px 0px -1.5rem;
  background-color: rgb(214, 214, 214);
  top: 54%;
  pointer-events: none;
  right: -15px;
}
.site-navbar .site-menu .nav-link:hover {
  color: rgb(123, 187, 198) !important;
  transition: 0.5s;
}
.site-navbar .site-menu .nav-link {
  color: white !important;
  font-weight: 600 !important;
  position: relative;
  transition: 0.5s;
}
.root {
  /*background-image: url(../img/background-1.jpg);
  background-attachment: fixed;*/
}
#about,
#services {
  background: rgb(38, 56, 82);
}
#about .col-md-6 {
  position: relative;
}
#about .about-image {
  width: 100%;
}
#about .about-content {
}
#services .services-container {
  display: flex;
}
#services .service img{
  max-width: 30%;
  margin-top: 20px;
}
.service p{
  color: white;
  font-weight: 300;
  transform: skew(-7deg);
}
.service h3{
  transform: skew(-7deg);
  margin-bottom: 20px;
}
#services .services-container .service {
  transform: skew(-7deg);
  border: 4px solid white;
  height: 350px;
  flex-grow: 1;
  width: 20%;
  flex-basis: 20%;
  max-width: none;
  padding: 0px 15px 30px;
  margin: 0px;
  position: relative;
}
.testimonials{
  background-attachment: fixed;
  background-image: url("../img/background-5.webp");
}
.testimonials .profile{
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 20px;
  padding-right: 50px;
  border-right: 1px solid black;
  color:white;
}
.testimonials h2{
  color: white;
  font-weight: 700;
}
.testimonials .content p{
  color: white!important;
}
.testimonials-container{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.review:nth-of-type(2n){
  align-self: flex-end;
}
.review{
  width: 75%;
}
.review .content{
display: flex;
flex-direction: column;
justify-content: center;
height: 100%;
}
.profile{
  margin-bottom: 50px;
}
.service::before{
  content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 8px solid white;
    transform: scale(1);
    background: rgb(38, 56, 82);
    z-index: 99;
    transition: all .4s;
    opacity: 0;
}
.service:hover::before{
  content: "";
  transform: scale(.9);
  opacity: .5;
  transition: all .6s;
}
.stats .main{
  padding-top: 50px;
}
.stats .bottom {
  border-bottom: 1px solid black;
  padding: 20px 0;
}
.stats .block{
  border-right: 1px solid black;
  padding-right: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: 0.5s;
}
.stats .block:hover{
  transform: scale(1.3);
  border-right: none;
}
.stats .block h4{
  margin-bottom: 20px;
}
.identify{
  background-attachment: fixed;
  background-image: url("../img/background-1.jpg");
}
.identify h3{
  margin-bottom: 50px;
  color: white;
  font-weight: 600;
}
.identify strong{
  font-weight: 800;
  color: #00a9f4;
}
.blue{
  color: #00a9f4;
}
.identify .block{
  position: relative;
  height: 300px;
  width: 75%;
  margin: 0 auto;

}
.identify .block img{
  width: 100%;
  margin-right: 50px;
  position: absolute;
  z-index: 1;
  right: 15%;
}
.identify .block .text-content{
  background:rgb(38, 56, 82);
  padding: 15px;
  color: white;
  position: absolute;
  left: 15%;
  top:30%;
  z-index: 2;
}
.identify .text-content h4{
  color: #00a9f4;
}
.process img{
  width: 100%;
}
.process svg{
  max-width: 100px;
  max-height: 100px;
  background:  #F9F9F9;
  padding: 15px;
  border-radius: 40px;color: #00a9f4;
  fill: #00a9f4!important;
  stroke:  #00a9f4!important;
}
.process svg path{
  color: #00a9f4;
}
.process .block{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.experience img{
  width: 100%;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
}
.experience .block .image{
  overflow: hidden;
}
.experience .block{
  position: relative;
}
.experience{
  background: rgb(38, 56, 82);
  padding-bottom: 200px;
}
.experience h2{
  color: #00a9f4;
}
.experience .text-content{
  padding: 15px;
  border-radius: 25px;
  background: white;
  transition: 0.5s;
  position: absolute;
  top: 80%;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
}
.experience .block:hover .text-content{
  padding-bottom: 50px;
}
.experience .block:hover img{
  transform: scale(1.2);
}
.text-section{
  background-image: url("../img/background-5.webp");
  background-attachment: fixed;
  position: relative;
  min-height: 100vh;
}
.text-section img{
  width: 100%;
  transition: 1s;
}
.text-section .text-content p{
  width: 500px;
}
.text-section:hover .text-content{
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  width: 60%;
}
.text-section:hover img{
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transform: scale(1.2);
}
.text-section img{
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}
.text-section .text-content{
  padding: 30px;
  background: rgb(38, 56, 82);
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  width: 50%;
  position: absolute;
  left: 30%;
  top: 35%;
  transition: 1s;
}
.about h3{
  color: white;
}
