:root {
    --main--color: #ff9800;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    text-transform: capitalize;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: #fff;
    max-width: 100%;
    overflow-x: hidden;
}

/* srart sitting box */
.setting-box {
    width: 200px;
    height: 100%;
    background-color: rgb(222, 220, 220);
    position: fixed;
    z-index: 30;
    margin-left: -200px;
    transition: 0.3s;
}

.setting-box.opened {
    margin-left: 0;
}

.setting-box .box-toggle {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: rgba(142, 142, 244, 0.683);
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    right: -30px;
    position: absolute;
    top: 200px;
    cursor: pointer;
}

.setting-box .setting-container {
    padding: 10px;
}

.setting-box .setting-container .optoin-box {
    padding: 10px 0;
    background-color: #ddd;
    margin: 10px 3px;
    box-shadow: 1px 1px 3px;

}

.setting-box .setting-container .optoin-box h4 {
    font-weight: bold;
    margin-left: 10px;
    font-size: 18px;
}

.setting-box .setting-container .optoin-box p {
    width: 70px;
    height: 1px;
    background-color: black;
    margin-left: 10px;
    margin-top: -5px;
}

.setting-box .setting-container .optoin-box .colors-list {
    list-style: none;
    margin: auto;
}

.setting-box .setting-container .optoin-box .colors-list li {
    width: 20px;
    height: 20px;
    margin-left: 2px;
    display: inline-block;
    border-radius: 50%;
    opacity: 0.5;
    cursor: pointer;
}

.setting-box .setting-container .optoin-box .colors-list li.active {
    box-shadow: 1px 1px 3px;
    transform: scale(1.15, 1.15);
    opacity: 1;
}

.setting-box .setting-container .optoin-box .colors-list li:first-child {
    background-color: #ff9800;
}

.setting-box .setting-container .optoin-box .colors-list li:nth-child(2) {
    background-color: #a00;
}

.setting-box .setting-container .optoin-box .colors-list li:nth-child(3) {
    background-color: #0aff;
}

.setting-box .setting-container .optoin-box .colors-list li:nth-child(4) {
    background-color: rgb(4, 109, 14);
}

.setting-box .setting-container .optoin-box .colors-list li:nth-child(5) {
    background-color: #90f;
}

.setting-box .setting-container .optoin-box .random-backgrounds,
.setting-box .setting-container .optoin-box .show-bullets {
    margin: auto;
    text-align: center;

}

.setting-box .setting-container .optoin-box .yes,
.setting-box .setting-container .optoin-box .no {
    padding: 3px 10px;
    margin-left: 5px;
    font-size: 14px;
    font-weight: bold;
    background-color: var(--main--color);
    opacity: 0.5;
    cursor: pointer;
    border-radius: 8px;
}

.setting-box .setting-container .optoin-box .active {
    opacity: 1;
    box-shadow: 1px 1px 3px;
    transform: scale(1.15, 1.15);
}

.reset-options {
    width: 80%;
    margin: 2px 15px;
    font-size: 18px;
    font-weight: bold;
}

/* end sitting box */
/* start nav-bullets  */
.nav-bullets {
    position: fixed;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

.nav-bullets .bullets {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin: 20px 0px;
    border: 3px solid var(--main--color);
    border-radius: 50%;
    position: relative;
    z-index: 999;
}

.nav-bullets .bullets:hover .tooltp {
    display: block;
}

.nav-bullets .bullets .tooltp {
    position: absolute;
    background-color: var(--main--color);
    width: 110px;
    height: 25px;
    top: -5px;
    cursor: default;
    pointer-events: none;
    right: 26px;
    text-align: center;
    border-radius: 11px;
    z-index: 999;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display: none;
}

.nav-bullets .bullets .tooltp::before {
    position: absolute;
    content: '';
    right: -14.5px;
    width: 0;
    height: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 9px solid;
    border-color: transparent transparent transparent var(--main--color);
}

/* end nav-bullets  */
/* sart landing page */
.landing-page {
    height: 100vh;
    width: 100vw;
    position: relative;
    top: 0;
    left: 0;
    background-image: url(../images/00.jpg);
    background-size: cover;
}

.landing-page .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #00000057;
}

.landing-page .header-side {
    position: relative;
    z-index: 11;
}

.header-side .links-container {
    width: 100%;
}

.landing-page .header-side .logo-area {
    padding: 10px 0;
    line-height: 40px;
    font-size: 26px;
    font-weight: bold;
    color: yellow;
    text-shadow: 2px 2px 5px var(--main--color);
    float: left;
}

.landing-page .header-side .logo-area img {
    margin-right: 2px;
}

