@import url(fonts.css);

body {
    background-color: #000;

}

header {
    background: #111;
}

.NavvicationItems {
    font-family: 'BarlowBold';
    font-size: 18px;
    margin: 0px 20px;
}

.NavvicationItems .nav-link {
    color: #fff;
}

.NavvicationItems .nav-link.active,
.NavvicationItems .nav-link:hover {
    color: #00cca5;
}

#Home {
    background: url(Images/homebannerbg.png) no-repeat center bottom;
    background-color: #111111;
    min-height: calc(100vh);
    width: 100%;
    background-size: contain;
    padding-top: 90px;
}

.homecontainer {
    background: url(Images/photo.png) no-repeat right bottom;
    width: 100%;
    min-height: calc(100vh - 90px);
    background-size: contain;
    display: flex;
    align-items: center;
}

.welcomeMessage {
    color: #fff;
    font-family: 'BarlowBold';
}

.welcomeMessage h1 {
    font-size: 4.4rem;
    text-transform: uppercase;
}

.welcomeMessage h1 span {
    color: #111111;
    -webkit-text-stroke: 1px white;
    text-stroke: 1px white;
}

.welcomeMessage h2 {
    font-size: 3rem;
}

.btn-downloadtext {
    color: #fff;
    font-family: 'BarlowBold';
    padding: 15px 40px;
    border: 1px solid #fff;
    font-size: 18px;
    margin-right: 15px;
}

#About {
    background: #000;
    padding-top: 20vh;
    padding-bottom: 20vh;
    min-height: calc(100vh);
    width: 100%;
    display: flex;
    align-items: center;
}

.abouttextleft {
    font-size: 45px;
    font-family: 'BarlowBold';
    color: #fff;
    width: 70%;
    text-transform: uppercase;
    line-height: 45px;
}

.aboutcontent {
    font-family: 'BarlowRegular';
    color: #fff;
    font-size: 19px;
    line-height: 35px;
    text-align: justify;
}


.progress-bar div {
    position: absolute;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    margin-top: 100px;
}


.progress-bar div span.value {
    position: absolute;
    font-size: 60px;
    line-height: 120px;
    height: 140px;
    width: 140px;
    left: 5px;
    top: 5px;
    text-align: center;
    border-radius: 50%;
    background-color: #000;
    font-family: 'BarlowRegular';
    color: #fff;
    font-weight: bold;
}

.progress-bar div span.persentage {
    position: absolute;
    font-size: 20px;
    line-height: 120px;
    height: 140px;
    width: 140px;
    left: 55.5px;
    top: 5px;
    text-align: center;
    border-radius: 50%;
    font-family: 'BarlowRegular';
    color: #fff;
}

.progress-bar div span.w {
    position: absolute;
    font-size: 15px;
    line-height: 120px;
    height: 140px;
    width: 140px;
    left: 5px;
    top: 50.5px;
    text-align: center;
    border-radius: 50%;
    font-family: 'BarlowRegular';
    color: #fff;
}

.progress-bar .rotate {
    clip: rect(0 100px 200px 0);
}

.progress-bar .left {
    clip: rect(0 100px 200px 0);
    opacity: 1;
}

.progress-bar .right {
    clip: rect(0 100px 200px 0);
    transform: rotate(180deg);
    opacity: 0;
}

@keyframes toggle {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


#Services {
    background: #111;
    padding-top: 5vh;
    padding-bottom: 5vh;
    min-height: calc(100vh);
    width: 100%;
    align-items: center;
    display: flex;
}

.sectionTitle {
    font-family: 'BarlowBlack';
    color: #fff;
    text-align: center;
    font-size: 74px;
    text-transform: uppercase;
    position: relative;
}

.sectionTitle::before {
    z-index: 0;
    content: "";
    font-size: 140px;
    color: #1f1f1f;
    font-family: 'BarlowBlack';
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    line-height: 110px;
}

#Services .sectionTitle::before {
    content: "SERVICES";
}

.sectionTitle article {
    position: relative;
    z-index: 3;
}

.Servicesdiscription {
    font-family: 'BarlowRegular';
    color: #fff;
    font-size: 18px;
    text-align: justify;
}

.serviceitems {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5vh 10px;
}

