@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');
@import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap');
body {

    background-color: #1b1b22;
    font-family: 'Barlow Condensed', sans-serif;
font-family: 'Cairo', sans-serif;
font-family: 'Nunito', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
    margin: 0px;
    padding: 0px;
}

#col-3 {
    /* height: 100vh; */
    background-color: #252530;
    border: 2px spolid green;
    /* border-bottom: 2px solid #1d1d2e;; */
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; */
}

#row {
    /* border: 2px solid green; */
    /* padding: 10px; */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    /* height: 100vh; */
    /* height: 100vw; */
    max-height: 100vw;
    height: 100vh;
    max-width: 100vw;
}

#cont {
    /* padding: 10px; */
    /* height: 100vh; */
    /* border: 2px solid green; */
    /* background-color: #32323f; */
    /* height: 100vh; */
    /* -webkit-box-shadow: 0 3px 8px 0 rgba(15, 15, 20, .2); */
    /* box-shadow: 0 3px 8px 0 rgba(15, 15, 20, .2); */
}






@media (max-width:768px) {
    #row {

        padding: 0px;

    }
}






.box {
    /* border-bottom: 2px solid #1d1d2e;;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; */
    background-color: #252530;
    color: white;
    display: flex;
    justify-content: center;
    text-align: center;
}




#i1 {
    margin-top: 22px;
    height: 78px;
    position: relative;
    border-radius: 150%;

}

.spinner-cont {
    justify-content: center;
    position: relative;
    width: 200px;
    height: 200px;
}

.spinner {
    height: 79px;
    width: 80px;
    position: absolute;
    left: 30%;
    top: 10%;
    border-top: 2px solid orange;
    border-bottom: 2px solid orange;
    border-right: 2px solid #24242c;
    border-left: 2px solid #24242c;
    border-radius: 100%;
    animation: my 3s linear infinite;
}

@keyframes my {
    0% {
        transform: rotate(0deg);
    }

    100% {

        transform: rotate(720deg);
    }
}

.heading-1 {
    margin-top: 5px;
    text-align: center;
}

.paragraph-1 {

    display: flex;
    margin-top: 10px;

}

#p1 {
    font-size: 14px;

    margin-top: -20px;
    display: flex;
    justify-content: center;
}

.span1 {
    margin: 10px;
    color: white;
    display: flex;
}

.box-1::-webkit-scrollbar {
    display: block;

}

.b1 {
    display: none;
}


.box-1 {

    color: white;
    margin: 0;
    padding: 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    overflow-y: scroll;
    justify-content: center;

}

.hidden {
    display: none;
}

.box-2 {

    color: white;
    display: flex;
    justify-content: space-around;


}

.box-3 {
    margin-top: 3px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    color: white;

}

.cont-num1 {

    position: relative;

}

#num,
#num1 {

    display: flex;
    align-items: center;
    text-align: center;
    position: absolute;
    margin-top: -35px;

}

.cont-num2 {

    position: relative;

}

#numi {

    justify-content: center;
    text-align: center;
    align-items: center;
    position: relative;
    border-radius: 150%;
    animation: num1 5s linear infinite;
    border-top: 2px solid orange;
    border-bottom: 2px solid orange;
    border-right: 2px solid orange;
    border-left: 2px solid #191923;
    height: 45px;
    width: 45px;

}

@keyframes num1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(720deg);
    }

}

.p2 {

    text-align: center;
    border-bottom: 1px solid rgb(143, 143, 143);
}


.para-1 {
    font-weight: 800;
}

.heading-5 {
    color: white;
    margin-top: 5px;
    font-size: 13px;
    text-align: left;
}

.head {

    margin: 10px;
}

#html,
#js,
#css,
#php,
#wp {
    display: flex;
    justify-content: right;
    margin-top: -18px;

}

.html {

    border: 2px solid orange;
    /* border-bottom:1px solid #191923; */
    animation: 10s html linear 1;
}

