* {
    margin: 0;
    padding: 0;
}

/* javascript */
.bg-dark {
    background-color: #000000;
}


/* backgroung image start*/

.main {
    /* position: relative; */
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(./pic/bg/download.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* backgroung image end*/


/* navbar start */
.icon a {
    color: white;
    font-size: 25px;
}

.icon span {
    padding-left: 20%;
    width: 70px;
}

.icon a :hover {
    color: black;
}

@media only screen and (max-width: 900px) {
    .icon a {
        font-size: 15px;
    }

    .icon span {
        padding-left: 20%;
        width: 50px;
    }
}

@media only screen and (max-width: 600px) {
    .icon a {
        font-size: 10px;
    }

    .icon span {
        padding-left: 20%;
        width: 50px;
    }
}

@media only screen and (max-width: 400px) {
    .icon a {
        font-size: 15px;
    }
}


@media only screen and (max-width: 1600px) {
    .nn {
        padding-left: 500px;
    }

}

@media only screen and (max-width: 1550px) {
    .nn {
        padding-left: 400px;
    }
}

@media only screen and (max-width: 1450px) {
    .nn {
        padding-left: 300px;
    }
}

@media only screen and (max-width: 1220px) {
    .nn {
        padding-left: 200px;
    }
}

@media only screen and (max-width: 1120px) {
    .nn {
        padding-left: 100px;
    }
}

@media only screen and (max-width: 1020px) {
    .nn {
        padding-left: 60px;
    }
}


/* navbar end */

/* backgroun start*/
.hh {
    color: #858383;
    font-size: 50px;
    font-weight: bold;
    font-family: monospace;
}

.hh span {
    color: #fff;
    text-shadow: 0 0 10px #fff,
        0 0 20px #fff,
        0 0 40px #fff;
}

.tet {
    margin: 10%;
    width: 50%;

}

.tet p {

    color: #fff;
    font-size: 400%;
}

.tet h5 {
    color: #fff;
    opacity: 0.5;
    margin-left: 48%;
}


@media only screen and (max-width: 1200px) {
    .tet p {
        font-size: 250%;
    }

    .tet h5 {
        margin-left: 20%;
    }
}

@media only screen and (max-width: 800px) {
    .tet p {
        font-size: 150%;
    }

    .tet h5 {
        margin-left: 10%;
        font-size: 15px;
    }
}

@media only screen and (max-width: 600px) {
    .tet p {
        font-size: 100%;
    }

    .tet h5 {
        margin-left: 5%;
        font-size: 10px;
    }
}


.hero {
    /* position: relative; */
    width: 100%;
    margin-bottom: 45px;
    padding: 120px 0 0 0;
}

.hero .container-fluid {
    padding: 0;
}

.hero .hero-image {
    /* position: relative; */
    text-align: right;
    padding-right: 75px;
}

.hero .hero-image img {
    max-width: 80%;
    max-height: 80%;
}

.hero .hero-content {
    position: relative;
    padding-left: 75px;
}

.hero .hero-text p {
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}

.hero .hero-text h1 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.hero .hero-text h2 {
    display: inline-block;
    margin: 0;
    height: 35px;
    color: #ffffff;
    font-size: 35px;
    font-weight: 600;
}

.hero .hero-text .typed-text {
    display: none;
}

.hero .hero-text .typed-cursor {
    font-size: 35px;
    font-weight: 300;
    color: #ffffff;
}

.hero .hero-btn .btn {
    margin-top: 35px;
    color: #fff;
    background: transparent;
    border: 2px solid white;
}

.hero .hero-btn .btn:hover {
    color: #000;
    background: #fff;
    box-shadow: inset 0 0 0 0 #ffffff;
    border-color: #ffffff;

}

.hero .hero-btn .btn:first-child {
    margin-right: 10px;
}

@media (max-width: 991.98px) {
    .hero {
        padding-top: 60px;
    }

    .hero .hero-content {
        padding: 0 15px;
    }

    .hero .hero-text p {
        font-size: 20px;
    }

    .hero .hero-text h1 {
        font-size: 45px;
    }

    .hero .hero-text h2 {
        font-size: 25px;
        height: 25px;
    }

    .hero .hero-btn .btn {
        padding: 12px 30px;
        letter-spacing: 1px;
    }
}

@media (max-width: 767.98px) {
    .hero {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .hero,
    .hero .hero-text,
    .hero .hero-btn {
        width: 100%;
        text-align: center;
    }

    .hero .hero-text p {
        font-size: 18px;
    }

    .hero .hero-text h1 {
        font-size: 35px;
    }

    .hero .hero-text h2 {
        font-size: 22px;
        height: 22px;
    }

    .hero .hero-btn .btn {
        padding: 10px 15px;
        letter-spacing: 1px;
    }
}

@media (max-width: 575.98px) {
    .hero .hero-text p {
        font-size: 16px;
    }

    .hero .hero-text h1 {
        font-size: 30px;
    }

    .hero .hero-text h2 {
        font-size: 18px;
        height: 18px;
    }

    .hero .hero-btn .btn {
        padding: 8px 10px;
        letter-spacing: 0;
    }
}

/* backgroun end*/


/* home start */

.home {
    color: #fff;
}


.con-home {
    box-shadow: rgba(119, 125, 147, 0.12) 0px 7px 14px 14px, rgba(148, 147, 147, 0.12) 0px 3px 10px 0px;
    font-size: 18px;
    height: 400px;
    padding: 10px;
    line-height: 2;
}

.elist {
    padding-left: 5%;
}

.elist li {
    background-color: transparent;
    color: #fff;
    border: none;
}

.con-home .aa {
    color: #fff;
    padding: 10px;
    font-size: 35px;
}

@media only screen and (max-width: 1265px) {
    .con-home {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1080px) {
    .con-home {
        font-size: 13px;
    }
}

@media only screen and (max-width: 920px) {
    .con-home {
        font-size: 10px;
    }
}

@media only screen and (width: 765px) {
    .con-home {
        font-size: 20px;
    }
}

.progress-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    margin: 0 0 0px;
    padding-left: 150px;
}

@media only screen and (max-width: 1200px) {
    .progress-title {
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        letter-spacing: 2px;
        margin: 0 0 0px;
        padding-left: 0px;
    }

}

.progress {
    width: 80%;
    height: 20px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 10px;
    overflow: visible;
    position: relative;
}

.progress .progress-bar {

    box-shadow: none;
    border-radius: 0;
    position: relative;
    -webkit-animation: 2s linear 0s normal none infinite running progress-bar-stripes, animate-positive 1s;
    animation: 2s linear 0s normal none infinite running progress-bar-stripes, animate-positive 1s;
}

.progress-bar .progress-value {
    width: 70px;
    height: 100%;
    background: #000;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    position: absolute;
    line-height: 15px;
    top: 0;
    left: 0;
}

.progress:after,
.progress .progress-bar:after,
.progress .progress-value:after {
    content: "";
    border-left: 13px solid rgba(0, 0, 0, 0.1);
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    position: absolute;
    top: 0;
    right: -13px;
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0;
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

.btwat a {
    color: #fff;
    border: 1px solid;
}

.btwat a:hover {
    color: #000;
    background-color: #fff;
}


.it {
    width: 20%;
    float: left;
}

@media only screen and (width: 440px) {
    .it h4 {
        font-size: 20px;
    }
}


/* home end */

/* portfolio strat */

.portfolio h1 {
    font-size: 60px;
    margin: 2%;
    color: #fff;
}

.work-box {
    margin-bottom: 3rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: transparent;
    box-shadow: rgba(119, 125, 147, 0.12) 0px 7px 14px 14px, rgba(148, 147, 147, 0.12) 0px 3px 10px 0px;
}

.work-box:hover img {
    transform: scale(1.3);
}

.work-img {
    display: block;
    overflow: hidden;
    height: 250px;
}

.work-img img {
    transition: all 1s;
}

.work-content {
    padding: 2rem 3% 1rem 2%;
}

.work-content h2 {
    color: #fff;
}

.work-content .w-more {
    color: #fff;
    font-size: 0.8rem;
}

.work-content .w-more .w-ctegory {
    color: #0078ff;
}

.work-content .w-like {
    font-size: 2.5rem;
    color: #0078ff;
    float: right;
}

.work-content .w-like a {
    color: #0078ff;
}

.work-content .w-like .num-like {
    font-size: 0.7rem;
}

.w-title {
    font-size: 1.2rem;
}


/* portfolio end */

/* about strat */

.about h1 {
    font-size: 60px;
    margin: 2%;
    color: #fff;
}

#about {
    text-align: left;
    padding-bottom: 0;
}

#about .about-info:first-child {
    margin-right: 40px;
}

.about-info .section-title {
    margin: 40px 0 40px 0;
}

.about-info {
    margin-top: 60px;
    color: #ffffff;
}

.skill-thumb strong {
    display: inline-block;
    margin-bottom: 10px;
}

.skill-thumb .progress {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: none;
    height: 3px;
    margin-bottom: 25px;
}

.skill-thumb .progress-bar {
    background: #1f1f1f;
    box-shadow: none;
}

.tt {
    font-size: 18px;
}

/* about end */

/* contact us start */
.contact h1 {
    font-size: 60px;
    margin: 2%;
    color: #fff;
}

.container {
    width: 85%;
    background: transparent;
    border-radius: 6px;
    padding: 20px 60px 30px 40px;
    box-shadow: rgba(119, 125, 147, 0.12) 0px 7px 14px 14px, rgba(148, 147, 147, 0.12) 0px 3px 10px 0px;
}

.container .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.container .content .left-side {
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    position: relative;
}

.content .left-side::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    background: #afafb6;
}

.content .left-side .details {
    margin: 14px;
    text-align: center;
}

.content .left-side .details i {
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
}

.content .left-side .details .topic {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.content .left-side .details .text-one,
.content .left-side .details {
    font-size: 14px;
    color: #fff;
}

.container .content .right-side {
    width: 75%;
    margin-left: 75px;
}

.content .right-side .topic-text {
    font-size: 23px;
    font-weight: 600;
    color: #fff;
}

.topic-text p {
    color: #fff;
}

.right-side .input-box {
    height: 50px;
    width: 100%;
    margin: 12px 0;
}

.right-side .input-box input,
.right-side .input-box textarea {
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    background: transparent;
    border-radius: 6px;
    padding: 0 15px;
    resize: none;
    color: #fff;
    box-shadow: rgba(119, 125, 147, 0.12) 0px 7px 14px 14px, rgba(148, 147, 147, 0.12) 0px 3px 10px 0px;
}

textarea {
    border: none;
    outline: none;
    font-size: 16px;
    background: transparent;
    border-radius: 6px;
    padding: 0 15px;
    resize: none;
    color: #fff;
    box-shadow: rgba(119, 125, 147, 0.12) 0px 7px 14px 14px, rgba(148, 147, 147, 0.12) 0px 3px 10px 0px;
}

.right-side .message-box {
    min-height: 110px;
}

.right-side .input-box textarea {
    padding-top: 6px;
}

.right-side .button {
    display: inline-block;
    margin-top: 12px;
}

.right-side .button input[type="button"] {
    color: #fff;
    font-size: 18px;
    outline: none;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: rgba(119, 125, 147, 0.12) 0px 7px 14px 14px, rgba(148, 147, 147, 0.12) 0px 3px 10px 0px;
}

.button input[type="button"]:hover {
    opacity: 0.5;
}

@media (max-width: 950px) {
    .container {
        width: 90%;
        padding: 30px 40px 40px 35px;
    }

    .container .content .right-side {
        width: 75%;
        margin-left: 55px;
    }
}

@media (max-width: 820px) {
    .container {
        margin: 40px 0;
        height: 100%;
    }

    .container .content {
        flex-direction: column-reverse;
    }

    .container .content .left-side {
        width: 100%;
        flex-direction: row;
        margin-top: 40px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .container .content .left-side::before {
        display: none;
    }

    .container .content .right-side {
        width: 100%;
        margin-left: 0;
    }
}

/* contact us end */

/* footer start */

.footer h5 {
    color: #fff;
    margin-bottom: 0;
}

.resum {
    margin-left: 550px;
}

.f {
    font-size: 30px;
}

@media only screen and (max-width: 1500px) {
    .resum {
        margin-left: 450px;
    }
}

@media only screen and (max-width: 1400px) {
    .resum {
        margin-left: 250px;
    }
}

@media only screen and (max-width: 1200px) {
    .resum {
        margin-left: 100px;
    }
}

@media only screen and (max-width: 1050px) {
    .f {
        font-size: 10px;
    }

    .resum {
        margin-left: 0px;
        font-size: 10px
    }

    .footer a span {
        width: 40px;
    }
}

/* footer end */



/* Experience start*/

.Experience {
    display: flex;
    justify-content: center;
    /* align-items: center ; */
}

.experience-container {
    width: 400px;
    background-color: transparent;
    color: #fff;
    padding: 20px;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); */
    border-radius: 8px;
}

.experience-container h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.company {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.company-logo {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    border-radius: 4px;
}

.company-info {
    display: flex;
    flex-direction: column;
}

.company-info h3 {
    font-size: 18px;
    margin: 0;
}

.company-info p {
    font-size: 14px;
    color: #fff;
    margin: 2px 0;
}

.position {
    display: flex;
    flex-direction: column;
    border-left: 2px solid #ccc;
    padding-left: 15px;
    margin-left: 10px;
    position: relative;
    padding-bottom: 15px;
}

.position::before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: -5px;
    top: 5px;
}

.position h4 {
    font-size: 16px;
    margin: 0;
    margin-top: 10px;
}

.position .position-type {
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
}

.position .position-duration {
    font-size: 14px;
    color: #fff;
    margin: 5px 0;
}

.position .position-location {
    font-size: 14px;
    color: #fff;
}

@media only screen and (max-width: 650px) {
    .Experience{
        display: block;
    }
    .experience-container {
        width: 300px;
    }
}


/* Experience end*/


/* <!-- Certificate start --> */

.Certif {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

@media only screen and (max-width: 650px) {
    .Certif {
        display: block;
        /* width: 100px; */
    }

    .certi img{
        width: 200px;
    }
}

/* <!-- Certificate End --> */