* {
    padding: 0vw;
    margin: 0vw;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    list-style: none;
}

/* container css start */
.container {
    width: 100% !important;
    /* height: 300vw; */
    background: #03182e;
    /* overflow: hidden; */
}

/* header css start */
.header-desk-inner {
    width: 85vw;
}

header {
    width: 85vw;
    height: 10vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 7vw;
}

.header-left {
    width: 16vw;
    height: 4vw;
    display: flex;
    align-items: center;
}

.header-left .h2 {
    font-size: 1.8vw;
    font-weight: 800;
    background: linear-gradient(to right, #00fae1, #00c8ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-center {
    width: 26vw;
    height: 4vw;
    display: flex;

}

.header-center ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3vw;
}

.header-center ul li {
    display: flex;
    font-size: 1.25vw;
}

.header-center ul li a {
    color: #c9d5d6;
    font-weight: 600;
}

.header-right {
    width: 10vw;
    height: 4vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

button {
    border: none;
    background: transparent;
}

a.hr {
    border: 0.1vw solid #00ffdd;
    padding: 1vw 1.6vw;
    color: #00ffdd;
    border-radius: 0.5vw;
    font-size: 1vw;
}

/* header css end */

/* hero sec css start */
.hero-sec {
    width: 85vw;
    height: auto;
    margin: 0 0 0 7vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero-sec-left {
    width: 40vw;
    height: auto;
    margin-top: 5vw;
    display: flex;
    flex-direction: column;

}

.float-right {}

.top-p {
    color: #85909e;
}

.hero-sec-left h1 {
    font-size: 5vw;
    background: linear-gradient(to right, #00fae1, #00c8ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-sec-left h4 {
    font-size: 2vw;
    color: white;
    margin-bottom: 1.5vw;
}

.lefttoright {
    width: 30vw;
    overflow: hidden;
    white-space: nowrap;
    border-right: 0.2vw solid white;
    animation: leftRight 3s steps(23, end) forwards;
}

@keyframes leftRight {
    from {
        width: 0;
    }

    to {
        width: 23ch;
    }
}

.bottom-p {
    font-size: 1.6vw;
    color: #959eab;
    line-height: 2vw;
    text-align: justify;
}

button.hrl {
    align-self: flex-start;
    margin-top: 3vw;
}

a#hrl {
    border: 0.1vw solid #00fadd;
    border-radius: 0.4vw;
    padding: 1vw 1.6vw;
    color: #00fadd;
    font-size: 1.2vw;
}

.hero-sec-right {
    width: 35vw;
    height: auto;
    /* margin-right: 5vw; */
    margin-top: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    /* position: relative; */
}

.box {
    width: 12vw;
    height: 10vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 0.2vw solid #00fae1;
}

.moving-box {
    position: relative;
    animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0.5vw);
    }

    50% {
        transform: translateY(-0.5vw);
    }

    100% {
        transform: translateY(0.5vw);
    }
}