@keyframes html {
    from {
        border-bottom: 2px solid orange;
        width: 1%;
    }

    to {
        border-bottom: 2px solid orange;
        width: 100%;
    }

}

@keyframes wp {
    from {
        width: 1%;
    }

    to {
        width: 91%;
    }

}


@keyframes css {
    from {
        width: 1%;
    }

    to {
        width: 91%;
    }
}

.css {
    width: 91%;
    animation: 11s css linear 1;
    border: 2px solid orange;


}

@keyframes html {
    from {
        width: 1%;
    }

    to {
        width: 100%;
    }

}

.js {
    width: 77%;
    animation: 11s js linear 1;
    border: 2px solid orange;
}

@keyframes js {
    from {
        width: 1%;
    }

    to {
        width: 80%;
    }
}

.php {
    width: 62%;
    animation: 11s php linear 1;
    border: 2px solid orange;
}

@keyframes php {
    from {
        width: 1%;
    }

    to {
        width: 80%;
    }
}

.wp {
    animation: 11s wp linear 1;
    border: 2px solid orange;
    width: 91%;
}

@keyframes js {
    from {
        width: 1%;
    }

    to {
        width: 77%;
    }
}

.heading-7 {
    color: white;
    font-size: 12px;
}

.box-5 {
    text-align: left;
    border: 2p solid wheat;
    margin: 6px;
    margin-top: 10px;
}

#fa {

    color: orange;
}

.foot {
    /* background-color: #23232e; */
    /* margin-top: -13px; */
    display: flex;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#f1 {
    margin-top: 10px;
    color: white;
    font-size: 14px;
    margin-left: 15px;

}

#sec {
    /* border-radius:50px ; */
    scroll-behavior: auto;
    overflow-y: scroll;

    height: 550px;
}




@media (max-width:300px) {
    #col-6 {
        overflow-y: scroll;
        scroll-behavior: smooth;
        height: 400px;
        /* padding: -10px; */

    }
}


@media (max-width:770px) {
    #col-6 {
        /* height: 230px; */
    }
}

#sec::-webkit-scrollbar {
    display: none;
    /* height: 10px; */
    border-radius: 120px;

}

#col-6::-webkit-scrollbar-track {
    /* background-color:#24242c; */
    /* box-shadow: inset 0 0 5px grey;  */

}

#col-6::-webkit-scrollbar-thumb {
    background: #1b191b;


    border-radius: 150px;
    height: 3px;
}

.box-han {
    margin-top: 0px;
    /* padding: 0px; */
    /* background-color: #2f2f3c; */
}

.l {
    margin: 0px;
    padding: 0px;
    animation: stickAnimation0 1s infinite alternate;
    font-size: 30px;
    list-style: none;
    color:
        orange
}







.box-a {
    /* background-color:#24242c; */
    margin-top: 50px;
    /* background-color: #2f2f3c; */
    /* margin: 0px; */
    /* padding: 0px; */
    display: flex;
    flex-direction: column;


}

@media (max-width:768px) {
    .box-a {
        margin: 10px;
    }

}

.s1 {
    font-size: 12px;
    margin-top: 11px;
    /* border: 2px solid green; */
    color: #32323f;
    text-align: center;
    margin-left: 2px;
    display: none;
    position: relative;
    left: 0;
    /* opacity: 0; */
}

@media (max-width:579px) {
    .s1 {
        /* display:none; */
        opacity: 0.344;
    }

}



.ill {

    z-index: 20000;
    display: flex;
    /* flex-direction: row; */
    /* display: inline-block; */
    margin-top: 40px;
    height: 45px;
    background-color: orange;
    color: white;
    border: 2px solid #32323f;
    width: 45px;
    border-radius: 150px;
    transition: width 780ms ease-in-out;
    position: relative;
    left: 0;
}

.ill:hover {
    width: 80px;
    /* left: -50px; */
}