.landing-page .header-side .header-links {
    list-style: none;
    justify-content: center;
    align-items: center;
    height: 60px;
    line-height: 60px;
    float: right;
}

.landing-page .header-side .header-links li {
    padding: 5px 10px;
    text-align: right;
    float: left;
    /* display: inline; */
}

.landing-page .header-side .header-links li a {
    color: #fff;
    opacity: 0.7;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
}

.landing-page .header-side .header-links li a.active {
    color: var(--main--color);
    opacity: 1;
    font-size: 16px;
}

.header-side .links-container .btn {
    position: absolute;
    top: 8px;
    right: 50px;
    display: none;
}


.header-side .links-container .btn i {
    font-size: 26px;
    color: #fff;
}

@media (max-width: 991px) {
    .landing-page .header-side .header-links {
        display: none;
    }

    .header-side .links-container .btn {
        display: block;
    }

    .header-side .links-container .btn:focus {
        box-shadow: none;
    }

    .header-side .links-container .btn.menu-active:before {
        content: '';
        border: 10px solid;
        border-color: transparent transparent #fff transparent;
        position: absolute;
        top: 23px;
    }

    .landing-page .header-side .header-links.open {
        width: 60%;
        background-color: #fff;
        display: block;
        position: absolute;
        top: 52px;
        z-index: 13;
        right: 21px;
        height: auto;
        border-radius: 5px;
    }

    .landing-page .header-side .header-links li {
        float: none;
        float: none;
        margin: 3px -15px;
        text-align: center;
        height: 50px;
        width: 100%;
    }

    .landing-page .header-side .header-links li a {
        color: #000;
    }
}

/* .landing-page .header-side .header-links .header-form {
    position: absolute;
    top: 0;
    right: -12px;
}

.landing-page .header-side .header-links .header-form form .btn,
.landing-page .header-side .header-links .header-form form a {
    color: #fff;
} */

.landing-page .welcom-text {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    text-align: center;
    transform: translate(-50%, -50%);
    color: #ffffff;
    width: 95%;
}

.landing-page .welcom-text h1 {
    font-size: 45px;
    font-weight: bold;
}

@media (max-width :575px) {
    .landing-page .welcom-text h1 {
        font-size: 28px;
    }
}

.landing-page .welcom-text h1 span {
    color: var(--main--color);
}

.landing-page .welcom-text p {
    font-size: 18px;
    font-weight: bold;
    padding: 0px 10px;
    color: rgba(214, 214, 214, 0.933);
}

/* end landing page */

/* start about us section */
.about-us {
    padding: 50px 0;
    display: flex;
}

.about-us .info-box-about {
    flex: 2;
    padding: 20px;
}


.section-header {
    color: var(--main--color);
    margin-left: 10px;
}

.line-header {
    line-height: 1.6;
    background-color: var(--main--color);
    width: 100px;
    height: 2px;
    margin-left: 20px;
    margin-top: -8px;
    margin-bottom: 15px;
}

@media(max-width:767px) {
    .about-us {
        display: block;
        text-align: center;
    }

    .about-us .info-box-about {
        padding: 0px;
    }

    .about-us .info-box-about p {
        padding: 0px 5px;
    }

    .line-header {
        line-height: 1.6;
        background-color: var(--main--color);
        width: 90%;
        height: 2px;
        margin: 10px auto;
        position: relative;
    }

    .line-header:before {
        content: '';
        position: absolute;
        width: 90px;
        height: 6px;
        top: -2px;
        right: 50%;
        margin-right: -45px;
        background-color: var(--main--color);
    }
}

.about-us .img-box-about {
    flex: 1;
    text-align: center;
}

.about-us .img-box-about img {
    width: 250px;
    padding: 3px;
    border-radius: 15px 25px;
    border: 1px solid var(--main--color);
    transition: 0.3s;
}

.about-us .img-box-about img:hover {
    transform: scale(1.06, 1.06);
    transition: 0.3s;
}

/* end about us section */
/* start skills section */
.skills {
    padding: 50px 0;
    background-color: #dde;
}

.skills .skills-box {
    background-color: #fff;
    padding: 20px 5px;
    display: flex;
    align-items: center;
    border: 1px solid #fedf;
    margin: 10px;
    border-radius: 10px;
    transition: 0.3s;
}

.skills .skills-box:hover {
    transition: 0.3s;
    box-shadow: 1px 1px 3px;
    transform: scale(1.02, 1.02);
}

.skills .skills-box .skill-name {
    font-size: 18px;
    font-weight: bold;
}

.skills .skills-box .progress {
    height: 20px;
}