.sm-circle {
    width: 22vw;
    height: 22vw;
    border: 0.1vw solid #00ffdd;
    border-radius: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.html-circle {
    position: absolute;
    color: #00ffdd;
    bottom: 19.3vw;
    width: 5vw;
    height: 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.1vw solid #00ffdd;
    border-radius: 42px;
    font-size: 1.6vw;
    z-index: 99;
}

.css-circle {
    position: absolute;
    color: #00ffdd;
    top: 4vw;
    left: 18vw;
    width: 5vw;
    height: 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.1vw solid #00ffdd;
    border-radius: 42px;
    font-size: 1.6vw;
    z-index: 99;
}

.bootstrap-circle {
    position: absolute;
    color: #00ffdd;
    top: 4vw;
    right: 18vw;
    width: 5vw;
    height: 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.1vw solid #00ffdd;
    border-radius: 42px;
    font-size: 1.6vw;
    z-index: 99;
}

.git-circle {
    position: absolute;
    color: #00ffdd;
    top: 14vw;
    right: 18vw;
    width: 5vw;
    height: 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.1vw solid #00ffdd;
    border-radius: 42px;
    font-size: 1.6vw;
    z-index: 99;
}

.js-circle {
    position: absolute;
    color: #00ffdd;
    top: 14vw;
    left: 18vw;
    width: 5vw;
    height: 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.1vw solid #00ffdd;
    border-radius: 42px;
    font-size: 1.6vw;
    z-index: 99;
}

.wp-circle {
    position: absolute;
    color: #00ffdd;
    top: 19vw;
    width: 5vw;
    height: 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.1vw solid #00ffdd;
    border-radius: 42px;
    font-size: 1.6vw;
    z-index: 99;
}

.lg-circle {
    width: 35vw;
    height: 35vw;
    border: 0.1vw solid #00ffdd;
    border-radius: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content {
    border-radius: 0.8vw;
    background: #00192e;
}

.box i {
    font-size: 4vw;
    margin-bottom: 1vw;
    background: linear-gradient(to right, #00fae1, #00c8ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.box h3 {
    font-size: 1.5vw;
    color: white;
    margin-bottom: 0.5vw;
}

.box p {
    font-size: 1.2vw;
    color: #959eab;

}

/* hero sec css end */

/* sec between line css start */
.line-container {
    width: 90vw;
    height: 0.1vw;
    margin: 5vw 0vw 5vw 5vw;
    background: linear-gradient(to right, rgba(100, 255, 218, 0), rgba(100, 255, 218, 0.5), rgba(100, 255, 218, 0));
}

/* sec between line css end */

/* sec 1 css start */
.sec-1 {
    width: 85vw;
    height: auto;
    margin-left: 7vw;
    display: flex;
    flex-direction: column;
}

.heading {
    width: 85vw;
    height: auto;
}

.heading h2 {
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 0;
    position: relative;
    font-size: 2.5vw;
}

.heading h2::after {
    content: "";
    display: block;
    height: 0.1vw;
    width: 70vw;
    background-color: #ffffff;
    position: absolute;
    top: 1.8vw;
    left: 15vw;
}

.sec-1-inner {
    width: 85vw;
    height: 32vw;
    display: flex;
    column-gap: 2vw;
    position: relative;
}

.sec-1-left {
    width: 50vw;
    height: 27vw;
    padding: 2vw 0vw;
    position: absolute;
    animation: slideLeft 2s ease-in-out forwards;
}

@keyframes slideLeft {
    0% {
        transform: translateX(-200%);
    }

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

.sec-1-left p {
    color: #d0d5db;
    font-size: 1.5vw;
    line-height: 2vw;
    text-align: justify;
}

.sec-1-right {
    width: 30vw;
    height: 32vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    animation: slideRight 2s ease-in-out forwards;
}

@keyframes slideRight {
    0% {
        transform: translateX(300%);
    }

    100% {
        transform: translateX(185%);
    }
}

.sec-1-right-inner {
    width: 29vw;
    height: 31vw;
    border: 0.2vw solid #00fae1;
    border-radius: 1vw;
    padding: 2vw 2vw;
}

.sec-1-right-inner h4 {
    font-size: 2.5vw;
    font-weight: 800;
    color: #e3f1ff;
    margin-bottom: 2vw;
}

.sri-box {
    display: flex;
    gap: 1.5vw;
    align-items: center;
}

.sri-box i {
    background: #00d6a1;
    width: 2vw;
    height: 2vw;
    border-radius: 10vw;
    font-size: 1.4vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sri-box p {
    font-size: 1.8vw;
    font-weight: 600;
    color: #d0d5db;
}

/* sec 1 css end */


/* sec 2 css start */
.sec-2 {
    width: 85vw;
    height: auto;
    margin-left: 7vw;
}

.sec-2-inner {
    width: 85vw;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1vw;
    /* margin-top: 2vw; */
    padding-top: 3vw;
}

.s2i-box {
    width: 42vw;
    height: 19vw;
    display: flex;
    flex-direction: column;
    border: 0.2vw solid #003b59;
    border-radius: 1vw;
    padding: 2vw;
    background: #012140;
}

.s2i-box:hover {
    box-shadow: 0px 0px 25px 5px #5d5555;
    transform: translate(0.2vw, 0.2vw);
}

.box-cont {
    display: flex;
    align-items: center;
    gap: 1vw;
    margin-bottom: 2vw;
}

.box-cont i {
    font-size: 2.8vw;
    color: white;
}

i.css {
    color: #0083f5;
}

i.js {
    color: #ffbd17;
}

i.bootstrap {
    color: #915bf5;
}

.box-cont h3 {
    font-size: 1.6vw;
    color: #e3f1ff;
}

.cont {
    font-size: 1.5vw;
}

.cont p {
    line-height: 1.8vw;
    color: #c9cfd6;
    text-align: justify;
}

.line {
    width: 38vw;
    height: 1vw;
    border-radius: 5vw;
    background: #1a3a59;
    margin-top: 2vw;
}

p.html {
    width: 34vw;
    height: 1vw;
    background: rgb(112, 112, 216);
    border-radius: 5vw;
}

p.css {
    width: 32vw;
    height: 1vw;
    background: rgb(112, 112, 216);
    border-radius: 5vw;
}

p.js {
    width: 30vw;
    height: 1vw;
    background: rgb(112, 112, 216);
    border-radius: 5vw;
}

p.bootstrap {
    width: 34vw;
    height: 1vw;
    background: rgb(112, 112, 216);
    border-radius: 5vw;
}

p.percent {
    width: 38vw;
    background: none;
    margin-top: 0.5vw;
    text-align: right;
    color: #c9cfd6;
    font-size: 1.8vw;
}

p.git {
    width: 22.6vw;
    height: 1vw;
    background: rgb(112, 112, 216);
    border-radius: 5vw;
}

p.wp {
    width: 26vw;
    height: 1vw;
    background: rgb(112, 112, 216);
    border-radius: 5vw;
}

.ani-left {
    position: relative;
    animation: slideLeft 2s ease-in-out forwards;
}

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

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

.ani-right {
    position: relative;
    animation: slideRight2 2s ease-in-out backwards;
}

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

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


/* sec 2 css end */

/* sec 3 css start */
.sec-3 {
    width: 85vw;
    height: auto;
    margin-left: 7vw;
    /* background: red; */
}

.sec-3 .heading h2::after {
    content: "";
    display: block;
    height: 0.2vw;
    width: 67vw;
    background-color: #ffffff;
    position: absolute;
    top: 1.8vw;
    left: 18vw;
}

/* .portfolio-sec{
    width: 85vw;
    height: 27vw;
    background: yellow;
    padding-top: 3vw;
    gap: 1vw;
    display: flex;
}
.portfolio-box{
    width: 30vw;
    height: 24vw;
    background: linear-gradient(to bottom, #021a30, #021b33);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center; 
    position: relative;
} */

/* Container grid */
.grid-container {
    width: 85vw;
    height: auto;
    display: flex;
    gap: 2vw;
    padding: 2vw;
}

/* Individual boxes */
.hover-box {
    width: 28vw;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    background-color: #011d3b;
    /* background as per your style */
}

/* Image Container */
.image-container {
    position: relative;
    width: 26vw;
    height: 18vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-container i {
    font-size: 6vw;
    color: #1a5e91;
}

/* Images
.initial-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.3s ease;
} */

.hover-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 26vw;
    height: 18vw;
    background: #1E2B4D;
    color: #fff;
    opacity: 0;
    padding: 2vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: opacity 0.3s ease;
    text-align: center;
}

.hover-text h3 {
    margin-bottom: 1vw;
    font-size: 1.6vw;
}

.hover-text p {
    line-height: 1.6vw;
    font-size: 1.2vw;
}

.hover-box:hover .hover-text {
    opacity: 1;
}

.hover-box:hover .initial-img {
    opacity: 0;
}

/* Styling for tags/buttons */
.tags {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.tags span {
    background-color: #2c3e50;
    /* Darker background for tags */
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 1.4vw;
}
/* sec 3 css end */

/* sec 4 css start */
.sec-4 {
    width: 85vw;
    height: auto;
    margin-left: 7vw;
}

h2.s4-h2 {
    font-size: 2.5vw;
    margin-bottom: 2vw;
    color: #00f5e4;
    text-decoration: 2px underline;
}

.s4c-p{
    font-size: 1.6vw;
    margin-bottom: 5vw;
    color: white;
    line-height: 2vw;
}

.sec-4 .heading h2::after {
    content: "";
    display: block;
    height: 0.1vw;
    width: 67vw;
    background-color: #ffffff;
    position: absolute;
    top: 1.8vw;
    left: 18vw;
}

.git-inner-sec {
    display: flex;
    gap: 2vw;
}

.git-inner-sec-left {
    width: 42vw;
    /* background: red; */
    position: relative;
    animation: sec4Left 2s ease-in-out forwards;
}

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

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


.git-inner-sec-left h2 {
    margin-bottom: 0.6vw;
    color: #00f5e4;
    font-size: 2.5vw;
}

.git-inner-sec-left p {
    color: white;
    font-size: 1.6vw;
    line-height: 2vw;
    text-align: justify;
}

.git-inner-contact {
    margin-top: 3vw;
}

.email {
    display: flex;
    gap: 1vw;
}

.email-icon {
    width: 5vw;
    height: 5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    font-size: 1.4vw;
    /* margin-top: 1vw; */
    color: white;
    background: #012140;
}

.email-content h5 {
    color: #85909e;
    font-size: 1.5vw;
}

.email-content h3 a {
    color: white !important;
    font-weight: 500;
    font-size: 1.4vw;
}

.phone {
    display: flex;
    margin-top: 1vw;
    margin-top: 1vw;
    gap: 1vw;
}

.phone-icon {
    width: 5vw;
    height: 5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    font-size: 1.4vw;
    /* margin-top: 1vw; */
    color: white;
    background: #012140;
}

.phone-content {
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.phone-content h5 {
    color: #85909e;
    font-size: 1.5vw;
}

.phone-content h3 {
    color: white !important;
    font-weight: 500;
    font-size: 1.4vw;
}

.social-icons {}

.social-icons a i {
    color: #9ba4b0;
    font-size: 1.8vw;
    margin-left: 0.8vw;
    margin-top: 2vw;
}

.git-inner-sec-right {
    width: 42vw;
    background: #0e1826;
    border: 0.2vw solid #00ffe1;
    border-radius: 1vw;
    padding: 1.5vw 1.5vw;
    position: relative;
    animation: sec4Right 2s ease-in-out backwards;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

@keyframes sec4Right {
    0% {
        transform: translateX(200%);
    }

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

.git-inner-sec-right h2 {
    color: white;
    margin-bottom: 1.5vw;
}

.git-inner-sec-right p {
    color: white;
    line-height: 2vw;
    margin-bottom: 1vw;
    text-align: justify;
}

.cv-request {
    height: 5.5vw;
    background: #1b2a38;
    padding: 0.7vw 1.5vw;
    border-radius: 0.8vw;
    display: flex;
    align-items: baseline;
}

.cvh {
    background: linear-gradient(to right, #00fae1, #00c8ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}

.cvh:hover {
    color: red;
}

.cv-download {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.2vw solid #00ffdd;
    gap: 1vw;
    border-radius: 0.8vw;
    margin-top: 1vw;
}

.cv-download i {
    font-size: 1.6vw;
    color: #00ffdd;
}

p.cvd {
    color: #00ffdd;
    margin-bottom: 0vw;
    padding: 1vw;
}

/* sec 4 css end */

/* sec 5 start */
.sec-5 {
    width: 85vw;
    margin-left: 7vw;
    text-align: center;
    padding-bottom: 1vw;
}

.sec-5 h6 {
    color: #9aa393;
    font-size: 1.2vw;
    margin-bottom: 1vw;
}

.sec-5 p {
    color: #697180;
}

.nn {
    color: white;
}

/* sec 5 end */

/* container css end */

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
}

.header-center ul {
    display: flex;
    gap: 20px;
    list-style: none;
}

.hamburger {
    font-size: 28px;
    cursor: pointer;
    display: none;
    /* hidden by default */
}






/* inner pages css start */

/* contact page css start */
.hero-sec-contact {
    width: 100%;
    height: auto;
    background-image: url('./images/istock.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 5vw;
}

.hsc-inner {
    width: 80vw;
    height: 38vw;
    margin-left: 9vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hsc-inner h2 {
    text-align: center;
    font-size: 3.4vw;
}

.hsc-inner p {
    /* text-align: center; */
    font-size: 1.6vw;
    color: #000;
    margin-top: 1vw;
    line-height: 2vw;
    text-align: justify;
    font-weight: 600;
}


/* porfolio page css start */
.hero-sec-portfolio {
    width: 100%;
    height: auto;
    padding: 5vw 0;
    background: red;
    background-image: url('./images/contact\ hero\ img.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.hrp-inner {
    width: 85vw;
    height: 28vw;
    margin-left: 7vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hrp-inner h2 {
    font-size: 3.4vw;
}

.hrp-inner h5 {}

.hrp-inner p {
    font-size: 1.6vw;
    color: #000;
    margin-top: 1vw;
    line-height: 2vw;
    text-align: justify;
    font-weight: 600;
}

.sec-1-portfolio {
    width: 100%;
    padding: 5vw 0;
    /* background: red; */
}

.s1p-inner {
    width: 85vw;
    margin-left: 7vw;
}

.s1p-inner p {
    font-size: 1.6vw;
    margin-bottom: 5vw;
    color: white;
    line-height: 2vw;
}

.project-box {
    width: 85vw;
    /* background: yellowgreen; */
    display: flex;
    flex-wrap: wrap;
    gap: 1vw;

}

.project-1 {
    position: relative;
    width: 42vw;
    height: 35vw;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    background: #001e3b;
    
}
.p1l{
    animation: p1l 2s ease-in-out forwards;
}
@keyframes p1l {
    0% {
        transform: translateX(-200%);
    }

    100% {
        transform: translateX(0%);
    }
}
.p1r{
    animation: p1r 2s ease-in-out backwards;
}
@keyframes p1r {
    0% {
        transform: translateX(200%);
    }

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

.project-1-content {
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    width: 42vw;
    height: 30vw;
    z-index: 2;
    opacity: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5vw;
    padding: 1.5vw 2vw;
    text-align: justify;
}

.project-1:hover .project-1-content {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.project-1-content h2 {
    font-size: 2vw;
}

.project-1-content h4 {
    font-size: 1.3vw;
    font-weight: 600;
}

.sc-bold {
    font-weight: 900;
    font-size: 1.6;
    color: #00d2fc;
    text-decoration: 2px underline;
}

.project-1-content p {
    font-size: 1.3vw;
    line-height: 1.5vw;
}

.project-1-img {
    position: absolute;
    z-index: 1;
    opacity: 1;
    background: rgb(65, 65, 65);
    transition: opacity 0.4s ease-in-out;
}

.project-1:hover .project-1-img {
    z-index: 0;
    opacity: 0;

}


.project-2 {
    width: 42vw;
    background: brown;
}

/* skills page css start */
.hero-sec-skill {
    width: 100%;
    background-image: url('./images/skill\ remover.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hss-inner {
    width: 85vw;
    height: 38vw;
    margin-left: 7vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.hss-inner h2 {
    font-size: 3.4vw;
}

.hss-inner p {
    font-size: 1.6vw;
    color: #000;
    margin-top: 1vw;
    line-height: 2vw;
    text-align: justify;
    font-weight: 600;
}

.flex-sec-1-skill {
    width: 85vw;
    display: flex;
    flex-wrap: wrap;
    gap: 1vw;
    padding: 5vw 0;
    margin-left: 7vw;
}

.flex-sec-1-skill p{
    font-size: 1.6vw;
    color: white;
    margin-bottom: 4vw;
    line-height: 2vw;
}
.sec-1-skill {
    width: 42vw;
    background: #001e3b;
    border-radius: 10px;
}

.s1s-inner {
    width: 42vw;
    color: white;
    padding: 2vw;
}

.s1s-inner h2 {
    font-size: 2vw;
    margin-bottom: 1vw;
    color: #00d2fc;
    text-decoration: 2px underline;
}

.s1s-inner p {
    font-size: 1.4vw;
    line-height: 2vw;

}

.heading-skill {
    font-size: 1.5vw;
    font-weight: 700;
    color: #00d2fc;
}

/* about page css start */
.hero-sec-about{
    width: 100%;
    background-image: url('./images/about\ removed.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hsa-inner{
    width: 85vw;
    height: 38vw;
    margin-left: 7vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hsa-inner h2{
    font-size: 3.5vw;
}
.sec-1-about{
    width: 100%;
    padding: 5vw 0;

}
.s1a-inner{
    width: 85vw;
    margin-left: 7vw;
}
.s1a-inner p{
    font-size: 1.6vw;
    color: white;
    line-height: 2vw;
}
.sec-2-about,
.sec-3-about{
    width: 100%;
    padding: 0;
}
.sec-3-about{
    width: 100%;
    padding: 5vw 0;
}
.s2a-inner,
.s3a-inner{
    width: 85vw;
    margin-left: 7vw;
}
.s2a-inner h4,
.s3a-inner h4{
    font-size: 2.5vw;
    color: #00d2fc;
    margin-bottom: 1vw;
    text-decoration: 2px underline;
}
.s2a-inner p,
.s3a-inner p{ 
    font-size: 1.4vw;
    color: white;
    line-height: 2vw;
    text-align: justify;
}
.s3a-ul{
    color: white;
    padding: 1vw 0vw 5vw 1.2vw;
    
}
.s3a-ul li{
    list-style: circle !important;
    line-height: 2vw;
}