@media (max-width:768px) {
    .box-a {
        writing-mode: vertical-lr;

    }

    .ill {
        margin-left: 15px;

        margin-top: 0px;

    }
}

#fonth {
    z-index: 20000;
    font-size: 25px;

    margin-left: 10px;
    margin-top: 8px;

    color: white;
}

.ill>#fonth:hover+.s1 {
    /* opacity: 4; */
    color: white;
    z-index: 20000;
    display: block;
    /* flex-direction: row-reverse; */
    /* margin-left: -70px; */
}

#h1 {

    color: white;
    padding: 10px;
    /* margin-top: 10px; */
    /* font-size:14px; */
    /* font-weight: 900; */
    /* margin-top: 36px; */
    font-size: 15px;
    /* padding: 12px; */
    display: block;
    /* display: flex; */
    align-items: center;
    /* writing-mode: vertical-lr; */

    /* justify-content: center; */
    /* color: white; */
    /* margin: 12px; */

}

@media (max-width:780px) {
    #h1 {
        /* padding: 5px; */
        font-size: 15px;
        margin: 0px;
        display: inline-block;
        /* writing-mode: horizontal-tb; */
    }
}

.href {
    /* margin-top: 10px; */
    /* margin-top: 3px; */
    /* font-size: 10px; */
    /* writing-mode: horizontal-tb; */
}

.heading-0 {
    margin-top: 50px;
}

@media (max-width:770px) {
    .box-last {

        flex-direction: row;
        display: flex;
        text-align: center;
        justify-content: center;
        margin-top: 0px;

    }

    #h1 {
        /* font-size: 15px; */
        /* margin-left: 50px; */
    }

}


.l {
    /* border: 2px solid yellow; */
}

html {
    scroll-behavior: smooth;
}

.li {
    animation: stickAnimation0 3s infinite alternate;
    font-size: 30px;
    list-style: none;
    color:
        orange
}

.li1 {
    animation: stickAnimation1 3s infinite alternate;
    font-size: 30px;
    list-style: none;
    color:
        orange
}

.li2 {
    margin-top: 5px;
    animation: stickAnimation2 3s infinite alternate;
    font-size: 26px;
    list-style: none;
    color:
        orange;
}

.li3 {
    animation: stickAnimation3 3s infinite alternate;
    font-size: 30px;
    list-style: none;
    color:
        orange;
}

.l {
    display: flex;
    flex-direction: row;
    justify-content: center;

}

@media (max-width:769px) {
    .l {
        display: none;
    }
}

@keyframes stickAnimation0 {
    0% {
        transform: translateY(-3px);
    }

    100% {
        transform: translateY(4px);
    }
}

@keyframes stickAnimation1 {
    0% {
        transform: translateY(-3px);
    }

    100% {
        transform: translateY(1px);
    }
}

@keyframes stickAnimation2 {
    0% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(3px);
    }
}

@keyframes stickAnimation3 {
    0% {
        transform: translateY(-3px);
    }

    100% {
        transform: translateY(5px);
    }
}


/* home */


#whatsap {
    position: fixed;
    z-index: 3;
    font-size: 60px;
    bottom: 20px;
    color: green;

}

#icon-w {


    position: relative;

}





#h-c-1 {
    display: flex;
    justify-content: center;
    /* animation: 5s i infinite; */
    /* text-align: left; */
    /* margin-top: 50px; */
}









.hidden {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /* background-color: #65657a; */

    height: 330px;
    max-width: 1400px;

    overflow-y: scroll;
    justify-content: center;
    /* border: 4px solid red; */

}


#hiddenParagraph::-webkit-scrollbar {
    display: none;
    background-color: #24242c;
    /* opacity: 0.2; */
    ;

}

/*  */
.container {

    /* height: 90vh; */
    /* text-align: center; */
    /* border: 2px solid red; */
    /* margin-top: 30px; */
    /* padding: 10px; */
    /* margin: 20px; */
}

#lb {
    /* margin: 15px; */
    margin-top: 6px;
    /* margin: 10px; */
    /* padding: 10px; */
}

