@import url("https://fonts.googleapis.com/css2?family=Do+Hyeon&family=Galada&family=Poppins&display=swap");
@media screen and (min-width: 1400px) {
  .header {
    height: 10vh;
    min-height: 100px;
    -webkit-box-shadow: 0 0 10px 10px 10px;
            box-shadow: 0 0 10px 10px 10px;
    width: 100%;
    position: fixed;
    z-index: 5000;
    background: #fff;
    border-bottom: 1px solid #ddd;
    -webkit-box-shadow: 0px 0px 5px #ddd;
            box-shadow: 0px 0px 5px #ddd;
  }
  .nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .logo-wrapp {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .logo {
    font-size: 24px;
    font-weight: bold;
  }
  .nav-wrapp {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }
  .nav-list {
    height: 10vh;
    min-height: 100px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav-btn {
    height: 40px;
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 20px;
    border: 2px solid #de0950;
    background: #de0950;
    color: #fff;
  }
  .nav-btn:hover {
    background: #de0950;
    color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .mobile-header {
    height: 10vh;
    min-height: 100px;
    width: 100%;
    background: red;
    display: none;
  }
}

@media screen and (max-width: 1399px) {
  .header {
    height: 10vh;
    min-height: 100px;
    -webkit-box-shadow: 0 0 10px 10px 10px;
            box-shadow: 0 0 10px 10px 10px;
    width: 100%;
    position: fixed;
    z-index: 5000;
    background: #fff;
    border-bottom: 1px solid #ddd;
    -webkit-box-shadow: 0 0 5px #ddd;
            box-shadow: 0 0 5px #ddd;
    display: none;
  }
  .mobile-header {
    height: 8vh;
    min-height: 80px;
    width: 100%;
    border-bottom: 1px solid #ddd;
    -webkit-box-shadow: 0 0 5px #ddd;
            box-shadow: 0 0 5px #ddd;
    position: fixed;
    z-index: 5000;
    background: #fff;
  }
  .mobile-header nav {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-header nav .mobile-logo-wrapp {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mobile-header nav .mobile-logo-wrapp p {
    font-size: 22px;
    font-weight: bold;
  }
  .mobile-header nav .mobile-hamburger-wrapp {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mobile-header nav .mobile-hamburger-wrapp .hamburger {
    height: 20px;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    cursor: pointer;
    z-index: 50;
  }
  .mobile-header nav .mobile-hamburger-wrapp .hamburger .line {
    height: 2px;
    width: 30px;
    background: #333;
  }
  .mobile-header nav .mobile-hamburger-wrapp .hamburger.hamburger-active .line:nth-child(1) {
    -webkit-transform: rotate(55deg) translateY(15px);
            transform: rotate(55deg) translateY(15px);
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background: #fff;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    width: 30px;
  }
  .mobile-header nav .mobile-hamburger-wrapp .hamburger.hamburger-active .line:nth-child(2) {
    opacity: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background: #fff;
  }
  .mobile-header nav .mobile-hamburger-wrapp .hamburger.hamburger-active .line:nth-child(3) {
    -webkit-transform: rotate(-55deg) translateY(-15px);
            transform: rotate(-55deg) translateY(-15px);
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background: #fff;
    width: 30px;
  }
  .mobile-header nav .mobile-nav-expanded {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #4a00fb;
    left: 0;
    display: none;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .mobile-header nav .mobile-nav-expanded.expanded {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 5;
    opacity: 1;
  }
  .mobile-header nav .mobile-nav-expanded .mobile-nav-list {
    height: 500px;
    width: 300px;
    margin: auto;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mobile-header nav .mobile-nav-expanded .mobile-nav-list li a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }
}

@media screen and (min-width: 1400px) {
  #landing {
    height: 100vh;
    width: 100%;
    background: #fff url("../assets/wave.svg") no-repeat;
    background-position: bottom;
    min-height: 1080px;
  }
  .gap {
    height: 10vh;
    min-height: 100px;
  }
  .landing-content {
    height: 90vh;
    width: 100%;
    min-height: 980px;
  }
  .landing-wrapp {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .landing-content-column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .title {
    font-size: 20px;
    background: -webkit-linear-gradient(45deg, #4a00fb, #de0950);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 120px;
  }
  .heading {
    margin-top: 10px;
    font-size: 62px;
  }
  .subheading {
    margin-top: 80px;
    font-size: 20px;
  }
  .landing-btn-wrapp {
    height: 60px;
    width: 240px;
    margin-top: 70px;
  }
  .landing-btn-wrapp a {
    height: 60px;
    width: 240px;
  }
  .landing-btn-wrapp a .landing-btn {
    height: 60px;
    min-height: 60px;
    width: 240px;
    background: linear-gradient(120deg, #de0950, #4a00fb);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    border-radius: 30px;
    font-weight: bold;
    font-size: 22px;
  }
  .landing-btn-wrapp a .landing-btn .landing-btn-txt {
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .landing-btn-wrapp a .landing-btn .landing-btn-icon {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .landing-btn-wrapp a .landing-btn .landing-btn-icon .landing-btn-icon-circle {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000;
    font-size: 20px;
  }
  .landing-btn:focus {
    outline: none;
  }
  .landing-projects-wrapp {
    height: 70%;
    width: 100%;
    margin-top: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .landing-projects-wrapp svg {
    max-width: 600px;
    position: absolute;
    top: 100px;
  }
  .landing-project-container {
    height: 200px;
    width: 400px;
    background: #fafafa;
    position: absolute;
    border-radius: 25px;
    -webkit-box-shadow: 0 0 10px;
            box-shadow: 0 0 10px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .landing-project-content {
    height: 84%;
    width: 94%;
    border-radius: 25px;
  }
  .project1-content {
    background: url("../assets/website1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .project2-content {
    background: url("../assets/website2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .project3-content {
    background: url("../assets/website3.gif");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .landing-project-bg-shadow {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 25px;
  }
  .landing-project-container:hover {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background: #4a00fb;
    background: #fafafa;
  }
  .landing-project-container:hover .landing-project-content {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
    border-radius: 25px;
  }
  .landing-project-container:hover .landing-project-content .landing-project-bg-shadow {
    background: rgba(0, 0, 0, 0.8);
  }
  .landing-project-container:hover .landing-project-content .landing-project-bg-shadow .landing-project-back-wrapp {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .landing-project-back-wrapp {
    height: 100%;
    width: 100%;
    position: absolute;
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .landing-project-back-wrapp h1 {
    font-size: 26px;
    color: #fff;
  }
}

@media screen and (max-width: 1399px) {
  #landing {
    min-height: 1100px;
    width: 100%;
    background: #fff url("../assets/wave.svg") no-repeat bottom;
  }
  .gap {
    height: 10vh;
  }
  .landing-content {
    height: 100%;
  }
  .landing-content .landing-wrapp {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .landing-content .landing-wrapp .landing-content-column:nth-child(1) {
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .landing-content .landing-wrapp .landing-content-column:nth-child(1) .title {
    font-size: 20px;
    background: -webkit-linear-gradient(45deg, #4a00fb, #de0950);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 70px;
  }
  .landing-content .landing-wrapp .landing-content-column:nth-child(1) .heading {
    margin-top: 10px;
    font-size: 42px;
    text-align: center;
  }
  .landing-content .landing-wrapp .landing-content-column:nth-child(1) .subheading {
    margin-top: 60px;
    font-size: 16px;
    text-align: center;
  }
  .landing-content .landing-wrapp .landing-content-column:nth-child(1) .landing-btn-wrapp {
    height: 60px;
    width: 240px;
    margin-top: 70px;
  }
  .landing-content .landing-wrapp .landing-content-column:nth-child(1) .landing-btn-wrapp a {
    height: 60px;
    width: 230px;
  }
  .landing-content .landing-wrapp .landing-content-column:nth-child(1) .landing-btn-wrapp a .landing-btn {
    height: 60px;
    min-height: 60px;
    width: 230px;
    background: linear-gradient(120deg, #de0950, #4a00fb);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    border-radius: 30px;
    font-weight: bold;
    font-size: 22px;
  }
  .landing-content .landing-wrapp .landing-content-column:nth-child(1) .landing-btn-wrapp a .landing-btn .landing-btn-txt {
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .landing-content .landing-wrapp .landing-content-column:nth-child(1) .landing-btn-wrapp a .landing-btn .landing-btn-icon {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .landing-content .landing-wrapp .landing-content-column:nth-child(1) .landing-btn-wrapp a .landing-btn .landing-btn-icon .landing-btn-icon-circle {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000;
    font-size: 20px;
  }
  .landing-content .landing-wrapp .landing-content-column:nth-child(1) .landing-btn-wrapp:focus {
    outline: none;
  }
  .landing-content .landing-wrapp .landing-content-column:nth-child(2) {
    height: 500px;
  }
  .landing-content .landing-wrapp .landing-content-column:nth-child(2) .landing-projects-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80%;
  }
  .landing-content .landing-wrapp .landing-content-column:nth-child(2) .landing-projects-wrapp svg {
    height: 400px;
    width: 370px;
  }
}

@media screen and (min-width: 1400px) {
  #about {
    height: 90vh;
    min-height: 900px;
    width: 100%;
    background: #fafafa url("../assets/wave10.svg") bottom left no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .about-wrapp {
    height: 90vh;
    min-height: 900px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-columns {
    height: 60vh;
    min-height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about-row {
    height: 30vh;
    min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about-card {
    height: 125px;
    width: 350px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px #ddd;
            box-shadow: 0px 0px 10px #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about-card:hover .about-card-txt-wrapp {
    border: 1px solid #4a00fb;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .about-card:hover .about-card-txt-wrapp p {
    color: #4a00fb;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .about-card:hover .about-card-txt-wrapp .about-card-icon-container {
    border: 1px solid #4a00fb;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .about-card-txt-wrapp {
    height: 50px;
    width: 250px;
    border-radius: 25px;
    border: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about-card-txt-container {
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-card-txt-container p {
    font-weight: bold;
  }
  .about-card-icon-container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-radius: 50%;
    border: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-card-icon-container img {
    max-width: 20px;
  }
  .about-section {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
  }
  .about-svg-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about-svg-wrapp svg {
    max-height: 550px;
    max-width: 500px;
    margin-bottom: 300px;
    margin-top: 200px;
  }
  .about-txt-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .about-heading {
    text-align: end;
    font-size: 42px;
    margin-top: 10px;
  }
  .about-heading-line {
    height: 30px;
    width: 100px;
    border-radius: 25px;
    background: #4a00fb;
    display: none;
  }
  .about-txt {
    text-align: end;
    margin-top: 70px;
    line-height: 30px;
  }
  .about-skills {
    height: 300px;
    width: 100%;
    max-width: 500px;
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .about-skills-heading {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about-skills-content {
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about-skills-content ul {
    list-style: none;
    height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .about-skills-content ul li {
    font-weight: bold;
  }
  .about-skills-list-wrapp {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
  }
}

@media screen and (max-width: 1399px) {
  #about {
    min-height: 2000px;
    width: 100%;
    background: #fafafa;
  }
  #about .about-wrapp {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #about .about-wrapp .about-columns {
    min-height: 1450px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1;
        grid-template-columns: 1;
    -ms-grid-rows: 5fr 3fr;
        grid-template-rows: 5fr 3fr;
  }
  #about .about-wrapp .about-columns .about-svg-wrapp {
    -ms-grid-row: 2;
        grid-row-start: 2;
    grid-row-end: 3;
  }
  #about .about-wrapp .about-columns .about-svg-wrapp svg {
    max-width: 350px;
    max-height: 500px;
  }
  #about .about-wrapp .about-columns .about-txt-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #about .about-wrapp .about-columns .about-txt-wrapp .about-heading-line {
    display: none;
  }
  #about .about-wrapp .about-columns .about-txt-wrapp .about-heading {
    font-size: 42px;
    margin-top: 30px;
    text-align: center;
  }
  #about .about-wrapp .about-columns .about-txt-wrapp .about-txt {
    margin-top: 110px;
    line-height: 32px;
    text-align: center;
  }
  #about .about-wrapp .about-columns .about-txt-wrapp .about-skills {
    height: 300px;
  }
  #about .about-wrapp .about-columns .about-txt-wrapp .about-skills .about-skills-heading {
    height: 0px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #about .about-wrapp .about-columns .about-txt-wrapp .about-skills .about-skills-heading h1 {
    font-size: 32px;
    color: #000;
    display: block;
  }
  #about .about-wrapp .about-columns .about-txt-wrapp .about-skills .about-skills-content {
    height: 270px;
    margin-top: 130px;
  }
  #about .about-wrapp .about-columns .about-txt-wrapp .about-skills .about-skills-content .about-skills-list-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #about .about-wrapp .about-columns .about-txt-wrapp .about-skills .about-skills-content .about-skills-list-wrapp ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 80%;
  }
  #about .about-wrapp .about-columns .about-txt-wrapp .about-skills .about-skills-content .about-skills-list-wrapp ul li {
    padding: 5px;
    font-weight: bold;
  }
  #about .about-wrapp .about-row {
    min-height: 490px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #about .about-wrapp .about-row .about-card {
    height: 110px;
    width: 340px;
    -webkit-box-shadow: 0px 0px 10px #ddd;
            box-shadow: 0px 0px 10px #ddd;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #about .about-wrapp .about-row .about-card .about-card-txt-wrapp {
    height: 50px;
    width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 25px;
    border: 1px solid #ccc;
  }
  #about .about-wrapp .about-row .about-card .about-card-txt-wrapp .about-card-txt-container {
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #about .about-wrapp .about-row .about-card .about-card-txt-wrapp .about-card-txt-container p {
    padding: 15px;
  }
  #about .about-wrapp .about-row .about-card .about-card-txt-wrapp .about-card-icon-container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-radius: 50%;
    border: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #about .about-wrapp .about-row .about-card .about-card-txt-wrapp .about-card-icon-container img {
    max-width: 25px;
  }
}

@-webkit-keyframes card-animation {
  from {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes card-animation {
  from {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media screen and (min-width: 1400px) {
  #work {
    height: 125vh;
    min-height: 1250px;
    width: 100%;
    background: url("../assets/wave11.svg") center right no-repeat;
  }
  .work-container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .work-wrapp {
    height: 120vh;
    min-height: 1200px;
    width: 100%;
  }
  .work-heading-wrapp {
    height: 20vh;
    min-height: 200px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .work-content-wrapp {
    height: 90vh;
    min-height: 900px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .work-heading-line {
    position: absolute;
    height: 15px;
    width: 80px;
    background: #4a00fb;
    border-radius: 25px;
    z-index: 1;
    margin-top: 16px;
    margin-left: 250px;
    display: none;
  }
  .work-heading {
    position: absolute;
    font-size: 52px;
    z-index: 5;
  }
  .work-subheading {
    position: absolute;
    margin-top: 100px;
    font-size: 20px;
    margin-left: 0;
    font-weight: bold;
  }
  .work-cards-container {
    height: 80%;
    width: 90%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    /*grid-row-gap: 10px;
        grid-column-gap: 10px;*/
    grid-row-gap: 15px;
  }
  .work-card {
    width: 365px;
    height: 350px;
    border: 1px solid #ccc;
    border-radius: 1px;
  }
  .work-card1 {
    background: url("../assets/Annotation 2020-08-14 010147.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .work-card2 {
    background: url("../assets/bookkeeping-desktop.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .work-card3 {
    background: url("../assets/bookkeeping-mobile.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .work-card4 {
    background: url("../assets/Annotation 2020-08-14 010444.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .work-card5 {
    background: url("../assets/grocery.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .work-card6 {
    background: url("../assets/Annotation 2020-08-14 010631.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .work-card:hover {
    -webkit-transition: 1s;
    transition: 1s;
  }
  .work-card:hover .work-card-content {
    opacity: 1;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .work-card:hover .work-card-content .work-card-title {
    -webkit-transition: 1.25s;
    transition: 1.25s;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    color: #000;
  }
  .work-card:hover .work-card-content .work-card-link {
    -webkit-transition: 1.25s;
    transition: 1.25s;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .work-card:hover .work-card-content .work-card-link:hover {
    -webkit-box-shadow: 0px 0px 3px #ac083f;
            box-shadow: 0px 0px 3px #ac083f;
  }
  .work-card:hover .work-card-content .work-card-txt {
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    color: #000;
  }
  .work-card-content {
    height: 100%;
    width: 100%;
    background: #fafafa;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 1px;
  }
  .work-card-content-section1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .work-card-content-section2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .work-card-title {
    font-size: 42px;
    font-weight: bold;
    position: absolute;
    margin-top: 10px;
    color: #fff;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  .work-card-link {
    height: 45px;
    width: 150px;
    border: 3px solid #de0950;
    background: #de0950;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    color: #fff;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    cursor: pointer;
    font-size: 18px;
  }
  .work-card-link:hover {
    background: #de0950;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .work-card-txt {
    color: #de0950;
    color: #fff;
    margin-top: 180px;
    font-size: 18px;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}

@media screen and (max-width: 1399px) {
  #work {
    height: 2800px;
    width: 100%;
    background: url("../assets/wave11.svg") center right no-repeat;
  }
  #work .work-container {
    height: 100%;
  }
  #work .work-container .work-wrapp {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #work .work-container .work-wrapp .work-heading-wrapp {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #work .work-container .work-wrapp .work-heading-wrapp h1 {
    font-size: 42px;
    position: absolute;
  }
  #work .work-container .work-wrapp .work-heading-wrapp p {
    font-size: 18px;
    position: absolute;
    font-weight: bold;
    margin-top: 120px;
  }
  #work .work-container .work-wrapp .work-content-wrapp {
    -webkit-box-flex: 10;
        -ms-flex: 10;
            flex: 10;
  }
  #work .work-container .work-wrapp .work-content-wrapp .work-cards-container {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #work .work-container .work-wrapp .work-content-wrapp .work-cards-container .work-card {
    height: 300px;
    width: 340px;
    border: 1px solid #ccc;
    border-radius: 1px;
  }
  #work .work-container .work-wrapp .work-content-wrapp .work-cards-container .work-card1 {
    background: url("../assets/Annotation 2020-08-14 010147.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #work .work-container .work-wrapp .work-content-wrapp .work-cards-container .work-card2 {
    background: url("../assets/bookkeeping-desktop.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #work .work-container .work-wrapp .work-content-wrapp .work-cards-container .work-card3 {
    background: url("../assets/bookkeeping-mobile.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #work .work-container .work-wrapp .work-content-wrapp .work-cards-container .work-card4 {
    background: url("../assets/Annotation 2020-08-14 010444.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #work .work-container .work-wrapp .work-content-wrapp .work-cards-container .work-card5 {
    background: url("../assets/grocery.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #work .work-container .work-wrapp .work-content-wrapp .work-cards-container .work-card6 {
    background: url("../assets/Annotation 2020-08-14 010631.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #work .work-container .work-wrapp .work-content-wrapp .work-cards-container .work-card:hover {
    -webkit-transition: 1s;
    transition: 1s;
  }
  #work .work-container .work-wrapp .work-content-wrapp .work-cards-container .work-card:hover .work-card-content {
    opacity: 1;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #work .work-container .work-wrapp .work-content-wrapp .work-cards-container .work-card:hover .work-card-content .work-card-title {
    -webkit-transition: 1.25s;
    transition: 1.25s;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    color: #000;
  }
  #work .work-container .work-wrapp .work-content-wrapp .work-cards-container .work-card:hover .work-card-content .work-card-link {
    -webkit-transition: 1.25s;
    transition: 1.25s;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #work .work-container .work-wrapp .work-content-wrapp .work-cards-container .work-card:hover .work-card-content .work-card-link:hover {
    -webkit-box-shadow: 0px 0px 3px #ac083f;
            box-shadow: 0px 0px 3px #ac083f;
  }
  #work .work-container .work-wrapp .work-content-wrapp .work-cards-container .work-card:hover .work-card-content .work-card-txt {
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    color: #000;
  }
  #work .work-container .work-wrapp .work-content-wrapp .work-cards-container .work-card-content {
    height: 100%;
    width: 100%;
    background: #fafafa;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 1px;
  }
  #work .work-container .work-wrapp .work-content-wrapp .work-cards-container .work-card-content-section1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  #work .work-container .work-wrapp .work-content-wrapp .work-cards-container .work-card-content-section2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #work .work-container .work-wrapp .work-content-wrapp .work-cards-container .work-card-title {
    font-size: 42px;
    font-weight: bold;
    position: absolute;
    margin-top: 0px;
    color: #fff;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  #work .work-container .work-wrapp .work-content-wrapp .work-cards-container .work-card-link {
    height: 45px;
    width: 150px;
    border: 3px solid #de0950;
    background: #de0950;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    color: #fff;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    cursor: pointer;
    font-size: 18px;
  }
  #work .work-container .work-wrapp .work-content-wrapp .work-cards-container .work-card-link:hover {
    background: #de0950;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #work .work-container .work-wrapp .work-content-wrapp .work-cards-container .work-card-txt {
    color: #de0950;
    color: #fff;
    margin-top: 150px;
    font-size: 18px;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}

@media screen and (min-width: 1400px) {
  .skills-display-container {
    height: 40vh;
    min-height: 400px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .skills-display-wrapp {
    height: 25vh;
    min-height: 250px;
    width: 100%;
  }
  .skills-display-label-wrapp {
    height: 10vh;
    min-height: 100px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: none;
  }
  .skills-display {
    height: 10vh;
    min-height: 100px;
    width: 100%;
    bottom: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 10px #ccc;
            box-shadow: 0 0 10px #ccc;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .skills-display-label {
    font-size: 20px;
    font-weight: bold;
    background: -webkit-linear-gradient(45deg, #fff, #de0950);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .skill-card {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
  .skill-card i {
    font-size: 34px;
    color: #4a00fb;
  }
  .skill-card:hover i {
    color: #4a00fb;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1399px) {
  .skills-display-container {
    height: 40vh;
    min-height: 400px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .skills-display-wrapp {
    height: 25vh;
    min-height: 250px;
    width: 100%;
  }
  .skills-display-label-wrapp {
    height: 10vh;
    min-height: 100px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: none;
  }
  .skills-display {
    height: 180px;
    width: 100%;
    bottom: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 10px #ccc;
            box-shadow: 0 0 10px #ccc;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
  }
  .skills-display-label {
    font-size: 20px;
    font-weight: bold;
    background: -webkit-linear-gradient(45deg, #fff, #de0950);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .skill-card {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
  .skill-card i {
    font-size: 34px;
    color: #4a00fb;
  }
  .skill-card:hover i {
    color: #4a00fb;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 1400px) {
  #process {
    height: 100vh;
    min-height: 1000px;
    width: 100%;
    background: #4a00fb;
  }
  .process-container {
    height: 100%;
  }
  .process-heading-wrapp {
    min-height: 250px;
    height: 25vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .process-heading {
    color: #fff;
    font-size: 52px;
  }
  .process-content-wrapp {
    height: 75vh;
    min-height: 750px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .process-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .process-svg-wrapp {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .process-svg-wrapp svg {
    position: absolute;
    max-width: 700px;
    max-height: 600px;
    right: 150px;
  }
  .process-intro {
    margin-top: 100px;
    color: #fff;
    font-size: 18px;
    line-height: 35px;
  }
  .process-heading2 {
    margin-top: 120px;
    color: #fff;
    font-size: 42px;
  }
  .contact-btn {
    height: 55px;
    width: 220px;
    background: #de0950;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    margin-top: 70px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 20px;
  }
}

@media screen and (max-width: 1399px) {
  #process {
    height: 1200px;
    width: 100%;
    background: #4a00fb;
    color: #fff;
  }
  #process .process-container {
    height: 100%;
  }
  #process .process-container .process-heading-wrapp {
    width: 100%;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #process .process-container .process-heading-wrapp h1 {
    font-size: 36px;
  }
  #process .process-container .process-content-wrapp {
    width: 100%;
    height: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #process .process-container .process-content-wrapp .process-content {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #process .process-container .process-content-wrapp .process-content p {
    margin-top: 50px;
  }
  #process .process-container .process-content-wrapp .process-content h1 {
    margin-top: 100px;
    font-size: 28px;
  }
  #process .process-container .process-content-wrapp .process-content a {
    height: 55px;
    width: 220px;
    background: #de0950;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    margin-top: 80px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 20px;
  }
  #process .process-container .process-content-wrapp .process-svg-wrapp {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #process .process-container .process-content-wrapp .process-svg-wrapp svg {
    max-height: 300px;
  }
}

@media screen and (min-width: 1400px) {
  #process-line-section {
    height: 30vh;
    min-height: 300px;
    width: 100%;
  }
  .process-line-container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .process-line-wrapp {
    height: 20vh;
    min-height: 200px;
    width: 1080px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .progress-bar-container {
    width: 1280px;
  }
  .progressbar {
    counter-reset: step;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .progressbar li {
    list-style-type: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
  }
  .progressbar li:before {
    width: 40px;
    height: 40px;
    content: counter(step);
    counter-increment: step;
    line-height: 40px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 15px auto;
    border-radius: 50%;
    background-color: white;
  }
  .progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 20px;
    left: -50%;
    z-index: -1;
  }
  .progressbar li:first-child:after {
    content: none;
  }
  .progressbar li.active {
    color: #4a00fb;
  }
  .progressbar li.active:before {
    border-color: #4a00fb;
  }
  .progressbar li.active + li:after {
    background-color: #4a00fb;
  }
}

@media screen and (max-width: 1399px) {
  #process-line-section {
    height: 1000px;
    display: none;
    width: 100%;
  }
  .process-line-container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .process-line-wrapp {
    height: 100%;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .progress-bar-container {
    width: 1000px;
  }
  .progressbar {
    counter-reset: step;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .progressbar li {
    list-style-type: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
  }
  .progressbar li:before {
    width: 40px;
    height: 40px;
    content: counter(step);
    counter-increment: step;
    line-height: 40px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 15px auto;
    border-radius: 50%;
    background-color: white;
  }
  .progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 20px;
    left: -50%;
    z-index: -1;
  }
  .progressbar li:first-child:after {
    content: none;
  }
  .progressbar li.active {
    color: #4a00fb;
  }
  .progressbar li.active:before {
    border-color: #4a00fb;
  }
  .progressbar li.active + li:after {
    background-color: #4a00fb;
  }
}

#process-section1 {
  height: 100vh;
  width: 100%;
  background: #fafafa url("../assets/wave5.svg") top no-repeat;
}

.process-section1-container {
  height: 100%;
}

.process-section1-heading-container {
  height: 40vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.process-section1-heading-wrapp {
  height: 20vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.process-section1-heading-wrapp .contact-btn {
  position: absolute;
  margin-top: 30vh;
  height: 50px;
  width: 160px;
  font-size: 18px;
}

.process-section1-heading-wrapp .contact-btn:hover {
  background: #fff;
  border: 5px solid #de0950;
  color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.process-section1-heading-line {
  position: absolute;
  height: 30px;
  width: 100px;
  background: #4a00fb;
  border-radius: 20px;
}

.process-section1-heading {
  position: absolute;
  font-size: 42px;
  margin-top: 5vh;
}

.process-section1-intro {
  position: absolute;
  margin-top: 18vh;
  font-size: 18px;
  line-height: 35px;
  max-width: 40%;
}

@media screen and (min-width: 1400px) {
  #process1 {
    height: 125vh;
    min-height: 1250px;
    width: 100%;
    background: #fafafa url("../assets/wave6.svg") top left no-repeat;
  }
  .process1-container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .process1-svg-wrapp {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .process1-svg-wrapp svg {
    position: absolute;
    max-width: 600px;
    left: 200px;
  }
  .process1-wrapp {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .process1-content-wrapp1 {
    -webkit-box-flex: 5;
        -ms-flex: 5;
            flex: 5;
  }
  .process1-content-wrapp2 {
    -webkit-box-flex: 6;
        -ms-flex: 6;
            flex: 6;
  }
  .process1-heading-wrapp {
    height: 25vh;
    min-height: 250px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .process1-heading-wrapp2 {
    height: 20vh;
    min-height: 200px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .process1-heading-line {
    height: 30px;
    width: 100px;
    background: #4a00fb;
    border-radius: 25px;
  }
  .process1-heading {
    margin-top: 10px;
    font-size: 42px;
    text-transform: capitalize;
  }
  .process1-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .process1-content2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 50px;
  }
  .process1-txt {
    font-size: 20px;
    line-height: 35px;
    text-align: right;
    margin-top: 100px;
  }
  .process1-txt2 {
    font-size: 20px;
    line-height: 35px;
    text-align: left;
    margin-top: 50px;
  }
  .process1-contact-btn {
    position: absolute;
    margin-top: 370px;
  }
}

@media screen and (max-width: 1399px) {
  #process1 {
    height: 1300px;
    width: 100%;
    background: #fafafa url("../assets/wave6.svg") top left no-repeat;
    background: #fafafa;
  }
  #process1 .process1-container {
    height: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 3fr 2fr;
        grid-template-rows: 3fr 2fr;
  }
  #process1 .process1-container .process1-svg-wrapp {
    -ms-grid-row: 2;
        grid-row-start: 2;
    grid-row-end: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #process1 .process1-container .process1-svg-wrapp svg {
    max-height: 400px;
    max-width: 320px;
  }
  #process1 .process1-container .process1-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #process1 .process1-container .process1-wrapp .process1-content-wrapp1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #process1 .process1-container .process1-wrapp .process1-content-wrapp1 .process1-heading-wrapp {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #process1 .process1-container .process1-wrapp .process1-content-wrapp1 .process1-heading-wrapp h1 {
    text-align: center;
    font-size: 36px;
  }
  #process1 .process1-container .process1-wrapp .process1-content-wrapp1 .process1-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #process1 .process1-container .process1-wrapp .process1-content-wrapp1 .process1-content p {
    margin-top: 30px;
  }
  #process1 .process1-container .process1-wrapp .process1-content-wrapp2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #process1 .process1-container .process1-wrapp .process1-content-wrapp2 .process1-heading-wrapp2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #process1 .process1-container .process1-wrapp .process1-content-wrapp2 .process1-heading-wrapp2 h1 {
    text-align: center;
    font-size: 36px;
  }
  #process1 .process1-container .process1-wrapp .process1-content-wrapp2 .process1-content2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #process1 .process1-container .process1-wrapp .process1-content-wrapp2 .process1-content2 p {
    text-align: center;
    margin-top: 35px;
  }
  #process1 .process1-container .process1-wrapp .process1-content-wrapp2 .process1-content2 a {
    height: 55px;
    width: 220px;
    background: #de0950;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    margin-top: 20px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 20px;
    opacity: 1;
  }
}

@media screen and (min-width: 1400px) {
  #process2 {
    height: 60vh;
    min-height: 600px;
    width: 100%;
    background: #fafafa url("../assets/wave7.svg") top right no-repeat;
  }
  .process2-container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .process2-content-wrapp {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
  }
  .process2-svg-wrapp {
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .process2-svg-wrapp svg {
    position: absolute;
    max-height: 450px;
    max-width: 600px;
    right: 100px;
  }
  .process2-heading-wrapp {
    height: 27vh;
    min-height: 270px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .process2-content {
    height: 15vh;
    min-height: 150px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .process2-heading-line {
    position: absolute;
    height: 30px;
    width: 100px;
    background: #4a00fb;
    border-radius: 25px;
    margin-bottom: 90px;
  }
  .process2-heading {
    font-size: 42px;
    position: absolute;
    text-transform: capitalize;
  }
  .process2-txt {
    font-size: 20px;
    line-height: 35px;
    text-align: left;
    margin-top: 0;
  }
}

@media screen and (max-width: 1399px) {
  #process2 {
    height: 900px;
    width: 100%;
    background: #fafafa url("../assets/wave18.svg") bottom right no-repeat;
  }
  #process2 .process2-container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #process2 .process2-container .process2-content-wrapp {
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #process2 .process2-container .process2-content-wrapp .process2-heading-wrapp {
    height: 150px;
  }
  #process2 .process2-container .process2-content-wrapp .process2-heading-wrapp h1 {
    font-size: 38px;
    margin-top: 30px;
    text-align: center;
  }
  #process2 .process2-container .process2-content-wrapp .process2-content {
    height: 250px;
  }
  #process2 .process2-container .process2-content-wrapp .process2-content .process2-txt {
    text-align: center;
    margin-top: 80px;
  }
  #process2 .process2-container .process2-svg-wrapp {
    height: 600px;
  }
  #process2 .process2-container .process2-svg-wrapp svg {
    max-height: 600px;
    max-width: 340px;
  }
}

@media screen and (min-width: 1400px) {
  #process3 {
    height: 75vh;
    min-height: 750px;
    width: 100%;
    background: #fff;
  }
  .process3-container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .process3-svg-wrapp {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .process3-svg-wrapp .process3-svg {
    height: 425px;
    position: absolute;
    left: 100px;
  }
  .process3-content-wrapp {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .process3-heading-wrapp {
    height: 27vh;
    min-height: 270px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .process3-heading-line {
    height: 30px;
    width: 100px;
    background: #4a00fb;
    position: absolute;
    border-radius: 25px;
    margin-bottom: 5.5vh;
  }
  .process3-heading {
    position: absolute;
    font-size: 42px;
  }
  .process3-content {
    height: 22vh;
    min-height: 220px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 100px;
  }
  .process3-txt {
    font-size: 20px;
    line-height: 35px;
    text-align: right;
  }
}

@media screen and (max-width: 600px) {
  #process3 {
    height: 700px;
    width: 100%;
    background: #fff;
  }
  #process3 .process3-container {
    height: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 400px 300px;
        grid-template-rows: 400px 300px;
  }
  #process3 .process3-container .process3-svg-wrapp {
    -ms-grid-row: 2;
        grid-row-start: 2;
    grid-row-end: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #process3 .process3-container .process3-svg-wrapp img {
    max-height: 500px;
    max-width: 340px;
  }
  #process3 .process3-container .process3-content-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #process3 .process3-container .process3-content-wrapp .process3-heading-wrapp {
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #process3 .process3-container .process3-content-wrapp .process3-heading-wrapp .process3-heading-line {
    display: none;
  }
  #process3 .process3-container .process3-content-wrapp .process3-heading-wrapp h1 {
    font-size: 36px;
    text-align: center;
    margin-top: 10px;
  }
  #process3 .process3-container .process3-content-wrapp .process3-content {
    height: 250px;
  }
  #process3 .process3-container .process3-content-wrapp .process3-content .process3-txt {
    text-align: center;
    margin-top: 40px;
  }
}

@media screen and (min-width: 1400px) {
  #process4 {
    height: 65vh;
    min-height: 650px;
    width: 100%;
    background: #fff url("../assets/wave8.svg") top right no-repeat;
  }
  .process4-container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .process4-content-wrapp {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
  }
  .process4-svg-wrapp {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .process4-svg-wrapp svg {
    position: absolute;
    max-height: 550px;
    right: 0px;
  }
  .process4-heading-wrapp {
    height: 20vh;
    min-height: 200px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .process4-heading-line {
    height: 30px;
    width: 100px;
    background: #4a00fb;
    position: absolute;
    border-radius: 25px;
    margin-bottom: 60px;
  }
  .process4-heading {
    font-size: 42px;
    position: absolute;
    text-transform: capitalize;
  }
  .process4-content {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .process4-txt {
    font-size: 20px;
    line-height: 35px;
    text-align: left;
  }
}

@media screen and (max-width: 1399px) {
  #process4 {
    height: 1000px;
    width: 100%;
    background: #fff url("../assets/wave8.svg") bottom right no-repeat;
  }
  #process4 .process4-container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #process4 .process4-container .process4-content-wrapp {
    height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #process4 .process4-container .process4-content-wrapp .process4-heading-wrapp {
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #process4 .process4-container .process4-content-wrapp .process4-heading-wrapp h1 {
    font-size: 36px;
    text-align: center;
  }
  #process4 .process4-container .process4-content-wrapp .process4-content {
    height: 350px;
  }
  #process4 .process4-container .process4-content-wrapp .process4-content .process4-txt {
    text-align: center;
    margin-top: 100px;
  }
  #process4 .process4-container .process4-svg-wrapp {
    height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #process4 .process4-container .process4-svg-wrapp svg {
    max-width: 340px;
    max-height: 500px;
  }
}

@media screen and (min-width: 1400px) {
  #process5 {
    height: 100vh;
    min-height: 1000px;
    width: 100%;
    background: #4a00fb url("../assets/wave15.svg") top left no-repeat;
    color: #fff;
  }
  .process5-container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .process5-svg-wrapp {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .process5-svg-wrapp svg {
    position: absolute;
    left: 150px;
    max-width: 550px;
  }
  .process5-txt-wrapp {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .process5-txt-section1, .process5-txt-section2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .process5-txt-heading-wrapp {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .process5-txt-heading-wrapp h1 {
    font-size: 42px;
  }
  .process5-txt-content-wrapp {
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .process5-txt-content-wrapp p {
    font-size: 18px;
    text-align: end;
    line-height: 30px;
  }
  .process5-heading-line {
    height: 30px;
    width: 100px;
    background: #fff;
    border-radius: 25px;
    position: absolute;
    margin-bottom: 60px;
    display: none;
  }
  .process5-txt-heading-wrapp2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .process5-subheading {
    font-size: 30px;
  }
  .process5-skills-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .process5-skills-container {
    height: 90%;
    width: 90%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    row-gap: 30px;
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }
  .process5-skill-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-weight: bold;
  }
  .process5-skill-card:hover {
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px #CCC;
            box-shadow: 0px 0px 5px #CCC;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #000;
  }
}

@media screen and (max-width: 1399px) {
  #process5 {
    height: 1300px;
    width: 100%;
    background: #4a00fb;
    color: #fff;
  }
  #process5 .process5-container {
    height: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 900px 400px;
        grid-template-rows: 900px 400px;
  }
  #process5 .process5-container .process5-svg-wrapp {
    -ms-grid-row: 2;
        grid-row-start: 2;
    grid-row-end: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #process5 .process5-container .process5-svg-wrapp svg {
    max-height: 400px;
    max-width: 340px;
  }
  #process5 .process5-container .process5-txt-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #process5 .process5-container .process5-txt-wrapp .process5-txt-section1 {
    height: 550px;
  }
  #process5 .process5-container .process5-txt-wrapp .process5-txt-section1 .process5-txt-heading-wrapp {
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #process5 .process5-container .process5-txt-wrapp .process5-txt-section1 .process5-txt-heading-wrapp h1 {
    font-size: 36px;
    text-align: center;
  }
  #process5 .process5-container .process5-txt-wrapp .process5-txt-section1 .process5-txt-content-wrapp {
    height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #process5 .process5-container .process5-txt-wrapp .process5-txt-section1 .process5-txt-content-wrapp .process5-txt {
    text-align: center;
    margin-top: -90px;
  }
  #process5 .process5-container .process5-txt-wrapp .process5-txt-section2 {
    height: 350px;
  }
  #process5 .process5-container .process5-txt-wrapp .process5-txt-section2 .process5-txt-heading-wrapp2 {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 1400px) {
  #contact {
    height: 80vh;
    min-height: 800px;
    width: 100%;
    background: #fafafa;
  }
  .contact-container {
    height: 100%;
  }
  .contact-content-wrapp {
    height: 80vh;
    min-height: 800px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: url("../assets/wave16.svg") bottom left no-repeat;
  }
  .contact-form-wrapp {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    background: url("../assets/photo-1589561253898-768105ca91a8.jpg");
    background-size: cover;
  }
  .background-layer {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.93);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-info-wrapp {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .contact-form-heading-wrapp {
    height: 20vh;
    min-height: 200px;
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-form-heading {
    font-size: 42px;
    line-height: 65px;
  }
  .contact-form-subheading {
    font-weight: bold;
    font-size: 18px;
  }
  .contact-form-container {
    height: 60vh;
    min-height: 600px;
    width: 70%;
  }
  .contact-form {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100px;
    width: 350px;
  }
  .textarea-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 220px;
    width: 350px;
  }
  #name, #mail {
    border: none;
    background: none;
    border-bottom: 1px solid #6d6969;
    color: #fff;
    width: 100%;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    font-family: 'Do Hyeon', sans-serif;
  }
  #name {
    text-transform: capitalize;
  }
  #name:focus, #mail:focus {
    border-bottom: 1px solid #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  input:focus, button:focus {
    outline: none;
  }
  label {
    font-size: 18px;
    font-weight: bold;
  }
  textarea {
    color: #fff;
    padding: 10px;
    background: none;
    border: none;
    border: 1px solid #6d6969;
    resize: none;
    height: 100px;
    resize: vertical;
  }
  .textarea-group > label {
    margin-bottom: 10px;
  }
  textarea:focus {
    border: 1px solid #eee;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  input:required, textarea:required {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .form-button-wrapp {
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form-button {
    margin-top: 5px;
    height: 50px;
    width: 200px;
    border-radius: 25px;
    border: none;
    background: #de0950;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
  }
  .contact-info-container {
    height: 100%;
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-info-heading-wrapp {
    height: 15vh;
    min-height: 150px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-info-heading {
    font-size: 42px;
  }
  .contact-info-content {
    height: 65vh;
    min-height: 650px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-info-row {
    height: 10vh;
    min-height: 100px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-info-row-heading {
    font-size: 18px;
    font-weight: bold;
  }
  #github-ico, #ig-ico {
    font-size: 35px;
    margin-left: 30px;
  }
  #github-ico:hover, #ig-ico:hover {
    color: #4a00fb;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 45px;
  }
  .contact-socialmedia {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .my-mail, .yt-link {
    margin-left: 50px;
    margin-top: 3px;
    color: #4a00fb;
  }
  .contact-container-wrapp {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 1399px) {
  #contact {
    height: 1500px;
    width: 100%;
    background: #fafafa;
  }
  #contact .contact-container {
    height: 100%;
    width: 350px;
    margin: auto;
  }
  #contact .contact-container .contact-content-wrapp {
    height: 100%;
    width: 100%;
  }
  #contact .contact-container .contact-content-wrapp .contact-container-wrapp {
    height: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
  }
  #contact .contact-container .contact-content-wrapp .contact-container-wrapp .contact-info-wrapp {
    -ms-grid-row: 2;
        grid-row-start: 2;
    grid-row-end: 3;
  }
  #contact .contact-container .contact-content-wrapp .contact-container-wrapp .contact-info-wrapp .contact-info-heading-wrapp {
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #contact .contact-container .contact-content-wrapp .contact-container-wrapp .contact-info-wrapp .contact-info-heading-wrapp h1 {
    font-size: 36px;
    text-align: center;
  }
  #contact .contact-container .contact-content-wrapp .contact-container-wrapp .contact-info-wrapp .contact-info-content {
    height: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #contact .contact-container .contact-content-wrapp .contact-container-wrapp .contact-info-wrapp .contact-info-content .contact-info-row {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #contact .contact-container .contact-content-wrapp .contact-container-wrapp .contact-info-wrapp .contact-info-content .contact-info-row .contact-info-row-heading {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
  }
  #contact .contact-container .contact-content-wrapp .contact-container-wrapp .contact-info-wrapp .contact-info-content .contact-info-row .contact-info-row-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  #contact .contact-container .contact-content-wrapp .contact-container-wrapp .contact-info-wrapp .contact-info-content .contact-info-row .contact-info-row-link a i {
    font-size: 36px;
  }
  #contact .contact-container .contact-content-wrapp .contact-container-wrapp .contact-info-wrapp .contact-info-content .contact-info-row .contact-info-row-link p {
    color: #4a00fb;
  }
  #contact .contact-container .contact-content-wrapp .contact-container-wrapp .contact-form-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    background-size: cover;
    background-position: center;
  }
  #contact .contact-container .contact-content-wrapp .contact-container-wrapp .contact-form-wrapp .background-layer {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #contact .contact-container .contact-content-wrapp .contact-container-wrapp .contact-form-wrapp .background-layer .contact-form-heading-wrapp {
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #contact .contact-container .contact-content-wrapp .contact-container-wrapp .contact-form-wrapp .background-layer .contact-form-heading {
    font-size: 36px;
    text-align: center;
  }
  #contact .contact-container .contact-content-wrapp .contact-container-wrapp .contact-form-wrapp .background-layer .contact-form-subheading {
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
  }
  #contact .contact-container .contact-content-wrapp .contact-container-wrapp .contact-form-wrapp .background-layer .contact-form-container {
    height: 550px;
  }
  #contact .contact-container .contact-content-wrapp .contact-container-wrapp .contact-form-wrapp .background-layer .contact-form {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #contact .contact-container .contact-content-wrapp .contact-container-wrapp .contact-form-wrapp .background-layer .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100px;
    width: 300px;
  }
  #contact .contact-container .contact-content-wrapp .contact-container-wrapp .contact-form-wrapp .background-layer .textarea-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 220px;
    width: 300px;
  }
  #contact .contact-container .contact-content-wrapp .contact-container-wrapp .contact-form-wrapp .background-layer #name, #contact .contact-container .contact-content-wrapp .contact-container-wrapp .contact-form-wrapp .background-layer #mail {
    border: none;
    background: none;
    border-bottom: 1px solid #6d6969;
    color: #000;
    width: 100%;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    font-family: 'Do Hyeon', sans-serif;
  }
  #contact .contact-container .contact-content-wrapp .contact-container-wrapp .contact-form-wrapp .background-layer #name {
    text-transform: capitalize;
  }
  #contact .contact-container .contact-content-wrapp .contact-container-wrapp .contact-form-wrapp .background-layer #name:focus, #contact .contact-container .contact-content-wrapp .contact-container-wrapp .contact-form-wrapp .background-layer #mail:focus {
    border-bottom: 1px solid #333;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  #contact .contact-container .contact-content-wrapp .contact-container-wrapp .contact-form-wrapp .background-layer input:focus, #contact .contact-container .contact-content-wrapp .contact-container-wrapp .contact-form-wrapp .background-layer button:focus {
    outline: none;
  }
  #contact .contact-container .contact-content-wrapp .contact-container-wrapp .contact-form-wrapp .background-layer label {
    font-size: 18px;
    font-weight: bold;
  }
  #contact .contact-container .contact-content-wrapp .contact-container-wrapp .contact-form-wrapp .background-layer textarea {
    color: #000;
    padding: 10px;
    background: none;
    border: none;
    border: 1px solid #6d6969;
    resize: none;
    height: 100px;
    resize: vertical;
  }
  #contact .contact-container .contact-content-wrapp .contact-container-wrapp .contact-form-wrapp .background-layer .textarea-group > label {
    margin-bottom: 10px;
  }
  #contact .contact-container .contact-content-wrapp .contact-container-wrapp .contact-form-wrapp .background-layer textarea:focus {
    border: 1px solid #333;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  #contact .contact-container .contact-content-wrapp .contact-container-wrapp .contact-form-wrapp .background-layer input:required, #contact .contact-container .contact-content-wrapp .contact-container-wrapp .contact-form-wrapp .background-layer textarea:required {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #contact .contact-container .contact-content-wrapp .contact-container-wrapp .contact-form-wrapp .background-layer .form-button-wrapp {
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #contact .contact-container .contact-content-wrapp .contact-container-wrapp .contact-form-wrapp .background-layer .form-button {
    margin-top: -25px;
    height: 50px;
    width: 200px;
    border-radius: 25px;
    border: none;
    background: #de0950;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
  }
}

