
    @import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,800&display=swap');

body {
    margin: 0;
    padding: 0;
   
    justify-content: center;
    align-items: center;
  
   
}

@media only screen and (max-width:768px)
{
    .contact_main_cont {
        padding: 0;
    }
}
.contact_main_cont {
    padding: 50px 100px;
}

.logo {row-gap: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        
}

.logo img {
    height: 50px;
}

@media only screen and (max-width:768px)
{
    .logo {
        flex-direction: column;
    }
}

.mobi {text-align: center;
    flex: 25%;
}

.log {
    flex: 50%s;
}

.no {text-align: right;
    flex: 25%;
}
.container {
    position: relative;
    display: flex;
    height: 500px;
    background: #fff;
    margin: 100px;
    margin-bottom: 0;
    border: 2px solid black;
}


.extra {
    position: relative;
    display: flex;
    height: 500px;
    background: #fff;
    margin: 100px;
    margin-bottom: 0;
   
}



.container .imgBx {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
   max-width:100%;
   width: 50%;
    height: 500px;
 
    transition: .3s linear;
    
}

.container .imgBx:before {
   
    position: absolute;
    top: 0px;
   
    color: #000;
    opacity: 0.2;
    font-size: 8em;
    font-weight: 800;

}

.container .details {
    display: flex;
    justify-content: center;
    align-items: center;
   max-width: 100%;
    height: 500px;
    box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}

.container .details h2{
    margin: 0;
    padding: 0;
    font-size: 2rem;
    line-height: 1em;
    color: #444;
}

.container .details h2 span {
    font-size: 0.4em;
    
    letter-spacing: 2px;
    color: #999;
}

.container .details p {
    
    color: #333;
    font-size: 15px;
  
}

.container .details h3 {
    margin: 0;
    padding: 0;
    font-size: 2.5em;
    color: #a2a2a2;
    float: left;
}
.container .details button {
    background: #000;
    color: #fff;
    border: none;
    outline: none;
    padding: 15px 20px;
    margin-top: 5px;
    font-size: 16px;
    letter-spacing: 1px;
  
    font-weight: 600;
    border-radius: 40px;
   
}

.product-colors span {
    width: 26px;
    height: 26px;
    top: 7px;
    margin-right: 12px;
    left: 10px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.black {
    background: #000;
}

.red {
    background: #D5212E;
}

.orange {
    background: #F18557;
}

.product-colors .active:after{
    content: "";
    width: 36px;
    height: 36px;
    border: 2px solid #000;
    position: absolute;
    border-radius: 50%;
    box-sizing: border-box;
    left: -5px;
    top: -5px;
}

/* responsive */
@media (max-width: 1080px) {
    .container {
        height: auto;
    }
    .container .imgBx {
        padding: 40px;
        box-sizing: border-box;
        width: 100% !important;
        height: 500px ;
        text-align: center;
        overflow: hidden;
    }
    .container .imgBx img {
        left: initial;
        max-width: 100%;
       
    }
 
    .container .details p {
        margin-left: 0;
        max-width: 100%;
    }
}

footer {
    position: fixed;
    right: 16px;
    bottom: 12px;
}

footer a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}



.popup {
    display: none;
    position: fixed;
   
    width: 280px;
   
    height: 180px;
  
    
  
  }
  