@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

li i {
    cursor: pointer;
}

body {
    background-color: black;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ABOUT PAGE STARTS HERE */
.container {
    height: 100%;
    width: 100vw;
    background-color: black;
    color: white;
    margin: 7vh;
    min-height: 80vh;
    min-width: 310px;
    border-radius: 10px;
}

.auto-type {
    font-size: 30px;
    color: #FF5A09;
}

.photo {
    height: 100%;
    width: 100%;
    background-color: none;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}

.img1 {
    height: 300px;
    width: 300px;
    margin: 5vh;
    border: 7px solid #FF5A09;
    border-radius: 200px;
}

.para {
    font-family: Tahoma, Geneva, Verdana, sans-serif;
    font-size: 2.5rem;
    text-align: left center;
    letter-spacing: 0.143em;
    cursor: default;
}

.btn1 {
    height: 40px;
    width: 130px;
    margin: 20px;
    font-size: 16px;
    border: none;
    border-radius: 10px;
    background-color: #FF5A09;
    cursor: pointer;
    color: white;

}

.btn1:hover {
    background-color: #dea182;
}

.paragraphnew {
    padding: 10px;
    text-align: justify;
    font-size: 30px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    letter-spacing: 0.104em;
    line-height: 1.3;
    font-weight: 400;
}

/* ABOUT PAGE ENDS HERE */
/* PROJECT PAGE START */
.field1 {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin: 70px 0px;
}

.peach1,
.peach2,
.peach3 {
    height: 600px;
    width: 400px;
    margin: 5px;
    border-radius: 40px;
    border: 4px solid;
    min-width: 250px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.field2 {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 5px 0px 70px 0px;
    flex-wrap: wrap;
}

.peach4,
.peach5,
.peach6 {
    height:600px;
    width: 400px;
    margin: 5px;
    border-radius: 40px;
    border: 4px solid;
    min-width: 250px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.proname {
    text-align: center;
    font-size: 40px;
    color: #FF5A09;
    padding: 40px 10px 20px 10px;
}

.smallimg {
    height: 80px;
    width: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
}

#calci1,
#spc1,
#quiz1,
#pf1,
#snake1,
#sms1 {
    width: 300px;
    border: 3px solid #4ABDAC;
    background-color: yellowgreen;
}

#spc11,
#spc2,
#spc3,
#quiz11,
#quiz2,
#quiz3,
#quiz4,
#pf11,
#pf2,
#pf3,
#pf4,
#snake11,
#snake2,
#sms11,
#sms2,
#sms3,
#sms4 {
    width: 50px;
    margin: 10px 10px 5px 10px;
    border: 2px solid #4ABDAC;
    cursor: pointer;
}

.textpro {
    font-size: 20px;
    padding: 20px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
}

/* PROJECT PAGE END */
/* EXPERIENCE PAGE START*/
.experiencewords {
    padding: 10px;
    text-align: justify;
    /* color: #fff; */
    font-size: 30px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    letter-spacing: 0.104em;
    line-height: 1.3;
    font-weight: 400;
}

.tag {
    font-size: 3rem;
    color: #FF5A09;
    text-align: center;
    cursor: pointer;
    /* margin: 30px; */
    margin: 40px 0px;
}

.sub {
    height: 100%;
    width: 100%;
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    /* align-items: center; */
}

.bus1,
.bus2,
.bus3,
.bus4 {
    padding: 10px 10px 10px 10px;
    border: 4px solid;
    margin: 5px;
    height: 420px;
    width: 260px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-wrap: wrap;
    align-content: center;
    align-items: start;
    border-radius: 30px;
}

.pngo {
    margin: 10px 50px 20px 50px;
    height: 150px;
}


.adapt,
.quick,
.foco,
.net {
    font-size: 20px;
    padding: 5px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 0.029em; 
}

.skilll {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 3rem;
    color: #FF5A09;
    text-align: center;
    margin: 3rem;
}

.car {
    height: 100%;
    width: 100%;
    background-color: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

.wheel {
    height: 100px;
    width: 250px;
    background-color: none;
    margin: 10px;
    margin-left: 2%;
    text-align: center;
    border: 4px solid;
    border-radius: 15px;
    /* color: #fff; */
}

/* EXPERIENCE PAGE END*/
/* WEBSITE REVIEW*/
.h {
    display: block;
    background-color: none;
    margin: 3rem;
    padding: 2rem;
    text-align: center;
    color: #FF5A09;
}

.review {
    height: 100%;
    width: 100%;
    margin-bottom: 3rem;
    background-color: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

#rect1,
#rect2 {
    margin: 20px;
    height: 420px;
    width: 400px;
    background-color: none;
    border: 4px solid white;
    border-radius: 10px;
}

.immg {
    height: 60px;
    width: 50px;
    padding: 25px;
    display: inline;
}

#symbol1 {
    font-size: 100px;
    padding: 5px 20px;
}

#symbol2 {
    font-size: 100px;
    padding: 5px 20px;
}

