@font-face {
  font-family: MinionPro;
  src: url(../fonts/MinionPro-Regular.otf) format("opentype");
}

@font-face {
  font-family: Avenir;
  src: url(../fonts/Avenir.ttc) format("trueType");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

:root {
  --Pink: #e4048a;
  --Purple: #2c2263;
}

body {
  /* background-image: linear-gradient(45deg, rgb(255, 120, 143), rgb(237, 171, 49), rgb(212, 17, 212)); */
  overflow-x: hidden !important;
}

.header {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  /* z-index: 999999999; */
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.logo {
  position: relative;
  transition: 1s ease;
  z-index: 11;
}

.hamburger {
  position: relative;
  left: 80%;
  top: 65px;
  cursor: pointer;
  z-index: 777777;
}

@media (min-width:1400px) and (max-width:1600px) {
  .hamburger {
    top: 100px;
    left: 135%;
  }
}

@media (min-width:1200px) and (max-width:1399px) {
  .hamburger {
    top: 125px;
    left: 106%;
  }
}

@media (min-width:1000px) and (max-width:1199px) {
  .hamburger {
    top: 125px;
    left: 94%;
  }
}

@media (min-width:900px) and (max-width:999px) {
  .hamburger {
    top: 125px;
    left: 80%;
  }
}

@media (min-width:800px) and (max-width:899px) {
  .hamburger {
    top: 125px;
    left: 73%;
  }
}

@media (min-width:700px) and (max-width:799px) {
  .hamburger {
    top: 125px;
    left: 63%;
  }
}

@media (min-width:600px) and (max-width:699px) {
  .hamburger {
    top: 125px;
    left: 53%;
  }
}

@media (min-width:500px) and (max-width:599px) {
  .hamburger {
    top: 125px;
    left: 48%;
  }
}

@media (min-width:400px) and (max-width:499px) {
  .hamburger {
    top: 125px;
    left: 40%;
  }
}

@media screen and (max-width:399px) {
  .hamburger {
    top: 125px;
    left: 35%;
  }
}

header .hamburger .nav-circle {
  height: 30px;
  width: 30px;
  background: linear-gradient(to right, var(--Pink), var(--Purple));
  border-radius: 50%;
  margin: 15px 5px;
}

.cs-newsletter_form {
  position: relative;
}

.cs-social_btns.cs-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -7px;
  /* justify-content: center; */
}

.cs-social_btns.cs-style1 a {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  margin: 7px;
  text-align: center;
  vertical-align: middle !important;
}

.cs-social_btns.cs-style1 a:hover {
  border-color: #ff04ff !important;
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.cs-social_btns.cs-style1 a:hover svg {
  fill: #d303b4 !important;
}

.cs-newsletter_input {
  height: 50px;
  width: 100%;
  border-radius: 10px;
  background-color: #9500e6;
  border: none;
  padding: 5px 90px 5px 15px;
  outline: none;
  color: #ffffff !important;
}

.cs-newsletter_btn {
  padding: 7px 25px;
  border-radius: 10px;
  color: #ffffff;
  background-color: #b80880;
  position: absolute;
  top: 5px;
  right: 5px;
  font-weight: 600;
  border: none;
  overflow: hidden;
}

header .brand-slogan {
  font-family: Avenir;
  font-size: 25px;
  margin: 3.5rem 0px;
  color: white;
  font-style: italic;
  font-weight: lighter;
}

@media (min-width:600px) and (max-width:800px) {
  .brand-slogan {
    font-size: 20px !important;
  }
}

@media screen and (max-width:600px) {
  .brand-slogan {
    font-size: 15px !important;
  }
}

.content {
  width: 100%;
  text-align: center;
}

a.button {
  display: inline-block;
  width: 10rem;
  background-image: linear-gradient(160deg, var(--Pink), var(--Purple) 100%);
  padding: 0.7rem 2rem;
  border-radius: 30px;
  color: white;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
  /* position: relative;
  left: -15px; */
}

@media (min-width:600px) and (max-width:800px) {
  a.button {
    width: 8rem;
    padding: 0.5rem 1.2rem;
  }
}

@media screen and (max-width:600px) {
  a.button {
    width: 7rem;
    padding: 0.5rem 0.2rem;
  }
}

a {
  text-decoration: none;
  font-family: Avenir;
}

/* About Start */
.about {
  padding: 3rem 2rem;
  /* background-image: linear-gradient(130deg , purple , rgb(244, 145, 161) 95%, orange ); */
}

.about h1 {
  font-family: Avenir;
  width: 82%;
  font-size: 6rem;
  color: white;
  font-weight: lighter;
}

.about h1 span {
  font-weight: 900;
}

.about p {
  font-family: Avenir;
  color: white;
  font-size: 30px;
  line-height: 1.3;
  /* word-spacing: 3px; */
  /* letter-spacing: 1px; */
  font-style: italic;
  width: 90%;
}

/* About End */
/* Trust Start */
.heading {
  position: relative;
}

.heading::before,
.heading::after {
  content: '';
  width: 23%;
  height: 5px;
  position: absolute;
  top: 50%;
  background-image: linear-gradient(to right, var(--Pink), var(--Purple));
  border-radius: 2px;
}

.heading::before {
  left: 4%;
}

.heading::after {
  right: 4%;
}

.heading h2 {
  font-family: Minion;
  /* line-height: 0; */
  margin: 0;
  font-size: 5rem;
  font-weight: 900;
  background: -webkit-linear-gradient(200deg, var(--Purple), var(--Pink) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.trust p {
  font-family: Avenir;
  color: white;
  font-style: italic;
  font-size: 25px;
}

.trust .brands {
  position: relative;
}


.circle-main {
  height: 160px;
  width: 160px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle-main>div {
  position: absolute;

}

/* .circle-main>div:nth-child(2) {} */

.trust.trust1.animated .brands .circle {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 3px solid var(--Purple);
  animation: circlepop 0.5s 1 forwards;
  /* transform: scale(0); */
  animation-delay: calc(0.5s * var(--i));
  /* position: absolute; */
}

@keyframes circlepop {
  from {
    height: 0;
    width: 0;
  }

  to {
    height: 130px;
    width: 130px;
  }
}

.trust.trust1.animated .brands .circle-sm {
  height: 30px;
  width: 30px;
  background-image: linear-gradient(to right, var(--Pink) 30%, var(--Purple));
  border-radius: 50%;
  opacity: 1;
  animation: faded 5s 1 forwards;
  /* animation-delay: 5s; */

}

@keyframes faded {
  10% {
    opacity: 1;
  }

  20% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  60% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.trust .brands .brand {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

@media (min-width:1159px) and (max-width:1280px) {

  .heading::before,
  .heading::after {
    width: 20%;
  }
}

@media (min-width:768px) and (max-width:1158px) {

  .heading::before,
  .heading::after {
    width: 17%;
  }
}

@media screen and (max-width:1000px) {
  .heading h2 {
    font-size: 3.5rem;
  }
}

@media screen and (max-width:768px) {

  .heading::before,
  .heading::after {
    width: 10%;
  }

  .heading h2 {
    font-size: 2.5rem;
  }
}

/* Trust End */
.services {
  margin-top: 6rem;
}

.services-details {
  margin-top: 8rem;
}

.details-description h1 {
  font-family: Minion;
}

.details-description p {
  font-family: Avenir;
  text-align: justify !important;
}

.lollipop {
  transform: rotate(180deg);
}

.animatedbar {
  position: relative;
}

.bar {
  width: 4px;
  height: 150px;
  border-radius: 10px;
  background-image: linear-gradient(to left, var(--Pink), var(--Purple));
  position: relative;
}

.ball {
  width: 30px;
  height: 30px;
  background-image: linear-gradient(to left, var(--Pink), var(--Purple));
  border-radius: 50%;
  position: absolute;
  left: -1px;
  animation: bounce 1.5s infinite alternate;
}

.animatedbar {
  width: 10px;
  padding-right: 30px;
}

.animatedbar1 .bar {
  height: 250px;
}

.animatedbar2 .bar {
  height: 250px;
}

.animatedbar2 .ball {
  animation: bouncebottom 1.5s infinite alternate;

}

.animatedbar3 .bar {
  height: 250px;
}

.animatedbar3 .ball {
  animation: bouncebottom 1.5s infinite alternate;

}

.animatedbar4 .bar {
  height: 120px;
}

.animatedbar5 .bar {
  height: 300px;
}

.animatedbar6 .bar {
  height: 120px;
}

/* .s-service {
  position: relative;
  left: -60px;
  top: -50px;
} */

/* .s-service1 {
  position: relative;
  left: 50px;
  top: -80px;
} */


.s-service2 .details-description {
  position: relative;
  top: -40px;
}

.s-service1 .details-description {
  position: relative;
  top: -20px !important;
}

.details-description {
  animation: bounce 1.5s infinite alternate;
  padding-right: 50px;

}

.bar2 {
  position: relative;
  left: -30px;
  top: -50px;
}

.bar4 {
  position: relative;
  left: -50px;
  top: 40px;
}

.bar6 {
  position: relative;
  left: 80px;
  top: -50px;
}

@keyframes bounce {
  0% {
    top: 20px;
    /* Start at the bottom of the bar */
  }

  100% {
    top: 0px;
    /* Move the ball to the top of the bar */
  }
}

@keyframes bouncebottom {
  0% {
    bottom: 20px;
    /* Start at the bottom of the bar */
  }

  100% {
    bottom: 0px;
    /* Move the ball to the top of the bar */
  }
}

/* Work Section Start */
.work-name {
  font-family: Minion;
  position: relative;
  text-align: center;
  font-weight: 800;
}

.work-name+p {
  margin-top: 20px;
}

.work-name::before {
  content: '||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||';
  position: absolute;
  top: 120%;
  left: 0%;
  height: 12px;
  font-size: 20px;
  /* letter-spacing: px; */
  line-height: 0.5;
  width: 100%;
  background: linear-gradient(to left, var(--Pink), var(--Purple));
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* background: repeating-linear-gradient(to left , transparent 1% , var(--Pink)  1% , var(--Purple) 2% , transparent 3%); */
  /* background: repeating-linear-gradient(90deg, transparent 25%, transparent ,  #1672d4 10%, #c3379e 34%); */
  /* background:repeating-linear-gradient(90deg, transparent 10% , transparent ,#c3379e 34%,  #0000ff 50%); */
  /* background: repeating-linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 5%, rgba(0,0,0,0) 8% , var(--Purple) 1%, var(--Pink) 10%); */
}

.work-name.second {
  left: 10%;
}

.work-cBx {
  transition: 0.5s;
  /* transform: translateX(-100%); */
  animation: workcard 2s 1 forwards;
}

@keyframes workcard {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }

  40% {
    opacity: 0;
  }

  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}

.work-cBx-o {
  transition: 0.5s;
  /* transform: translateX(-100%); */
  animation: workcardO 2s 1 forwards;
}

@keyframes workcardO {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }

  40% {
    opacity: 0;
  }

  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}

/* Work Section End */
/* Contact Section Start*/
.home-c-form label {
  font-family: Avenir;
}

.home-c-form input {
  border: none !important;
  background: rgba(0, 0, 0, 0.674);
  border-radius: 0 !important;
}

input.request {
  width: 100%;
  height: 100px;
}

.footer {
  letter-spacing: 2px;
  height: 320px;
  background-color: var(--Purple);
}

@media (min-width:578px) and (max-width:992px) {
  .footer {
    height: 480px;
    text-align: center;

  }

}

@media screen and (max-width:578px) {
  .footer {
    height: 800px;
    text-align: center;
  }

  .left_footer {
    margin-left: 20px !important;
  }

  .middle_footer {
    padding-left: 0px !important;
    margin-top:2rem;
    margin-bottom:2rem;
  }
}

.footer a {
  /* font-family: Minion; */
  font-family: sans-serif;
  text-decoration: none;
}

.footer img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer p {
  letter-spacing: 0px;
}

/* Media Queries for about section */
@media (min-width:992px) and (max-width:1250px) {
  .about h1 {
    font-size: 4.8rem !important;
  }

}

@media (min-width:800px) and (max-width:991px) {
  .about h1 {
    font-size: 4rem !important;
  }

}

@media screen and (max-width:799px) {
  .about h1 {
    font-size: 2.8rem !important;
  }

  .about p {
    font-size: 20px;
  }
}

/* about end here */
/* Media Queries for they Trust Section */
@media screen and (max-width:1300px) {}





/* Trust end here */

/* Stacking Effect Start*/
.container1 {
  width: 100%;
  /* height: 1600vh;
  position: relative; */
}

section {
  overflow-x: hidden;
  overflow-y: visible;
}

section {
  width: 100%;
  min-height: 100vh;
  position: sticky !important;
  top: 0px;
  background-image: url(../img/bg-grd-min.jpg);
  transition: 2s;
}

#section7 .col-2,
.col-10 {
  text-align: end;
  padding-top: 1.5rem;
}

/*.s-active{
  position: absolute !important;
  top: 0;
} 
*/
/* Stacking Effect End */
/* Logo Animtion Start*/



/* Logo Animation End */
/* Lollipop Animation Start */

.lollipop {
  transition: 2s;
  animation: tilt 2s forwards infinite;
}

@keyframes tilt {
  0% {
    transform: translateY(-5px);
  }

  75% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(-5px);
  }
}

/* Lollipop Animation End */
.cs-side_header {
  font-size: 15px;
  height: 100vh;
  position: fixed !important;
  top: 0;
  right: 0;
  width: 40% !important;
  z-index: 999999;
  background-color: #2c2263d8;
  padding: 10px 30px;
  transform: translateX(100%);
  transition: 0.4s;
}

.cs-side_header.active {
  transform: translateX(0%);
}


.cs-close {
  position: fixed;
  right: 30px;
  top: 30px;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 2px solid currentColor;
  background-color: transparent;
  color: #ffffff;
  cursor: pointer;
  z-index: 2;
  z-index: 100;
}

.cs-close::before,
.cs-close::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: currentColor;
  left: 50%;
  top: 50%;
  margin-left: -25%;
  margin-top: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cs-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cs-close:hover {
  color: #bd02ad;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* About Us Page Starts Here */

.hero-section {
  overflow: hidden !important;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: linear-gradient(to left, #f2b9b5, #c96ae8);
  background-size: cover;
  position: relative;
  /* border: 2px solid red; */
  padding: 10px;

}

.hero-section h1 {
  /* background: linear-gradient(to left, var(--Purple), var(--Pink));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; */
  color: #3a316bea;
  font-size: 40px;
  font-family: Minion;
  z-index: 100;
  font-weight: 900;
  letter-spacing: 1px;
}

.hero-section h3 {
  z-index: 100;
  width: 50%;
  color: white !important;
  font-size: 30px;
  font-weight: 800;
  font-family: Avenir;
  letter-spacing: 2px;
}

.highlighted {
  color: #3a316bea;
}

.values h2 {
  color: var(--Purple);
  position: relative;
  font-size: 50px;
  font-family: Avenir;
}

.mission h2 {
  /* margin-left: 10rem !important; */
  font-weight: 400;
  position: relative;
  background: linear-gradient(to left, var(--Purple), var(--Pink));
  /* background-position: -0%; */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mission h2::before {
  content: '';
  position: absolute;
  top: 0%;
  left: 30%;
  height: 3px;
  width: 20%;
  background: linear-gradient(to left, var(--Purple), var(--Pink));
}

.hero-section .obj {
  position: absolute;
}

.hero-section .obj.obj1 {
  top: 10%;
  left: 20%;
}

.hero-section .obj.obj2 {
  top: 80%;
  left: 88%;
}

.hero-section .obj.obj3 {
  top: 85%;
  left: 20%;
  filter: blur(1px);
}

.hero-section .obj.obj4 {
  top: 60%;
  left: -3%;
}

.hero-section .obj.obj5 {
  top: 60%;
  left: 60%;
}

.social {
  position: relative;
  left: -40%;
  top: 23%;
}

.social-icons {
  margin: 10px 20px;
  transition: 0.5s;
}

.social-icons:hover {
  cursor: pointer;

}

.social h2 {
  font-size: 50px;
  color: white;
  font-family: Minion;
  font-weight: 900;
  letter-spacing: 2px;
}

.hamburger.aboutHam {
  position: relative;
  left: 45%;
  top: -100px;
  cursor: pointer;
  z-index: 777777;
}


/* Text Section Starts Here */
.text-content h2 {
  font-family: Avenir;
  font-weight: bold;
  font-size: 55px;
  background: linear-gradient(to left, var(--Pink), var(--Purple));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  /* line-height: 1; */
}

.right-text,
.left-text,
.qouted {
  font-size: 20px;
  font-family: Avenir;
  position: relative;
  z-index: 10000;
}

p.qouted {
  background: linear-gradient(to left, var(--Pink), var(--Purple));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent !important;
  font-weight: bold;
  font-size: 25px;
}

.right-text {
  border-left: 1px solid var(--Purple);
  /* background:#2c22635e ; */
}

.qouted::before {
  content: url(../img/invertedComma.png);
  position: absolute;
  top: -80px;
  z-index: -1;
}

.qouted::after {
  content: url(../img/fadedComma.png);
  position: absolute;
  top: 100px;
  z-index: -1;
}

/* Text Section Ends Here */


/* Profile Cards Start*/

.custom-card {
  position: relative;
  border-radius: 30px;

}

.custom-card img {
  border-radius: 30px;
}

.custom-card::before {
  content: '';
  height: 65px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #2c2263, #e4048a);
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}

.custom-card::after {
  content: '';
  height: 40px;
  width: 40px;
  border-radius: 70%;
  position: absolute;
  top: 70%;
  left: 97%;
  background: linear-gradient(to left, #2c2263, #e4048a);
}

.custom-card.sec-card::after {
  content: '';
  height: 80px;
  width: 80px;
  border-radius: 70%;
  position: absolute;
  top: 70%;
  left: 65%;
  background: linear-gradient(to left, #2c2263, #e4048a);
}

.third-card {
  z-index: 1000;
}

.custom-card.third-card::after {
  content: '';
  height: 100px;
  width: 100px;
  border-radius: 70%;
  position: absolute;
  top: 5%;
  left: 90%;
  background: linear-gradient(to left, #2c2263, #e4048a);
  z-index: -1;
}

.custom-card.fourth-card::after {
  content: '';
  height: 50px;
  width: 50px;
  border-radius: 70%;
  position: absolute;
  top: 76%;
  left: 97%;
  background: linear-gradient(to left, #2c2263, #e4048a);
}

.about {
  padding: 20px 0px 20px 20px;

}

.about h3 {
  color: #2c2263;
  /* font-weight: 500; */
  font-family: sans-serif;
}

.designation {
  background: linear-gradient(to left, #2c2263, #e4048a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Second Sample Style */
.custom-card2 {
  border: 1px solid #2c2263;
  border-radius: 20px;
  position: relative;
  margin-top: 5rem;
}

.custom-card2::before {
  content: url(assets/img/programmer.png);
  position: absolute;
  top: -25%;
  left: 40%;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: linear-gradient(to left, #2c2263, #e4048a);
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-card2 h2 {
  background: linear-gradient(to left, #2c2263, #e4048a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  margin-top: 20px;
  font-weight: 400;

}

.custom-card2 p {
  font-size: 22px;
  line-height: 2;
  margin-bottom: 20px;
}

/* Profile card End here */
/* About Us Page Ends Here */

.header,
.about {
  position: relative;
}

.header canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  /* height: 100vh; */
  /* border: 2px solid red; */
}

.about canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  /* height: 100vh; */
  width: 100%;
  /* background-color: red; */
}

.header header,
.about .about2 {
  z-index: 10;
}

.curve_odd {
  padding: 0 15rem 0 3rem;
}

.curve_even {
  padding: 0 15rem 0 6rem;
}

@media (min-width:800px) and (max-width:1000px) {
  .curve_parent h2 {
    font-size: 25px;
  }

  .curve_parent p {
    font-size: 20px;
  }

  .curve {
    width: 220px;
  }

  .curve_odd {
    padding: 0 7rem 0 2rem;
  }

  .curve_even {
    padding: 0 7rem 0 4rem;
  }
}

@media (min-width:600px) and (max-width:800px) {
  .curve_parent h2 {
    font-size: 22px;
  }

  .curve_parent p {
    font-size: 17px;
  }

  .curve {
    width: 160px;
  }

  .curve_odd {
    padding: 0 4rem 0 2rem;
  }

  .curve_even {
    padding: 0 4rem 0 3rem;
  }
}

@media (min-width:400px) and (max-width:600px) {
  .curve_parent h2 {
    font-size: 15px;
    font-weight: 600;
  }

  .curve_parent p {
    font-size: 14px;
  }

  .curve {
    width: 120px;
  }

  .curve_odd {
    padding: 0 2rem 0 2rem;
  }

  .curve_even {
    padding: 0 2rem 0 2rem;
  }
}

@media screen and (max-width:400px) {
  .curve_parent h2 {
    font-size: 14px;
    font-weight: 600;
  }

  .curve_parent p {
    font-size: 13px;
  }

  .curve {
    width: 120px;
  }

  .curve_odd {
    padding: 0 1rem 0 1rem;
  }

  .curve_even {
    padding: 0 1rem 0 1rem;
  }
}



.logo svg {
  width: 500px !important;
  transform: scale(1.2);
  fill: transparent;
  /* fill: #82245E;
  stroke: 100;
  stroke: #82245E; */
  /* stroke-dashoffset: 2000; */
  /* fill: #82245e7a; */
  /* stroke-width: 10;
  stroke: red; */

}

.logo svg path {
  /* stroke-width: 5;
  stroke:red; */
  stroke-dasharray: 2500;
  animation: fill 6s forwards ease-in-out;
}

@keyframes fill {
  0% {
    stroke-dashoffset: 2500;

  }

  100% {
    stroke-dashoffset: 0;
  }

}

#dot {
  opacity: 0;
  animation: fade 2s forwards;
  animation-delay: 2s;
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media (min-width:800px) AND (max-width:1000px) {
  .logo svg {
    transform: scale(1);
  }
}

@media (min-width:600px) AND (max-width:800px) {
  .logo svg {
    transform: scale(0.8);
  }
}

@media screen AND (max-width:600px) {
  .logo svg {
    width: 350px;
    transform: scale(0.8);
  }
}