/* AAA Creations css */
:root {
    --brand: rgba(255, 211, 57, 1);
    --black: #222222;
    --dark: #000000;
    --white: rgb(255, 255, 255, 1);
    --red: #c8102e;
    --blue: #0169a4;
    --white: #ffffff;
    --seashell: #f1f1f1;
}

body {
    font-family: sans-serif;
    background-color: var(--seashell);
    font-size: 14px !important;
}

.text-brand {
    color: var(--brand) !important;
}

.font-scale-5 {
    font-size: 1.125rem;
}

.bg-brand {
    background-color: var(--brand) !important;
}

.bg-black {
    background-color: var(--dark) !important;
}

.bg-red {
    background-color: var(--red) !important;
}

.bg-black-111 {
    background-color: #111 !important;
}

.bg-black-222 {
    background-color: #222 !important;
}

.bg-black-333 {
    background-color: #333 !important;
}

.text-bg-black {
    background-color: var(--dark) !important;
}

.text-bg-black {
    background-color: var(--dark) !important;
}

.text-bg-brand {
    color: #000000 !important;
    background-color: rgba(255, 211, 57, 1) !important;
}

.text-ash {
    color: #a7a7a7 !important;
}

.text-red {
    color: var(--red) !important;
}

.text-blue {
    color: var(--blue) !important;
}

.border-black {
    border-color: #000000 !important;
}

.btn-brand {
    border-color: var(--brand);
    background: var(--brand);
    color: rgb(0, 0, 0);
}

.btn-brand:hover {
    border-color: var(--dark);
    background: var(--dark);
    color: var(--white);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-red {
    border-color: var(--red);
    background: var(--red);
    color: rgb(0, 0, 0);
}

.btn-blue {
    border-color: var(--blue) !important;
    background: var(--blue) !important;
    color: var(--seashell);
}

.btn-blue:hover {
    border-color: var(--dark) !important;
    background: var(--dark) !important;
    color: var(--white) !important;
}

.square:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.btn-outline-warning {
    --bs-btn-color: var(--brand);
    --bs-btn-border-color: var(--brand);
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: var(--brand);
    --bs-btn-hover-border-color: var(--brand);
    --bs-btn-focus-shadow-rgb: 255, 193, 7;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: var(--brand);
    --bs-btn-active-border-color: var(--brand);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--brand);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--brand);
    --bs-gradient: none;
}

.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: var(--brand);
    --bs-btn-border-color: var(--brand);
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffc107;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: var(--brand);
    --bs-btn-disabled-border-color: var(--brand);
}