#row {


    /* margin: 5px; */
    padding-top: 10px;
    /* height: 98vh; */

}

@media (max-width:1600px) {
    #row {
        /* transform: translateY(10%); */
    }
}

/*  */

#lbc1,
#hconst,
#lbc1 {
    /* border: red 2px solid; */
    /* opacity: 0.999; */
    /* color: transparent; */
}

#loader {
    overflow: hidden;
    text-align: center;

    width: 100%;
    border-top: 2px solid orange;

    animation: rotateLoader 2s linear 1;

    position: relative;
}

.load {
    /* height: 8px; */
    /* position: relative; */
    /* background-color: #1d1d2e; */
}

#loader1 {
    /* justify-content: center; */
    text-align: center;
    /* border: 2px solid green; */
    /* display: inline-block; */
    /* margin: 0 0.5rem; */
    /* animation:bounceInUp;   */
    /* animation-duration: 3s; */
    /* animation:backInUp; referring directly to the animation's @keyframe declaration */
    /* animation: 2.7s backInUp linear;  don't forget to set a duration! */
    color: white;
}

.animate__animated.animate__animate__animate__bounceInUp {
    --animate-duration: 3s;
}

/* This changes all the animations globally */
:root {
    --animate-duration: 1200ms;
    --animate-delay: 5s;
}

.animate__animated.animate__backInUp {
    --animate-duration: 2s;
}

/* This changes all the animations globally */
:root {
    --animate-duration: 800ms;
    --animate-delay: 0.9s;
}

#hconst {
    display: inline-block;
    /* margin: 0 0.5rem; */

    animation: bounceInDown;
    /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2s;
    /* font-size: 30px; */
    color: white;
    text-align: center;

}

.animate__animated.animate__animate__animate__bounceInDown {
    --animate-duration: 1s;
}

/* This changes all the animations globally */
:root {
    --animate-duration: 800ms;
    --animate-delay: 0.4s;
}



@keyframes rotateLoader {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}


#const {

    /* text-align: center; */
    /* display: flex; */
    text-align: center;
    margin-top: 180px;
}




.box-1 {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: block;
}

/* .box{ */
/* height: calc(100vh - 30px); */
/* border: 2px solid green; */
/* height: 100vh; */
/* } */
#col-6 {
    /* height: 100vh; */
    background: linear-gradient(to right, #23232c 50%, rgb(92, 92, 113) 50%);
}

#col-4 {
    background-color: #252530;
    /* background: linear-gradient(to left, #1b1b23,#1d1d2e,#1b1b23); */
    /* border-radius: 10px; */
    /* height: 100vh; */
}

.l1 {
    animation: stickAnimation0 1s infinite alternate;
    font-size: 10px;
    list-style: none;
    color:
        orange;
    justify-content: center;
    /* background-color: #191923; */

    /* color: white; */
}

.bars {
    background-color: #32323f;
}

#toggleButton:hover {
    background-color: orange;
    color: white;
}

@keyframes menu {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(-0px);
    }

}

#toggleButton {
    /* border-top:#191923 2px solid ; */
    /* border-bottom:#191923 2px solid; */
    /* border-left:orange 2px solid; */
    /* border-right:orange 2px solid; */
    border: 2px solid orange;
    animation: menu 2s infinite;
    background-color: #32323f;
    /* background-color: #191923; */
    color: white;
    width: 50px;
    border-radius: 20px;

}

@media (min-width:768px) {
    #toggleButton {
        display: none;
        background-color: #24242c;
    }

    .hidden {
        background-color: #20202a;
        display: block;
    }



}

.hidden::-webkit-scrollbar {
    display: block;
    background-color: #20202a;
}

.href {
    margin-top: 15px;
    /* border: 2px solid red; */
}



#home-cont {
    border: 2px solid green;
    /* height: 200px; */

}

#home-row {
    border: 2px solid rgb(0, 26, 128);
    /* height: 100px; */

}

