/* Reset some default styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Apply background image */
.bg-tk3r2-one {
    background-image: url('https://www.dubaitrade.ae/media/k2/items/cache/4a5dadae8236179289a29d4a9cb30754_XL.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh; /* Adjust as needed */
    display: flex;
    align-items: center;
}

.bg-tk3r2-two {
    background-image: url('https://dtcms.cachefly.net/images/assets/explore/explore-parallax-bg1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 50vh;
    display: flex;
    align-items: center;
}

/* Style the content container */
.content-tk3r2 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
}

/* Style the floating text */
.text-tk3r2 {
    width: 50%;
    float: left;
}

.divider-white-tk3r2 {
    width: 50px;
    height: 3px;
    background-color: white;
    margin: 0 auto;
}
.divider-red-tk3r2 {
    width: 50px;
    height: 3px;
    background-color: red;
    margin: 0 auto;
}


/*////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////*/
.box-icon-tk3r2 {
    border: 1px solid grey;
}
/* Hide the <p> tag by default */
.hidden {
    display: none;
}

/* Show the <p> tag when the parent is hovered */
.box-icon-tk3r2:hover .hidden {
    display: block;
}

.box-icon-tk3r2:hover {
    cursor: pointer;
    background-color:white;
    color:black !important;
    transform: scale(0.8);
    transition: opacity 0.4s ease-out, transform 0.8s ease-in;
}

.tk3r2-h100{
   height:100px;
}
.tk3r2-h50{
    height:50px;
}