@media screen and (min-width: 1400px) {
  #footer {
    height: 10vh;
    min-height: 100px;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px #eee;
            box-shadow: 0px 0px 5px #eee;
  }
  .footer-container {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-message {
    font-weight: bold;
  }
}

@media screen and (max-width: 1399px) {
  #footer {
    height: 70px;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px #eee;
            box-shadow: 0px 0px 5px #eee;
  }
  .footer-container {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-message {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
}

@-webkit-keyframes Rocket-animation {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes Rocket-animation {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes Clouds-animation {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  40% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes Clouds-animation {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  40% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes Stars-animation {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  30% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    -webkit-transform: rotateZ(15deg);
            transform: rotateZ(15deg);
  }
  80% {
    -webkit-transform: rotateZ(-15deg);
            transform: rotateZ(-15deg);
  }
  100% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
}

@keyframes Stars-animation {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  30% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    -webkit-transform: rotateZ(15deg);
            transform: rotateZ(15deg);
  }
  80% {
    -webkit-transform: rotateZ(-15deg);
            transform: rotateZ(-15deg);
  }
  100% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
}

@media screen and (min-width: 601px) {
  .title {
    -webkit-transform: translateY(20px) rotate(0.01deg);
            transform: translateY(20px) rotate(0.01deg);
    opacity: 0;
  }
  .heading {
    -webkit-transform: translateY(30px) rotate(0.01deg);
            transform: translateY(30px) rotate(0.01deg);
    opacity: 0;
  }
  .subheading {
    -webkit-transform: translateY(40px) rotate(0.01deg);
            transform: translateY(40px) rotate(0.01deg);
    opacity: 0;
  }
  .landing-btn-wrapp {
    -webkit-transform: translateX(-50px) rotate(0.01deg);
            transform: translateX(-50px) rotate(0.01deg);
    opacity: 0;
  }
  .about-heading {
    -webkit-transform: translateX(50px) rotate(0.01deg);
            transform: translateX(50px) rotate(0.01deg);
    opacity: 0;
  }
  .about-txt {
    -webkit-transform: translateY(30px) rotate(0.01deg);
            transform: translateY(30px) rotate(0.01deg);
    opacity: 0;
  }
  #about-supply {
    -webkit-transform: translateY(30px) rotate(0.01deg);
            transform: translateY(30px) rotate(0.01deg);
    opacity: 0;
  }
  .about-skill {
    -webkit-transform: translateX(-70px) rotate(0.01deg);
            transform: translateX(-70px) rotate(0.01deg);
    opacity: 0;
  }
  .about-skill1 {
    -webkit-transform: translateX(-250px) rotate(0.01deg);
            transform: translateX(-250px) rotate(0.01deg);
  }
  .about-skill2 {
    -webkit-transform: translateX(-200px) rotate(0.01deg);
            transform: translateX(-200px) rotate(0.01deg);
  }
  .about-skill3 {
    -webkit-transform: translateX(-150px) rotate(0.01deg);
            transform: translateX(-150px) rotate(0.01deg);
  }
  .work-heading {
    -webkit-transform: translateY(30px) rotate(0.01deg);
            transform: translateY(30px) rotate(0.01deg);
    opacity: 0;
  }
  .work-subheading {
    -webkit-transform: translateY(50px) rotate(0.01deg);
            transform: translateY(50px) rotate(0.01deg);
    opacity: 0;
  }
  .work-subheading-animated {
    -webkit-transform: translateY(-10px) rotate(0.01deg);
            transform: translateY(-10px) rotate(0.01deg);
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .work-card {
    -webkit-transform: translateX(-100px) rotate(0.01deg);
            transform: translateX(-100px) rotate(0.01deg);
    opacity: 0;
  }
  .work-card1 {
    -webkit-transform: translateX(-200px) rotate(0.01deg);
            transform: translateX(-200px) rotate(0.01deg);
  }
  .work-card2 {
    -webkit-transform: translateX(-300px) rotate(0.01deg);
            transform: translateX(-300px) rotate(0.01deg);
  }
  .work-card3 {
    -webkit-transform: translateX(-400px) rotate(0.01deg);
            transform: translateX(-400px) rotate(0.01deg);
  }
  .work-card4 {
    -webkit-transform: translateX(200px) rotate(0.01deg);
            transform: translateX(200px) rotate(0.01deg);
  }
  .work-card5 {
    -webkit-transform: translateX(300px) rotate(0.01deg);
            transform: translateX(300px) rotate(0.01deg);
  }
  .work-card6 {
    -webkit-transform: translateX(400px) rotate(0.01deg);
            transform: translateX(400px) rotate(0.01deg);
  }
  .process-heading, .process-intro, .process-heading2, .contact-btn {
    -webkit-transform: translateY(30px) rotate(0.01deg);
            transform: translateY(30px) rotate(0.01deg);
    opacity: 0;
  }
  .process1-txt, .process1-heading2, .process1-txt2 {
    -webkit-transform: translateY(30px) rotate(0.01deg);
            transform: translateY(30px) rotate(0.01deg);
    opacity: 0;
  }
  .process1-heading, .process3-heading, .process5-heading {
    -webkit-transform: translateX(100px) rotate(0.01deg);
            transform: translateX(100px) rotate(0.01deg);
    opacity: 0;
  }
  .process2-heading, .process4-heading {
    -webkit-transform: translateX(-100px) rotate(0.01deg);
            transform: translateX(-100px) rotate(0.01deg);
    opacity: 0;
  }
  .process2-txt {
    -webkit-transform: translateY(30px) rotate(0.01deg);
            transform: translateY(30px) rotate(0.01deg);
    opacity: 0;
  }
  .process3-txt {
    -webkit-transform: translateY(30px) rotate(0.01deg);
            transform: translateY(30px) rotate(0.01deg);
    opacity: 0;
  }
  .process4-txt {
    -webkit-transform: translateY(30px) rotate(0.01deg);
            transform: translateY(30px) rotate(0.01deg);
    opacity: 0;
  }
  .process5-txt, .process5-subheading {
    -webkit-transform: translateY(30px) rotate(0.01deg);
            transform: translateY(30px) rotate(0.01deg);
    opacity: 0;
  }
  .contact-info-heading {
    -webkit-transform: translateY(30px) rotate(0.01deg);
            transform: translateY(30px) rotate(0.01deg);
    opacity: 0;
  }
  .contact-info-row-heading {
    -webkit-transform: translateY(30px) rotate(0.01deg);
            transform: translateY(30px) rotate(0.01deg);
    opacity: 0;
  }
  .contact-info-row-link {
    -webkit-transform: translateX(-30px) rotate(0.01deg);
            transform: translateX(-30px) rotate(0.01deg);
    opacity: 0;
  }
  .animated {
    -webkit-transform: translateY(0px) rotate(0.01deg);
            transform: translateY(0px) rotate(0.01deg);
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .animated-horizontal {
    -webkit-transform: translateX(0px) rotate(0.01deg);
            transform: translateX(0px) rotate(0.01deg);
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
  }
}

@media screen and (max-width: 600px) {
  .title {
    -webkit-transform: translateY(20px) rotate(0.01deg);
            transform: translateY(20px) rotate(0.01deg);
    opacity: 0;
  }
  .heading {
    -webkit-transform: translateY(30px) rotate(0.01deg);
            transform: translateY(30px) rotate(0.01deg);
    opacity: 0;
  }
  .subheading {
    -webkit-transform: translateY(40px) rotate(0.01deg);
            transform: translateY(40px) rotate(0.01deg);
    opacity: 0;
  }
  .landing-btn-wrapp {
    -webkit-transform: translateY(50px) rotate(0.01deg);
            transform: translateY(50px) rotate(0.01deg);
    opacity: 0;
  }
  .about-heading {
    -webkit-transform: translateY(50px) rotate(0.01deg);
            transform: translateY(50px) rotate(0.01deg);
    opacity: 0;
  }
  .about-txt {
    -webkit-transform: translateY(30px) rotate(0.01deg);
            transform: translateY(30px) rotate(0.01deg);
    opacity: 0;
  }
  #about-supply {
    -webkit-transform: translateY(30px) rotate(0.01deg);
            transform: translateY(30px) rotate(0.01deg);
    opacity: 0;
  }
  .about-skill {
    -webkit-transform: translateY(70px) rotate(0.01deg);
            transform: translateY(70px) rotate(0.01deg);
    opacity: 0;
  }
  .about-skill1 {
    -webkit-transform: translateY(250px) rotate(0.01deg);
            transform: translateY(250px) rotate(0.01deg);
  }
  .about-skill2 {
    -webkit-transform: translateY(200px) rotate(0.01deg);
            transform: translateY(200px) rotate(0.01deg);
  }
  .about-skill3 {
    -webkit-transform: translateY(150px) rotate(0.01deg);
            transform: translateY(150px) rotate(0.01deg);
  }
  .work-heading {
    -webkit-transform: translateY(30px) rotate(0.01deg);
            transform: translateY(30px) rotate(0.01deg);
    opacity: 0;
  }
  .work-subheading {
    -webkit-transform: translateY(50px) rotate(0.01deg);
            transform: translateY(50px) rotate(0.01deg);
    opacity: 0;
  }
  .work-subheading-animated {
    -webkit-transform: translateY(10px) rotate(0.01deg);
            transform: translateY(10px) rotate(0.01deg);
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .work-card {
    -webkit-transform: translateY(100px) rotate(0.01deg);
            transform: translateY(100px) rotate(0.01deg);
    opacity: 0;
  }
  .work-card1 {
    -webkit-transform: translateY(200px) rotate(0.01deg);
            transform: translateY(200px) rotate(0.01deg);
  }
  .work-card2 {
    -webkit-transform: translateY(300px) rotate(0.01deg);
            transform: translateY(300px) rotate(0.01deg);
  }
  .work-card3 {
    -webkit-transform: translateY(400px) rotate(0.01deg);
            transform: translateY(400px) rotate(0.01deg);
  }
  .work-card4 {
    -webkit-transform: translateY(200px) rotate(0.01deg);
            transform: translateY(200px) rotate(0.01deg);
  }
  .work-card5 {
    -webkit-transform: translateY(300px) rotate(0.01deg);
            transform: translateY(300px) rotate(0.01deg);
  }
  .work-card6 {
    -webkit-transform: translateY(400px) rotate(0.01deg);
            transform: translateY(400px) rotate(0.01deg);
  }
  .process-heading, .process-intro, .process-heading2, .contact-btn {
    -webkit-transform: translateY(30px) rotate(0.01deg);
            transform: translateY(30px) rotate(0.01deg);
    opacity: 0;
  }
  .process1-txt, .process1-heading2, .process1-txt2 {
    -webkit-transform: translateY(30px) rotate(0.01deg);
            transform: translateY(30px) rotate(0.01deg);
    opacity: 0;
  }
  .process1-heading, .process3-heading, .process5-heading {
    -webkit-transform: translateY(100px) rotate(0.01deg);
            transform: translateY(100px) rotate(0.01deg);
    opacity: 0;
  }
  .process2-heading, .process4-heading {
    -webkit-transform: translateY(100px) rotate(0.01deg);
            transform: translateY(100px) rotate(0.01deg);
    opacity: 0;
  }
  .process2-txt {
    -webkit-transform: translateY(30px) rotate(0.01deg);
            transform: translateY(30px) rotate(0.01deg);
    opacity: 0;
  }
  .process3-txt {
    -webkit-transform: translateY(30px) rotate(0.01deg);
            transform: translateY(30px) rotate(0.01deg);
    opacity: 0;
  }
  .process4-txt {
    -webkit-transform: translateY(30px) rotate(0.01deg);
            transform: translateY(30px) rotate(0.01deg);
    opacity: 0;
  }
  .process5-txt, .process5-subheading {
    -webkit-transform: translateY(30px) rotate(0.01deg);
            transform: translateY(30px) rotate(0.01deg);
    opacity: 0;
  }
  .contact-info-heading {
    -webkit-transform: translateY(30px) rotate(0.01deg);
            transform: translateY(30px) rotate(0.01deg);
    opacity: 0;
  }
  .contact-info-row-heading {
    -webkit-transform: translateY(30px) rotate(0.01deg);
            transform: translateY(30px) rotate(0.01deg);
    opacity: 0;
  }
  .contact-info-row-link {
    -webkit-transform: translateY(30px) rotate(0.01deg);
            transform: translateY(30px) rotate(0.01deg);
    opacity: 0;
  }
  .animated {
    -webkit-transform: translateY(0px) rotate(0.01deg);
            transform: translateY(0px) rotate(0.01deg);
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .animated-horizontal {
    -webkit-transform: translateY(0px) rotate(0.01deg);
            transform: translateY(0px) rotate(0.01deg);
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
  }
}

@media screen and (min-width: 1400px) {
  .modal-wrapp {
    width: 100%;
    margin-top: 0;
    height: 100%;
    position: fixed;
    z-index: 10000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(255, 255, 255, 0.9);
    display: none;
  }
  .modal-wrapp-visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .modal {
    height: 55%;
    width: 30%;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #eee;
    -webkit-box-shadow: 0px 0px 10px #ccc;
            box-shadow: 0px 0px 10px #ccc;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .modal-container {
    width: 92%;
    height: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modal-container .modal-close-container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .modal-container .modal-close-container .modal-close i {
    cursor: pointer;
    font-size: 28px;
  }
  .modal-container .modal-heading-container {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .modal-container .modal-txt-container {
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .modal-container .modal-txt-container p {
    font-size: 16px;
  }
  .modal-container .modal-tech-container {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .modal-container .modal-tech-container .modal-tech-list {
    height: 100%;
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none;
  }
  .modal-container .modal-tech-container .modal-tech-list li {
    color: #4a00fb;
  }
  .modal-container .modal-btns-container {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .modal-container .modal-btns-container .modal-btn {
    height: 40px;
    width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .modal-container .modal-btns-container .modal-btn.live-btn {
    background: #de0950;
    -webkit-box-shadow: 0px 0px 3px #de0950;
            box-shadow: 0px 0px 3px #de0950;
    color: #fff;
  }
  .modal-container .modal-btns-container .modal-btn.live-btn:hover {
    border: 2px solid #de0950;
    -webkit-box-shadow: 0px 0px 3px #de0950;
            box-shadow: 0px 0px 3px #de0950;
    color: #000;
    background: #fff;
  }
  .modal-container .modal-btns-container .modal-btn.code-btn {
    border: 2px solid #de0950;
    -webkit-box-shadow: 0px 0px 3px #de0950;
            box-shadow: 0px 0px 3px #de0950;
  }
  .modal-container .modal-btns-container .modal-btn.code-btn:hover {
    background: #de0950;
    -webkit-box-shadow: 0px 0px 3px #de0950;
            box-shadow: 0px 0px 3px #de0950;
    color: #fff;
  }
  .modal-container .modal-footer-container {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    width: 100%;
    background: #fafafa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .modal-container .modal-footer-container p {
    font-size: 14px;
    color: #999;
  }
  .modal1 {
    display: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .modal2 {
    display: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .modal3 {
    display: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .modal4 {
    display: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .modal5 {
    display: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .modal6 {
    display: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .modal-visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 1399px) {
  .modal-wrapp {
    width: 100%;
    margin-top: 0;
    height: 100%;
    position: fixed;
    z-index: 10000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(255, 255, 255, 0.9);
    display: none;
  }
  .modal-wrapp-visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .modal {
    height: 600px;
    width: 340px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #eee;
    -webkit-box-shadow: 0px 0px 10px #ccc;
            box-shadow: 0px 0px 10px #ccc;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .modal-container {
    width: 92%;
    height: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modal-container .modal-close-container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .modal-container .modal-close-container .modal-close i {
    cursor: pointer;
    font-size: 28px;
  }
  .modal-container .modal-heading-container {
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .modal-container .modal-txt-container {
    -webkit-box-flex: 6;
        -ms-flex: 6;
            flex: 6;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .modal-container .modal-txt-container p {
    font-size: 16px;
  }
  .modal-container .modal-tech-container {
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .modal-container .modal-tech-container .modal-tech-list {
    height: 100%;
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none;
  }
  .modal-container .modal-tech-container .modal-tech-list li {
    color: #4a00fb;
  }
  .modal-container .modal-btns-container {
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .modal-container .modal-btns-container .modal-btn {
    height: 40px;
    width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .modal-container .modal-btns-container .modal-btn.live-btn {
    background: #de0950;
    -webkit-box-shadow: 0px 0px 3px #de0950;
            box-shadow: 0px 0px 3px #de0950;
    color: #fff;
  }
  .modal-container .modal-btns-container .modal-btn.live-btn:hover {
    border: 2px solid #de0950;
    -webkit-box-shadow: 0px 0px 3px #de0950;
            box-shadow: 0px 0px 3px #de0950;
    color: #000;
    background: #fff;
  }
  .modal-container .modal-btns-container .modal-btn.code-btn {
    border: 2px solid #de0950;
    -webkit-box-shadow: 0px 0px 3px #de0950;
            box-shadow: 0px 0px 3px #de0950;
  }
  .modal-container .modal-btns-container .modal-btn.code-btn:hover {
    background: #de0950;
    -webkit-box-shadow: 0px 0px 3px #de0950;
            box-shadow: 0px 0px 3px #de0950;
    color: #fff;
  }
  .modal-container .modal-footer-container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    background: #fafafa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .modal-container .modal-footer-container p {
    font-size: 14px;
    color: #999;
  }
  .modal1 {
    display: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .modal2 {
    display: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .modal3 {
    display: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .modal4 {
    display: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .modal5 {
    display: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .modal6 {
    display: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .modal-visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

::-moz-selection {
  background: #4a00fb;
  color: #fff;
}

::selection {
  background: #4a00fb;
  color: #fff;
}

a {
  text-decoration: none;
  color: #000;
}

.container {
  width: 1280px;
  margin: auto;
}

#page-wrap p {
  height: 100%;
  width: 100%;
  max-width: 1920px;
}

h1 {
  font-family: 'Do Hyeon', sans-serif;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  height: 100px;
  width: 10px;
  background: #4a00fb;
  background: linear-gradient(140deg, #4a00fb, #de0950);
}

::-webkit-scrollbar-track {
  background: #fafafa;
  border-radius: 20px;
}

@media (min-width: 921px) and (max-width: 1400px) {
  .container {
    width: 780px;
    margin: auto;
  }
}

@media (min-width: 601px) and (max-width: 920px) {
  .container {
    width: 480px;
    margin: auto;
  }
}

@media screen and (max-width: 1399px) {
  .container {
    width: 350px;
    margin: auto;
  }
  svg, img {
    max-width: 370px;
  }
}
/*# sourceMappingURL=style.css.map */