/*----------------------------------------------------------------------------------------------
* Template Name      :                                     |
* Author             :  ErikaIvo                                                                  |
* Version            :  1.0.0                                                                     |
* Created            :  March 2024                                                                |
* Updated            :  March 2024                                                                |
* File Description   :  Main stylesheet file of the template                                      |
*-----------------------------------------------------------------------------------------------
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# 1. RESET
# 2. HEADER
# 3. BANNER
# 4. ABOUT 
# 5. SERVICES
# 6. PROJECTS
# 7. BLOG
# 8. CONTACT
# 9. CONTACT 2
--------------------------------------------------------------*/

/** 1. RESET
============== **/
@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@400;700&family=Phudu:wght@300..900&display=swap');
/* 
font-family: "Oxygen", sans-serif;
font-family: "Phudu", sans-serif; 
*/

*, body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    font-family: "Oxygen", sans-serif !important;
    font-size: 16px;
    line-height: 2em;
    background: #FFF;
    max-height: 100%;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
    background-color: #1B4B41;
    transition: opacity 0.5s ease, top 0.5s ease;
    z-index: 999999;
}

.backgroundPreloader {
    top: 40% !important;
    left: 50% !important;
    position: absolute;
    transform: translateX(-50%);
    padding: 100px;
    text-align: center;
    color: #FFF;
    background-color: #1B4B41;
    z-index: -1;
}

.letter-container {
    font-family: 'Teko', sans-serif;
    display: flex;
    justify-content: center;
    gap: 8px;
    font-size: 7rem;
    font-weight: 600;
}

.percentage {
    margin-top: 25px;
    font-size: 2rem;
}