.serviceitemtitle {
    font-size: 26px;
    font-family: 'BarlowBold';
    color: #fff;
    text-transform: uppercase;

}

.serviceitemdiscription {
    font-family: 'BarlowRegular';
    color: #fff;
    font-size: 18px;
    text-align: justify;
}

#Contact {
    background: #000;
    padding-top: 5vh;
    padding-bottom: 5vh;
    min-height: calc(100vh - 210px);
    width: 100%;
    align-items: center;
    display: flex;
}

#Contact .sectionTitle::before {
    content: "FEEL FREE TO";
}

.socialicons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15vh;
}

.socialicon {
    padding: 0px 30px;
    border-right: 2px solid #fff;
}

.socialicon:last-child {
    border-right: none;
}

.contactdiscription {
    font-family: 'BarlowRegular';
    color: #fff;
    font-size: 23px;
    text-align: center;
    margin-top: 40px;
}

.contactdiscription a {
    color: #00cca5;
    text-decoration: none;
}

footer {
    background: #00cca5;
}

.footerdiscription {
    text-align: center;
    font-size: 21px;
    font-family: 'BarlowBold';
    line-height: 120px;
}

@media only screen and (min-width:992px) {
    .NavvicationItems:last-child {
        margin-right: 0px;
    }

}

@media only screen and (min-width:992px) and (max-width:1300px) {
    .homecontainer {
        background-size: 55%;
    }

    .welcomeMessage h1 {
        font-size: 3.5rem;
        text-transform: uppercase;
    }

    .welcomeMessage h2 {
        font-size: 2.5rem;
    }

    .aboutcontent {
        font-size: 16px;
    }

    .abouttextleft {
        text-align: center;
        font-size: 35px;
        width: 100%;
    }

    .progresscerclecontainer {
        margin: 0px auto;
    }

    .serviceitemdiscription {
        font-family: 'BarlowRegular';
        color: #fff;
        font-size: 13px;
        text-align: justify;
    }

    .serviceitemtitle {
        font-size: 17px;
        font-family: 'BarlowBold';
        color: #fff;
        text-transform: uppercase;
    }

    .Servicesdiscription {
        font-family: 'BarlowRegular';
        color: #fff;
        font-size: 15px;
        text-align: justify;
    }

    .contactdiscription {
        font-family: 'BarlowRegular';
        color: #fff;
        font-size: 17px;
        text-align: center;
        margin-top: 40px;
    }

    .footerdiscription {
        text-align: center;
        font-size: 16px;
        font-family: 'BarlowBold';
        line-height: 120px;
    }

}

/* # Tablet */
@media only screen and (min-width:768px) and (max-width:991px) {
    .btn-downloadtext {
        background: #000;
    }

    .homecontainer {
        background: url(Images/photo.png) no-repeat right bottom;
        width: 100%;
        min-height: calc(100vh - 90px);
        background-size: contain;
        display: flex;
        align-items: end;
        padding-bottom: 50px;
    }

    .homecontainer section {
        width: 100%;
    }

    .welcomeMessage {
        text-align: center;
    }

    .btn-container {
        justify-content: center;
    }

    .abouttextleft {
        text-align: left;
        font-size: 35px;
        width: 70%;
    }

    .serviceitems {
        display: block;
    }

    .footerdiscription {
        text-align: center;
        font-size: 14px;
        font-family: 'BarlowBold';
        line-height: 120px;
    }

    .contactdiscription {
        font-family: 'BarlowRegular';
        color: #fff;
        font-size: 18px;
        text-align: center;
        margin-top: 40px;
    }

    .sectionTitle::before {
        z-index: 0;
        content: "";
        font-size: 100px;
        color: #1f1f1f;
        font-family: 'BarlowBlack';
        position: absolute;
        width: 100%;
        left: 0px;
        top: 0px;
        line-height: 85px;
    }

    .sectionTitle {
        font-family: 'BarlowBlack';
        color: #fff;
        text-align: center;
        font-size: 60px;
        text-transform: uppercase;
        position: relative;
    }

    .navbar-collapse {

        text-align: right;
    }
}