#h-c-1 {
    padding-top: 30px;
    /* border: 2px solid yellow; */
    /* height: 50px; */
}

#image-h {
    height: 300px;
}

/* home */

@media (max-width:590px) {
    #home-page {
        margin-top: 0px;
        /* border: 2px solid green; */
    }

}

#home {
    background-color: #1e1e28;
    /* border-radius: 10px; */
    /* background: linear-gradient(to left, #1b1b23,#1d1d2e,#1b1b23); */
    border: 2px solid linear-gradient(to left, #1b1b23, #1d1d2e, #1b1b23);
}

.wave {
    display: inline-block;
    margin: 0 0.5rem;

    animation: tada 2s linear infinite;
    /* referring directly to the animation's @keyframe declaration */
    /* animation: 2s  ; don't forget to set a duration! */
}

.animate__animated.animate__animate__tada {
    --animate-duration: 2s;
}

/* This changes all the animations globally */
:root {
    --animate-duration: 800ms;
    --animate-delay: 0.9s;
}

#h-r-1 {
    /* margin-top: 120px; */

    /* border: 2px solid red; */
    /* justify-content: center; */
}

@media (max-width:576px) {
    #h-r-1 {
        margin-top: 10px;
    }

}

#h-c-1 {
    padding-top: 170px;
    /* border: 2px solid magenta; */
    /* height: 230px;/ */
    /* margin-top: 190px; */
}

.heading-1 {
    z-index: 5;
    color: rgb(255, 192, 76);
    font-weight: 1000;
    font-size: 60px;
    /* text-align: left; */
    /* margin-top: -15px; */
}

.typewriter h2 {
    /* margin-top: -10px; */
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    /* width: 120em; */

    white-space: nowrap;
    /* animation: typing 7s linear infinite;  */
    /* font-family: 'Sofia Sans Condensed', sans-serif;  */
    /* width: 100%; */
    /* color: linear-gradient(to left, #1b1b23,#1d1d2e,#1b1b23); */
    /* color: #fff; */
    /* white-space: nowrap; */
    /* font-family: monospace; */
    overflow: hidden;
    /* border-right: .15em solid wheat; */
    /* white-space: nowrap; Keeps the content on a single line */
    /* margin: 0 auto; Gives that scrolling effect as the typing happens */
    /* letter-spacing: .15em; Adjust as needed */
    /* animation:  */
    /* 2s typing alternate infinite; */
    /* typing 3.5s steps(30, end), */
    /* blink-caret .1s alternate infinite; */
}

/* The typing effect */
@keyframes typing {
    from {
        width: 0em;
        /* color: white; */

    }

    to {
        width: 9em;
        /* color: white; */
    }
}

/* The typewriter cursor effect */

.button-icon {
    /* position: absolute; */
    /* right: -1px; */
    /* top: -1px; */
    /* bottom: 0; */
    /* margin-top: -4/px; */
    width: 25px;
    /* margin-top: -14px; */
    height: 25px;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    font-size: 5px;
    color: #ffffff;
    border-radius: 50%;
    background-color: orange;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* line-height: 25px !important; */
}

#btn-ter {
    font-size: 13px;
    padding: 10px;
    margin-top: 10px;
    color: white;
    border-radius: 100px;
    border: 2px solid orange;

    animation: 6s c infinite;
    /* width: 100px; */
    /* transition: width 780ms ease-in-out; */
}

#btn-ter:hover {
    /* background-color: orange; */
    /* width: 130px; */
    /* border: 2px solid orange; */
    color: white;
}

.s {
    /* background-color: rgb(3, 0, 0); */
    /* height: 5px; */
    /* margin-top: 14px; */
    color: crimson;
    /* font-size: 200px; */
}

.heading-2 {
    /* border-left: crimson 2px solid; */
    /* margin-left: -25px; */
    font-weight: 1000;
    font-size: 70px;
    color: white;
    /* margin-left: 110px; */
    margin-top: -16px;
    text-align: center;

}

