:root{
    --bs-whiteheader:#ffe7d2;
    /* --bs-whiteheader:rgb(233, 255, 255); */
         /* --bs-whiteheader:linear-gradient(90deg, rgba(222, 193, 128, 1) 1%, rgba(238, 215, 183, 1) 100%); */
    --background-color: #20343f;
        --neon-accent: #ff4040;
        --text-glow: rgba(255, 255, 255, 0.9);
}

/* -------------------------------------------------- */
/* 
    .main-titles-gradient {
    font-weight: bold;
    background: linear-gradient(90deg, #ff6b6b, #feca57, #1dd1a1, #5f27cd, #ff6b6b);
    background-size: 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: color-change 5s infinite linear;
}

@keyframes color-change {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
} */
  /* ----------------------------------------------       */
.main-titles-gradient {
    background: linear-gradient(30deg,#da2708,#20343f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width:auto;
    font-size: 18px;
    
    margin:auto;
    
    font-weight: 900;
}

.main-titles-gradient-italic{
    background: linear-gradient(30deg,#000000,#da2708);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width:auto;
    font-size: 18px;
    width: 60%;
    margin:auto;
    font-style: italic;
    font-weight: 900;
}

.main-titles-gradient-italic-mobile-view{
    background: linear-gradient(30deg,#000000,#da2708);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width:auto;
    font-size: 18px;

    margin:auto;
    font-style: italic;
    font-weight: 900;
}
/* .main-titles-gradient-italic{
  
   font-style: italic;
    background: linear-gradient(90deg, #ce230c, #2f3030, #c21515, #2f3030, #c21515);
    background-size: 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: color-change 5s infinite linear;
    width:auto;
    font-size: 18px;
    width: 40%;
    margin:auto;
    
    font-weight: 900;
}

@keyframes color-change {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
} */



.glow{
    /* font-size: 3.5rem; */
        text-shadow: 0 0 10px var(--neon-accent), 0 0 20px var(--neon-accent);
        /* margin-bottom: 20px; */
        color: rgb(255, 255, 255);
}



.body-font{

     /* font-family: "Gantari", sans-serif; */
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  
}

/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

/* back-to-to */
.back-to-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 50px;
    right: 40px;
    width: 50px;
    height: 40px;
    margin: 0px;
    font-size: 18px;
    background: var(--bs-primary);
    color: var(--bs-white);
    transition: 0.5s;
    z-index: 999;
    transform: skew(18deg);
}

.back-to-top a i {
    transform: skew(-18deg);
}

.back-to-top a:hover {
    background: var(--bs-dark);
    color: var(--bs-white); 
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 40px;
    height: 40px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-xl-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
    border: none;
    transform: skew(18deg);
    transition: 0.5s;
}

.btn.btn-primary span,
.btn.btn-primary i {
    display: inline-block;
    transform: skew(-18deg);
}

.btn.btn-primary:hover {
    background: var(--bs-white);
    color: var(--bs-dark);

}

.btn.btn-light {
    color: var(--bs-primary);
    border: none;
    transform: skew(18deg);
    transition: 0.5s;
}

.btn.btn-light span,
.btn.btn-light i {
    display: inline-block;
    transform: skew(-18deg);
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-primary);
}


.btn.btn-dark {
    color: var(--bs-primary);
    border: none;
    transform: skew(18deg);
    transition: 0.5s;
}

.btn.btn-dark span,
.btn.btn-dark i {
    display: inline-block;
    transform: skew(-18deg);
}

.btn.btn-dark:hover {
    color: var(--bs-white);
    background: var(--bs-primary);
}

/*** Navbar Start ***/
.header-top {
    height: 100%;
    position: relative;
    background-color:  #0b1141;
    /* background-color: var(--bs-whiteheader); */
    z-index: 1;
      box-shadow: 4px 4px 10px rgba(131, 131, 131, 0.548), -4px -4px 10px rgba(187, 187, 187, 0.2);
      font-size: 14px;
}

.header-top::after {
    content: "";
    position: absolute;
    overflow: hidden;
    width: 16%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--bs-whiteheader);
    z-index: 1;
}

.topbar .login-btn {
    position: relative;
}

