*{
    box-sizing: border-box;
}
body{
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}
:root{
    --bgcolor--: #ff2c57;
    --whitebg--: white;
    --blackcolor--: black;
    --lightcolortxt--: #727695;

}
.banner{
    height: 850px;
    background-image: url(images/main-bg-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    position: relative;
     
}
.banner::before{
    content: "";
    background: var(--blackcolor--);
    opacity: 0.58;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.header{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 30px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: var(--blackcolor--);
}
.header__mobile-bars{
    display: none;
}
.header__nav{
    display: flex;
    flex-wrap: wrap;
}
.header__nav a{
    padding: 0 20px; 
}
.header__nav-link:hover{
    cursor: pointer;
    color: var(--bgcolor--);
}
.header__nav a:first-child{
    padding-left: 0;
}
.header__nav a:last-child {
    padding-right: 0px;   
}
.header__nav-link{
    color: var(--whitebg--);
    font-weight: 500;
    text-decoration: none;
}
.header__nav-link:hover{
    color: var(--bgcolor--);
}
.header__logo{
    color: var(--bgcolor--);
    line-height: 10px;
    font-size: 40px;
    font-weight: 700;
    text-transform: lowercase;
}
.header__logo span{
    color: var(--whitebg--);
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
}
.container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.main__banner-text{
    position: relative;
    text-align: center;
}
.h1, .h4, .h3, .h2, .h5, .h6{
    line-height: 1;
}
h1{
    margin: 30px 0;
    color: var(--whitebg--);
    font-weight: 400;
    font-size: 55px;

}
.h1__span{
    color: var(--bgcolor--);
}
h4{
    color: var(--whitebg--);
    font-weight: 400;
    font-size: 20px;
}
h2{
    font-size: 40px;
}
p{
    line-height: 1.8;
    margin-bottom: 0;
    color: var(--lightcolortxt--);

}
.banner p{
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    color: var(--whitebg--);
    font-size: 15.5px;
}
.btn2 {
    display: inline-block;
    margin-left: 10px;
}
.btn1, .btn2{
    background: white;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}
.btn1{
    background-color: var(--bgcolor--);
    color: var(--whitebg--);
    border: 1px solid var(--bgcolor--);
}
.btn1:hover{
    background: var(--whitebg--);
    border: 1px solid var(--whitebg--);
    color: var(--bgcolor--);
}
.btn2{
    background: none;
    border: 1px solid var(--whitebg--);
    color: var(--whitebg--);
}
.btn2:hover{
    background: var(--bgcolor--);
    border: 1px solid var(--bgcolor--);
}
.welcome{
  padding: 100px 0px 75px;
}
.welcome__container{
    padding: 0 12px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.section-title{
    margin-bottom: 60px;
    padding-left: 30px;
    position: relative;

}
.section-title h4{
    margin-bottom: 14px;
    color: var(--bgcolor--);
    font-size: 17px;
    font-weight: 400;
}
.section-title h2{
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 400;
}
.section-title h2 span{
    color: var(--bgcolor--);
    font-weight: 600;
}
.section-title p{
    max-width: 635px;
    margin-top: -7px;
}
.welcome__container{
    width: 80%;
    margin-left: 0 auto;
    margin-right: 0 auto;
    
}
.welcome__row-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.welcome-box{
    flex: 1 1 30%;
    padding:0 12px ;
}
.welcome-box--area{
    text-align: center;
    padding: 30px 20px;
    position: relative;
    margin-bottom: 25px;
    box-shadow: 0 8px 16px #92b8ff33;
}
.welcome__icon{
    width: 65px;
    height: 65px;
    font-size: 25px;
    position: relative;
    border-radius: 3px;
    color: var(--bgcolor--);
    border: 1px dashed var(--bgcolor--);
    margin-left: auto;
    margin-right: auto;
}
.welcome__icon i{
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
}
.welcome-box--area h3{
    margin-top: 25px;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 20px;
}
.welcome-box--area p{
    font-size: 15.5px;
}
.about{
    background-image:url(images/bg1.jpg) ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 100px 0 ;
    display: flex;
}
.about__container{
    width: 80%;
    padding: 0 12px;
    margin-left: auto;
    margin-right: auto;   
}
.about__container1{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 12px;
}
.about__content{
    flex: 1 1  auto;
    width: 50%;
}
.about__image{
    flex: 1 1 auto;
    width: 50%;
}
.about__image img{
    object-fit: cover;

}
.about__content .section-title{
    margin-bottom: 20px;
    padding-left: 0;
}

.about__content .section-title h2{
    font-size: 23px;
    margin-bottom: 20px;
    font-weight: 400;
}
.about__content .section-title p{
    font-size: 15.5px;
}
.about__list{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.about__item{
    margin-bottom: 10px;
    color: var(--lightcolortxt--);
    max-width: 50%;
    flex: 0 0 50%;
    font-size: 15.5px;
}
.about__item i{
    color: var(--bgcolor--);
    margin-right: 7px;
}
.about__image{
    padding: 0 12px;
}
.about__image img{
    height: auto;
    max-width: 100%;
}
.company__info{
    padding-top: 75px;
    padding-bottom: 75px;
    background-image: url(images/bg2.jpg);
    background-position: center;
    position: relative;
}
.company__info-container{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.company__content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

}
.company__content-cont{
    flex: 1 1 30%;
    padding: 0 12px;
}
.company__box{
    padding: 30px;
    margin-bottom: 25px;
    position: relative;
    background: var(--whitebg--);
    border: 1.5px dashed #eeeeee;
}
.company__box i{
    font-size: 52px;
    color: var(--bgcolor--);
}
.company__box h3{
    margin-bottom: 15px;
    margin-top: 23px;
    font-size: 20px;
    font-weight: 600;
}
.company__box p{
    font-size: 15.5px
}
.company__box span{
   position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.02;
    font-size: 200px;
    line-height: 180px;
    color: var(--blackcolor--);
}
.banner1{
    background-image: url(images/ctr-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
    position: relative;
    z-index: 1;  
}
.banner1::before{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: .6;
    background: var(--blackcolor--);
}
.banner1__container{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 12px;
}
.banner1__container .section-title{
    padding-left: 0;  
    text-align: center;
}
.banner1__container h2{
    color: var(--whitebg--);
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 25px;
}
.banner1__container p{
    color: var(--whitebg--);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.work{
    background-image: url(images/dott.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0 75px;

}
.work__container{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.work__area{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 12px;
}
.work__area-container{
    flex: 1 1 30%;
    margin-bottom: 25px;
    position: relative;
}
.work__area-box{
    padding: 20px;
}
.work-icon{
    width: 75px;
    height: 75px;
    font-size: 30px;
    position: relative;
    text-align: center;
    margin-bottom: 28px;
    color: var(--bgcolor--);
    border-width: 2px;
    border-radius: 50%;
    border-style: dashed;
    border-color: var(--bgcolor--);
}
.work-icon i{
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
}
.services{
    padding: 90px 0 75px;
}
.services__container{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.services__area{
    display: flex;
    flex-wrap: wrap;
}
.services__area-container{
    flex: 1 1 30%;
    padding: 0 12px;
}
.services__box{
    text-align: center;
    position: relative;
    margin-bottom: 25px;
    box-shadow: 0 0 30px #43434326;
}
.services__img{
    position: relative;
}
.services__img img{
    height: auto;
    max-width: 100%;
}
.services__text{
    padding: 30px 25px;
    position: relative;
}
.services__text h3{
    margin-bottom: 13px;
    font-size: 20px;
    font-weight: 600;
}
.services__text p{
    font-size: 15.5px;
}
.projects{
    background-image:url(images/bg1.jpg) ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 75px;
}
.project-container{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.projects__container{
    display: flex;
    flex-wrap: wrap;    
}
.projects__container-box{
    flex: 1 1 30%;
}
.projects__content img{
    height: auto;
    max-width: 100%;
}
.projects__content{
    margin:0 20px 20px 0;
    text-align: center;
    position: relative;
}
.projects__text{
    background:rgba(255, 255, 255, 0.703);
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px 10px;
}
.projects__text h3{
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;

}
.projects__text p{
    font-size: 15px;
}
.subscribe{
    padding: 100px 0;
}
.subscribe__container{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.newsletter{
    box-shadow: 0 0 30px #43434326;
    background: var(--whitebg--);
    padding: 40px 35px;
    text-align: center;
    border-radius: 5px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
.newsletter h2{
    margin-bottom: 30px;
    font-size: 35px;
    font-weight: 500;
}
.subscribe__form{
    position: relative;
}
.subscribe__form input{
    width: 100%;
    border: none;
    height: 75px;
    font-size: 16px;
    padding-left: 25px;
    border-radius: 50px;
    box-shadow: 0 10px 30px #0000001a;
}
.subscribe__form button{
    position: absolute;
    font-size: 17px;
    height: 60px;
    width: 175px;
    right: 7px;
    top: 8px;
}
.footer{
    text-align: center;
    background: var(--blackcolor--);
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer__container{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.footer__container h3{
    font-size: 1.75rem;
    line-height: 22px;
    margin-bottom: 30px;
    color: var(--bgcolor--);
}
.footer__container span{
    color: var(--whitebg--);
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 600;
}
.footer__icon{
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
    list-style-type: none;
    color: var(--whitebg--);
}
.footer__icon:hover{
    cursor: pointer;
    color: var(--bgcolor--);
}
.footer__container p{
    line-height: 1;
    margin-top: 30px;
    color: var(--whitebg--);
}
@media only screen and (max-width: 1000px){
    .project-container, .services__container, .work__container, .company__info-container, .about__container, .welcome__container{
        width: 90%; 
    }
    .section-title h2{
        line-height: 1.5;
    }

}
@media only screen and (max-width: 768px){
    .banner{
        height: auto;
        padding-top: 178px;
        padding-bottom: 120px;
    }
    .header{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
    }
    .header__nav{
        display: none;
    }
    .header__mobile-bars{
        display: flex;
        color: var(--whitebg--);
    }
    .welcome-box{
        flex: 0 0 auto;
        width: 50%;
    }
    .about__container1{
       flex-wrap: wrap;
    }
    .about__content{
        flex: 0 0 auto;
        width: 100%;
    }
    .about__image{
        margin-top: 15px;
    }
    .company__content-cont{
        flex: 0 0 auto;
        width: 50%;
    }
    .work__area-container{
        flex: 0 0 auto;
        width: 50%;
    }
    .services__area-container{
        flex: 0 0 auto;
        width: 50%;
    }
    .projects, .subscribe{
        padding-top: 70px;
        padding-bottom: 60px;
    }
    .projects__container-box{
        flex: 0 0 auto;
        width: 50%;  
    }
}

@media only screen and (max-width: 430px){
    .project-container, .services__container, .work__container, .company__info-container, .about__container, .welcome__container{
        width: 97%; 
    }
    .projects__container-box{
        flex: 0 0 auto;
        width: 100%;
    }
    .projects__content{
        margin: 10px;
    }
    .header__nav{
        display: none;
    }
    .header__mobile-bars{
        display: flex;
        color: var(--whitebg--);
    }
    .about__list{
        display: block;
    }
    .about__item{
        flex: 0 0 100%;
        max-width: 100%;
        font-size: 14px;
    }
    .about__content .section-title h2{
        line-height: 1.5;
        margin-top: -17px;
    }
    .section-title{
        margin-bottom: 40px;
    }
    .welcome{
        padding-bottom: 35px;
    }
    .work{
        padding-bottom: 30px;
    }
    .work__area-container{
        flex: 0 0 auto;
        width: 100%;
    }
    .work__area-box{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 0 20px;
    }
    .work-icon{
        text-align: center;
    }
    .newsletter{
        text-align: center;
        max-width: 100%;
        padding: 30px 20px;
    }
    .newsletter h2{
        margin-bottom: 25px;
        font-size: 25px;
    }
    .subscribe__form input{
        font-size: 14px;
        height: 60px;
        padding-left: 15px;
    }
    .subscribe__form button{
        position: unset;
        margin-top: 20px;
        height: 50px;
        width: auto;
    }
    .services__area-container{
        flex: 0 0 auto;
        width: 100%;
    }
    .services__text{
        padding: 25px 20px;
    }
    .section-title p{
       font-size: 14px; 
       max-width: 100%;
    }
    .section-title h2{
        font-size: 25px;
        margin-bottom: 15px;
    }
    .section-title h4{
        font-size: 14px;
        margin-bottom: 14px;
    }
    .btn1, .btn2{
        font-size:13.5px ;
        padding:9px 25px ;
    }
    .company__content-cont{
        flex: 0 0 auto;
        width: 100%;
    }
    .company__box{
        padding: 20px;
    }
    .company__box i{
        font-size: 35px;
    }
    .welcome-box{
        flex: 0 0 auto;
        width: 100%;
    }
    h1{
       font-size: 30px; 
       line-height: 40px;
       margin-top: 15px;
       margin-bottom: 15px;
    }
    .banner p{
        font-size: 14px;
        max-width: 100%;
    }
    h4{
        font-size: 15px;
    }
    .container{
        padding: 0 10px;
    }
}