#h-c {
    text-align: center;
    /* border: 2px solid; */
    padding-top: 200px;
}





/*  */
.circle-cursor {
    z-index: 909;
    position: absolute;
    width: 25px;
    height: 25px;

    color: white;
    border-radius: 150%;
    background-color: rgb(182, 128, 27);
    /* mix-blend-mode: difference; or any other blend mode you prefer */
    /* pointer-events: none; */
    /* transform: translate(-50%, -50%); */
}

#b {
    animation: 5s i infinite;
    margin-top: 40px;
}

@keyframes i {
    0% {
        transform: translateY(-6px);

    }

    50% {
        transform: translateZ(0px)
    }

    100% {
        transform: translateY(6px);

    }

}

@keyframes c {
    0% {
        transform: translateY(-6px);
        /* transform:rotate(180deg) ; */
        /* transform: translateY(9px) */

    }

    /* 50%{ 
       transform: translateY(0px); } */
    /* transform: translateY(1px)} */
    100% {
        transform: translateY(8px);
        /* transform: translateY(9px) */

    }
}


@media (max-width:990px) {
    #b {
        margin-top: 140px;

    }
}

#pic {
    border: 2px solid red;
    margin-top: 0px;
}

#pocont {
    border: 2px solid green;
    /* height: 200px; */
    /* width: 200px;z-index: 99999999999; */
}

#col-p {
    position: fixed;
    display: none;
    /* left: 40%; */
    top: 30%;
    text-align: center;
    background-color: white;
    z-index: 999999999999999999;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

#p-row {
    display: flex;
    justify-content: center;
}

@media (max-width:562px) {
    #p-row {
        display: flex;
        justify-content: center;
    }
}

#p {
    /* border: 2px solid white; */
}

#popup {
    margin: 0;
    padding: 0;
    background-color: orange;
    height: 100px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

#fc {
    font-size: 60px;
    /* margin-top: 20px; */
}

#ppp {
    margin-top: 120px;
    /* background-color: orange; */
    color: orange;
    width: 100px;
    border: 2px solid orange;
}

#contentpop {
    color: black;
}

#ab-c-1 {
    /* background-color: #32323f; */
    color: white;
    /* height: 100vh; */
    /* background-color:#32323f; */
}

#ab-c-2 {
    margin: 0px;
    padding: 0px;
    margin-top: -22px;
    /* color: white; */
    /* background-color: rgb(92, 92, 113); */
    /* height: 100vh; */
    /* height: 100vh; */
}

#ti {
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    height: auto;
    /* display: flex; */
    /* justify-content: center; */
}

#pc {
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    color: white;
    /* font-family: sans-serif; */
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 0.92px;
    letter-spacing: -2.5px;
    white-space: nowrap;
}
@media (max-width:440px) {
    #pc{
        font-size: 40px;
    }
}
#pc1 {
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
    margin-top: -35px;
    font-size: 50px;
    color: white;
    /* font-family: sans-serif; */
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 0.92px;
}
#fn {
    margin-left: -4px;
    margin-top: -44px;
    font-size: 70px;
    font-weight: 900;
}
@media (max-width:650px) {
    #fn{
        font-size: 50px;
        white-space: nowrap;
    }
    #pc1{
        white-space: nowrap;
    font-size: 30px;
padding-top: 15px;
}
}
@media (max-width:470px) {
    #fn{
        font-size: 45px;
        white-space: nowrap;
    }

}

#ab-c-1 {
    /* border: 2px solid red; */
    padding-top: 200px;
}

