*{
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal
}
body{
    overflow-x: hidden;
}
.navbar{
    background-color: #00011a !important;
}
.navbar-brand{
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-size: 40px;
    font-weight: 600;
}
.btn-navbar{
    background-color: aliceblue !important;
    color: #00011a !important;
    font-weight: bold;
    padding: 10px 20px;
    transition: .4s ease-in-out !important;
}
.btn-navbar:hover{
    background-color: #ff6a00 !important;
    color: white !important;
}

.nav-item .nav-link{
    font-weight: bold;
    transition: .4s ease-in-out;
}
.nav-item .nav-link:hover{
    color: #ff6a00 !important;
}
.section-1{
    width: 100%;
    height: 91vh;
    background-image: url(../images/hero-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cont-overlay{
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-main{
    width: 50%;
    text-align: center;
}
.text-main h1{
    font-size: 120px;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
}
.text-main h3{
    font-weight: bold;
    margin: 16px 0px;
}
.text-main p{
    font-size: 23px;
    font-weight: bold;
}
.btn-main{
    background-color: #00011a !important;
    color: #ffffff !important;
    font-weight: bold;
    padding: 10px 20px;
    transition: .4s ease-in-out !important;
    margin: 0px 6px;
}
.btn-main:hover{
    background-color: #ff6a00 !important;
    color: white !important;
}
.sec-2{
    width: 100%;
    height: 80vh;
    background-color: #00011a;   
}
.sec2-top{
    width: 100%;
    height: 20%;
    align-content: end;
}
.sec2-bottom{
    width: 100%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
}
.item{
    width: 18%;
    height: 400px;
    background-color: #ffffff;
    border-radius: 15px;
    text-align: center;
    transition: .4s ease-in-out;
}
.item:hover{
    background-color: #ff6a00;
    margin-bottom: 30px;
    color: #ffffff;
}
.icon{
    font-size: 80px;
    margin-top: 20px;
}
.item h5{
    font-weight: bold;
    font-size: 20px;
    margin-top: 20px;
}
.p-item{
    width: 90%;
    margin: auto;
    height: 100px;
    text-align: center;
    font-size: 20px;
}
.btn-item{
    margin-top: 70px;
    padding: 10px 25px;
    background-color: #00011a;
    border: 2px solid purple;
    border-radius: 12px;
    color: #ffffff;
    transition: .4s ease-in-out;
}
.btn-item:hover{
    color: #00011a;
    background-color: #ffffff;
}
.sec-3{
    width: 100%;
    height: 70vh;
}
.sec3-top{
    width: 100%;
    height: 15%;
    align-content: end;
}
.sec3-bottom{
    width: 100%;
    height: 60%;
    align-content: center;
}
.sec3-item{
    width: 70%;
    height: 90px;
    padding-top: 25px;
    padding: 25px 20px 0px 20px;
    margin: auto;
    margin-top: 15px;
    transition: .3s ease-in-out;
}
.sec3-item h2{
    margin-left: 20px;
}
.sec3-item p{
   font-size: 0px;
   transition: .3s ease-in-out;
}
.sec3-item:hover{
    height: 200px;
}
.sec3-item:hover p{
    font-size: 16px;
}
.sec-4{
    width: 100%;
    background-color: #00011a;
}
.top{
    width: 100%;
    height: 100px;
    align-content: end;
}
.center{
    margin-top: 70px;
    display: grid;
    grid-template-columns: 400px 400px 400px;
    grid-template-rows: 1fr 1fr;
    grid-row-gap: 60px;
    grid-column-gap: 40px;
    justify-content: center;
}
.center-item{
    display: flex;
    justify-content: center;
}
.center-item img{
    width: 400px;
    height: 450px;
}
.btn-box{
    height: 190px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-pro{
    background-color: #ffffff !important;
    color: #00011a !important;
    border: 2px solid purple;
    border-radius: 50px;
    padding: 8px 25px;
}
.btn-pro:hover{
    background-color: #ff6a00 !important;
    color: #ffffff !important;
}
.sec-5{
    width: 100%;
    height: 80vh;
    background-color: rgb(255, 248, 234);
}
.client-top {
    width: 100%;
    height: 100px;
    align-content: end;
    margin-bottom: 50px;
}
.box-client{
    margin: auto;
    width: 70%;
    height: 500px;
    background-color: #ffffff;
}
.img-box {
    height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.img-slider{
    border-radius: 70px;
    width: 300px;
    height: auto;
}
.footer{
    width: 100%;
    height: 500px;
    background-color: #00011a;
}
.text-btn{
    width: 100%;
    height: 100px;
    background-color: #3b3b48;
    padding: 0px 80px;
}
.footer-main{
    width: 100%;
    height: 85%;
    background-color: #00011a;
    display: grid;
    grid-template-columns: 1fr 300px 400px 1fr;
    gap: 20px;
}
.text-footer{
    width: 95%;
    padding: 30px 0px 0px 80px;
}
.text-footer h1{
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #fff;
}
.text-footer p{
    font-size: 20px;
    color: #fff;
}
.footer-items h3{
    padding: 30px 0px 20px 30px;
    color: #fff;
}
.footer-items ul li a{
    text-decoration: none;
    line-height: 48px;
    font-size: 20px;
    color: white;
}
.footer-items .text-footer-3rd{
    font-size: 20px;
    color: #fff;
    padding-left: 30px;
}
.input-group{
    height: 50px;
    width: 370px;
}
.input-group-text{
    background-color: #ff6a00 !important;
    cursor: pointer;
    border-radius: 10px;
}
.input-footer{
    border: none;
    border-radius: 10px;
    margin-left: 30px;
}
.paper-plane{
    font-size: 25px;
}

.icons-footer{
    display: flex;
    gap: 20px;
    margin: 30px 0px 0px 30px;
}
.icon-foter{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .4s ease-in-out;
}
.icon-foter:hover{
    background-color: #ff6a00;
}
.icon-foter:hover .footer-icon{
    color: #fff;
}
.footer-icon{
    font-size: 25px;
}
.copyright{
    margin-top: 25px;
    width: 100%;
    height: 100px;
    background-color: #00011a;
    padding-left: 80px;
    display: flex;
    align-items: center;
}
.copyright p{
    color: #fff;
}