@media screen and (max-width:350px) {
    #symbol1 {
        font-size: 80px;
        padding: 5px 20px;
    }

    #symbol2 {
        font-size: 80px;
        padding: 5px 20px;
    }

    nav h2 {
        font-size: 15px;
    }
}

.rpara {
    font-size: 1.5rem;
    display: block;
    margin: 10px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-align: justify;
}

.st {
    text-align: right;
    margin-right: 35px;
    margin-bottom: 20px;
}

/* WEBSITE REVIEW END */
/* CONTACT PAGE START*/
.cocontainer {
    min-width: 310px;
    height: 100%;
    width: 100vw;
    background-color: #393939;
    margin: 7vh;
    min-height: 80vh;
    border-radius: 10px;
}

.base {
    margin: 3rem;
    background-color: none;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.contactleft {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;

}

.contact-left-title h2 {
    font-weight: 600;
    color: #FF5A09;
    font-size: 40px;
    margin-bottom: 5px;
}

.contact-left-title hr {
    border: none;
    width: 120px;
    height: 5px;
    background-color: #FF5A09;
    border-radius: 10px;
    margin-bottom: 20px;
}

.contact-inputs {
    width: 280px;
    height: 50px;
    border: none;
    outline: none;
    padding-left: 15px;
    font-weight: 500;
    color: #0c0101;
    border-radius: 50px;
}

.contactleft textarea {
    height: 140px;
    padding-top: 15px;
    border-radius: 20px;
}

.fa-envelope {
    font-size: 330px;
    color: #FF5A09;
}

.contact-inputs:focus {
    border: 3px solid #FF5A09;
}

.contact-inputs::placeholder {
    color: #151313;
}

.contactleft button {
    display: flex;
    align-items: center;
    padding: 15px 30px;
    font-size: 15px;
    gap: 10px;
    border: none;
    border-radius: 50px;
    background-color: #FF5A09;
    cursor: pointer;
    color: white;
}

.contactleft button img {
    height: 12px;
}

input {
    background-color: #edb69a;
}

textarea {
    background-color: #edb69a;
}

.logos {
    text-align: center;

}

.logos i {
    text-decoration: none;
    color: white;
    padding: 20px;
    font-size: 40px;
}

.logos a {
    text-decoration: none;
}

/* CONTACT PAGE ENDS*/
/* Media Queries */
@media screen and (max-width: 800px) {

    .cocontainer,
    .abcontainer,
    .container,
    .excontainer {
        height: 100%;
        width: 100vw;
        margin: 2vh;
        min-height: 80vh;
        border-radius: 10px;
    }
}

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

    .cocontainer,
    .abcontainer,
    .container,
    .excontainer {
        height: 100%;
        width: 100vw;
        min-height: 80vh;
        min-width: 100vw;
        border-radius: 10px;
    }

    .contact-inputs {
        width: 60vw;
        height: 50px;
        border: none;
        outline: none;
        padding-left: 15px;
        font-weight: 500;
        color: #0c0101;
        border-radius: 50px;
    }
}