.hidden {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.content {
    opacity: 0;
    transition: opacity 0.5s ease;
 }

 .p-30 {
    margin-top: 30px;
 }

 .pb-30 {
    margin-bottom: 30px;
 }

 /** 2. HEADER
============== **/
a.navbar-brand {
    font-family: "Oxygen", sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #92C200 !important;
    text-transform: uppercase;
    text-decoration: none;
}

a.navbar-brand span {
    color: #FFF !important;
}

header ul li a {
    font-family: "Phudu", sans-serif;
    font-size: 24px !important;
    color: #FFF !important;
    text-decoration: none;
    padding: 0 25px !important;
}

header ul li a.nav-link {
    transition: all 0.5s ease-in;
}

header ul li a.active, header ul li a:active, header ul li a:hover {
    color: #92C200 !important;
    text-decoration: none;
}

.navbar-scrolled {
    background-color: #1B4B41;
}

 /** 3. BANNER
============== **/
.banner {
    background: #1B4B41;
    width: 100%;
    height: 1000px;
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
}

.banner::after {
    content: '';
    background: url('../img/square.png') repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .03;
    z-index: 1;
}

.banner p {
    position: relative;
    color: #FFF;
    font-family: "Oxygen", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    z-index: 2;
}

.banner p span, .banner h2 span {
    color: #92C200;
}

.banner h2 {
    color: #FFF;
    font-family: "Phudu", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: right;
}

.banner .arrow {
    background: url('../img/arrow.svg');
    width: 113px;
    height: 113px;
    float: left;
    margin-left: 100px;
    margin-top: 10px;
}

.banner .boxClients {
    clear: both !important;
}

.banner .clients {
    border-radius: 25px;
    border: 2px solid #FFF;
    padding: 30px 100px 30px 30px;
    position: relative;
    width: 90%;
}

.banner .avatar1 {
    background: url('../img/avatar1.png') no-repeat;
    background-size: cover;
    width: 105px;
    height: 105px;
    position: absolute;
    top: 25%;
    transform: translateX(-25%);
    z-index: 3;
}

.banner .avatar2 {
    background: url('../img/avatar2.png') no-repeat;
    background-size: cover;
    width: 105px;
    height: 105px;
    position: absolute;
    top: 25%;
    transform: translateX(-25%);
    z-index: 3;
}

.banner .avatar3 {
    background: url('../img/avatar3.png') no-repeat;
    background-size: cover;
    width: 105px;
    height: 105px;
    position: absolute;
    top: 25%;
    transform: translateX(-25%);
    z-index: 3;
}

.banner .clients p {
    color: #FFF;
    font-family: "Oxygen", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 156.25% */
}

.banner .clients strong {
    color: #FFF;
    font-family: "Oxygen", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 156.25% */
}

.banner .owl-carousel {
    z-index: 2;
}

.banner button.owl-dot {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    background: #FFF !important;
    margin: 0 10px;
}

.banner .owl-dots {
    width: 90px;
    margin: 0 auto;
    transition: all 0.04s ease;
}

.banner button.owl-dot.active, .banner button.owl-dot:active {
    background: #92C200 !important;
}

.banner .men {
    background: url('../img/men.png') no-repeat;
    background-size: contain;
    max-width: 100%;
    height: 603px;
    z-index: 3;
    position: relative;
}

/** 4. ABOUT
============== **/
.about {
    padding: 150px 0;
}

.about h2 {
    font-family:"Oxygen", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 1em; /* 39.063% */ 
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #92C200;
    text-transform: uppercase;
    color: #FFF;
}

.about p {
    color: #666;
    font-family:"Oxygen", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
}

.padding-about {
    margin-top: 60px;
} 

.imgMens {
    background: url('../img/imgMens.png') no-repeat;
    background-size: contain;
}

 /** 5. SERVICES
============== **/
.services {
    background: #C4EC5A;
    padding: 150px 0;
}

.services h2 {
    color: #1B4B41;
    text-align: center;
    font-family: "Oxygen", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 39.063% */
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;
}

.services .boxServices {
    border-radius: 25px;
    background: transparent;
    border: 2px solid #1B4B41;
    padding: 30px 29px;
    transition: all 0.5s ease;
    cursor: pointer;
}

.services .boxServices:hover {
    background: #1B4B41;
}

.services .boxServices .icon1 {
    background: url('../img/development1.svg');
    background-size: cover;
    width: 87px;
    height: 87px;
    margin-bottom: 23px;
}

.services .boxServices:hover .icon1 {
    background: url('../img/development2.svg');
    background-size: cover;
    width: 87px;
    height: 87px;
}

.services .boxServices .icon2 {
    background: url('../img/app-development1.svg');
    background-size: cover;
    width: 87px;
    height: 87px;
    margin-bottom: 23px;
}

.services .boxServices:hover .icon2 {
    background: url('../img/app-development2.svg');
    background-size: cover;
    width: 87px;
    height: 87px;
}

.services .boxServices .icon3 {
    background: url('../img/uidesign1.svg');
    background-size: cover;
    width: 87px;
    height: 87px;
    margin-bottom: 23px;
}

.services .boxServices:hover .icon3 {
    background: url('../img/uidesign2.svg');
    background-size: cover;
    width: 87px;
    height: 87px;
}

.services .boxServices h3 {
    color: #1B4B41;
    font-family: "Oxygen", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 23px;
}

.services .boxServices:hover h3 {
    color: #C4EC5A;
}

.services .boxServices p {
    color: #1B4B41;
    font-family: "Oxygen", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.services .boxServices:hover p {
    color: #FFF;
    opacity: .5;
}

 /** 6. PROJECTS
============== **/
.projects {
    padding: 150px 0;
}

.projects h2 {
    text-align: center;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #92C200;
    font-family: "Oxygen", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 60px;
}

.projects .img-outer1, .projects .img-outer2, .projects .img-outer3, .projects .img-outer4 {
    overflow: hidden;
    display: inline-block;
    height: 100%;
    max-width: 100%;
    border-radius: 25px;
    position: relative;
    transition: all 0.5s ease;
    z-index:1;
}

.projects img {
    border-radius: 25px;
    transition: all 0.5s ease; 
    z-index: 1;
}

.projects .img {
    display: block;
    height: auto;
    max-width: 100%;
}

.projects img:hover {
    transform: scale(1.1);
}

.projects .img-outer1 .boxProjects h3 {
    display: none;
}

.projects .img-outer1:hover .boxProjects h3 {
    width: 177px;
    height: 38px;
    padding: 6px 32px;
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: #92C200;
    border-radius: 5px;
    color: #1B4B41;
    font-family: "Oxygen", sans-serif;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 25px; /* 156.25% */
    letter-spacing: 4px;
    z-index: 2;
    display: block;
}

.projects .img-outer2 .boxProjects h3 {
    display: none;
}

.projects .img-outer2:hover .boxProjects h3 {
    width: 100px;
    height: 38px;
    padding: 6px 18px;
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: #92C200;
    border-radius: 5px;
    color: #1B4B41;
    font-family: "Oxygen", sans-serif;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 25px; /* 156.25% */
    letter-spacing: 4px;
    z-index: 2;
    display: block;
}

.projects .img-outer3 .boxProjects h3 {
    display: none;
}

.projects .img-outer3:hover .boxProjects h3 {
    width: 177px;
    height: 38px;
    padding: 6px 32px;
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: #92C200;
    border-radius: 5px;
    color: #1B4B41;
    font-family: "Oxygen", sans-serif;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 25px; /* 156.25% */
    letter-spacing: 4px;
    z-index: 2;
    display: block;
}

.projects .img-outer4:hover .boxProjects h3 {
    width: 120px;
    height: 38px;
    padding: 6px 15px;
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: #92C200;
    border-radius: 5px;
    color: #1B4B41;
    font-family: "Oxygen", sans-serif;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 25px; /* 156.25% */
    letter-spacing: 4px;
    z-index: 2;
    display: block;
}

.projects .img-outer4 .boxProjects h3 {
    display: none;
}

 /** 7. BLOG
============== **/
.blog {
    background: #1B4B41;
    padding: 150px 0;
}

.blog h2 {
    color:  #92C200;
    text-align: center;
    font-family: "Oxygen", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.blog .borderBlog {
    border-radius: 25px;
    border: 2px solid #FFF;
    padding: 30px;
    align-items: center;
}

.blog .img-outer1 {
    overflow: hidden;
    max-width: 100%;
    max-height: 450px;
    border-radius: 25px;
    position: relative;
    transition: all 0.5s ease;
    z-index:1;
}

.blog img {
    transition: all 0.5s ease; 
}

.blog img:hover {
    transform: scale(1.1);
}

.blog .img-outer1 .boxBlog h3 {
    display: none;
}

.blog .img-outer1:hover .boxBlog h3 {
    width: 177px;
    height: 38px;
    padding: 6px 32px;
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: #92C200;
    border-radius: 5px;
    color: #1B4B41;
    font-family: "Oxygen", sans-serif;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 25px; /* 156.25% */
    letter-spacing: 4px;
    z-index: 2;
    display: block;
}

.blog h4 {
    color: #FFF;
    font-family: "Oxygen", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.blog h5 {
    color: #C4EC5A;
    font-family: "Phudu", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.blog p {
    color: #FFF;
    font-family: "Oxygen", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    opacity: .5;
    margin-bottom: 15px;
}

.blog a.btn {
    border-radius: 10px;
    background: #C4EC5A;
    display: flex;
    width: 186px;
    height: 44px;
    padding: 9px 5px;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
    color: #1B4B41;
    text-align: center;
    font-family: "Oxygen", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.blog a:hover.btn {
    background-color: #FFF;
}

 /** 8. CONTACT
============== **/
.contact {
    padding: 150px 0;
}

.contact h2 {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #92C200;
    font-family: "Oxygen", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 60px;
}

.contact a.icon {
    width: 93px;
    height: 93px;
    background: #92C200;
    justify-content: center;
    align-items: center;
    display: flex;
    float: left;
    border-radius: 50%;
    margin-right: 30px;
    transition: all 0.5s ease; 
}

.contact a:hover.icon {
    background: #1B4B41;
}

.contact h3 {
    color: #1B4B41;
    font-family: "Oxygen", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; 
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.contact h4 {
    color: #666;
    font-family: "Oxygen", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
  
.contact .email, .contact .phone {
    padding: 10px 0;
}

.contact h5 {
    color: #1B4B41;
    font-family: "Oxygen", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contact input {
    border-radius: 5px;
    border: 1px solid #666;
    background: #F6F5F3;
    display: inline-flex;
    width: 100%;
    height: 53px;
    padding: 14px 21px;
    color: #666;
    font-family: "Oxygen", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    outline: 0 !important;
    line-height: 25px;  
}

.contact textarea {
    border-radius: 5px;
    border: 1px solid #666;
    background: #F6F5F3;
    display: inline-flex;
    width: 100%;
    height: 381px;
    padding: 14px 21px;
    color: #666;
    font-family: "Oxygen", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    outline: 0 !important;
    line-height: 25px;  
}

.contact button.btn {
    border-radius: 10px;
    background: #C4EC5A;
    border: 0 !important;
    display: flex;
    width: 186px;
    height: 44px;
    padding: 9px 5px;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
    color: #1B4B41;
    text-align: center;
    font-family: "Oxygen", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.contact button:hover.btn {
    background-color: #1B4B41;
    color: #92C200;
}

 /** 9. CONTACT 2
============== **/
.contact2 {
    background: #F6F5F3;
    padding: 150px 0;
    position: relative;
}

.contact2 h2 {
    color: #1B4B41;
    text-align: center;
    font-family: "Oxygen", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
}

.contact2 h3 {
    color: #1B4B41;
    text-align: center;
    font-family: "Oxygen", sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.logo1 {
    top: 150px;
    left: 0;
    width: 100%;
    text-align: center;
    position: absolute;
}

a.logo1 {
    font-family: "Oxygen", sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #92C200 !important;
    text-transform: uppercase;
    text-decoration: none;
}

a.logo1 span {
    color: #1B4B41 !important;
}

.mt-300 {
    margin-top: 30px;
}