* {
    box-sizing: border-box;
}

/* .container-fluid{
    --bs-gutter-x: 0;
} */

html,
body {
    opacity: 1;
    font-family: "Poppins", sans-serif;
    color: #004861;
}

html {
    overflow: unset;
}

body {
    overflow-x: hidden;
    /* padding-top: 10vh; */
}

/* Animation */
.waves {
    position: relative;
    width: 100%;
    height: 110px;
    margin-bottom: -7px;
    min-height: 120px;
}

.waves-parent.header-waves {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    z-index: 3;
}

.waves-parent {
    &.quote-waves {
        .waves {
            height: 110px;
            min-height: 120px;
        }
    }

    &.header-waves {
        transform: rotate(180deg);
        position: absolute;
        top: -20px;
        left: 0;
        width: 100%;
        z-index: 3;

        .waves {
            height: 110px;
            min-height: 120px;
        }
    }
}

.parallax>use {
    animation: move-forever 40s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}

/* Animation End */

nav {
    z-index: 4;
    font-size: 1.2vw;
    /* min-height: 10vh; */
}

.navbar-brand img {
    width: 5vw;
    margin: 0 0 0 3vh;
}

.hire {
    font-size: 1.2vw;
    font-weight: 600;
    box-sizing: border-box;
    background-color: #ffe900;
}

.hire img {
    width: 1.8vw;
    margin: 0 1vw 0 0;
}

.hire a {
    color: inherit;
    text-decoration: none;
}

.hire:hover {
    border: 0.1px solid gray;
}

.nav-item a:hover {
    border-bottom: 2px solid #004861;
}

.selected {
    font-weight: 500;
    /* border-bottom: 2px solid #6667c5; */
}

.hero {
    height: 90vh;
}

.hero-text {
    height: 20vh;
    display: flex;
    align-items: end;
    justify-content: center;
    /* background-color: green; */
}

.hero-text-det {
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #ffe900; */
}

.box-holder {
    width: 90%;
    align-items: end;
    /* background-color: red; */
}

.hero-text h1 {
    width: 100%;
    font-size: 6vw;
    line-height: 1.2;
    letter-spacing: -0.9px;
    font-weight: 700;
    /* background-color: red; */
}

.hero-text h1 span,
.about-left-center span {
    color: #5c5cd3;
}

.hero-text-det p {
    margin: 0 0 20px;
    font-size: 1.5vw;
    line-height: 1.66;
    letter-spacing: .18px;
    color: #044862;
}

.cust {
    color: white;
    border: none;
    margin: 5vh 0 0 0;
    padding: 0.5vw 2vw 0.5vw 2vw;
    font-size: 1.2vw;
    font-weight: 600;
    background-color: #5c5cd3;
}

.cust img {
    width: 2.5vw;
    margin-right: 2vw;
}

.hero .row,
.about-title,
.footer .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about,
.about .row {
    background-color: #f2ece2;
}

.about-title {
    height: 20vh;
}