#ab-c-2 {

 
    /* border: 2px solid aqua; */
    padding-top: 200px;
}
#fp{
    /* font-family: 'Roboto Condensed', sans-serif; */
}
#r{
    background-color: orange;
    color: #191923;


}
#te{
    background-color:orange;
    color: #191923;
    margin: auto;
    display: block;
    /* position: fixed; */
    /* max-width: 100%; */
    /* transform: translate( 130%); */

}
#ab{
    border: 2px solid green;
    height: 500px;
}
#abh{
    /* border: 2px solid ; */
    font-size: 80px;
}
#row-2{
    /* border: 2px solid green; */
    /* height: 60vh; */
    justify-content: center;
    
}
#ab{
    /* height: 350px; */
    /* border-left: 15px solid white; */
    border: 6px solid rgb(82, 82, 100);
    background-color: #23232c;
    /* margin-top: 30px; */
    display: flex;
    border-radius: 20px;
    flex-direction: row;
    /* height: 350px; */
    height: 100%;
}
#ab-head{
    color: white;
}
.ab-box-1{
    /* height: 350px; */
    color: white;
    /* border: 2px solid green;   */
    flex: 1;
/* margin: 0px; */
/* padding: 0px; */
}
#ab-box2{
padding: 10px;
/* padding-top: 40px; */
}
#para-ab{
    margin-top: 80px;
}
#ab-i{
    /* height: 250px; */
}
@media (max-width:768px) {
    #para-ab{
        font-size: 10px;
        
    }
    
}
@media (max-width:576px) {
    #para-ab{
        /* margin-top: -10px; */
        font-size: 8px;
        padding-top: -10px;
        
    }
}
#rec{
 
    color: white;
 margin-top: 30px;
    text-align: center;

}
#cc{
    background-color: rgb(92, 92, 113);
    border: 2px solid #4c4c64;
    /* height: 200px; */
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    /* justify-content: center; */

}
#cr{
    justify-content: center;
}

#btc{
background:transparent;
color: white;
border: 1px solid orange;
/* width: 50px; */
}
.footer {
    background-color: #23232c;
    color: #FFA500;
    /* padding: 20px; */
    text-align: center;
/* margin-top: 20px; */
margin-top: 20px;
height: 10vh;
/* padding: 0px; */
border-top: 2px solid #252530;
width: 100%;
/* border: 2px solid #1d1d2e; */
}
#work{
    padding-top: 60px;
    /* border: 2px solid red; */
    color: white;
}
#picw{
/* margin-top: 10px; */
    /* width: 350px; */
        /* height: 200px; */
        background-color:white;

}
#pi1{
    padding-top: 20px;
    padding: 10px;
    /* margin-top: 20px; */
/* border: 2px solid gray; */
}
#tool{
    border: 2px solid green;
}
.b{
    /* flex: 60%; */
    width: 34.33%;
    justify-content: center;
}
/*  */
#customPopup {
    display: none;
    background-color: orange;
    position: fixed;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    padding: 5px;
    height: 300px;
border-radius: 10px;
    width: 300px;
    /* display: flex; */
    /* justify-content: center; */
    /* border: 1px solid #ccc; */
    box-shadow: 0 0 10px rgba(18, 5, 5, 0.1);
    z-index: 1000;
  }
  .btn-close{
      background-color: #191923;
      color:white;
      border: 2px solid orange;
      border-radius: 150px;
        margin: 0 auto; 
        width: 100px;
        height: 30px;
  display: block;
  }

  #popupContent{
      text-align: center;
      margin-top: 0px;
      height: 100px;
  }
  #fc{
color: orange;
/* margin-top: 20px; */
font-size: 80px;/* height: 50px; */
  }
  .car{

    animation: 8s cq ease-in-out infinite;
overflow: hidden;
    white-space: nowrap; 

  /* color: #1b191b; */
  /* color:red; */
  /* border-right: 14px solid #23232c; */
}
  @keyframes cq {
    0%, 100% {
        width: 0%;
    }
    50% {
        width: 350px;
    }
  }
  .btn{
    animation: 2s up linear infinite;
  }
  @keyframes up {
0%,100%{transform: translateY(-2px);
/* transform: translateX(2px); */
}
50%{transform: translateY(4px);
    /* transform: translateX(4px) */
    ;}    
  }