/* # Desktop */
@media only screen and (min-width:421px) and (max-width:768px) {
    .btn-downloadtext {
        background: #000;
    }

    .container,
    .container-sm {
        max-width: 100%;
    }

    .homecontainer {
        background: url(Images/photo.png) no-repeat right bottom;
        width: 100%;
        min-height: calc(100vh - 90px);
        background-size: contain;
        display: flex;
        align-items: end;
        padding-bottom: 50px;
    }

    .homecontainer section {
        width: 100%;
    }

    .welcomeMessage {
        text-align: center;
    }

    .welcomeMessage h1 {
        font-size: 3.4rem;
        text-transform: uppercase;
    }

    .welcomeMessage h2 {
        font-size: 2rem;
    }

    .btn-container {
        justify-content: center;
    }

    .sectionTitle::before {
        font-size: 80px;
    }

    .abouttextleft {
        font-size: 35px;
        width: 100%;
        text-align: center;
    }

    #Home {
        padding-top: 115px;
    }

    .sectionTitle {
        font-size: 50px;
        line-height: 120px;
    }

    .progresscerclecontainer {
        width: 50%;
        margin: 0px auto;
    }

    .serviceitems {
        display: block;
    }

    .footerdiscription {
        text-align: center;
        font-size: 16px;
        font-family: 'BarlowBold';
        line-height: normal;
        padding: 15px;
    }

    .contactdiscription {
        font-family: 'BarlowRegular';
        color: #fff;
        font-size: 15px;
        text-align: center;
        margin-top: 40px;
    }

    .servicesingleitem {
        margin-bottom: 20px;
    }

    .servicesingleitem .col-3 {
        margin: 0px auto;
        width: 75px;
        margin-top: 25px;
    }

    .servicesingleitem .col-8 {
        margin: 0px auto;
        width: calc(100% - 100px);
    }
}

/* # Phone */
@media only screen and (max-width:420px) {
    .btn-downloadtext {
        background: #000;
    }

    .homecontainer {
        background: url(Images/photo.png) no-repeat right bottom;
        width: 100%;
        min-height: calc(100vh - 150px);
        background-size: contain;
        display: flex;
        align-items: start;
        padding-bottom: 50px;
    }

    .homecontainer section {
        width: 100%;
    }

    .welcomeMessage {
        text-align: center;
    }

    .welcomeMessage h1 {
        font-size: 3.4rem;
        text-transform: uppercase;
    }

    .welcomeMessage h2 {
        font-size: 1.2rem;
    }

    .btn-container {
        justify-content: center;
        position: absolute;
        bottom: 0px;
        left: 50px;
    }

    .sectionTitle::before {
        font-size: 50px;
        line-height: 50px;
    }

    .abouttextleft {
        font-size: 30px;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

  

    .sectionTitle {
        font-size: 40px;
        line-height: 50px;
    }
        .Servicesdiscription {
            font-family: 'BarlowRegular';
            color: #fff;
            font-size: 18px;
            text-align: justify;
            margin-top: 15px !important;
        }

    .progresscerclecontainer {
        width: 50%;
        margin: 0px auto;
        margin-bottom: 30px;
    }

    .serviceitems {
        display: block;
    }

    .footerdiscription {
        text-align: center;
        font-size: 14px;
        font-family: 'BarlowRegular';
        line-height: normal;
        padding: 15px;
    }

    .contactdiscription {
        font-family: 'BarlowRegular';
        color: #fff;
        font-size: 13px;
        text-align: center;
        margin-top: 40px;
    }

    .servicesingleitem {
        margin-bottom: 20px;
        display: block !important;
        text-align: center;
    }

    .servicesingleitem .col-3 {
        margin: 0px auto;
        width: 75px;
        margin-top: 25px;
    }

    .servicesingleitem .col-8 {
        margin: 0px auto;
        width: calc(100% - 100px);
    }

    .socialicon {
        padding: 0px 15px;
        border-right: 2px solid #fff;
        width: 60px;
    }

    .socialicon img {
        max-width: 100%;
    }

    .aboutcontent {
        font-family: 'BarlowRegular';
        color: #fff;
        font-size: 15px;
        line-height: 35px;
        text-align: justify;
        margin-bottom: 20px;
    }

    .serviceitemtitle {
        font-size: 18px;
        font-family: 'BarlowBold';
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 20px;
    }
        #Services{
            padding-top: 15vh;
    }
    .socialicons {
         margin-top: 5vh;
    }
    #Contact {
        min-height: calc(100vh - 125px);
    }
}