/* Lato font */
.lato-thin {
    font-family: "", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.lato-light {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.lato-black {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.lato-thin-italic {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.lato-light-italic {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.lato-regular-italic {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.lato-bold-italic {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.lato-black-italic {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: italic;
}

/* Kalpurush: CSS classes */
.font-kalpurush {
    font-family: 'Kalpurush', sans-serif;
}

.font-lato {
    font-family: 'Lato', sans-serif;
}

/* Moderustic: CSS classes */
.moderustic-thin {
    font-family: "Moderustic", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.moderustic-extralight {
    font-family: "Moderustic", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.moderustic-light {
    font-family: "Moderustic", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.moderustic-regular {
    font-family: "Moderustic", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.moderustic-medium {
    font-family: "Moderustic", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.moderustic-semibold {
    font-family: "Moderustic", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.moderustic-bold {
    font-family: "Moderustic", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.moderustic-extrabold {
    font-family: "Moderustic", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.moderustic-black {
    font-family: "Moderustic", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.moderustic-thin-italic {
    font-family: "Moderustic", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.moderustic-extralight-italic {
    font-family: "Moderustic", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.moderustic-light-italic {
    font-family: "Moderustic", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.moderustic-regular-italic {
    font-family: "Moderustic", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.moderustic-medium-italic {
    font-family: "Moderustic", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.moderustic-semibold-italic {
    font-family: "Moderustic", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.moderustic-bold-italic {
    font-family: "Moderustic", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.moderustic-extrabold-italic {
    font-family: "Moderustic", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.moderustic-black-italic {
    font-family: "Moderustic", sans-serif;
    font-weight: 900;
    font-style: italic;
}

/* Custom Bootstrap */
.navbar {
    background-color: #000000 !important;
}

.navbar .navbar-brand img {
    max-height: 18px !important;
}

.navbar .dropdown-menu.show {
    background: #444 !important;
    padding: 0 !important;
    margin-top: 10px;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.navbar .dropdown-item:focus,
.dropdown-item:hover {
    color: #111;
    background-color: var(--brand);
}

.navbar .btn.btn-warning:hover {
    background: transparent;
    color: var(--brand);
    border-color: var(--brand);
}

.navbar .dropdown-item {
    border-bottom: 1px solid #555;
    color: var(--white);
    font-family: "Times New Roman", Times, serif;
}

.navbar .dropdown-item:hover {
    color: #222;
}

.navbar-nav {
    text-transform: uppercase !important;
}

.navbar-nav .nav-item {
    padding: 0 8px !important;
}

.navbar-nav .nav-link {
    font-weight: 500;
    color: var(--white);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--brand);
}

.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
    color: #999 !important;
}

.navbar-nav .dropdown-menu.show {
    text-transform: capitalize;
}

.navbar-nav .dropdown-menu.language[data-bs-popper] {
    left: auto !important;
    right: 0 !important;
    margin-top: 10px;
}

/* jumbotron */
.jumbotron h2 {
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 1.375;
}

.jumbotron>p {
    font-family: "Lato", sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
}

.jumbotron .btn:hover {
    color: var(--white);
    background-color: #000;
    border-color: var(--bs-btn-hover-border-color);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* jumbotron-plan */
.jumbotron-plan {
    position: relative;
    overflow: hidden;
}

.jumbotron-plan::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 211, 57, 0.8) !important;
    z-index: 1;
}

.jumbotron-plan .container {
    position: relative;
    z-index: 2;
}

/*  jumbotron-blog*/
.jumbotron-blog {
    position: relative;
    overflow: hidden;
}

.jumbotron-blog::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(200, 16, 46, 0.5);
    z-index: 1;
}

.jumbotron-blog .container {
    position: relative;
    z-index: 2;
}

/*  jumbotron-about*/
.jumbotron-about {
    position: relative;
    overflow: hidden;
}

.jumbotron-about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 104, 164, 0.4);
    z-index: 1;
}

.jumbotron-about .container {
    position: relative;
    z-index: 2;
}

/* Contact */
.contact .icon {
    background: #0169a4 !important;
    color: var(--white) !important;
}

.contact .btn:hover {
    color: var(--white);
    background-color: var(--dark);
    border-color: var(--dark);
}

.about .btn:hover {
    color: var(--white);
    background-color: var(--dark);
    border-color: var(--dark);
}

/* about-digital-distribution */
.about-digital-distribution {
    font-family: "Times New Roman", Times, serif;
}

/* about-music-worldwide */
.about-music-worldwide {
    background-color: #222222 !important;
}

.about-music-worldwide .row {
    font-size: 17px;
    font-family: "Lato", sans-serif;
}

/* about-music-business */
.about-music-business {
    background-color: var(--red) !important;
    background-image: url('/images/home-page-final3.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    position: relative;
    /* Ensure the parent container has relative positioning */
    color: var(--seashell) !important;
}

.about-music-business .row {
    position: relative;
    /* Ensure the row has relative positioning */
}

.about-music-business .icon {
    background: var(--seashell) !important;
    color: #111 !important;
}

/* .about-music-business .row::after {
    content: '';
    background: rgb(255, 243, 205);
    background: radial-gradient(circle, rgb(0, 0, 0) 0%, rgba(241, 241, 241, 0) 62%);
    width: 600px;
    height: 600px;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
} */

/* Adjust z-index of other elements if necessary */
.about-music-business .col-md-4 {
    position: relative;
    z-index: 2;
}

/* Selling music */
.jumbotron-selling-music .btn {
    border-color: var(--blue);
}

.jumbotron-selling-music .btn:hover {
    color: var(--white);
    background-color: var(--blue);
    border-color: var(--blue);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.jumbotron-selling-music .bg-warning-subtle {
    background-color: var(--white)8e3 !important;
}

/* . */
.jumbotron-about-us {
    background-image: url(/assets/img/rustic-grunge-texture.png) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* map-container */
.map-container {
    flex-grow: 1;
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Footer */
.footer {
    background-color: var(--blue) !important;
}

.footer .footer-heading {
    font-size: 18px;
    color: var(--brand);
    margin-bottom: 30px;
}

.footer .con-info .icon {
    width: 50px;
    height: 50px;
    background: var(--seashell);
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.footer .con-info span {
    color: rgba(255, 255, 255, 0.8);
}

.footer .con-info .icon i {
    color: #000;
    font-size: 24px;
}

.footer p {
    color: rgba(255, 255, 255, 1);
}

.footer a {
    color: var(--white);
    text-decoration: none;
    background-color: transparent;

}

.footer .con-info .icon span {
    color: var(--white);
    font-size: 24px;
}

.footer .subscribe-form .form-group input {
    background: white !important;
    border: none !important;
    outline: none !important;
    color: rgba(0, 0, 0, 0.3) !important;
    font-size: 16px;
    border-radius: 0;
}

.footer .subscribe-form .form-group .submit {
    color: var(--white) !important;
    display: block;
    width: 130px;
    height: 52px;
    font-size: 16px;
    background: var(--red) !important;
    border: none;
    border-radius: 0;
}

.footer .subscribe-form .form-group .submit:hover {
    background: var(--dark) !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.footer .border-top,
.footer .border-bottom {
    border-color: rgba(241, 241, 241, 0.3) !important;
}

.footer .ftco-footer-social li a {
    height: 40px;
    width: 40px;
    display: block;
    background: rgba(0, 0, 0, 0.05);
    color: var(--white);
    border-radius: 50%;
    position: relative;
}

.footer .ftco-footer-social li a {
    background: var(--seashell);
    color: #000;
}

.footer .ftco-footer-social li a i {
    position: absolute;
    font-size: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.footer .ftco-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block;
}