*{
    margin: 0px;
    padding: 0px;
    list-style: none;
    box-sizing: border-box;
}
html { 
    font-family: sans-serif; 
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
    line-height: 1.15; 
    -webkit-text-size-adjust: 100%; 
    scroll-behavior: smooth}

body { 
    margin: 0; 
    font-size: 16px; 
    font-family: 'Raleway', sans-serif; 
    font-weight: 400; 
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale; 
    color: #333}
.main{
    display: flex;
    min-height: 100vh; 
    width: 100%; 

}

/* part_left  */

.part_left{
    width: 20%;
    padding-top: 50px;
    background-image: url(../images/bgimg.jpg);
    background-size: cover;
    text-align: center;
    
}
._txtMarketplace span {
    display: block; 
    text-align: center; 
    font-size: 24px; 
}
.fish{
    width: 220px;
    padding-top: 20px;
}
.fish img{
    width: 100%;
}
.CruxLogo{
    width: 270px;
    cursor: pointer;
    transition: 0.3s;
}
.CruxLogo:hover {
    transform: scale(0.7);
}
.domainNames li a{
    color: black;
    font-weight: 400;
    font-size: 20px;
}
.domainNames li{
    padding-top: 20px;
}




/* part_center  */


.part_center{
    width: 60%;
}
.logos{
   display: flex;
   justify-content: space-between;
}
.logos img{
    width: 150px;
    cursor: pointer;
}
.logo_j{
    padding: 20px 10px 0px 0px ;
}
.cenerka{
    text-align: center;
}
.fishBowl img{
    width: 205px;
    
}
.ft-18 {
    font-size: 20px;
}
._domainName {
    color: #469585;
    font-size: 54px;
    font-weight: 600;
}
.welcomeHeading {
    font-size: 24px;
    color: #469585;
    font-weight: 500;
}
a.btn.btn_mky {
   
    width: 190px;
    margin: 15px auto;
    background: linear-gradient(to top, #2c6d54, #84bba6);
    border: 4px solid #FFF;
    border-radius: 40px;
    color: #FFF;
    font-weight: 800;
    padding: 5px;
    box-shadow: 0px 0px 8px 4px rgb(0 0 0 / 13%);
    font-size: 16px;
}
.sponsoredTxt {
    padding-top: 15px;
    position: relative;
}
._inText {
    padding: 10px 0;
    font-weight: 600;
    font-size: 20px;
} 
._premiumText {
    font-size: 14px;
    margin-top: 6px;
}
     

/* part_right  */


.part_right{
    width: 20%;
    padding-top: 50px;
    background-image: url(../images/bgimg2.png);
    background-size: cover;
    text-align: center;
    
}
.fish2{
    width: 220px;
    padding-top: 20px;
    padding-left: 10px;
}
.fish2 img{
    width: 100%;
    box-shadow: 0px 4px 0px 0px black;
}
.premiumlogo{
    cursor: pointer;
    width: 270px;
    transition: 0.3s;
    
}
.premiumlogo:hover{
    transform: scale(0.7);
}
.outer{
    padding-bottom: 180px;
}
.makeityours{
    display: block;
    width: 190px;
    margin: 15px auto;
    background: linear-gradient(to top, #F795A2, #F795A2);
    border-radius: 40px;
    color: #FFF;
    font-weight: 800;
    padding: 0px;
    border: 4px solid #FFF;
    box-shadow: 0px 0px 8px 4px rgb(0 0 0 / 13%);
    font-size: 16px;
}