@media screen and (max-width:280px) {
    .img1 {
        display: none;
    }

    .logos {
        display: none;
    }

    .rpara {
        font-size: 0.8rem;
    }

    h1.h {
        font-size: 1rem;
    }

    .text1 {
        margin: 0;
        margin-left: 0;
        font-size: 1.3rem;
    }

    h1 .tag {
        font-size: 1rem;
    }
}

@media screen and (max-width:420px) {
    .contact-inputs {
        width: 60vw;
        height: 50px;
        border: none;
        outline: none;
        padding-left: 15px;
        font-weight: 500;
        color: #0c0101;
        border-radius: 50px;
    }
}

@media screen and (max-width: 1030px) {
    header nav ul {
        margin: 2rem;
        padding: 1 rem;
        font-size: 1rem;
    }

    header nav ul li {
        margin: 1rem;
        padding: 1rem;

    }

    .paragraphnew {
        font-size: 20px;
    }

    .experiencewords {
        font-size: 20px;
    }

}

@media screen and (max-width: 270px) {
    header nav ul {
        margin: 1rem;
        padding: 1rem;
        font-size: 0.3rem;
        text-align: center;
    }

    header nav ul li {
        /* margin: 0.2rem; */
        padding: 0.2rem;
        text-align: center;

    }
}

@media screen and (max-width:1035px) {
    p.para {
        text-align: center;
    }
}

@media screen and (max-width: 650px) {
    .img1 {
        height: 230px;
        width: 230px;
        margin: 3vh;
        border: 7px solid #FF5A09;
        border-radius: 200px;
    }

    p.para {
        font-family: Tahoma, Geneva, Verdana, sans-serif;
        font-size: 2rem;
        /* text-align: justify; */
        text-align: center;
    }

    .rpara {
        font-size: 1.3rem;
    }

    .rect1,
    .rect2 {
        height: 100%;
        width: 400px;
    }
}

@media screen and (max-width: 1230px) {
    .text1 {
        margin: 2rem;
        font-size: 1.8rem;
    }

    .exp {
        margin: 2rem;
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 870px) {
    .text1 {
        margin: 1.5rem;
        font-size: 1.5rem;
    }

    .exp {
        margin: 1.5rem;
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 730px) {
    .foun {
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    }
}

@media screen and (max-width: 630px) {
    .text1 {
        margin: 1rem;
        font-size: 1.3rem;
    }

    .exp {
        margin: 1rem;
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 560px) {
    .foun {
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    }
}

@media screen and (max-width:1100px) {
    .contact-right {
        display: none;
    }
}

/* @media(max-width:400px) {

    .bus1,
    .bus2,
    .bus3,
    .bus4 {
        border: 2px solid;
        margin: 5px;
        margin-bottom: 50px;
        height: 480px;
        width: 280px;
    }
} */

@media screen and (max-width:400px) {
    .btn1 {
        height: 40px;
        width: 100px;
        margin: 20px;
        font-size: 12px;
        border: none;
        border-radius: 10px;
        background-color: #FF5A09;
        cursor: pointer;

    }
}

@media screen and (max-width:485px) {
    .auto-type {
        font-size: 20px;
    }

    .iam {
        font-size: 20px;
    }
}

@media screen and (max-width:355px) {
    .iam {
        font-size: 15px;
    }

    .auto-type {
        font-size: 13px;
    }
}

@media screen and (max-width:480px) {
    .logos i {
        font-size: 30px;
        padding: 10px;
    }
}

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

    .peach1,
    .peach2,
    .peach3 {
        width: 300px;
    }

    .peach4,
    .peach5,
    .peach6 {
        width: 300px;
    }

    #calci1,
    #spc1,
    #quiz1,
    #pf1,
    #snake1,
    #sms1 {
        width: 200px;
    }

    #spc11,
    #spc2,
    #spc3,
    #quiz11,
    #quiz2,
    #quiz3,
    #quiz4,
    #pf11,
    #pf2,
    #pf3,
    #pf4,
    #snake11,
    #snake2,
    #sms11,
    #sms2,
    #sms3,
    #sms4,
    #sms5 {
        width: 40px;
    }

}

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

    .bus1,
    .bus2,
    .bus3,
    .bus4 {
        border: none;
    }

    .peach1,
    .peach2,
    .peach3 {
        border: none;
    }

    .peach4,
    .peach5,
    .peach6 {
        border: none;
    }
}
@media screen and(max-width:100px) {
    .textpro {
        font-size: 10px;
    }

}

