:root{
    --main-color:#3CAEEF;
}
body,
html{
    box-sizing: border-box;
    margin:0;
    padding:0;
    font-size:18px
}

.maincontent {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border: none;
}


.maincontent_wrapper{
    padding-top:0;
}
p{
    font-size:1rem
}
h2{
    font-size:2.5rem;
    color: var(--main-color);
    font-weight:700;
    font-family: 'Poppins', sans-serif;
}
img{
    width:100%;
}
.my-hr{
    border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  max-width:70%;
  margin:40px auto;
}
.btn-wrapper{
    margin-top:20px;
}
.my-btn{
    color:#3CAEEF;
}
.highlight{
    color: #3CAEEF;
    font-weight:700;
}
.my-title{
    text-align: center;
    margin:2% 0;
}
#hero{
    position: relative;
}
#hero-wrapper{
    display:grid;
    grid-template-columns: 30% 70%;
}

#hero-content{
    place-self:center;
    padding:0 3%;
    grid-column: 1/2;
    grid-row:1/2;
}
#hero-image{
    max-height:clamp(300px, 30vw, 575px);
    object-fit: cover;
    grid-column: 2/3;
    grid-row:1/2;
}
#hero-logo{
    max-width:530px;
}
#section1{
    text-align: center;
    padding:2% 5%;
}
#section1 p{
    max-width:1200px;
    margin:0 auto;
}
.title{
    text-align: center;
}
#products{
    padding:2% 1%;
    background-color:#F8F8FF;
}
.flex-group{
    display:flex;
    flex-direction: row;
    flex-wrap:wrap;
    justify-content: space-evenly;
    align-items: center;
    margin-top:50px;
}
.flex-item{
    display:flex;
    position: relative;
    place-items: center;
    place-content: center;
    height:300px;
    width:300px;
    margin:10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: drop-shadow(3px 3px 6px rgba(0,0,0,0.1));
    transition:.5s;
}
.flex-item::before{
    content:"";
    position: absolute;
    height:100%;
    width:100%;
    background-color: rgba(255,255,255,0.5);
    transition:.5s;
}
.flex-item:hover{
    transform:scale(1.1);
    transition:.5s;
}
.flex-item:hover.flex-item::before{
    height:0;
    width:0;
    transition:.5s;
}
.flex-item a:hover{
    text-decoration: none;
}
.flex-item p{
    font-size:clamp(16px, 3vw, 36px);
    position: relative;
    color:#800000!important;
}

#door{
    background-image: url('/imageserver/Reusable/screeneze23/sliding-door-bg-min.png');
}
#screeneze{
    background-image: url('/imageserver/Reusable/screeneze23/screeneze-all-flush-min.jpg');
}
#snaptrack{
    background-image: url('/imageserver/Reusable/screeneze23/snaptrack-all-min.jpg');
}
#arch{
    background-image: url('/imageserver/Reusable/screeneze23/flatbar-all-min.jpg');
}
#wedge{
    background-image: url('/imageserver/Reusable/screeneze23/wedge-all-min.jpg');
}
#plinth{
    background-image: url('/imageserver/Reusable/screeneze23/plinth-all-min.jpg');
}
#screen{
    background-image: url('/imageserver/Reusable/screeneze23/screen+fabric-min.jpg');
    background-size: 500%;

}
.showSingle{
  cursor:pointer;
  text-align: center;
  display:flex;
  flex-direction: column;
  height:100%;
  width:100%;
  align-items: center;
  justify-content: center;
}
.product-details{
    padding:2% 5%;
    margin-top:30px;
}
.product-main-grid{
    display:grid;
    grid-template-columns: 40% 60%;
}
.main-content{
    padding:5%;
}
.colors{
    display:flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap:wrap;
}
.colors h2{
    margin:0;
    padding:0;
    color:#000;
}
.benefits-content, #door-benefits{
    display:flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap:wrap;
}
.benefits-content h2{
    color:antiquewhite;
}
.benefits-item{
    text-align: center;
    max-width:400px;
    margin-block:20px;
}
.benefits-header{
    display:flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap:wrap;
    margin-bottom:20px;
}
.benefits-header h3{
    padding:0;
    margin:0;
    font-weight: 700;
}
.colors .div-line{
    height:50px;
    width:3px;
    margin:0 20px;
    background-color: #3CAEEF;
}
.benefits-header .div-line{
    height:30px;
    width:3px;
    margin:0 20px;
    background-color: #3CAEEF;
}
.colors.div-line{
    height:30px;
    width:3px;
    margin:0 20px;
    background-color: #3CAEEF;
}
.benefits-images-wrapper{
    background-color: #F8F8FF;
    width:100%;
    padding:2% 0;
}
.benefits-images{
    width:100%;
    margin:0 auto;
    display:flex;
    flex-direction: row;
    flex-wrap:wrap;
    justify-content: space-evenly;
}
.benefits-images img{
    margin:20px 0;
    max-width:450px;
    filter:drop-shadow(3px 3px 3px rgba(0,0,0,0.3));
}
.benefits-content{
    display:flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height:100%;
}
.benefits-content h2{
    font-size:2.5rem;
    color: var(--main-color);
    font-weight:700;
    font-family: 'Poppins', sans-serif;
}
/* =============== Screeneze =================== */
#screeneze-benefits{
    background-image: linear-gradient(rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 100%), url('/imageserver/Reusable/screeneze23/screen-hero2-min.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height:40vh;
    width:100%;
    background-position: center;
    border-block:2px solid var(--main-color);
}
#screeneze-list img{
    border-radius:50%;
    max-width:200px;
}
.screeneze-mount{
    /* display:grid;
    grid-template-columns: repeat(2, 50%); */
    margin:2% auto;
    text-align: center;
    max-width:1600px;
    padding:2%;
}

