@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face
{
    font-family: aller;
    src: url(../font/Aller_Std_Bd.ttf);
}

body
{
    font-family: "Montserrat";
    width: 100%;
    height: auto;
    background-image: linear-gradient(270deg, #1a0533 0%, #0a0a2e 50%, #050517 100%);
    background-size: cover;
    overflow: hidden;
}

main
{
    background-color: #0c0c24;
    box-shadow: 0px 6px 32px 0px rgba(0, 0, 0, 0.55);
    min-height: 100vh;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    width: 93%;
    overflow: hidden;
    position: relative;
    transform: rotate(5deg);
    top: 70px;
    display: grid;
    left: -5%;
    align-items: center;
}

.comingsoon
{
    display: grid;
    height: 100%;
    margin: 100px 0;
}

.main-head
{
    font-size: 150px;
    font-family: "Roboto";
    color: rgba(255, 255, 255, 0.04);
    text-align: left;
    position: absolute;
    top: -65px;
    width: 100%;
    left: 200px;
}

main::before
{
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bg.jpg);
    position: absolute;
    transform: rotate(-5deg);
    background-position: 55% 7%;
    top: 0;
    left: 0;
    opacity: 0.35;
}

a
{
    text-decoration: none;
    color: auto;
}

.logo-link
{
    display: block;
    margin-bottom: 30px;
}
.logo
{
    width: 120px;
}

.tag
{
    font-size: 14px;
    color: rgb(139, 139, 139);
    text-transform: uppercase;
    font-weight: 600;
}

.comingsoon
{
    width: 43%;
    margin-left: auto;
    position: relative;
    z-index: 10000;
    transform: rotate(-5deg);
    text-align: center;
}

.comingsoon-title
{
    font-size: 72.30px;
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.comingsoon-title i
{
    font-family: Playfair Display;
}

.comingsoon-title span
{
    color: #c084fc;
}

.comingsoon-para
{
    font-size: 22px;
    font-family: "Poppins";
    color: #c084fc;
    font-weight: normal;
    margin-bottom: 30px;
}

/* Contact info */
.contact-info
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 35px;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.contact-item
{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.contact-item i
{
    color: #c084fc;
    font-size: 16px;
    width: 20px;
    text-align: center;
}

.contact-item a
{
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s;
}

.contact-item a:hover
{
    color: #c084fc;
}


/* Social icons */
.social-icons
{
    position: static;
    top: 50px;
    right: 50px;
    margin-top: 60px;
}

.social-icons i
{
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.06);
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    margin-right: 8px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    transition: 0.4s;
    border: solid 2px transparent;
}

.social-icons i:hover
{
    background-color: transparent;
    border-color: #c084fc;
    color: #c084fc;
}

.social-icons span
{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    display: block;
}

.social-icons .fa-instagram
{
    background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
    color: #fff;
}
.social-icons .fa-instagram:hover
{
    border-color: #e1306c;
    color: #e1306c;
    background: transparent;
}

.social-icons .fa-facebook-f
{
    background-color: rgba(57, 87, 155, 1);
    color: #fff;
}
.social-icons .fa-facebook-f:hover
{
    border-color: rgba(57, 87, 155, 1);
    color: rgba(57, 87, 155, 1);
    background: transparent;
}

.social-icons .fa-whatsapp
{
    background-color: rgba(37, 211, 102, 1);
    color: #fff;
}
.social-icons .fa-whatsapp:hover
{
    border-color: rgba(37, 211, 102, 1);
    color: rgba(37, 211, 102, 1);
    background: transparent;
}
