* {
  margin: 0;
  padding: 0;
  font-family: 'Jost';
}

/* ******navbar Css Start********/
.navbar .scrolled .nav-item a{
  color: #000;
}
#navbar {
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
  padding: 10px 50px;
  transition: top 0.8s;
}
.logo-scroll-down img {
  width: 100%;
  max-width: 250px;
}
.logo-scroll img {
  width: 100%;
  max-width: 250px;
  filter: brightness(0) invert(1);
}
.collapse {
  justify-content: end;
}

ul.navbar-nav {
  padding-right: 70px;
}

li.nav-item {
  padding: 10px;
}
h2.macpage-title {
  text-align: center;
  font-size: 27px;
  padding: 15px 0;
  font-weight: 600;
}
.dropdown {
  position: relative;
  display: inline-block;
}
section.device-macbook .needs-validation select.form-select {
  outline: none;
  box-shadow: none;
  padding: 12px 15px;
}
.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.nav-link:focus,
.nav-link:hover {
  color: #000 !important;
}


nav {
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
}
ul.dropdown-menu li a:hover {
  background-image: linear-gradient(147deg, #ffe53b 0%, #fd3838 74%) !important;
  color: #fff !important;
}
nav.scrolled {
  background-color: #fff;
}
nav.scrolled .nav-item .nav-link {
  color: #000;
}
nav.scrolled .logo-scroll-down {
  display: block;
}
.logo-scroll-down{
  display: none;
}

nav.scrolled .logo-scroll {
  display: none;
}
.logo-scroll{
  display: block;
}
.dropdown-container {
  display: none;
  background-color: #262626;
  padding-left: 8px;
}
button.dropdown-btn {
  display: none;
}

/* ******navbar Css End********/

/* section-one Css Start */

section.one-section {
  background-image: url(./images/slide-header.jpg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 100% 100%;
  width: 100%;
  overflow: hidden;
  height: 670px;
  position: relative;
}

.slider {
  position: relative;
  overflow: hidden;
}
.overlay-upper {
  background-image: linear-gradient(rgb(255 0 0 / 70%), rgb(255 0 0 / 70%));
  height: 670px;
  width: 100%;
}

section.overlay-upper-text {
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.right-side-img img {
  width: 100%;
}

.left-side-text {
  position: absolute;
  top: 25%;
}

.left-side-text h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 500;
}

.left-side-text p {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}


.overlay-upper-text .button-left-middle button {
  padding: 10px 30px;
  border-radius: 40px;
  background-image: linear-gradient(147deg, #ffe53b 0%, #fd3838 74%) !important;
  border: none;
}
section.img-slider {
  overflow: hidden;
  position: relative;
}

/* card slider start css */
/* no circle */ 

.main .container .glider-contain .glider .card-image {
  margin-right: 0.5rem;
  background: #ffffff;
  border: none;
  outline: none;
  border-radius: 2px;
}
.glider-track {
  width: 2380px !important;
}
.main .container .glider-contain .glider .card-image img {
  display: block;
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.mac-page {
  text-align: center !important;
}
.main .container .glider-contain .glider-prev,
.main .container .glider-contain .glider-next {
  font-size: 1.5rem;
  background: #454545;
  color: #ffffff;
  margin-top: 1rem;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
}
.card-image {
  width: 335px !important;
  padding: 25px;
}
.main .container .glider-contain .glider-prev .fas,
.main .container .glider-contain .glider-next .fas {
  margin-left: 1rem;
}

@media only screen and (max-width: 768px) {
  .main .glider-contain .glider-prev,
.main .glider-contain .glider-next {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .main .glider-contain .dots {
    display: none;
  }
}


/* card slider css end  */

/* middle-text section css :start */
section.middle-text {
  position: relative;
  clear: both;
}

section.middle-text {
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;

}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.middle-text-type h5 {
  color: #d62828;
  font-size: 22px;
  font-weight: 500;
}

h1.title-middle-text {
  font-size: 70px;
  font-weight: 700;
  font-family: 'Oswald';
  animation: Color;
  color: #fff;
  -webkit-animation: Color;
  text-shadow: 9px 10px #f0f0f017;
}

.middle-text-type ul {
  padding-left: 0;
}

.middle-text-type p {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}

.middle-text-type ul li {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.button-left-middle button:hover {
  background-image: linear-gradient(147deg, #ffe53b 0%, #fd3838 74%);
  color: #fff;
}

.button-left-middle button {
  padding: 10px 30px;
  border-radius: 40px;
  background-color: rgb(214 40 40);
  border: none;
}

.button-left-middle a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.button-left-middle i {
  color: #ffffff;
  font-size: 18px;
  margin-left: 12px;
}



/* middle-text section css :End */

/* choose us section css :start */
section.choose-us {
  background-color: #d62828;
  overflow: hidden;
  clear: both;
  padding: 65px;
}

h1.choose-us-title {
  text-align: center;
  color: #fff;
  font-size: 45px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 50px;
}

.icon-text {
  display: flex;
  justify-content: start;
  align-items: center;
}

.img-box img {
  width: 70%;
}

.title-wrapper h2 {
  color: #fff;
  font-size: 23px;
  text-align: center;
}

.choose-description p {
  font-size: 16px;
  text-align: justify;
  padding-top: 25px;
  color: #fff;
}

.box {
  padding: 12px;
  margin-bottom: 15px;
}



/* choose us section css :end */

/* bottom-text-over section css :start */
section.bottom-text-over {
  padding: 60px;
}

section.bottom-text-over h1 {
  font-size: 35px;
  color: #000;
  font-weight: 400;
}

section.bottom-text-over p {
  color: #000;
  font-size: 18px;
  text-align: justify;
}

h1.heading-title {
  color: #d62828 !important;
  font-size: 25px !important;
  font-weight: 600 !important;
}

.description-bottom-text ul {
  padding-left: 0;
}

.description-bottom-text li {
  color: #000;
  font-size: 18px;
  line-height: 35px;
}


















/* bottom-text-over section css :end */




/*  section-Testimonail css :start */


.testimonail {
  background-color: #ffe53b;
  background-image: linear-gradient(147deg, #ffe53b 0%, #fd3838 74%);
  min-height: 100vh;
  font-family: "Fira Sans", sans-serif;
  display: flex;
  padding: 55px 35px;
}

.blog-slider {
  width: 95%;
  position: relative;
  max-width: 800px;
  margin: auto;
  background: #fff;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  padding: 25px;
  border-radius: 25px;
  height: 400px;
  transition: all 0.3s;
}

@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 486px;
    width: 100%;
    height: auto;
    margin: 125px auto;
}
}

@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}

.blog-slider__item {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
}

.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content * {
  opacity: 1;
  transform: none;
}

.blog-slider__item.swiper-slide-active .blog-slider__content *:nth-child(1) {
  transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content *:nth-child(2) {
  transition-delay: 0.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content *:nth-child(3) {
  transition-delay: 0.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content *:nth-child(4) {
  transition-delay: 0.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content *:nth-child(5) {
  transition-delay: 0.7s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content *:nth-child(6) {
  transition-delay: 0.8s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content *:nth-child(7) {
  transition-delay: 0.9s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content *:nth-child(8) {
  transition-delay: 1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content *:nth-child(9) {
  transition-delay: 1.1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content *:nth-child(10) {
  transition-delay: 1.2s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content *:nth-child(11) {
  transition-delay: 1.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content *:nth-child(12) {
  transition-delay: 1.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content *:nth-child(13) {
  transition-delay: 1.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content *:nth-child(14) {
  transition-delay: 1.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content *:nth-child(15) {
  transition-delay: 1.7s;
}

.blog-slider__img {
  width: 300px;
  flex-shrink: 0;
  height: 300px;
  box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0.2);
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
}

.blog-slider__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0.8;
}

.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
}

@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 95%;
  }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
}

.blog-slider__content {
  padding-right: 25px;
}

@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}

@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
  }
}

.blog-slider__content>* {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}

.blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
  text-align: center;
}

.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
  text-align: center;
}

.blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
  font-size: 16px;
}

.blog-slider__button {
  display: inline-flex;
  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}

@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
}

.blog-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.blog-slider .swiper-pagination-custom,
.blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}

@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}

.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}

.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fd3838;
  height: 30px;
  box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}

@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}

.testimonail-star i {
  color: #fbba00;
  font-size: 20px;
}

.testimonail-star {
  text-align: center;
  padding-bottom: 20px;
}

/*  section Testimonailcss :end */


/*  section topic :Start */

section.topic {
  padding: 70px;
  clear: both;
}

h3.sub-title-topic {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

h1.title-topic {
  text-align: center;
  font-size: 40px;
  padding: 15px 0;
  color: #d62828;
  font-weight: 400;
}

.topic-sub h5 {
  color: #000;
  font-size: 22px;
  padding: 22px 0;
}

.topic-sub p {
  color: #000;
  font-size: 18px;
  text-align: justify;
}





/*  section topic :end */


/*  section Before & after :start */
.before h2 {
  font-size: 35px;
  color: #000;
}

.before ul {
  padding-left: 0;
}


.after h2 {
  font-size: 35px;
  color: #000;
}

.after ul {
  padding-left: 0;
}

.before li {
  padding: 5px;
  font-size: 18px;
  color: #000;
}

.after li {
  padding: 5px;
  font-size: 18px;
  color: #000;
}

/*  section Before & after :end */

#conTest {
  width: 80%;
  height: 200px;
  position: relative;
  overflow: hidden;
  left: 10%;
}





/*  section Footer :Start */

footer.footer-end {
  padding: 45px;
  background-color: #d62828;
}

p.footer-title {
  font-size: 23px;
  color: #fff;
  font-weight: 500;
}

p.footer-description {
  color: #fff;
  font-size: 18px;
}

p.footer-description i {
  margin-right: 15px;
}

.footer-link ul {
  padding-left: 0;
  list-style: none;
}

.footer-link a {
  text-decoration: none;
  color: #fff;
  font-size: 17px;
}

.footer-link li {
  padding: 6px 0;
}

p.timer {
  color: #fff;
  font-size: 15px;
}

p.timers {
  color: #fff;
  font-size: 15px;
  margin-left: 30px;
}

p.timer i {
  margin-right: 10px;
}

.social-link i {
  padding: 9px;
  font-size: 22px;
  color: #fff;
}

.sub-footer {
  background-color: #000;
  padding-top: 15px;
}

.sub-footer p {
  color: #fff;
  text-align: center;
  font-size: 18px;

}

.sub-footer p a {
  text-decoration: none;
  color: #f94d1c;
}

/*  section Footer :end */

/*  services-section css :Start */
.services-section {
  background-image: url(./images/slide-header.jpg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 100% 100%;
  width: 100%;
  overflow: hidden;
  height: 370px;
  position: relative;
}

.overlay-upper-services {
  background-image: linear-gradient(rgb(255 0 0 / 70%), rgb(255 0 0 / 70%));
  height: 370px;
  width: 100%;
}

section.battery-title {
  position: absolute;
  top: 0;
  width: 100%;
}

.bread-menu ul {
  display: inline-flex;
  align-items: center;
}

.bread-menu {
  color: #fff;
  z-index: 333;
  position: relative;
}

.bread-inner {
  position: absolute;
  transform: translateY(150%);
}

.bread-menu ul {
  list-style: none;
  padding-left: 0;
}

.bread-menu li a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  padding: 0px 7px;
}

.battery-title .bread-menu li+li::before {
  content: "\f105";
  font-family: 'FontAwesome';
  left: 0px;
  position: relative;
  font-size: 18px;
}

.bread-title h1 {
  color: #fff;
  text-transform: capitalize;
  font-size: 35px;
}

section.battery-middle {
  padding: 40px;
}

.decriptions-battery h1 {
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  color: #000;
}

.decriptions-battery p {
  text-align: justify;
  padding: 10px 40px;
  font-size: 18px;
  color: #000;
}

h3.sub-title-battery {
  font-size: 25px;
  color: #e53337;
  padding: 10px 40px;
  font-weight: 600;
  text-align: center;
}

.button-battery {
  text-align: center;
  padding: 20px 0;
}

.button-battery .first {
  padding: 13px;
  border: none;
  background-color: #d62828;
  color: #fff;
  font-weight: 600;
  border-radius: 12px;
  margin: 0 auto 20px;
  display: block;
  font-size: 18px;
  text-transform: capitalize;

}

.button-battery .second {
  padding: 10px 35px;
  border: none;
  background-color: #d62828;
  color: #fff;
  font-weight: 600;
  border-radius: 12px;
  margin: 0 auto;
  display: block;
  font-size: 18px;
  text-transform: capitalize;
}


.button-battery .second:hover {
  background-image: linear-gradient(147deg, #ffe53b 0%, #fd3838 74%);
  color: #fff;

}

.button-battery .first:hover {
  background-image: linear-gradient(147deg, #ffe53b 0%, #fd3838 74%);
  color: #fff;

}
.battery-gallery h1 {
  font-size: 27px;
  font-weight: 600;
  color: #d62828;
  padding: 20px 40px;
}

.gallery-img {
  margin: 0 auto;
  width: 65%;
  padding: 25px 0;
 
}

.gallery-img img {
  width: 100%;
  border-radius: 40px;
}
.devices img {
  width: 100%;
}

section.device-macbook {
  padding: 40px;
  background-color: #fbfbfb;
}
.box-repair {
  padding: 31px 50px 24px;
  background: #fff;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid #e3e6ea;
  -webkit-box-shadow: 0 22px 65px 0 rgba(35,35,35,.08);
  box-shadow: 0 22px 65px 0 rgba(35,35,35,.08);
}
.heading h3 {
  color: #d62828;
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 40px;
}
.list-options {
  list-style: none;
  margin: 0;
}
.list-options li {
  padding-bottom: 30px;
  border-bottom: 2px solid #e3e6ea;
  margin-bottom: 35px;
}
.list-options li .meta-rp {
  margin-left: 40px;
  margin-top: 5px;
  color: rgba(214,40,40,.87);
  
}
.list-options li .select-item input {
  border-radius: 50%;
  height: 25px;
  width: 25px;
  position: relative;
  top: 5px;
  left: -5px;
}
.list-options li .select-item input[name="repairs"] {
	accent-color: #003049;
}
.list-options li .select-item label {
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  color: #d62828;
  position: relative;
  cursor: pointer;
  font-weight: 600;
}
.list-options li .select-item span {
  float: right;
  font-size: 24px;
  color: #003049;
}
.list-options li .select-item label span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #e3e6ea;
  margin-right: 15px;
}

.select-item span a {
  text-decoration: none;
  font-weight: 500;
}
.action-bottom .btn {
  padding: 4px 30px;
  border-radius: 40px;
  background-color: rgb(214 40 40);
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.action-bottom .btn i {
  margin-left: 15px;
  line-height: 2.4;
}
.action-bottom .btn:hover {
  background-image: linear-gradient(147deg, #ffe53b 0%, #fd3838 74%);
  color: #fff;
}
.boxc.sidebar {
  padding: 31px 50px 24px;
  background-color: #fff;
  border-radius: 40px;
  border-radius: 25px;
    border: 1px solid #e3e6ea;
    padding: 25px 30px 27px;
    background-color: #fff;
    border-radius: 40px;
}
.boxc.sidebar .footer {
  margin: 17px -30px 0;
  padding: 18px 22px 0;
  border-top: 2px solid #e3e6ea;
}
.boxc.sidebar .body h4 {
  font-size: 18px;
  font-weight: 500;
  color: #d62828;
}
.boxc.sidebar .footer a {
  font-weight: 500;
  color: #fff;
  font-size: 18px;
  padding: 10px 30px;
  border-radius: 40px;
  background-color: rgb(214 40 40);
  border: none;
}
.boxc.sidebar .footer a:hover {
  background-image: linear-gradient(147deg, #ffe53b 0%, #fd3838 74%);
  color: #fff;
}
.sidebar-featured-page .contact h4 {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  padding-top: 20px;
  color: #000;
}
.sidebar-featured-page .contact p {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  padding-top: 20px;
  color: #000;
}
.sidebar-featured-page .contact p {
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  color: #000;
}

/*  services-section css :end */

.ipad-title h1 {
  text-align: center;
  color: #f14144;
  font-size: 30px;
  font-weight: 600;
}
.ipad-box img {
  width: 100%;
}
.ipad-description p {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #d62828;
}
.ipad-main-box {
  padding: 10px;
  margin-bottom: 20px;
  border: 2px solid #b0a5a5;
}
section.ipad-services {
  overflow: hidden;
  padding: 40px;
}
section.about {
  padding-top: 40px;
  padding-bottom: 40px;

}
h3.sub-title-about {
  text-align: center;
  font-size: 18px;
  color: #000;
}
h1.about-title {
  font-size: 40px;
  text-align: center;
  padding: 20px 0;
  color: #de2828;
  font-weight: 500;
}
p.about-description {
  text-align: center;
  font-size: 16px;
  color: #000;
}
.about-img img {
  width: 100%;
  max-width: 50%;
}
.about-img {
  text-align: center;
}
.about-call-button {
  text-align: center;
  padding: 10px 0;
  margin-bottom: 60px;
}
.about-call-button a {
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 40px;
  border: none;
  color: #fff;
  background-image: linear-gradient(147deg, rgb(255, 229, 59) 0%, rgb(253, 56, 56) 74%) !important;
  font-size: 18px;
  font-weight: 600;
}
.about-call-button a:hover{
  color: #fff;
  background-color: #de2828 !important;
}

section.contact-form {
  padding: 60px 60px;
  background-color: #f0eeee;
}

p.description-contact {
  color: #000;
  font-size: 18px;
  text-align: justify;
  font-weight: 400;
}
.needs-validation {
  justify-content: center;
}
.form {
  background-color: #fff;
  border-radius: 35px;
  padding: 5px;
  box-shadow: 0 0 30px 5px rgb(0 0 0 / 8%);
  border: 1px solid #e3e6ea;
}
.form h2 {
  color: #de2828;
  font-size: 25px;
  padding: 12px;
}
.needs-validation input {
  border-radius: 35px;
  padding: 10px 25px;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  outline: none !important;
  box-shadow: none !important;
}
.form-btn {
  text-align: center;
}
.form-btn button.btn.form {
  color: #fff;
  background-image: linear-gradient(147deg, rgb(255, 229, 59) 0%, rgb(253, 56, 56) 74%) !important;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  max-width: 30%;
}
.form-btn {
  text-align: end;
  padding: 30px 90px;
}
.information-time {
  display: flex;
  padding: 0 25px;
}
.information {
  background-color: #fff;
  padding: 25px 0;
  margin-top: 40px;
  border-radius: 40px;
  box-shadow: 0 0 30px 5px rgb(0 0 0 / 8%);
  border: 1px solid #e3e6ea;
}
h3.information-sub-title {
  padding: 0px 30px;
  font-size: 20px;
  color: #000;
}
h2.information-title {
  padding: 0px 20px;
  font-size: 30px;
  color: #de2828;
}
p.information-address {
  padding: 4px 20px;
  font-size: 20px;
  color: #000;
}
.sub-time-title {
  margin-left: 180px;
}
.sub-time p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
.sub-time-title p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

section.battery-titles {
  position: absolute;
  top: 100px;
  width: 100%;
}
p.about-description {
  text-align: start;
}
h1.about-title {
  text-align: start;
  padding: 20px 15px;
}
h3.sub-title-about {
    text-align: start;
}
h1.about-title {
  text-align: start;
  padding: 15px 0px;
  font-size: 25px;
}
.about-call-button a {
  padding: 10px 80px;
}
.footer-start img {
  width: 50%;
  margin-bottom: 30px;
  filter: brightness(0) invert(1);
}

#slider img {
  width:250px;
    box-shadow: 0 0 5px rgba(0,0,0,0.7);

}

#slider button{
  border: none;
  height:250px;
  vertical-align:top;
  font-size: 2em;
  background-color: rgb(30,30,30);
  color:#fff;
  cursor: pointer;
}
#slider button:active{
  box-shadow: 0 0 10px rgba(0,0,0,0.7);
}



/* lakshman............ */
@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@300;400;500&display=swap");


section#carousel {
  overflow: hidden;
}

.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.swiper .swiper-slide {
  position: relative;
  width: 300px;
  height: 400px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  filter: grayscale(80%);
  transition: all 0.8s cubic-bezier(0.25, 0.4, 0.45, 1.4);
  border-radius: 30px;
  overflow: hidden;
}
.swiper .swiper-slide img {
  width: 100%;
  height: 100%;
 
}
.swiper .swiper-slide .info {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 10;
  padding: 15px;
}
.swiper .swiper-slide .info h4 {
  margin: 0;
  padding-bottom: 10px;
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #c31432;
  font-weight: 700;
  outline: 0;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
  font-size: 18px;
}
.swiper .swiper-button-prev:after {
  position: relative;
  left: -1px;
}
.swiper .swiper-button-next:after {
  position: relative;
  left: 1px;
}
.swiper .swiper-button-prev,
.swiper .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper .swiper-button-next,
.swiper .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper .swiper-button-prev.swiper-button-disabled,
.swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.map-contact {
  padding-top: 30px;
}
.map-contact iframe {
  width: 100%;
}
.button-battery .first a {
  color: #fff;
  text-decoration: none;
}
.devices-description p {
  text-align: center;
  padding: 15px 0;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