.topbar .login-btn::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    right: -1px;
    background: var(--bs-primary);
    transform: skew(18deg);
}

@media (min-width: 992px) {
    .header-top::before {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 45px;
        top: 0;
        right: 0;
        background: var(--bs-whiteheader);
        z-index: -1;
    }

    .navbar-brand-2 {
        display: none;
    }
}

@media (max-width: 991px) {
    .header-top {
        max-height: 80px;
    }

    .navbar {
        justify-content: space-between;
    }

    .header-top .container {
        max-height: 80px;
    }

    .navbar-brand {
        display: none;
    }

    .navbar-brand-2 {
        position: relative;
        overflow: hidden;
        width: 180px;
        height: 100%;
        padding: 0;
        display: flex;
        align-items: center;
        z-index: 99;
    }

    .navbar-brand-2::before {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 600px;
        top: -200px;
        right: 18px;
        /* background:var(--bs-whiteheader); */
        background:  #0b1141;
        transform: rotate(-18deg);
        z-index: -1;
    }

    .navbar.navbar-light {
        height: 100%;
        padding: 0;
    }

    .navbar .navbar-collapse {
        margin-top: -20px;
    }

}

.navbar-brand {
    position: relative;
    overflow: hidden;
    padding: 40px 50px 40px 0;
}

.navbar-brand::before {
    content: "";
    position: absolute;
    overflow: hidden;
    width: 300px;
    height: 600px;
    top: -200px;
    right: 18px;
    background: var(--bs-whiteheader);
    
    transform: rotate(-18deg);
    z-index: -1;
}

.header-top .navbar-brand {
    position: relative;
    z-index: 99;
}

.nav-bar .navbar {
    z-index: 9;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.nav-bar .navbar-light .navbar-brand img {
    max-height: 50px;
}

.navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
}
.navbar .navbar-nav .nav-item.nav-link{
    color: #FFF;
}

.navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    padding: 0;
    margin-right: 20px;
}

.navbar-light .navbar-nav .nav-item:hover,
.navbar-light .navbar-nav .nav-item.active,
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .nav-item.active .nav-link {
    color: var(--bs-primary);
}

@media (max-width: 991px) {
    .navbar {
        padding: 20px 0;
    }

    .navbar .navbar-nav .nav-link {
        padding: 0;
    }

    .navbar .navbar-nav .nav-item {
        display: flex;
        padding: 12px;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        justify-content: start;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        margin-top: 20px;
        padding-bottom: 20px;
        margin-left: 50px;
        background: #0b1141;
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        flex-direction: column;
    }

    .navbar .navbar-nav .nav-btn a.btn {
        margin-right: 15px;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: none;
        background: var(--bs-primary);
        color: var(--bs-dark);
        transform: skew(18deg);
    }

    .navbar.navbar-expand-lg .navbar-toggler span {
        transform: skew(-18deg);
    }
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (min-width: 992px) {
    .navbar {
        padding: 20px 0;
    }

    .navbar .navbar-nav .nav-btn {
        display: inline-flex;
        margin-left: auto;
        background: transparent;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--bs-light);
        border-radius: 10px;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        margin-top: 19px;
        background: var(--bs-white);
        transition: .5s;
        opacity: 1;
    }

    .navbar-nav {
        background: transparent !important;
    }

    .nav-shaps-1 {
        position: absolute;
        overflow: hidden;
        min-width: calc(100% - 81%);
        height: 100%;
        top: 0;
        right: 0;
        transform: skew(18deg);
        background: var(--bs-whiteheader);
        z-index: -1;
    }

    .nav-shaps-2 {
        position: absolute;
        overflow: hidden;
        width: 12%;
        height: 100%;
        top: 0;
        right: 0;
        background: var(--bs-whiteheader);
        z-index: -1;
    }
}
/*** Navbar End ***/


/*** Contact End ***/