.skills .skills-box .progress .progress-bar {
    transition: 0.7s;
    background-color: rgba(2, 123, 18, 0.775);
    position: relative;
    left: -20px;
}

@media (max-width:565px) {
    .skills .skills-box .skill-name {
        text-align: center;
    }

    .skills .skills-box .progress {
        margin: 10px;
        width: 90%;
    }
}

/* end skills section */
/* start gallery section */
.gallery {
    padding: 50px 0;
}

.gallery .imgs-box-gallery {
    position: relative;

}

.gallery .imgs-box-gallery img {
    padding: 3px;
    border: 1px solid #ddd;
    cursor: pointer;
    width: 200px;
    transition: 0.3s;
}

.gallery .imgs-box-gallery img:hover {
    transform: scale(1.03, 1.03);
    transition: 0.3s;
}

.popup-overlay {
    position: fixed;
    width: 100%;
    z-index: 1000;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #020202b0;

}

.popup-box {
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: #fff;
    z-index: 10001;
    transform: translate(-50%, -50%);
    padding: 20px 10px;
    width: 55vw;
}

.popup-box img {
    width: 100%;
}

.popup-box h3 {
    text-align: center;
    padding: 0px 0 0 10px;
    margin-top: -10px;
    font-size: 30px;
    font-weight: bold;
    color: var(--main--color);
}

@media(max-width:767px) {
    .popup-box {
        width: 90vw;
    }

    .popup-box h3 {
        font-size: 20px;
    }
}

.popup-box span {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    background-color: black;
    color: #fff;
}

/* end gallery section */
/* start timeline section */
.timeline {
    padding: 50px 0;
    background-color: #dde;
}

.timeline .timeline-content {
    position: relative;
}

.timeline .timeline-content:before {
    content: '';
    width: 2px;
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -1px;
    background-color: var(--main--color);
}

.timeline .timeline-content .year {
    position: relative;
    left: 50%;
    top: 0px;
    background-color: var(--main--color);
    width: 50px;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    top: 20px;
    color: #fff;
    font-weight: bold;
    transform: translate(-50%, 0);
    padding: px 2px;
}

.timeline .timeline-content .left,
.timeline .timeline-content .right {
    width: calc(50% - 25px);
    position: relative;
    top: 30px;
    border-radius: 15px;
    padding: 10px 15px;
    background-color: #fff;
    margin-bottom: 40px;
}

.timeline .timeline-content .left {
    float: left;
}

.timeline .timeline-content .right {
    float: right;
}

.clear-fix {
    clear: both;
}

.timeline .timeline-content .left::before,
.timeline .timeline-content .right::before {
    content: '';
    content: '';
    position: absolute;
    top: 20px;
    background-color: #fff;
    border: 3px solid var(--main--color);
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.timeline .timeline-content .left::before {
    right: -35px;
}

.timeline .timeline-content .right::before {
    left: -35px;
}

.timeline .timeline-content .content {
    line-height: 1.6;
    position: relative;
}

.timeline .timeline-content .left .content:before,
.timeline .timeline-content .right .content:before {
    content: '';
    position: absolute;
    border-width: 10px;
    border-style: solid;
    top: 10px;
    height: 0;
    width: 0;
}

@media(max-width:767px) {

    .timeline .timeline-content .left,
    .timeline .timeline-content .right {
        width: 100%;
    }

    .timeline .timeline-content .left .content:before,
    .timeline .timeline-content .right .content:before {
        display: none;
    }

    .timeline .timeline-content .left:before,
    .timeline .timeline-content .right:before {
        display: none;
    }
}

.timeline .timeline-content .left .content::before {
    right: -35px;
    border-color: transparent transparent transparent #fff;
}

.timeline .timeline-content .right .content::before {
    left: -35px;
    border-color: transparent #fff transparent transparent;
}

.timeline .timeline-content .end-timeline {
    position: relative;
    width: 50px;
    height: 2px;
    bottom: -14px;
    background-color: var(--main--color);
    border-top: 0;
    margin: auto;
}

.timeline .timeline-content .end-timeline:before {
    content: '';
    left: 50%;
    bottom: 0px;
    position: absolute;
    border-color: transparent transparent var(--main--color) transparent;
    border-width: 15px;
    border-style: solid;
    margin-left: -15px;
}

/* end timeline section */
/* start our featurse section  */
.featurse {
    padding: 50px 0;
}

.featurse .container {
    margin-bottom: 20px;
}

.featurse .line-header {
    margin-bottom: 40px;
}

.featurse .container .feat-box {
    width: calc(100% / 3);
    float: left;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 40px;
}

@media(max-width:991px) {
    .featurse .container .feat-box {
        width: calc(100%/2);
    }
}

@media(max-width:565px) {
    .featurse .container .feat-box {
        width: 100%;
    }
}

.featurse .container .feat-box img {
    border: 4px solid #ddd;
    width: 96px;
    padding: 20px;
    border-radius: 50%;
}

.featurse .container .feat-box h4 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}

