* {
  margin: 0;
  padding: 0;
}

body {
  background-color: white;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
}

/* first section start */
.firstSection {
  background-image: url('looplabbgimage.jpg');
  background-size: cover;
  background-position: center;
  color: white;
  padding: 100px 0;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.navbar {
  background-color: transparent !important;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.nav-link {
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.nav-link:hover {
  text-decoration: none;
  color: black;
}

.nav-item>a {
  text-decoration: none;
  color: white;
}
.nav-item>a:hover {
  text-decoration: none;
  color: black;
}

.firstSection-content {
  max-width: 600px;
  margin: 0 auto;
}

.firstSection-title {
  font-size: 36px;
  margin-bottom: 20px;
  font-family: "Anton", sans-serif;
  font-weight: 400;
}

.firstSection-description {
  font-size: 18px;
  margin-bottom: 30px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
}

.btn-get-started {
  background-color: black;
  color: white;
  border: none;
  box-shadow: 0px 5px 5px 0px #0000007d;
  text-decoration: none !important;
}

.btn-get-started:hover {
  background-color: orangered;
  color: white;
}

@media (min-width: 768px) {
  .firstSection {
    flex-direction: row;
  }

  .firstSection-content {
    margin-left: 20px;
    text-align: left;
  }
}

/* first section end */


/* second section start */
.secondSection {
  background-image: url("secondpic.jpg");
  background-size: cover;
  background-position: center;
  padding: 20px 0;
  height: auto;
}

.trainingHeading {
  text-align: center;
  margin-bottom: 20px;

}

.trainingHeading p {
  font-size: 20px;
  color: #ffffff;
  margin: 0;
  font-family: "Anton", sans-serif;
  font-weight: 400;
}

.trainingHeading b {
  font-weight: 100;
  font-size: 50px;
}


@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,700');

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');


:root {
  --gr-1: linear-gradient(135deg, #FFA8A8 10%, #FCFF00 100%);
  --gr-2: linear-gradient(45deg, #FA8BFF 0%, #2BD2FF 52%, #2BFF88 90%);

  --gr-3: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
  ;
}

.gr-1 {
  background: var(--gr-1);
}

.gr-2 {
  background: var(--gr-2);
}

.gr-3 {
  background: var(--gr-3);
}

* {
  transition: .5s;
}

.h-100 {
  height: 100vh !important;
}

.align-middle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.column {
  margin-top: 3rem;
  padding-left: 3rem;

  &:hover {
    padding-left: 0;

    .card .txt {
      margin-left: 1rem;

      h1,
      p {
        color: rgba(255, 255, 255, 1);
        opacity: 1;
      }
    }

    a {
      color: rgba(255, 255, 255, 1);

      &:after {
        width: 10%;
      }
    }
  }
}

.card {
  min-height: 170px;
  margin: 0;
  padding: 1.7rem 1.2rem;
  border: none;
  border-radius: 0;
  color: rgba(0, 0, 0, 1);
  letter-spacing: .05rem;
  font-family: 'Oswald', sans-serif;
  box-shadow: 0 0 21px rgba(0, 0, 0, .27);
  position: relative;

  .txt {
    margin-left: 0rem;
    z-index: 1;

    h1 {
      font-size: 1.5rem;
      font-weight: 300;
      text-transform: uppercase;
    }

    p {
      font-size: .7rem;
      font-family: 'Open Sans', sans-serif;
      letter-spacing: 0rem;
      margin-top: 20px;
      opacity: 0;
      color: rgba(255, 255, 255, 1);
    }
  }

  a {
    z-index: 3;
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
    margin-left: 1rem;
    position: absolute;
    bottom: 10px;
    left: 60%;
    transform: translateX(-50%);

    &:after {
      content: "";
      display: inline-block;
      height: 0.5em;
      width: 0;
      margin-right: -100%;
      margin-left: 20px;
      border-top: 1px solid rgba(255, 255, 255, 1);
      transition: .5s;
      position: absolute;
      bottom: 10px;
    }
  }

  .ico-card {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  i {
    position: relative;
    right: -50%;
    top: 60%;
    font-size: 12rem;
    line-height: 0;
    opacity: .2;
    color: rgba(255, 255, 255, 1);
    z-index: 0;
  }
}

.secondSectionintro {
  height: 4px;
  width: 770px;
  position: relative;
  left: 380px;
  top: 50px;
  font-size: 18px;
  color: white;
  text-align: center;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
}

@media (max-width: 768px) {
  .card a {
    bottom: 5px;
  }

  .secondSectionintro {
    display: none;
  }
}

/* second section end */
  /* CSS for modals */
  /* Add this CSS for modals */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* second section end */


/* third section start */
.thirdSection {
  height: auto;
  width: 100%;
  display: flex;
  background-color: white;
  position: relative;
}

.section-heading {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  padding: 10px;
  color: orange;
  font-size: 30px;
  width: 513px;
  height: 80px;
  font-size: 50px;
  font-family: "Anton", sans-serif;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .section-heading {
    left: 48%;
    font-family: "Anton", sans-serif;
    font-size: 35px;
    width: 334px;
    height: 80px;
  }
  html{
    width: 100%;
  }
}

.new-card {
  border-radius: 8px;
  transition: transform 0.3s;
  margin: 10px;
  background-color: #f6f4f0;
}

.new-card:hover {
  background-color: #cbc8c4;
}

.new-card-img-top {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  max-height: 200px;
  object-fit: cover;
  width: 100%;
  display: flex;
  object-fit: cover;
}

.new-card-title {
  color: #000000;
}

.new-card-text {
  color: #6c757d;

}

.btn-primary {
  background-image: linear-gradient(to right, #FF512F 0%, #F09819 51%, #FF512F 100%);
  border: none;
}



/* third section end */


/* fifth section start */
.fifthSection {
  background-color: #FBDA61;
  background-image: linear-gradient(45deg, #FBDA61 0%, #FF5ACD 100%);
  padding: 5px;
  display: flex;
}

.fifthSection>div {
  background-color: rgba(240, 248, 255, 0);
  margin: 5px;
  height: auto;
  text-align: center;
  font-size: 18px;
  flex: auto;
}
.videoSection{
  height: 400px;
  width: 650px;
}
@media only screen and (max-width: 768px) {
  .videoSection{
    height: auto;
    width: 343px;
  }
}

.btn-grad {
  background-image: linear-gradient(to right, #FF512F 0%, #DD2476 51%, #FF512F 100%);
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 10px;
  display: block;
  height: 50px;
  width: 200px;
  border: 1px transparent;
  position: relative;
  left: 150px;
  top: 20px;
}

.btn-grad:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}
.fifthSectionA{
  text-decoration: none;
  color: #fff;
}
.fifthSectionA:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}
.PHeadtext {
  width: 508px;
  height: 76px;
  background-color: transparent;
  color: white;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  top: 50px;
  left: 76px;
  font-size: 50px;
  font-family: "Anton", sans-serif;
  font-weight: 400;
}

.Ptext {
  width: 508px;
  height: 380px;
  background-color: transparent;
  color: white;
  font-size: 17px;
  font-family: cursive;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  top: 0px;
  left: 76px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .fifthSection {
    background-color: #FBDA61;
    background-image: linear-gradient(45deg, #FBDA61 0%, #FF5ACD 100%);
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
  }

  .fifthSection>div {
    background-color: rgba(240, 248, 255, 0);
    margin: 5px;
    height: auto;
    text-align: center;
    font-size: 18px;
    flex: auto;
    width: 300px;
  }

  .btn-grad {
    background-image: linear-gradient(to right, #FF512F 0%, #DD2476 51%, #FF512F 100%);
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 10px;
    display: block;
    height: 50px;
    width: 200px;
    border: 1px transparent;
    position: relative;
    left: 50px;
    top: 20px;
  }

  .btn-grad:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
  }
  .fifthSectionA{
    text-decoration: none;
    color: #fff;
  }
  .fifthSectionA:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
  }
  .PHeadtext {
    width: 384px;
    height: 70px;
    position: relative;
    top: 50px;
    left: -38px;
    font-size: 50px;
  }

  .Ptext {
    width: 350px;
    height: 452px;
    font-size: 16px;
    position: relative;
    top: 20px;
    left: 0px;
  }
}

/* fifth section end */


/* fourth section start */
.workshop-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
}

.images {
  display: flex;
  width: 100%;
  max-width: 100vw;
  flex-wrap: wrap;
}

.images img {
  flex: 1 1 auto;
  max-width: calc(33.33% - 10px);
  height: auto;
  margin: 0 5px 10px;
  padding: 0;
  box-sizing: border-box;
  transition: transform 0.3s ease-out;
}

.images img:hover {
  transform: scale(1.1);
}

.text {
  flex: 1 1 auto;
  padding: 0 20px;
  width: 100%;
}

.text-container {
  margin-left: 0;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}


.workshop-container:hover .text-container {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .workshop-container {
    flex-direction: column;
    align-items: stretch;
  }
.workshop-container>h2{
  width: 295px;
}
  .images {
    justify-content: flex-start;
  }

  .workshop-container {
    flex-direction: column;
    align-items: stretch;
  }

  .images img {
    max-width: 100%;
    margin: 0 0 10px;
  }

}

/* fourth section end */


/* sixth section start */
.sixthSection {
  width: 100%;
  height: auto;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  position: relative;
  top: 0px;
  background-color: #ff9000;
  padding: 50px;
}
.sixthSectionHeading{
  text-align: center;
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 30px;
    font-family: Anton, sans-serif;
    font-weight: 400;
}
.totalDiv {
  width: 90%;
  max-width: 1200px;
  height: auto;
  background-color: rgb(255 144 0);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.firstDiv {
  width: 100%;
  max-width: 470px;
  height: 600px;
  background-color: rgb(255 144 0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.headingDiv {
  width: 490px;
  height: 50px;
  background-color: #616264;
  color: white;
  text-align: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  top: -50px;
  left: 221px;
  transform: translateX(-50%);
  font-size: 31px;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  border-radius: 50px;
}

.hackerDiv {
  width: 100%;
  max-width: 450px;
  height: auto;
  background-color: rgb(255 144 0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.hackerImage {
  width: 100%;
  max-width: 500px;
  height: 400px;
  display: block;
  margin: 0 auto;
  border-radius: 20px;
}

.imagesDiv {
  width: 100%;
  max-width: 600px;
  height: auto;
  background-color: rgb(255 144 0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}

.keyImage {
  width: 350px;
  height: auto;
  margin: 5px;
  border-top: 4px solid white;
  border-right: 4px solid white;
  border-bottom: 4px solid white;
  border-radius: 50px;
  transition: margin-left 0.3s ease;
}

.keyImage:hover {
  margin-left: 80px;
  box-shadow: 0px 6px 5px 0px #00000040;
}


@media only screen and (max-width: 768px) {
  .sixthSection {
    width: 100%;
    height: auto;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    position: relative;
    top: 0px;
    background-color: #ff9000;
    padding: 50px;
  }
  .sixthSectionHeading{
    text-align: center;
      color: #ffffff;
      font-size: 40px;
      margin-bottom: 30px;
      font-family: Anton, sans-serif;
    font-weight: 400;
  }
  .totalDiv {
    width: 100%;
    max-width: 1200px;
    height: auto;
    background-color: rgb(255 144 0);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
  }

  .firstDiv {
    width: 100%;
    max-width: 470px;
    height: 600px;
    background-color: rgb(255 144 0);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    position: relative;
  }

  .headingDiv {
    width: 420px;
    height: 40px;
    background-color: #616264;
    color: white;
    text-align: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    top: -50px;
    left: 168px;
    transform: translateX(-50%);
    font-size: 17px;
    border-radius: 50px;
  }

  .hackerDiv {
    width: 100%;
    max-width: 450px;
    height: auto;
    background-color: rgb(255 144 0);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    position: relative;
  }

  .hackerImage {
    width: 100%;
    max-width: 500px;
    height: 337px;
    display: block;
    margin: 0 auto;
    border-radius: 20px;
  }

  .imagesDiv {
    width: 100%;
    max-width: 600px;
    height: auto;
    background-color: rgb(255 144 0);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
  }

  .keyImage {
    width: 260px;
    height: auto;
    margin: 5px;
    border-top: 4px solid white;
    border-right: 4px solid white;
    border-bottom: 4px solid white;
    border-radius: 50px;
    transition: margin-left 0.3s ease;
  }

  .keyImage:hover {
    margin-left: 50px;
    box-shadow: 0px 6px 5px 0px #00000040;
  }
}

/* sixth section end */


/*seventh section start  */
.seventhSectionHeading {
  text-align: center;
  color:#eb295a;
  font-size: 50px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: "Anton", sans-serif;
  font-weight: 400;
}

.container-07 {
  background-color: #ffffff;
    width: 99%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.container-02 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  width: 50%;
  background: #0d2951;
}

.container-02 h2 {
  position: relative;
  width: 50%;
  text-align: center;
  z-index: 11;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 5px 8px;
  font-size: 30px;
  border-radius: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.05);
  font-family: "Anton", sans-serif;
  font-weight: 400;

}

.container-02:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(orange, #e91e63);
  clip-path: circle(30% at 88% 77%);
}

.container-02:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#a4a49f, #e91e63);
  clip-path: circle(20% at 15% 15%);
}

.container-02 .glassmorphic-card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  z-index: 1;
  width: 320px;
  height: 530px;
  padding: 40px 30px;
  margin: 28px;
  box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  overflow: hidden;
}

.container-02 .glassmorphic-card:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 10em;
  background: rgba(255, 255, 255, 0.05);
  pointer-events: none;
}

.container-02 .glassmorphic-card .imgBox {
  position: relative;
  text-align: center;
}

.webcard {
  width: 215px;
  height: 200px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.container-02 .glassmorphic-card .imgBox i {
  font-size: max(80px);
  color: rgba(255, 255, 255, 0.1);
}

.container-02 .glassmorphic-card .contentBox {
  position: relative;
  margin-top: 20px;
  text-align: center;
  transition: 0.5s;
}

.container-02 .glassmorphic-card .contentBox:before {
  position: absolute;
  top: -50px;
  left: -125px;
  width: 100%;
  font-size: 4em;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  transform: rotate(-90deg);
  color: rgba(0, 0, 0, 0.2);
}

.container-02 .glassmorphic-card .contentBox h3 {
  font-size: 1.8em;
  color: #fff;
  z-index: 1;
}

.container-02 .glassmorphic-card .contentBox p {
  font-size: 1em;
  color: #fff;
  font-weight: 300;
}

.container-02 .glassmorphic-card .contentBox a {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  margin-top: 15px;
  background: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  color: #000;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 500;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.container-02 p {
  z-index: 12;
  margin: 20px auto 10px;
  position: relative;
  color: #fff;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
}

.container-02 p span {
  font-weight: 700;
}

@media (max-width: 768px) {
  .container-02 {
    width: 100%;
    border-top: 10px solid rgba(255, 255, 255);
    border-left: 1px solid rgba(255, 255, 255);
  }
}

@media (min-width: 768px) {
  .container-02 {
    width: 90%;
    border-top: 10px solid rgba(255, 255, 255);
    border-left: 1px solid rgba(255, 255, 255);
  }
}

@media (min-width: 992px) {
  .container-02 {
    width: 80%;
    border-top: 10px solid rgb(255, 255, 255);
    border-left: 1px solid rgba(255, 255, 255);
  }
}

@media (min-width: 1200px) {
  .container-02 {
    width: 50%;
    border-top: 20px solid rgb(255, 255, 255);
    border-left: 10px solid rgb(255, 255, 255);
  }

}


/* seventh section end */

/* eighth section start */
.eightSection {
  width: 100%;
  height: auto;
  background-color: #f6f4f0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  top: 0px;
  padding: 20px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.box {
  
  color: white;
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 300px;
  height: auto;
  margin: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}



/* Add media query to adjust layout for smaller screens */
@media (max-width: 768px) {
  .row {
    padding: 0 20px;
  }

  .box {
    flex-basis: calc(50% - 20px);
    margin: 10px;
  }
}

.box:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 0px;
  height: 100%;
  box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.30);
  transition: all 0.3s ease;
  background-color: #4e4e4e;
}

.box:hover:before {
  width: 100%;
}

.box:hover .image-wrapper {
  padding: 0;
}

.box:hover .box-desc {
  color: #fff;
}

.box:hover .social li a {
  background: #fff;
  background-image: none;
  color: #000;
}

.box:hover .social li a:hover {
  background: #1d1d1d;
  color: #fff;
}

.image-wrapper {
  position: relative;
  max-width: 210px;
  max-height: 210px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  padding: 15px;
  transition: all 0.5s ease;
  box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.20);
}

.image-wrapper img {
  border-radius: 50%;
  transition: all 500ms ease;
}

.box-desc {
  position: relative;
}

ul.social {
  padding: 0;
}

ul.social li {
  display: inline-block;
  list-style-type: none;
}

ul.social li a {
  position: relative;
  width: 36px;
  height: 36px;
  background-color: white;
  display: inline-block;
  line-height: 36px;
  border-radius: 50%;
  color: #000000;
  transition: all .5s ease; 

}

/* eighth section end */


/* map section start*/
.map {
  background-color: #e8e6e1;
}

.map>h2 {
  font-size: 40px;
  justify-content: center;
  text-align: center;
  justify-items: center;
  font-family: "Anton", sans-serif;
  font-weight: 400;
}

.mapouter {
  position: relative;
  text-align: center;
  height: 400px;
  width: 100%;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 400px;
  width: 100%;
}

#gmap_canvas {
  height: 400px;
  width: 100%;
  padding: 0;
  margin: 0;
}

/* map section end */


/* footer start */

footer {
  position: relative;
  left: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  height: 370px;
  overflow: hidden;
}
.background {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(3) scaleX(2.25);
  transform-origin: bottom;
  box-sizing: border-box;
  display: block;
  pointer-events: none;
}


.footerSection {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 30px;
  padding-bottom: 0px;
  padding-left: 60px;
  width: 100%;
  color: white;
}
.footerSection ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
 
}

.footerSection>.socials {
  gap: 20px;
  
}

.footerSection>.socials a {
  font-size: 24px;
  text-decoration: none;
  color: white;
}

.footerSection>.links {
  gap: 10px;
  flex-direction: column;
 
}
.link{
  text-decoration: none;
  color: white;
}
.link:hover{
  text-decoration: none;
  color: rgb(106, 105, 105);
}
.legal {
  font-size: 12px;
  margin: 0;
}

@media (width > 420px) {
  section {
    align-items: center;
    padding-left: 0;
    gap: 20px;
  }

  .footerSection>.links {
    gap: 20px;
    flex-direction: row;
  }
}
.up-arrow {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 999;
  transition: opacity 0.3s;
  color: orangered;
}

.up-arrow:hover {
  opacity: 0.7;
}

/* footer end */