.final-logo-resize {
	width: 160px;
	height: 100px;
}

@media only screen and (max-width: 768px) {
	.final-logo-resize {
		width: 100px;
		height: 66px;
	}
}

.product-image-resize {
	width: 259px;
	height: 202px;
}

.shape-13-resize {
	width: 186px;
	height: 186px;
}

.shape-02-04-resize {
	width: 160px;
	height: 175px;
}

@media only screen and (max-width: 768px) {
	.product-image-resize {
		width: 253px;
		height: 198px;
	}

	.shape-13-resize {
		width: 186px;
		height: 186px;
	}

	.shape-02-04-resize {
		width: 160px;
		height: 175px;
	}
}

             @media screen and (max-width: 991px) {
	.features-box.features-style-2 .content .title {
		color: black !important;
	}
}

#popup {
        position: fixed;
        top: 0; left: 0;
        width: 100%; height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 1000;
    }
    
    @media screen and (min-width: 768px) {
        #popup img {
        max-width: 50%;
        max-height: 75%;
        object-fit: cover;
        display: block;
        border-radius:10px;
        margin: auto;
        }
    } 

    @media screen and (max-width: 768px) {
        #popup img {
        max-width: 90%;
        max-height: 75%;
        object-fit: cover;
        display: block;
        border-radius:10px;
        margin: auto;
        }
    } 

    #popup .close-button {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 24px;
        color: white;
        background: transparent;
        border: none;
        cursor: pointer;
        z-index: 1001;
    }

    #popup .close-button:hover {
        color: #ff0000;
    }

    #overlay {
        position: fixed;
        top: 0; left: 0;
        width: 100%; height: 100%;
        backdrop-filter: blur(10px);
        z-index: 999;
    }
    
        .banner {
      width: 100%;
      height: auto;
    }

    .banner img {
      width: 100%;
      height: auto;
      display: block;
    }
    .p-25 {
    padding: 25px;
}
       .width100{
           width: 100% !important;
       }