﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
h1 {
    font-size: 50px;
   /* font-weight: 600;*/
    background-image: linear-gradient(to left, #00CCFF, #0000FF);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    
}




.brand-wrapper {
    margin-bottom: 19px;
}

    .brand-wrapper .logo {
        height: 37px;
    }

.login-card {
    border: 0;
    border-radius: 27.5px;
    box-shadow: 0 10px 30px 0 rgba(172, 168, 168, 0.43);
    overflow: hidden;
}

.login-card-img {
    border-radius: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.login-card .card-body {
    padding: 85px 60px 60px;
}

@media (max-width: 422px) {
    .login-card .card-body {
        padding: 35px 24px;
    }
}

.login-card-description {
    font-size: 25px;
    color: #000;
    font-weight: normal;
    margin-bottom: 23px;
}

.login-card form {
    max-width: 326px;
}



.divADhover {
    border-style: solid;
    border-width: 1px;
    background-color: #FFFFFF;
    border-radius: 25px;
    /*padding: 5px;*/
}

    .divADhover:hover {
        border-style: solid;
        border-width: 1px;
        background-color: #FFB96D;
        border-radius: 25px;
        /* padding: 5px;*/
        -webkit-transition: all 200ms ease-in;
        -webkit-transform: scale(1.05);
        -ms-transition: all 200ms ease-in;
        -ms-transform: scale(1.05);
        -moz-transition: all 200ms ease-in;
        -moz-transform: scale(1.05);
        transition: all 200ms ease-in;
        transform: scale(1.05);
    }

.halfcheckedstar {
    background: -webkit-linear-gradient(left,#FFFF00, #FFFF00, #ffffff, #ffffff, #ffffff );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px black;
    font-size: 18px;
}

.checkedstar {
    color: #FFFF00;
    -webkit-text-stroke: 1px black;
    font-size: 18px;
}

.uncheckedstar {
    color: #ffffff;
    -webkit-text-stroke: 1px black;
    font-size: 18px;
}



/* Premium Gold Heading */
.heading-gold {
    font-size: 3rem;
    font-family: "Cinzel", serif;
    color: #d4af37;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 0 2px 5px rgba(0,0,0,0.5);
}

/* Gradient Premium Heading */
.heading-gradient {
    font-size: 2.5rem;
    font-family: "Playfair Display", serif;
    background: linear-gradient(90deg, #ffd700, #ff8c00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Elegant Line Style */
.heading-line {
    font-size: 2rem;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #111;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

    .heading-line::after {
        content: "";
        display: block;
        width: 70%;
        height: 3px;
        background: linear-gradient(90deg, #d4af37, transparent);
        margin: 6px auto 0;
        border-radius: 2px;
    }

/* Underline Luxury Style */
.heading-underline {
    font-size: 1.8rem;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    color: #444;
    letter-spacing: 2px;
}

    .heading-underline::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -6px;
        width: 100%;
        height: 3px;
        background: linear-gradient(to right, #ffd700, #ff8c00);
        border-radius: 2px;
    }

.h-gradient-line {
    font-weight: 700;
    background: linear-gradient(90deg, #372db9, #a78bfa);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    /*text-decoration-line: underline;*/
    text-decoration-thickness: 2px;
    text-decoration-color: #a78bfa;
    /*text-underline-offset: 10px;*/
}

.icon-bar {
    position: absolute;
    top: 50%;
    transform: translateY(100%);
    opacity: 0.3;
}

    .icon-bar a {
        display: block;
        text-align: center;
        padding: 16px;
        transition: all 0.3s ease;
        color: white;
        font-size: 20px;
    }

        .icon-bar a:hover {
            background-color: #000;
        }

.facebook {
    background: #3B5998;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.google {
    background: #dd4b39;
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}

.youtube {
    background: #bb0000;
    color: white;
}
.android {
    background: #04DE04;
    color: white;
}