/*** Footer Start ***/
.footer {
    overflow: hidden;
    background: linear-gradient(rgba(12, 24, 68, 0.753), rgba(12, 24, 68, 0.98)), url(../imgs/solar-system.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer button {
    border: none;
    transition: 0.5s;
}

.footer button:hover {
    background: var(--bs-white);
    color: var(--bs-dark);
}

.footer .footer-item {
    display: flex;
    flex-direction: column;
}

.footer .footer-item .footer-item-img {
    transform: matrix(1, -0.09, 0, 1, 0, 0);
    transition: 0.5s;
}

.footer .footer-item .footer-item-img:hover {
    transform: matrix(1, 0.09, 0, 1, 0, 0);
}

.footer .footer-item .footer-item-img img {
    filter: grayscale(50%);
    transition: 0.5s;
}

.footer .footer-item .footer-item-img:hover img {
    filter: grayscale(0%);
}

.footer .footer-item a {
    line-height: 35px;
    font-size: 16px;
    font-weight: 500;
    color: var(--bs-white);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    letter-spacing: 1px;
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover {
    color: var(--bs-primary);
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark);
}
/*** copyright end ***/


/* -----------------------first-banner----------------------------- */


/* -------------------------index------------------------------------- */
.banner-content  p{

    

    padding: 25px;
    /* color: #000000; */
    color:rgb(0, 0, 0);
      text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.534);
      font-weight: 500;
      background: white;
      /* opacity: 0.5; */
       font-size: 15px;
       /* line-height: 25px; */

    font-family: "Roboto", sans-serif;
  /* font-style: normal;
  font-weight: 400; */
  line-height: 1.5;
}

.banner-content-mobile p{
    padding: 5px;
    color: #000000;

      text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.534);
      /* font-weight: 500; */
      background: white;
      /* opacity: 0.5; */
       font-size: 15px;
       /* line-height: 25px; */

    font-family: "Roboto", sans-serif;
  /* font-style: normal;
  font-weight: 400; */
  line-height: 1.5;
}

.banner-content {

    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 30px rgba(227, 228, 237, 0.37);
    border:2px solid rgba(255, 255, 255, 0.18);
}


.rotating-image {
            
            
            height: auto; /* Maintains the aspect ratio */
            animation: rotate-pause 8s infinite;
        }

        @keyframes rotate-pause {
            0% {
                transform: rotate(0deg);
            }
            25% {
                transform: rotate(90deg);
            }
            50% {
                transform: rotate(180deg);
            }
            75% {
                transform: rotate(270deg);
            }
            100% {
                transform: rotate(360deg);
            }
        }

        /* Optional: Add styles for smaller devices */
        @media (max-width: 768px) {
            .rotating-image {
                max-width: 70%; /* Adjust for smaller screens */
                margin-top: 0;
                
            }
            .astro-img-container
            {
                justify-content:center;
                display: flex;
                align-items: center;
                
            }
        }

    
.service-list p{
    padding: 25px;
    color: #000000;
    height: 100px;
    /* box-shadow: inset 3px 3px 8px rgba(0, 0, 0, 0.5); */
    box-shadow: 0px 4px 10px rgba(0, 0, 255, 0.61);
    border-bottom: 2px solid #20343F;
    border-top: 2px solid #20343F;
    border-radius: 10px;
    font-size: 15px;
    background: rgb(255, 234, 222);
    font-weight: 600;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.service-list-b p{

     padding: 25px;
    color: #000000;
    height: 100px;
    /* box-shadow: inset 3px 3px 8px rgba(0, 0, 0, 0.5); */
     box-shadow: 0px 4px 10px rgba(0, 0, 255, 0.61);
    border-bottom: 2px solid red;
    border-top: 2px solid red;
    border-radius: 10px;
     background: rgb(222, 250, 255);
     font-weight: 600;
}

.service-contact p{
    color: rgb(14, 14, 14);
    
    font-weight: 500;
    
}

.service-contact{
/* background: #20343F; */

}

/* --------------------destiny-management-------------------- */

.about-section-dmta {
    background: rgb(250, 208, 170);
    box-shadow: 0 15px 45px -20px rgba(0, 0, 255, 0.9);
    ;
}

.about-section-dmta p {
    color: black;
    font-size: 15px;
}

.about-section-dmta h3 {

    text-align: center;
    margin-top: 40px;
}

.dmta-section p{
    color:black;

}
