/* all common css start here */
*{
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
    box-sizing: border-box;
    outline: 0;
}

a,a:hover{
    text-decoration: none;
}

ul,ol{
    list-style-type: none;
}

h1,h2,h3,h4,h5,h6,p{
    margin: 0;
    padding: 0;
    line-height: 0.8;
}
/* all common css end here */

/* header part start here */
.navbar{
    background: #141619;
}

.nav-link{
    color: white;
    transition: .5s;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.53px;
    line-height: 24px;
    padding: 0 10px !important;
}

.nav-link:hover{
    color: #959595;
}

.headerLastword p{
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.53px;
    color: #FFFFFF;
}


/* header part end here */

/* banner part start */
#bannerpArt{
    padding-bottom: 100px;
    background: #141619;
}

.bannerText{
    padding-top: 100px;
}

.bannerText h1{
    padding: 0 50px;
    font-size: 74px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 100px;
}

.bannerText p{
    margin-top: 45px;
    font-size: 18px;
    font-weight: 400;
    color: #E5E5E5;
    line-height: 30px;
    padding: 0 50px;
}

.bannerBtn{
    margin-top: 45px;
    background: linear-gradient(to right, #665DCD 0%, #5FA4E6 45%, #D2AB67 100%);
    padding: 10px 30px;
    font-size: 19px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 22px;
    border-radius: 2px;
}

/* banner part end */

/* about part start */

#aboutPArt{
    padding-bottom: 100px;
    background: #141619;
}

.aboutText{
    padding-top: 80px;
}

.aboutText h3{
    padding: 0 50px;
    font-size: 56px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 78px;
}

.aboutText p {
    font-size: 20px;
    font-weight: 400;
    color: #E5E5E5;
    line-height: 30px;
    padding: 0 25px;
}

.itemsAbout{
    padding-top: 65px;
}

.aboutItems{
    padding: 30px;
    background: transparent;
    transition: .5s;
    border-radius: 5px;
}
.aboutItems:hover{
    background: linear-gradient(to right, #665DCD 0%, #5FA4E6 45%, #D2AB67 100%);
}

.aboutItems h4{
    font-size: 32px;
    font-weight: 400;
    color: white;
    line-height: 58px;
}
.aboutItems p{
    font-size: 18px;
    font-weight: 400;
    color: white;
    line-height: 30px;
    padding: 0 20px;
}

/* about part end */

/* market part start */
#marketPart{
    padding-top: 50px;
    background: #141619;

}

.marketMakingText{
    padding-top: 50px;
}

.marketText{
    position: relative;
}

.marketText img {
    position: absolute;
    left: -635px;
    top: 0;
    opacity: 100;
    width: 1000px;
}

.marketText h3{
    font-size: 56px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 78px;
    padding-bottom: 30px;
}

.marketText p{
    font-size: 18px;
    font-weight: 400;
    color: white;
    line-height: 30px;
    padding: 0 20px;
}

.scPart{
    padding-top: 130px;
}

.marketMakingText h4{
    font-size: 36px;
    font-weight: 400;
    color: white;
    line-height: 44px;
    width: 300px;
}
.marketMakingText h5{
    font-size: 20px;
    font-weight: 700;
    color: white;
    line-height: 28px;
    margin: 30px 0;
    width: 350px;
}

.marketMakingText p{
    font-size: 20px;
    font-weight: 400;
    color: white;
    line-height: 30px;
    width: 390px;
}

.imgPartmarket{
    text-align: right;
}

.scParTT{
    padding-top: 50px;
}

.imgPartmarketTwoo{
    text-align: left;
}

.marketTextTwo{
    margin-left: 200px;
    margin-top: 100px;
}

.marketTextTwo h4{
    font-size: 36px;
    font-weight: 400;
    color: white;
    line-height: 44px;
    width: 300px;
}
.marketTextTwo h5{
    font-size: 20px;
    font-weight: 700;
    color: white;
    line-height: 28px;
    margin: 30px 0;
    width: 350px;
}

.marketTextTwo p{
    font-size: 20px;
    font-weight: 400;
    color: white;
    line-height: 30px;
    width: 390px;
}

/* market part end */

/* market two start */
#marketTwo{
    padding-top: 50px;
    background: #141619;
}

.mTwooText{
    padding-top: 400px;
}

.mTwooText h3{
    font-size: 60px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 78px;
    width: 350px;
}

.imgMtwOO {
    margin-top: 110px;
    margin-left: 180px;
}
/* market two end */

/* aboutus part start */
#aboutUsPart{
    padding-bottom: 100px;
    background: #141619;
}

.aboustUsText{
    padding-top: 100px; 
}
.aboustUsText h3{
    font-size: 57px;
    color: white;
    line-height: 78px;
    font-weight: 500;
    padding-bottom: 20px;
}
.aboustUsText p{
    font-size: 20px;
    color: white;
    line-height: 28px;
    font-weight: 400;
    padding: 0 125px;
}

.arrowIcon i{
    margin-top: 30px;
    margin-right: 30px;
    padding: 15px 0;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 2px solid white;
    color: white;
}
.aboustUsText h5{
    margin-top: 30px;
    font-size: 26px;
    font-weight: 400;
    line-height: 44px;
    color: white;
    padding: 0 100px;
}

.aboustUsText h4{
    margin-top: 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    color: white;
}

.imgntext{
    padding-top: 30px;
    display: flex;
}

/* aboutus part end */

/* team part start */

#teamPart{
    padding-top: 200px;
    background: #141619;
    padding-bottom: 60px;
}

.teamText{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.teamText img {
    position: absolute;
    top: -135px;
    left: -100px;
}

.teamText h3{
    font-size: 54px;
    font-weight: 500;
    line-height: 78px;
    color: white;
    z-index: 1;
}

.textTwoOO{
    width: 50%;
}
.textTwoOO p{
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
    color: white;
    padding-bottom: 20px;
}
.textTwoOO h6{
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
    color: white;
    padding-bottom: 20px;
}
.textTwoOO a{
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
    color: white;
    padding-bottom: 20px;
    border-bottom: 1px solid white;
}

/* team part end */

/* contact part start */
#contactPart{
    padding-top: 200px;
    padding-bottom: 100px;
    background: #141619;
    border-bottom: 1px solid white;
}

.contactText{
    position: relative;
}
.contactText img{
    position: absolute;
    top: -170px;
    left: -190px;
    opacity: 20%;
}


.contactText h3{
    font-size: 54px;
    font-weight: 500;
    line-height: 78px;
    color: white;
}

.contactText P{
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: white;
    padding-bottom: 30px;
    padding-top: 30px;
    z-index: 1;
}

/* contact  part end */

/* footer part start */
#footerPart{
    padding-top: 80px;
    padding-bottom: 60px;
    background: #141619;
}

.leftText h4{
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: white;
    padding-bottom: 30px;
}

.leftText a{
    display: block;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #BCBCBC;
}

#gap{
    padding-top: 80px;
}

.rightText{
    text-align: right;
}

.rightText p {
    padding-top: 175px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #BCBCBC;
}

/* footer part end */