/* ==================Snaptrack=========== */
.snaptrack-cuts{
    display:grid;
    gap:4%;
    grid-template-columns: repeat(2, 50%);
    align-items: center;
    justify-content: center;
    margin:4%;
}
.my-grid{
    display:grid;
    grid-template-columns: repeat(2, 50%);
    justify-content: center;
    align-items: center;
    margin:20px 0;
}
.grid-left{
    margin:0 auto;
}
.grid-right{
    margin:0 auto;
}
/* ====================Plinth =============== */
.plinth-center p{
    font-weight:700;
    margin-top:20px;
    max-width:500px;
}

/*==============Screen=============== */
.screen-flex{
    display:flex;
    flex-direction: row;
    flex-wrap:wrap;
    justify-content: space-evenly;
    text-align: center;
    
}
.screen-item{
    width:500px;
    height:400px;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    display:flex;
    text-align: center;
    align-items: flex-end;
    justify-content: center;
    margin:1%;
}
.screen-item h3{
    margin:0;
    font-size:1.5rem;
    padding:10px 0;
    background-color:#fff;
    width:100%;
}
#ultraview{
background-image: url('/imageserver/Reusable/screeneze23/ultravue2-min.jpeg');
}
#betterview{
background-image: url('/imageserver/Reusable/screeneze23/bettervue-min.jpeg');
}
#phifer{
background-image: url('/imageserver/Reusable/screeneze23/phifer-min.jpeg');
}
#noseeum{
background-image: url('/imageserver/Reusable/screeneze23/noseeum-min.jpeg');
}
#tuffscreen{
background-image: url('/imageserver/Reusable/screeneze23/tuffscreen-min.jpeg');
}
#textilene{
background-image: url('/imageserver/Reusable/screeneze23/textilene-nano-min.jpeg');
}



@media screen and (max-width:992px) {
    .product-main-grid{
        display:block;
        text-align: center;
    }
    .product-benefits{
        display:block;
    }
    .my-grid{
        display:block;
        text-align: center;
    }
    .snaptrack-cuts{
        display:block;
        text-align: center;
    }
    ul{
        margin-block-start:0;
        padding-inline-start:0;
    }
    ul li{
        list-style-type: none;
    }
}
@media screen and (max-width:800px) {
    .benefits-header{
        align-items: center;
        flex-direction:column;
        text-align: center;
    }
    #hero-wrapper{
        display:block;
    }
    .benefits-header .div-line {
        height: 3px;
        width: 15%;
        margin: 8px 0px;
        background-color: #3CAEEF;
    }
}
@media screen and (max-width:600px) {
    .flex-group{
        justify-content: center;
    }
    #hero-wrapper{
        display:block;
    }
}
@media screen and (max-width:400px) {
    .flex-item{
        min-width:250px;
    }
}