*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-transform: capitalize;
}
*:focus {
    outline: none;
  }
.main{

    height: 100vh;
    width: 100%;
    background-color: #000;
}
.header{
    /* border: 1px solid yellow; */
   display: flex;
   flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 25px 40px;
    /*height: 70px;*/
    /* background-image: linear-gradient(to right , rgba(0,0,0,0.5), #058897) */
    /* background-image: linear-gradient(to left , rgba(0,0,0,0.5), #FFF); */
    position: absolute;
    top: 0;
    width: 100%;
}
.bottom{
    position: absolute;
    bottom: 0;
    width: 100%;


}
/* //today//? */
.botoom-content{
    text-align: right;
    color: #fff;
    font-size: 16px;
    padding:  20px;
}
.header .logo{
    font-size: 30px;
    font-weight: 100;
    color: #fff;
}
.content-section{

    /* border:1px solid white; */
    height: calc(100% - 70px);
    /* position: relative; */
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 70px;
 
}
.watermark{
        position: absolute;
        height: 250px;
        top: 35%;
        left: 35%;
        opacity: 0.4;
        z-index: 1111;
}
.links{
    /* display: flex; */


    /* //today// */
    width: 25%;
    text-align: right;
    /* today */

}
.links img{
    max-width: 20%;
}
.headerIcons{
    margin-left: 15px;
   max-width: 25px; 
    cursor: pointer;
}
.links div img{
    width: 100%;

}
.left-icon-section{
    width: 70px;
    /* border: 1px solid yellow; */
    /* background-image: linear-gradient(to bottom , rgba(0,0,0,0.5), #058897); */
    position: relative;
        /* background-image: linear-gradient(to bottom , #FFF, rgba(0,0,0,0.5)); */
}
.right-section{
    /* width: calc(100% - 80px) ; */
    /* border: 5px solid rgb(187, 189, 184); */
    width: 100%;
    height: 100vh;
}
.icons{
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.icons .icon{
    width: 40px;
    height: 80px;
    cursor: pointer;
    fill: #fff;
    position: relative;

}
.icons .icon img{
    width:100%;
}

/* .right-section{
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
}
.shahzad{
    display: flex;
    align-items: center;
    justify-content: center;
   height: 100%;
} */

/* .left-content-section{
    height: 100%;
 
    width: 80px;
    background-image: linear-gradient(to bottom , rgba(0,0,0,0.5), #058897);
    position: absolute;
    
}
.left-content-section .icon{
    width: 35px;
    height: 90px;
    cursor: pointer;

}
.left-icon-section{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.right-content-section{
    width: calc(100% - 0px);
    border: 3px solid green;

} */

/* .first{
    width: 80px;
    border: 1px solid yellow;
}
.second{
    width: calc(100% - 0px);
    border: 3px solid green;
} */
#modal-content{
  justify-content: center;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    /* max-width: 90%; */
    /* height: 50vh; */
    height: 40vh;

    overflow-y: auto;
  
}
/* .modal-content{
    background-color: rgba(0,0,0,0.5);
} */
.inner-content-div img{
    width: 100%;
}
.contentelement{
    padding: 5px;
    font-size: 14px;
    font-weight: normal
    /* color: #fff; */
}
.titlecontent{
    color: #000000;
    font-size: 28px;
    font-weight: 400;
}
.boderclass{
    border: 2px solid #000 ;
}
.iconcolor{
    fill: #000 !important;
}
/* center modal in all screens */
.modal-dialog {
    /* min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto; */
    position: absolute;
    top: 25%;
    left: 10%;
}
title{
    padding: 0px 20px;
    
}
.iconOptions img{
    /* width: 100%; */
    max-width: 140px;
}
.iconOptions {
    position: absolute;
    left: -1000%;
    transition: all 0.8s ease-in-out;
    top: 48%;
    transform: translate(-50%,-50%);
   
    
}
/* .second-section{
 margin-left: 30px;
 transition: all 0.8s ease-in-out;
 position: relative;
 left: -150%;
 
}
.fourth-section{
    margin-left: 30px;
    transition: all 0.8s ease-in-out;
    position: relative;
    left: -150%;

}
.third-section{
 margin-left: 30px;
 transition: all 0.8s ease-in-out;
 position: relative;
 left: -150%;

}
.fifth-section{

    margin-left: 30px;
    transition: all 0.8s ease-in-out;
    position: relative;
    left: -150%;
}
.sixth-section{
    margin-left: 30px;
    transition: all 0.8s ease-in-out;
    position: relative;
    left: -150%;

} */


.active-second-option{
    left: 180px !important;
    top: 48%;   
    transform: translate(-50%,-50%);
  
}

/*.first-icon-image,.second-icon-image,.third-icon-image,.fourth-icon-image,.fifth-icon-image {*/
/*    max-width: 160px;*/
/*}*/
/*.fifth-icon-image img{*/
/*    max-width: 140px !important;*/
/*}*/
.first-parent-image{
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  
    /* position: relative;
    top: 50%;
    transform: translateY(-50%); */

}
.content{
    font-size: 12px;
    color: #fff ;
    padding: 5px;
}

@media(max-width:991px){
    .header .logo{
        font-size: medium;
    }
      
}

@media(max-width:568px){
    .header{
        padding: 15px;
    }
    .icons .icon{
        width:35px;
    }
       .botoom-content{
        font-size: 10px;
    }
    .header .logo{
        font-size: 14px;
    }
    .headerIcons{
        max-width: 20px;
    }
    .modal{
        width: 90%;
    }
    .titlecontent{
        font-size: 18px;    
    }
    #modal-content{
        grid-template-columns: repeat(2,1fr);
    }
    .contentelement{
        font-size: 10px;
    }
    .iconOptions{
        display: none;
    }
       .links img {
        max-width: 50%;
       }
    .watermark{
        position: absolute;
        height: 100px;
        top: 35%;
        left: 25%;
        opacity: 0.4;
        z-index: 1111;
    }
}
#colorOptions::-webkit-scrollbar {
  display: none;
}
#riseroption::-webkit-scrollbar{
   display: none; 
}
#textureoption::-webkit-scrollbar{
   display: none; 
}
#colorOptions,#textureoption,#riseroption{
    margin-left: -1000%;
    left: 225px !important;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 50vh;
     overflow: scroll;
     scrollbar-width: none;
}
#colorOptions.active-second-option{
    margin-left: 0;
}
#riseroption.active-second-option{
    margin-left: 0;
}
#textureoption.active-second-option{
    margin-left: 0;
}
#color-first-parent-image,#textureparent,#riserparent{
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}



/* //today? */
@media screen and (min-width: 600px) and (max-width: 1600px) {
    #colorOptions{
         left: 205px !important;
    }
    .iconOptions img{
        max-width: 120px;
    }
  
    /*   .fifth-icon-image img{*/
    /*    max-width: 120px !important;*/
    /*}*/
    .header .logo {
        font-size: 28px;
    }
    .active-second-option{
        top: 50%;
          left: 160px !important;
        
    }
    .content{
        font-size: 11px;
    }
    .first-parent-image{
        gap: 10px;
    }
    #color-first-parent-image{
        gap: 10px;
    }




}