@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
  border: none;
  text-transform: capitalize;
  transition: all 0.2s linear;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
  font-family: "Poppins", sans-serif;
}

*::selection {
  background: #2b3dda;
  color: #fff;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

html::-webkit-scrollbar {
  width: 0.8rem;
}

html::-webkit-scrollbar-track {
  background: rgb(235, 202, 245);
}

html::-webkit-scrollbar-thumb {
  background: #420177;
}



/* navbar starts */
header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.7rem 10%;
  height: 6.5rem;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(146, 161, 176, 0.3);
}

section {
  min-height: 100vh;
  padding: 2rem 9%;
}

.heading {
  font-size: 3.5rem;
  color: rgb(32, 32, 32);
  font-weight: 800;
  text-align: center;
}

.heading span {
  color: rgb(115, 3, 167);
}

header .logo {
  font-size: 1.9rem;
  font-weight: 800;
  text-decoration: none;
  color: #0e2431;
}

header .logo i {
  font-size: 2.2rem;
}

header .logo:hover {
  color: #ff0000;
}

header .navbar ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .navbar li {
  margin-left: 2.5rem;
}

header .navbar ul li a {
  font-size: 1.57rem;
  color: #0e2431;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.04rem;
  transition: 0.2s;
}

header .navbar ul li a.active {
  color: #011aff;
  border-bottom: 0.2rem solid #011aff;
  background-color: white;
  /* Add this line to change the background color */
  padding: 0.5rem 0;
}

header .navbar ul li a:hover {
  color: #011aff;
  border-bottom: 0.2rem solid #011aff;
  padding: 0.5rem 0;
}
/* Signup button in navbar styling */
.navbar .signup-btn {
  margin-left: 10px;
}

.navbar .signup-btn .btn1 {
  padding: 8px 15px;
  background-color: #007bff;
  color: white;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.navbar .signup-btn .btn1:hover {
  background-color: #0056b3;
}

.navbar .signup-btn .btn1 span {
  color: white;
  font-weight: bold;
}
/* navbar ends */

/* hamburger icon starts*/
#menu {
  font-size: 3rem;
  cursor: pointer;
  color: rgb(24, 2, 63);
  display: none;
}

@media (max-width: 768px) {
  #menu {
    display: block;
  }

  header .navbar {
    position: fixed;
    top: 6.5rem;
    right: -120%;
    width: 100%;
    height: 100%;
    text-align: left;
    align-items: flex-start;
    background-color: #ffffff;
  }

  header .navbar ul {
    flex-flow: column;
    padding: 1rem;
  }

  header .navbar ul li {

    text-align: start;
    width: 100%;
    margin: 1rem 0;
    border-radius: 0.5rem;
  }

  header .navbar ul li a {
    display: block;
    padding: 1rem;
    text-align: left;
    color: #000000;
    font-size: 2rem;
  }

  header .navbar ul li a.active,
  header .navbar ul li a:hover {
    padding: 1rem;
    color: #000000;
    border-radius: 0.5rem;
    border-bottom: 0.5rem solid #ffffff;
  }

  .fa-times {
    transform: rotate(180deg);
  }

  header .navbar.nav-toggle {
    right: 0;
  }
}

/* hamburger icon ends */

/* hero section starts*/
.home {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
}