.featurse .container .feat-box h4::before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 4px;
    background-color: var(--main--color);
    bottom: -17px;
    border-radius: 2px;
}

.featurse .container .feat-box p {
    line-height: 1.7;
    color: #292828c7;
}

/* end our featurse section  */
/* start testimonials section  */
.testimonials {
    padding: 50px 0;
    position: relative;
}

.testimonials:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    background: var(--main--color);
    height: 100%;
    z-index: -1;
}

.testimonials:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    background-color: #333;
    height: 100%;
    z-index: -1;
}

.testimonials .container h2 {
    color: #fff;
}

.testimonials .container .line-header {
    background-color: #fff;

}

.testimonials .container .ts-box {
    width: calc(98% / 3);
    float: left;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 5px;
}



.testimonials .container .ts-box:not(:last-of-type) {
    margin-right: 1%;
}

.testimonials .container .ts-box>p {
    line-height: 1.5;
    color: #6d6a6a;
    font-size: 16px;
    font-style: italic;
    padding: 0 5px;
}

.testimonials .container .ts-box .person-info {
    overflow: hidden;
}

.testimonials .container .ts-box .person-info img {
    border-radius: 50%;
    float: left;
    margin: 2px 10px 2px 5px;
}

.testimonials .container .ts-box .person-info h4 {
    font-weight: bold;
    margin: 8px 0 3px;
}

.testimonials .container .ts-box .person-info p {
    color: #525151;
    font-weight: bold;
}
@media(max-width:991px) {
    .testimonials .container .ts-box {
        width: 100%;
        margin: 10px auto;
        text-align: center;
    }

    .testimonials .container .line-header:before {
        background-color: #fff;
    }
        .testimonials .container .ts-box .person-info img{
            margin: auto;
            float: none;
            width: 100px;
            height: 100px;
        }
}

/* end testimonials section  */
/* srart contact section */
#contact {
    padding: 50px 0;
}

.contact {
    font-size: 25px;
}

.contact span {
    margin-left: 20px;
}

/*------/ Socials /------*/
.socials {
    padding: 1.5rem 0;
}

.socials ul li {
    display: inline-block;
}

.socials .ico-circle {
    height: 40px;
    width: 40px;
    font-size: 1.2rem;
    border-radius: 50%;
    line-height: 1.6;
    margin: 0 15px 0 0;
    box-shadow: 0 0 0 3px #0078ff;
    transition: all 500ms ease;
}

.socials .ico-circle:hover {
    background-color: #0078ff;
    color: #fff;
    box-shadow: 0 0 0 3px #cde1f8;
    transition: all 500ms ease;
}

/*------/ Ul resect /------*/
.ul-resect,
.widget-tags ul,
.widget-sidebar .list-sidebar,
.box-comments .list-comments,
.blog-wrapper .post-meta ul,
.list-ico,
.socials ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.list-ico {
    line-height: 2;
}

.list-ico span {
    color: #0078ff;
    margin-right: 10px;
}

/*------/ Ico Circle /------*/
.ico-circle {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    line-height: 100px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 0 0 10px #0078ff;
    display: inline-block;
}

.ico-circle i {
    font-size: 25px;
    line-height: 40px;
}

.title-box {
    margin-bottom: 4rem;
}

.title-a {
    text-decoration: none;
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
}

.subtitle-a {
    text-decoration: none;
    color: #4e4e4e;
}

.line-mf {
    width: 40px;
    height: 5px;
    background-color: var(--main--color);
    margin: 0 auto;
}

.title-box-2 {
    margin-bottom: 3rem;
}

.title-left {
    font-size: 2rem;
    position: relative;
}

.title-left:before {
    content: "";
    position: absolute;
    height: 3px;
    background-color: #0078ff;
    width: 100px;
    bottom: -12px;
}

.form-group {
    width: 400px;
}

/* end contact section */

/* start footer */
.footer{
    width: 100%;
    padding: 10px 0;
    background-color: #484747;
    color: #fff;
    text-align: center;
}
/* end footer */
/* start media queries */

@media (min-width :576px) {

    /* small screen mobile */

}

@media (min-width :768px) {
    /* mediam screen tablet */

}

@media (min-width :992px) {
    /* larg screen PC */

}

@media (min-width :1200px) {
    /* extra larg screen */

}