/*NAV BAR CSS */
.stickwrapper {
    position: sticky;
    z-index: 100000;
    top: 10px;
    background-color: #393939;
    height: 70px;
    border-radius: 20px;
    border-bottom: 0.01px solid black;
}

nav {
    top: 10px;
    padding: 0px 60px;
    position: relative;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
}

nav ul {
    display: flex;
    gap: 80px;
    text-decoration: none;
    list-style: none;
    font-size: 1rem;
    font-family: "Oswald", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    padding-bottom: 40px;
}

nav ul li a {
    text-decoration: none;
    color: #FF5A09;
}


nav h2 {
    color: #4ABDAC;
    cursor: default;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
    padding-bottom: 20px;
}

.menuicon i {
    font-size: 30px;
    color: #FF5A09;
    padding-bottom: 20px;
}

.menuicon {
    display: none;
}

.hh {
    color: #FF5A09;
    text-decoration: underline white;
}

nav ul li a:hover {
    color: #4ABDAC;
}

@media screen and (max-width:1100px) {
    nav ul {
        gap: 40px;
    }
}

@media screen and (max-width:880px) {
    nav ul {
        padding: 0px 0px;
        position: absolute;
        flex-direction: column;
        background-color: #1d1d1d;
        top: 70px;
        left: 0;
        right: 0;
        text-align: center;
        overflow: hidden;
        z-index: 1000;
        gap: 0;
        padding-bottom: 0px;
    }

    .menuicon {
        display: block;
    }

    nav ul li {
        margin: 30px;
    }

    #menulist {
        transition: all 0.7s;
    }

    .hh {
        color: #FF5A09;
        text-decoration: none;
    }


}

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

    nav h1 {
        font-size: 20px;
    }

}

/* SCROLLBOTTON CSS */
.scrollimg {
    position: fixed;
    bottom: 40px;
    right: 30px;
    /* better than left:96% */
    width: 50px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    z-index: 1000;
}

.scrollimg.show {
    opacity: 1;
    visibility: visible;
}

#mode {
    font-size: 30px;
    padding-bottom: 15px;
    color: #FF5A09
}

#mode:hover {
    color: #4ABDAC;
}

/* FOOTER DESIGN */
.blackbar {
    height: 70px;
    width: 100%;
    background-color: rgb(97, 95, 95);
}

.blackbar h2 {
    font-size: 2vh;
    text-align: center;
    padding: 25px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: black;
}

@media screen and (max-width:1000px) {
    .blackbar h2 {
        font-size: 1.5vh;
    }
}

/* ANIMATION PART */
@keyframes apear {
    from {
        opacity: 0;
        scale: 0;
        /* transform: translateX(-100px);  */
    }

    to {
        opacity: 1;
        scale: 1;
        /* transform: translateX(0px);  */
    }
}

.bus1,
.bus2,
.bus3,
.bus4,
.wheel {
    animation: apear linear;
    animation-timeline: view();
    animation-range: entry 0% cover 30%;
}

.peach1,
.peach2,
.peach3 {
    animation: apear linear;
    animation-timeline: view();
    animation-range: entry 0% cover 30%;
}

.peach4,
.peach5,
.peach6 {
    animation: apear linear;
    animation-timeline: view();
    animation-range: entry 0% cover 30%;
}

#rect1,
#rect2 {
    animation: apear linear;
    animation-timeline: view();
    animation-range: entry 0% cover 30%;
}

@keyframes textapear {
    from {
        opacity: 0;
        /* scale: 0; */
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        /* scale: 1; */
        transform: translateY(0px);
    }
}

p {
    animation: textapear linear;
    animation-timeline: view();
    animation-range: entry 0% cover 30%;
}

h1 {
    animation: textapear linear;
    animation-timeline: view();
    animation-range: entry 0% cover 30%;
}