.home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.home .content {
  flex: 1 1 40rem;
  padding-top: 1rem;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.home .image {
  flex: 1 1 40rem;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 130%;
  height: 130%;
}

.home .image img {
  width: 130%;
  /* Make image take full width */
  height: 130%;
  /* Make image take full height */
  border-radius: 0;
  /* Remove border-radius to avoid clipping */
  image-rendering: crisp-edges;
}

.home .content p.home-description {
  font-size: 2rem;
  /* Increase font size */
  color: #000;
  font-weight: 600;
  padding: 1rem 0;
}

.home .content p.home-description {
  font-size: 2rem;
  /* Adjust for the new paragraph content */
}

.home .content p.home-download {
  font-size: 1.5rem;
  /* Increase font size */
  color: #808080;
  font-weight: 600;
  padding: 1rem 0;
}

.home .content p.home-download {
  font-size: 1.5rem;
  /* Adjust for the new paragraph content */
}

.home .content h2 {
  font-size: 5rem;
  font-weight: 800;
  color: #002057;
}

.home .content h2 span {
  font-size: 5rem;
  font-weight: 800;
  color: #002057;
}

.home .content p {
  font-size: 5rem;
  color: rgb(0, 0, 0);
  font-weight: 600;
  padding: 1rem 0;
}

.home .content p span {
  font-size: 5rem;
  color: rgb(0, 0, 0);
  font-weight: 600;
  padding: 1rem 0;
}

.home .btn {
  margin-top: 1rem;
  padding: 0.5rem 2rem;
  border-radius: 4em;
  transition: 0.5s;
  color: #fff;
  background: #dcfce7;
  border: 2px solid #42cd75;
  font-family: "Nunito", sans-serif;
  display: inline-block;
}

.home .btn span {
  color: rgb(0, 0, 0);
  font-weight: 700;
  font-size: 1.7rem;
  letter-spacing: 0.1rem;
}

.home .btn i {
  margin-left: 0.3rem;
  font-size: 1.5rem;
  transition: 0.3s;
}

.home .btn:hover i {
  transform: translateX(5px);
}

.home .btn1 {
  margin-top: 1rem;
  padding: 1rem 2.5rem;
  border-radius: 1em;
  transition: 0.5s;
  color: #0044ff;
  background: #0044ff;
  border: 2px solid #0044ff;
  font-family: "Nunito", sans-serif;
  display: inline-block;
}

.home .btn1 span {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 1.7rem;
  letter-spacing: 0.1rem;
}

.home .btn1 i {
  margin-left: 0.3rem;
  font-size: 1.5rem;
  transition: 0.3s;
}

.home .btn1:hover i {
  transform: translateX(5px);
}

.home .content .home-download {
  font-size: 1.5rem;
  color: #333;
  margin-top: 10px;
}

.home .download-button {
  display: inline-block;
  transition: transform 0.3s ease;
}

.home .download-button:hover {
  transform: scale(1.1);
  /* Slightly enlarge the image when hovered */
}

.home .download-button .download-img {
  width: 200px;
  /* Set the image width */
  height: auto;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}

.home .download-button .download-img:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* hero media queries starts */
@media (max-width: 450px) {
  .home .btn {
    margin: 4rem 0;
  }

  .home .image img {
    margin-top: 3rem;
  }

  .home .content p {
    font-size: 2.2rem;
  }

  .home .content p span {
    font-size: 2.2rem;
  }

  .home .download-button .download-img {
    width: 150px;
    /* Adjust the image size on smaller screens */
  }
}

/* hero media queries ends*/
/* hero section end */

/* about section starts */
/* General styles */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* About section */
.about {
  padding: 50px 0;
  background-color: #f4f4f4;
  text-align: center;
}

/* Heading */
.heading {
  font-size: 2.5rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 30px;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  overflow: hidden;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Slide images container (to display two images side by side) */
.slide-images {
  display: flex;
  justify-content: space-between;
}

.slide-img {
  width: 48%;
  /* Each image will take up 48% of the container width */
  object-fit: cover;
  /* Ensure the image is not distorted */
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent black */
  z-index: 2;
}

/* Position the "previous button" to the left */
.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit of transparency */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

/* about media queries ends*/
/* about section ends */


/* features  section starts*/
.features {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
}

.features::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.features .content {
  flex: 1 1 40rem;
  padding-top: 1rem;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.features .image {
  flex: 1 1 40rem;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 130%;
  height: 130%;
}

.features .image img {
  width: 130%;
  /* Make image take full width */
  height: 130%;
  /* Make image take full height */
  border-radius: 0;
  image-rendering: crisp-edges;
}

.features .content p.features-description {
  font-size: 2rem;
  color: #000;
  font-weight: 600;
  padding: 1rem 0;
}

.features .content p.features-download {
  font-size: 1.5rem;
  color: #808080;
  font-weight: 600;
  padding: 1rem 0;
}

.features .content .read-more-content h3 {
  font-size: 1.5rem;
  /* Reduce the font size */
  line-height: 1.3;
  /* Adjust line height for compactness */
  color: #333;
  /* Text color */
  font-weight: bold;
  /* Adjust the font weight for readability */
}

.features .content .read-more-content .readmore {
  font-size: 1.5rem;
  /* Reduce the font size */
  line-height: 1.3;
  /* Adjust line height for compactness */
  color: #333;
  /* Text color */
  font-weight: 400;
  /* Adjust the font weight for readability */
}


.features .content .read-more-btn {
  margin-top: 1rem;
  font-size: 2rem;
  color: #0044ff;
  cursor: pointer;
}

.features .content .read-more-btn:hover {
  text-decoration: none;
}

.features .content p {
  font-size: 4rem;
  color: rgb(0, 0, 0);
  font-weight: 600;
  padding: 1rem 0;
}

.features .content p span {
  font-size: 4rem;
  color: rgb(0, 0, 0);
  font-weight: 600;
  padding: 1rem 0;
}


.features .btn1 {
  margin-top: 1rem;
  padding: 1rem 2.5rem;
  border-radius: 1em;
  transition: 0.5s;
  color: #0044ff;
  background: #0044ff;
  border: 2px solid #0044ff;
  font-family: "Nunito", sans-serif;
  display: inline-block;
}

.features .btn1 span {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 1.7rem;
  letter-spacing: 0.1rem;
}

.features .btn1 i {
  margin-left: 0.3rem;
  font-size: 1.5rem;
  transition: 0.3s;
}

.features .btn1:hover i {
  transform: translateX(5px);
}

.features .content .home-download {
  font-size: 1.5rem;
  color: #333;
  margin-top: 10px;
}

.features .download-button {
  display: inline-block;
  transition: transform 0.3s ease;
}

.features .download-button:hover {
  transform: scale(1.1);
  /* Slightly enlarge the image when hovered */
}

.features .download-button .download-img {
  width: 200px;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}

.features .download-button .download-img:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 450px) {
  .features .btn {
    margin: 4rem 0;
  }

  .features .image img {
    margin-top: 3rem;
  }

  .features .content p {
    font-size: 2.2rem;
  }

  .features .content p span {
    font-size: 2.2rem;
  }

  .features .download-button .download-img {
    width: 150px;
  }
}

/* hero media queries ends*/





/* skills section starts */
/* Unique section and class names */
/* Centering the outer section */
.swipe-features-section {
  max-width: 1400px;
  margin: 40px auto;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  /* Semi-transparent background */
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Center content within the container */
}

/* Other styles */
.swipe-features-title {
  text-align: center;
  font-size: 3rem;
  color: #000000;
}

.swipe-features-container {
  display: flex;
  justify-content: center;
  /* Center child items within the container */
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.swipe-features-column {
  flex: 1;
  min-width: 280px;
}

.swipe-feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: 400;
  color: #000000;
}

.swipe-feature-item img {

  margin-right: 10px;
}

.swipe-new-feature {
  background-color: #007bff;
  color: white;
  padding: 2px 6px;
  font-size: 0.8rem;
  border-radius: 5px;
  margin-left: 8px;
}

/* features section ends */

/* download section starts */
.download-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 10px 20px;
  /* Adjust padding to fit content */
  background-color: rgba(255, 255, 255, 0.8);
  /* Semi-transparent background */
  min-height: auto;
  /* Allows the section to shrink based on content */
}

.download-content {
  max-width: 600px;
  padding: 0 20px;
  /* Ensure padding is only left/right */
}

.download-title {
  font-size: 4rem;
  font-weight: bold;
  color: #222;
  margin-bottom: 10px;
}

.download-available {
  font-size: 2rem;
  color: #555;
  margin-bottom: 20px;
}

.download-button {
  display: inline-block;
  width: 180px;
  /* Adjust width as needed */
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
  /* Animation effect */
}

.download-button img {
  width: 100%;
  /* Make image fill the button width */
  height: auto;
  border-radius: 8px;
  /* Rounded corners */
}

/* Hover effect */
.download-button:hover {
  transform: scale(1.05);
  /* Slight zoom on hover */
}

/* download section ends */

/* FAQ section Starts */
.faq-section {
  width: 100%;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  color: #333;
}

.faq-heading {
  text-align: center;
  font-size: 4rem;
  margin: 40px 0 30px;
  /* Added top margin for space above */
  color: #000000;
  font-weight: bold;
}

.faq-item {
  max-width: 800px;
  /* Limit width for better readability */
  width: 100%;
  margin: 0 auto 15px auto;
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
}


.faq-question {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 2rem;
  font-weight: 600;
  padding: 10px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: none;
  color: #000000;
}

.faq-answer {
  font-size: 2rem;
  display: none;
  padding: 5px 0;
  color: #555;
  line-height: 1.6;
}

.arrow {
  transition: transform 0.3s ease;
  font-size: 18px;
  color: #777;
}

.faq-question.active .arrow {
  transform: rotate(90deg);
}

/* FSQ section ends */



/* contact section starts
.contact {
  background: #e5ecfb;
  min-height: 60vh;
}
.contact .container {
  max-width: 1050px;
  width: 100%;
  background: #fff;
  border-radius: 1.5rem;
  margin: 2rem 5rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.contact .container .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.5rem 2rem;
}
.contact .content .image-box {
  max-width: 60%;
  margin-left: 4rem;
}
.contact .content .image-box img {
  width: 100%;
  height: 40rem;
  position: relative;
}
.contact .content form {
  width: 45%;
  margin-right: 3.5rem;
}
form .form-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.form-group .field {
  height: 50px;
  display: flex;
  position: relative;
  margin: 1rem;
  width: 100%;
}
form i {
  position: absolute;
  top: 50%;
  left: 18px;
  color: rgb(51, 51, 51);
  font-size: 17px;
  pointer-events: none;
  transform: translateY(-50%);
}
form .field input,
form .message textarea {
  width: 100%;
  height: 100%;
  outline: none;
  padding: 0 16px 0 48px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  border-radius: 5px;
  border: 1px solid rgb(51, 51, 51);
  background: #e5ecfb;
}
.field input::placeholder,
.message textarea::placeholder {
  color: rgb(51, 51, 51);
}
.field input:focus,
.message textarea:focus {
  padding-left: 47px;
  border: 2px solid rgb(115, 3, 167);
}
.field input:focus ~ i,
.message textarea:focus ~ i {
  color: rgb(115, 3, 167);
}
form .message {
  position: relative;
  margin: 1rem;
  width: 100%;
}
form .message i {
  top: 25px;
  font-size: 20px;
  left: 15px;
}
form .message textarea {
  min-height: 130px;
  max-height: 230px;
  max-width: 100%;
  min-width: 100%;
  padding: 12px 20px 0 48px;
}
form .message textarea::-webkit-scrollbar {
  width: 0px;
}
form .button-area {
  display: flex;
  float: right;
  flex-direction: row-reverse;
}
.button-area button {
  color: #fff;
  border: none;
  outline: none;
  font-size: 1.8rem;
  cursor: pointer;
  border-radius: 5px;
  padding: 13px 25px;
  background: #2506ad;
  box-shadow: 0px 5px 10px rgba(48, 68, 247, 0.6);
  transition: 0.3s ease;
  font-family: "Nunito", sans-serif;
}
.button-area button:hover {
  background: #421cecf5;
}
.button-area span {
  font-size: 17px;
  padding: 1rem;
  display: none;
}
.button-area button i {
  position: relative;
  top: 6px;
  left: 2px;
  font-size: 1.5rem;
  transition: 0.3s;
  color: #fff;
}
.button-area button:hover i {
  left: 8px;
}
@media (max-width: 900px) {
  .contact {
    min-height: 70vh;
  }
  .contact .container {
    margin: 3rem 0 2rem 0;
  }
  .contact .container .content {
    padding: 18px 12px;
  }
  .contact .content .image-box {
    display: none;
  }
  .contact .content form {
    width: 100%;
    margin-right: 2rem;
  }
} */
/* contact section media queries ends */
/* contact section ends */

/* footer section starts */
.footer {
  min-height: auto;
  padding-top: 0;
  background: rgb(255, 255, 255);
}

.footer .box-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer .box-container .box {
  flex: 1 1 25rem;
  margin: 2.5rem;
}

.footer .box-container .box h3 {
  font-size: 2.5rem;
  color: #000000;
  padding-bottom: 1rem;
  font-weight: bold;
}

.footer .box-container .box p {
  font-size: 1.5rem;
  color: #000000;
  padding: 0.7rem 0;
  text-transform: none;
}

.footer .box-container .box p i {
  padding-right: 1rem;
  color: #000000;
}

.footer .box-container .box a {
  font-size: 1.5rem;
  color: rgb(0, 0, 0);
  padding: 0.3rem 0;
  display: block;
}

.footer .box-container .box a:hover {
  color: #000000;
}

.footer .box-container .box .share {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0;
}

.footer .box-container .box .share a {
  height: 4rem;
  width: 4rem;
  gap: 1.5rem;
  padding: 0;
  /* Remove padding */
  background: none;
  /* Soft background for the icon */
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  transition: all 0.3s ease;
  /* Smooth transition */
}

.footer .box-container .box .share a img {
  width: 100%;
  /* Makes the image fill the square */
  height: 100%;
  /* Makes the image fill the square */
  object-fit: cover;
  /* Ensures the image covers the area */
}

.footer .box-container .box1 {
  flex: 1 1 25rem;
  margin: 2.5rem;
}

.footer .box-container .box1 h3 {
  font-size: 1.7rem;
  color: #5e5e5e;
  padding-bottom: 1rem;
}

.footer .box-container .box1 p {
  font-size: 1.5rem;
  color: #595858;
  padding: 0.7rem 0;
  text-transform: none;
}

.footer .box-container .box1 p i {
  padding-right: 1rem;
  color: #000000;
}

.footer .box-container .box1 a {
  font-size: 1.5rem;
  color: rgb(0, 0, 0);
  padding: 0.3rem 0;
  display: block;
}

.footer .box-container .box1 a:hover {
  color: #000000;
}

.footer .credit {
  padding: 1rem 0 0 0;
  text-align: center;
  font-size: 1.5rem;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  color: #000000;
  border-top: 0.1rem solid #fff3;
}

.footer .credit a {
  color: #000000;
}

@-webkit-keyframes pound {
  to {
    transform: scale(1.1);
  }
}

@keyframes pound {
  to {
    transform: scale(1.1);
  }
}

@media (max-width: 450px) {
  .footer .box-container .box {
    margin: 1.5rem;
  }

  .footer .box-container .box p {
    padding: 0.7rem;
  }

  .footer .box-container .box .share a {
    padding: 1.2rem;
  }
}

/* footer section ends */

/* common media queries starts*/
@media (max-width: 450px) {
  html {
    font-size: 55%;
  }

  body {
    padding-right: 0;
  }

  section {
    padding: 2rem;
  }
}

/* common media queries ends*/

/* scroll top starts */
#scroll-top {
  position: fixed;
  top: -140%;
  right: 2rem;
  padding: 1rem 1.5rem;
  font-size: 2rem;
  background: #ffae00;
  color: rgb(13, 0, 44);
  border-radius: 50%;
  transition: 1s linear;
  z-index: 1000;
}

#scroll-top.active {
  top: calc(100% - 12rem);
}

/* scroll top ends */