*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Times New Roman', Times, serif;
   
}
body{
    display: block;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    color: #fff;
    background: #1d2026;
}
.lamp{
   position: absolute; 
   top: -55px;
   left: 40%;
   width: 120px;
}
.lp{
    width: 140%;
}
.lg{
    position: absolute;
    top: 98%;
    left: 60%;
    transform: translateX(-50%);
    width: 697px;

}
.rose{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    flex-wrap:wrap;  
}
.rose .box{
    position: relative;
    margin: 20px 30px;
    transition: 0.5s;
}
.rose .box:hover{
    transform: translateY(-35px);
}
.rose .box::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg,#ffbc0f,#ff0058);
}
.rose .box::after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg,#ffbc0f,#ff0058);
    filter: blur(30px);
}
.rose .box:nth-child(2)::before,
.rose .box:nth-child(2)::after
{
    background: linear-gradient(315deg,#03a9f4,#ff0058);

}
.rose .box:nth-child(3)::before,
.rose .box:nth-child(3)::after
{
    background: linear-gradient(315deg,#4dff03,#00d0ff);

}
.rose .box:nth-child(4)::before,
.rose .box:nth-child(4)::after
{
    background: linear-gradient(315deg,#03a9f4,#ff0058);

}
.rose .box:nth-child(7)::before,
.rose .box:nth-child(7)::after
{
    background: linear-gradient(315deg,#4dff03,#00d0ff);

}
.rose .box span{
    position: absolute;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    background: rgb(0,0,0,0.6);
    z-index: 2;

}
.rose .box span::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(255,255,255,0.1);
    pointer-events: none;
}
.rose .box .certifis{
    position: relative;
    z-index: 10;
    padding: 20px 40px;
}
.rose .box .certifis h2{
    font-size: 1.1em;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.1em;
}
.rose .box .certifis a{
    display:inline-flexbox;
    font-size: 1.1em;
    color: black;
    background: rgb(243, 228, 207);
    padding: 10px;
    text-decoration: none;
    font-weight: 500;
    border-radius: 5rem;
    
}
.domain{
    height: 30vh;
    width: 18vw;
    border-radius: 1rem;
}
.open{
    color: black;
    font-size: 20px;
}

.front{
    margin-top: 700px;
    margin-left: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.front .end{
    transform-style: preserve-3d;
    animation: textrotate 11s linear infinite;

}
@keyframes textrotate
{
    0%
    {
        transform: perspective(1000px) rotateX(0deg) rotate(35deg); 
    }
    100%
    {
        transform: perspective(1000px) rotateX(360deg) rotate(35deg); 
    }
}
.front .end span
{
    position: absolute;
    font-size: 2.8em;
    white-space: nowrap;
    font-weight: 900;
    padding: 0 10px;
    transform-style: preserve-3d;
    text-shadow: 0 5px 15px rgba(0,0,0,0.25);
    transform: translate(-50%,-50%) rotateX(calc(var(--i) * 30deg)) translateZ(100px);

}
.front .end span i:nth-child(1){
    font-style: initial;
    color: rgb(228, 143, 193);
}
.front .end span i:nth-child(2){
    font-style: initial;
    color: rgb(154, 234, 69);
}
.front .end span i:nth-child(3){
    font-style: initial;
    color: rgb(255, 255, 255);
}

.m11{
    padding: 10px 30px 15px 20px;
    position: relative;
    color: white;
    top: 80px;
    left: 600px;
    letter-spacing: 2px;
    text-decoration: none;
    font-size: 25px;
    overflow: hidden;
    transition: 0.2%;
    display: inline-block;
    color: #f74114;
    background: #18b8b8;
    box-shadow:  0 0 30px #0ff3e8, 0 0 60px #0febeb, 0 0 90px #0becec, 0 0 140px #0de0e0;
    text-decoration: none;
    border-radius: 1rem;
}