.about-left {
    height: 80vh;
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

.about-left-holder {
    width: 55%;
    max-height: 70vh;
    box-shadow: -10px 10px 25px -7px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -10px 10px 25px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -10px 10px 25px -7px rgba(0, 0, 0, 0.75);
    background-color: whitesmoke;
}

.about-left-top {
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.about-left-center {
    width: 100%;
    height: 10%;
    font-size: 1vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.about-left .form-check a {
    letter-spacing: 2px;
    text-decoration: none;
}

.about-left-bottom {
    width: 100%;
    height: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.audio-holder {
    width: 80%;
    color: white;
    min-height: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: linear-gradient(90deg, #9487fb 0, #16a9ff 58.73%);
}

.about-left-bottom audio {
    max-width: 80%;
    min-width: 70%;
    margin-top: 1vh;
    margin-bottom: 1vh;
}

.audio-holder img,
.audio-holder p {
    display: inline;
    /* font-size: 1.2vw; */
}

.face-holder {
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    background-image: url("../images/profile-pic.jpg");
    background-size: cover;
    background-position: center;
}

.about-right {
    /* min-height: 80vh; */
    /* background-color: #044862; */
}

.about-right article {
    /* overflow: hidden; */
    /* min-height: 30vh; */
    /*max-height: 60vh;*/
    /* white-space:nowrap; */
    /* text-overflow: ellipsis; */
    /* background-color: red; */
}

.button-area {
    max-height: 20vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #004861; */
}

.read-more {
    color: white;
    float: right;
    width: 10vw;
    font-size: 2vw;
    align-items: flex-end;
    background-color: #5c5cd3;
}

.read-more:hover {
    color: #5c5cd3;
    border: 1px solid #5c5cd3;
}

.read-more img {
    width: 3vh;
}

.skills {
    background-color: rgba(229, 231, 235, 0.199);
}

.skills h1,
.about-title h2 {
    color: black;
    width: 100%;
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
}

.subtitle {
    color: rgb(75 85 99);
    width: 100%;
    font-size: 1rem;
    text-align: center;
    font-weight: 300;
    /* background-color: red; */
}

.beyond{
    padding-top: 5vh;
    padding-left: 5vw;
}

.digital {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: gainsboro; */
}

.digital-left {
    display: flex;
    align-items: center;
    justify-content: center;
}

.digital-topic {
    color: black;
    width: 100%;
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
}

.digital-img {
    height: 60vh;
    background-image: url("../images/Untitled\ design\ \(1\).png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.comm-img {
    height: 60vh;
    background-image: url("../images/Untitled\ design\ \(3\).png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.fin-img {
    height: 60vh;
    background-image: url("../images/Untitled\ design\ \(4\).png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.img-1{
    display: none;
}

.li-inner {
    margin-left: -3.5vw;
    list-style-type: none;
}

.ready {
    height: 100vh;
}

.ready-wrapper {
    height: 100vh;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ready-holder {
    height: 80vh;
    padding: 0;
    background-color: #131032;
}

.ready-details {
    width: 100%;
    height: 60vh;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #004861; */
}

.ready-details-left {
    /* background-color: gray; */
}

.ready-details-left p {
    color: White;
    width: 100%;
    font-size: 2rem;
}

.ready-details-left ul {
    color: white;
    list-style-type: none;
}

.ready-details li {
    display: flex;
    align-items: center;
}

.ready-details-left i {
    font-size: 5vh;
}

.ready-details-right {
    height: 50vh;
    /* border: 1px solid red; */
    background-image: url('/assets/images/Screenshot\ \(102\).png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.doido-holder {
    padding: 0;
    /* border: 1px solid red; */
}

.doido {
    width: 100%;
    height: 20vh;
    margin: 0;
    padding: 0;
    border-radius: 40%;
    /* background-color: #5c5cd3; */
}

.gradient_purple {
    background: linear-gradient(90deg, #9487fb 0, #16a9ff 58.73%);
    background-clip: text !important;
    -webkit-text-fill-color: transparent;
}

.secure .row {
    /* height: 100vh; */
    /* background-color: red; */
}

.secure-header h2 {
    color: black;
    width: 100%;
    font-size: 2rem;
    font-weight: 600;
}

.secure-details,
.tab-1,
.tab-2,
.tab-3,
.sd-bot {
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-1,
.tab-2,
.tab-3 {
    box-shadow: 10px 10px 24px -9px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 10px 10px 24px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 24px -9px rgba(0, 0, 0, 0.75);
    flex-direction: column;
}

.tab-1,
.tab-2 {
    margin-right: 5vw;
}

.sd-top {
    height: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sd-bot {
    width: 100%;
    height: 30vh;
    background-color: #f7f7f8;
}

.secure-details img {
    /* width: 20vh; */
    height: 15vh;
}

.br-i {
    display: none;
}

.footer {
    background-color: #111827;
}

.footer h1 {
    color: white;
    width: 100%;
    font-size: 2rem;
    text-align: center;
}

.footer p {
    color: white;
    width: 100%;
    font-size: 1rem;
    text-align: center;
}

.footer-main {
    /* height: 100vh; */
    padding-bottom: 10vh;
    border-bottom: 1px solid rgb(209 213 219);
}

.footer-main-right p,
.footer-main-left p {
    color: white;
    font-size: 1.2rem;
    text-align: left;
    font-weight: bold;
}

.footer-main-left article {
    color: white;
    font-size: 0.9rem;
    line-height: 4vh;
}

.icon-area {
    display: flex;
    align-items: center;
}

.icon-area-left {
    color: white;
    height: 7vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(37 99 235);
}

.icon-area-left .bi {
    font-size: 3.5vh;
}

.icon-area p {
    margin: 0;
    font-size: 0.8rem;
    font-weight: normal;
}

.footer-main-right {
    /* min-height: 60vh; */
    background-color: rgb(31 41 55);
}

.footer-main-right label {
    color: white;
    font-size: 0.8rem;
}

.footer-main-right input,
.footer-main-right textarea {
    color: white;
    font-size: 0.8rem;
    border: none;
    background-color: rgb(55 65 81);
}

.footer-main-right input::placeholder,
.footer-main-right textarea::placeholder {
    color: rgb(209 213 219);
    opacity: 1;
}

.footer-main-right button {
    width: 100%;
}

.footer-main-right img, iframe{
    width: 100%;
    max-height: 50vh;
}

@media only screen and (max-width:992px) {

    nav,
    .hire {
        font-size: 1.8vh;
    }

    .hire img {
        width: 2vh;
    }

    .navbar-brand img {
        width: 10vw;
        margin: 0;
    }

    .hero-text {
        text-align: center;
    }

    .hero-text h1 {
        width: 100%;
        text-align: center;
    }

    .hero-text p {
        font-size: 17.75px;
    }

    .cust {
        width: 70%;
    }

    .about-left-holder {
        width: 80%;
    }

    .about-left-center,
    .about-left-bottom,
    .read-more {
        font-size: 3.5vw;
    }

    .face-holder {
        width: 35vw;
        height: 35vw;
    }

    .read-more{
        width: 30vw;
        font-size: 5vw;
    }

    .digital {
        padding-top: 0;
        /* padding: 10vw; */
    }

    .digital-img,
    .comm-img,
    .fin-img {
        width: 60%;
    }

    .ready {
        padding: 5vw;
    }

    .ready-holder {
        height: 90vh;
    }

    .doido {
        margin-top: 10vh;
    }

    .secure-details {
        gap: 10vh;
    }

    .tab-1,
    .tab-2,
    .tab-3 {
        margin: 0;
        padding: 0;
        width: 80%;
    }
    
    .secure-details img {
        /* width: 20vh; */
        height: 15vw;
    }

    .sd-top{
        height: 40vw;
    }

    .sd-bot {
        height: 20vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-main-left article {
        line-height: normal;
    }

    .br-i {
        display: block;
    }

    .footer-main {
        height: auto
    }

    .footer-main-left,
    .footer-main-right {
        width: 75%;
        margin-bottom: 5vh;
    }

    .beyond{
        padding-top: 1vh;
    }
}


/* ipadx */
@media only screen and (max-height:1000px) and (max-width:992px) {
    .hero-text h1 {
        font-size: 3.2rem;
        /* background-color: red; */
    }

    .hero-text-det p,
    .cust {
        font-size: 2.5vh;
    }

    .cust img {
        width: 4vh;
        margin-right: 4vh;
    }

}

@media only screen and (min-height:1000px) and (max-width:992px) and (min-width:500px) {
    .hero-text h1 {
        font-size: 4.5rem;
        /* background-color: red; */
    }

    .hero-text-det p,
    .cust {
        font-size: 2.5vh;
    }

    .cust img {
        width: 4vh;
        margin-right: 4vh;
    }

    .about-left {
        height: 40vh;
        min-height: 45vh;
    }

    .about-left-holder {
        width: 80%;
    }

    .about-left-top {
        height: 20vh;
    }

    .about-left-center,
    .about-left-bottom,
    .read-more {
        font-size: 1.7vw;
    }

    .face-holder {
        width: 15vw;
        height: 15vw;
    }

    .digital-img,
    .comm-img,
    .fin-img {
        width: 35%;
        max-height: 45vh;
        /* background-color: rebeccapurple; */
    }

    .subtitle {
        margin-top: 2vh;
        margin-bottom: 3vh;
    }

    .digital-left {
        width: 50%;
        /* margin-top: -3vh; */
        /* background-color: red; */
    }

    .ready,
    .ready-wrapper,
    .ready-holder {
        max-height: 43vh;
        /* background-color: green; */
    }

    .ready-details {
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .ready-details,
    .ready-details-left {
        max-height: 35vh;
        /* background-color: #ffe900; */
    }

    .doido {
        height: 8vh;
        margin-top: 0;
        /* background-color: pink; */
    }

    .ready-details-left {
        background-color: #111827;
    }

    .ready-details-right {
        height: 20vh;
        /* background-color: #f2ece2; */
    }

    .secure {
        margin-top: 10vh;
    }

    .secure-header p {
        width: 95%;
    }

    .secure-details {
        padding: 5vw;
    }

    .tab-1,
    .tab-2,
    .tab-3 {
        width: 55%;
    }

    .footer-main {
        width: 95%;
        /* height: 100vh; */
    }

    .footer-main-left,
    .footer-main-right {
        width: 50%;
        /* background-color: red; */
    }

    .footer {
        margin-bottom: -10vh;
        background-color: #004861;
    }

    .read-more{
        font-size: 4vw;
    }
}

/* phone */
@media only screen and (max-width:500px) {
    .hero-text h1 {
        font-size: 2.2rem;
        /* background-color: red; */
    }

    .hero-text-det p,
    .cust {
        font-size: 2vh;
    }

    .hero-text-det i {
        font-size: 1.5vh;
    }

    .about-left {
        height: 65vh;
    }

    .about-left-holder {
        height: 60vh;
    }

    .about-left-center {
        font-size: 1.5vh;
    }

    
    .skill-br, .img-2{
        display: none;
    }

    .subtitle{
        margin-top: 2vh;
        margin-bottom: 5vh;
    }

    .digital-img, .comm-img, .fin-img{
        height: 30vh;
    }

    .img-1{
        display: block;
        margin-bottom: 5vh;
    }

    .comm-img{
        margin-bottom: 5vh;
    }

    .fin-img{
        margin-top: -8vh;
    }

    .ready-details-left{
        height: 30vh;
    }
    
    .ready-details-right{
        margin-top: 5vh;
    }
}

/* phone */
@media only screen and (max-width:500px) and (min-height: 900px) {
    .hero-text h1 {
        font-size: 2.7rem;
        /* background-color: red; */
    }
}

@media screen and (min-width:1400px) {

    li,
    p {
        font-size: 2.5vh;
    }

    .about-right article {
        font-size: 2.5vh;
    }

    .about-left-center {
        font-size: 2vh;
    }

    .sd-bot p {
        font-size: 2vh;
    }
}