@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #000;
    color: #fff;
    font-family: "Fira Sans Condensed", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.navbar {
    --bs-navbar-toggler-icon-bg: url(../images/toggle.svg);
}

.navbar .container-fluid {
    margin: 25px 0;
    padding: 0;
}

.title,
.offcanvas-title {
    color: white;
    margin-left: 50px;
    font-family: "Qwitcher Grypen", cursive;
    font-weight: 700;
    font-style: normal;
    font-size: 58px;
    width: 380px;
}

.offcanvas-title {
    width: 300px;
}

.offcanvas-title {
    margin-left: 0;
}

.navbar-nav .nav-link.active {
    color: white;
}

.navbar-brand:focus,
.navbar-brand:hover {
    color: #fff;
}

.navbar-toggler {
    color: white;
    background: #1d1d1d;
    text-transform: uppercase;
    border-radius: 0;
    border: transparent;
    padding: 20px 25px;
    font-size: 13px;
    font-weight: 300;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler .menu {
    margin-right: 16px;
}

.header-email {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

/* .about{
    background-image: url(../images/bg-gif-2.gif);
    background-position:center;
    background-repeat: no-repeat;
    background-size:cover ;
} */
.about-img img {
    animation-name: imgspin;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.about-pg.sec-1 {
    padding: 0;
}

@keyframes imgspin {
    0% {
        transform: rotatey(5deg);
    }

    50% {
        transform: rotatey(15deg);
    }

    100% {
        transform: rotatey(5deg);
    }
}

.about {
    padding: 100px 0;
}

.about-txt {
    align-self: center;
}

.text {
    margin-left: 50px;
}

.text-2 {
    margin-right: 31px;
}

.text h3,
.owner-txt h3,
.production-txt h3 {
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    word-spacing: 1px;
}

.text p,
.owner-txt p,
.production-txt p {
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 1px;
    font-family: "Libre Franklin", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin-bottom: 30px;
}

.about-links a {
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    margin-right: 30px;
    padding-bottom: 10px;
    position: relative;
    letter-spacing: 1px;
}

.about-links a::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #bda77b;
}

.owner-img {
    position: relative;
}

.owner-img::after {
    content: "";
    position: absolute;
    right: 0;
    left: 28px;
    width: 91%;
    height: 140%;
    background-color: black;
    z-index: -1;
    border: 2px solid #bda77b;
    bottom: -45px;
}

.owner {
    padding: 100px 0 150px;
}

.production,
.sec-5 {
    padding: 100px 0;
}


.owner-img img {
    box-shadow: 0 0 10px #6c6c6a5c;
    transition: .8s all ease-in-out;
}

.sec-3 .image img,
.movie-1-img img {
    transition: .8s all ease-in-out;
}

.owner-img:hover img,
.sec-3 .image:hover img,
.movie-1-img:hover img {
    transform: scale(1.1);
}

.btn {
    color: white;
    font-size: 13px;
    text-transform: uppercase;
    background: #1d1d1d;
    border-radius: 0;
    border-bottom: 2px solid #bda77b;
    letter-spacing: 1px;
}

.owner .row {
    align-items: center;
}

.production:hover .roll-img {
    animation-name: roll;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
}

.sec-5:hover .turn-img {
    animation-name: turn;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
}

@keyframes turn {
    0% {
        transform: rotatey(0deg);
    }

    50% {
        transform: rotatey(-25deg);
    }

    100% {
        transform: rotatey(0deg);
    }
}

@keyframes roll {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(20deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.turn-img img {
    width: 129px;
}

.production-txt {
    display: flex;
    align-items: center;
}

.item {
    padding: 30px;
    position: relative;
}

.item::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    height: 50%;
    width: 93%;
    border: 2px solid #bda77b;
    bottom: 0;

}

.card {
    background: #1d1d1d;
    height: 300px;
    width: 350px;
}

.card-heading {
    height: 40%;
    position: relative;
    padding: 0 30px;
}

.card-heading h1 {
    position: absolute;
    z-index: 0;
    color: #424242;
    font-size: 100px;
    font-weight: 700;
    font-family: auto;
}

.card-heading h2 {
    margin-top: 17%;
    margin-left: 12%;
    font-size: 22px;
    position: absolute;
    letter-spacing: 1px;
    word-spacing: 1px;
}

.card-txt {
    width: 67%;
    align-self: flex-end;
}

.card-txt p {
    line-height: 38px;
    text-decoration: underline 1px #bda77b;
    text-underline-offset: 7px;
    font-size: 13px;
    font-weight: 100;
    letter-spacing: 1px;
    word-spacing: 1px;
    font-family: "Libre Franklin", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.movie-1-txt .heading h5 {
    font-size: 13px;
    letter-spacing: 1px;
    word-spacing: 1px;
    color: #bda77b;
}

.movie-1-txt .heading h5 i {
    font-size: 17px;
    color: darkgoldenrod;
}

.movie-1-txt .heading h5 span {
    font-size: 22px;
    color: darkgoldenrod;
}

.movie-1-txt .heading h3 {
    font-size: 22px;
    letter-spacing: 1px;
    word-spacing: 1px;
    text-transform: uppercase;
}

.movies-heading {
    text-align: center;

}

.movies-heading h2 {
    font-size: 70px;
    font-family: 'Qwitcher Grypen';
    font-weight: 800;
    letter-spacing: 4px;
    line-height: 80px;
    text-transform: capitalize;
}

.movies-heading p {
    letter-spacing: 2px;
    word-spacing: 1px;
    color: lightgrey;
    font-size: 16px;
    text-transform: uppercase;
}

.movie-1-txt .link a {
    text-decoration: none;
    color: #bda77b;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.movie-1-txt .link a i {
    margin-left: 8px;
}

.movie-1-txt {
    align-self: center;
}

.movie-1-txt .txt p {
    font-size: 13px;
    padding: 20px 0;
    letter-spacing: 1px;
    font-family: "Libre Franklin", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 100;
}

.movie-1-img {
    position: relative;

}

.movie-1-img .img_wrap {
    overflow: hidden;
}

.movie-1-img::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 80%;
    bottom: -24px;
    background-color: #bda77b;
    left: 60px;
}

.movies {
    margin: 50px 0;
}

.movies .row {
    row-gap: 100px;
}

.movie-btn {
    text-align: center;
}

.sticky-menu .navbar .container-fluid {
    /* background: #000; */
    margin: 0;
}

.sticky-menu .navbar {
    padding: 0;
}

.sticky-menu .navbar-brand {
    visibility: hidden;
}

.sticky-menu .navbar-toggler {
    position: fixed;
    right: 0;
    z-index: 10;

}

.header-absolute {
    background-color: #000;
}

.home_page .site-header {
    background-color: transparent;
    z-index: 1;
    position: fixed;
    width: 100%;
    top: 0;
}

.footer-img {
    background-image: url(../images/footer.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-text {
    padding: 50px 46px 100px;
}

.txt-footer .heading {
    margin-bottom: 20px;
}

.txt-footer .heading h3 {
    font-size: 22px;
    letter-spacing: 1px;
    word-spacing: 1px;
}

.txt-footer .txt h5 {
    font-size: 13px;
    letter-spacing: 1px;
    word-spacing: 1px;
    color: lightgrey;
    margin-bottom: 15px;
    font-weight: 100;
    font-family: "Libre Franklin", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.txt-footer .txt a {
    text-decoration: none;
    color: #bda77b;
    letter-spacing: 1px;
}

.footer-link {
    border-bottom: 1px solid #bda77b;
    padding: 10px;
    margin-right: 27px;
    margin-top: 30px;
}

.footer-link-a {
    text-decoration: none;
    color: white;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 100;
    font-family: "Libre Franklin", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    display: inline-block;
    padding-left: 0;
}

.footer-link-a:hover {
    color: #bda77b;
}

.copyright {
    padding-left: 43px;
}

.copyright p {
    font-size: 12px;
    color: lightgray;
    letter-spacing: 1px;
    word-spacing: 1px;
}

.copyright a {
    color: #bda77b;
}

footer {
    padding-top: 70px;
}

.offcanvas-header {
    background-color: #424242;
}

.offcanvas-body {
    background-color: #424242;
}

.navbar-nav .nav-link {
    color: white;
    text-decoration: underline 1px #bda77b;
    text-underline-offset: 7px;
    letter-spacing: 1px;
}

.btn:hover,
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    border-color: transparent transparent #bda77b;
    background-color: #343333;
}

.team .team-heading {
    text-align: center;
}

.team .team-heading h3 {
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    word-spacing: 1px;
}

.team-box .heading {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 26px;
    margin: 38px 63px;
}

.team-box .heading span {
    position: absolute;
    z-index: -1;
    font-size: 148px;
    top: -60px;
    left: -16px;
    color: #3c3c3c;
    font-weight: 700;
    font-family: auto;
}

.team-box .heading h5 {
    font-size: 14px;
    letter-spacing: 1px;
    word-spacing: 1px;
    color: #bda77b;
}

.team-box .heading h3 {
    font-size: 22px;
    letter-spacing: 1px;
    word-spacing: 1px;
    text-transform: uppercase;
}

.team-box .text {
    margin-left: 50px;
    text-align: justify;
}

.contact-txt .heading h2 {
    font-size: 29px;
    font-family: auto;
}

.contact-txt .para p {
    font-size: 16px;
    font-weight: 400;
    color: #B1B1B1 !important;
    margin-top: 1rem;
}

.contact-txt .details ul {
    list-style: none;
    padding-left: 0;
}

.contact-txt .details ul li {
    display: flex;
    color: #B1B1B1 !important;
    font-size: 16px;
    font-weight: 400;
    column-gap: 5px;
}

.contact-txt .details ul li a {
    text-decoration: none;
    color: #bda77b;
    font-size: 16px;
    font-weight: 400;
}

.map {
    padding: 20px 0;
    border-bottom: 1px solid #bda77b;
}

.contact .row {
    display: flex;
    align-content: center;
    justify-content: center;
}

.about-pg.sec-1 {
    position: relative;
    box-shadow: inset -1px 0px 10px 14px #000;
}

.about-pg.sec-1::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-image: url(../images/golden-line.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    z-index: -1;
}



.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: .5
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    opacity: 1
}

.btn-close.disabled,
.btn-close:disabled {
    pointer-events: none;
}


/* new-css */
.about-n {
    padding: 100px 0;
}

.Financial-Management {
    padding: 100px 0;
    text-align: center;
}

.box-managment {
    background-color: #fff;
    color: #000;
    padding: 50px 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section.about-n p {
    font-size: 22px;
}

section.about-n h2 {
    margin-top: 50px;
}

section.Financial-Management h2 {
    margin-bottom: 50px;
}

.secvice-box {
    background-image: url(../images/banner-md.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 100px 0px;
    background-attachment: fixed;
}

.secvice-box::before {
    background-color: #000000cf;
    position: absolute;
    content: "";
    inset: 0;
}

.box-card {
    background-color: #0000008f;
    padding: 56px 10px;
    text-align: left;
    position: relative;
}

li {
    list-style: none;
}

ul {
    padding: 0px;
}

section.secvice-box p {
    margin-bottom: 50px;
}

.hero-banner {
    position: relative;
    height: 80vh;
}

.overlay {
    position: absolute;
    background: #00000070;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-banner .text {
    position: absolute;
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 75%;
    height: 100%;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.hero-banner .text p {
    width: 65%;
}

.hero-banner .btn {
    font-size: 16px;
    padding: 8px 30px;
}

.hero-banner h3 {
    font-size: 90px;
    font-family: 'Qwitcher Grypen';
    font-weight: 800;
    letter-spacing: 4px;
    line-height: 74px;
}

.slider {
    padding: 70px 0;
}

.secvice-box .movies-heading {
    position: relative;
    z-index: 1;
}

blockquote {
    font-size: 22px;
    margin: 0;
    background-image: url(../images/quotes.svg);
    background-position: top 0 left;
    background-repeat: no-repeat;
    background-size: 45px;
    padding-left: 56px;
    margin-bottom: 30px;
}

.contect-info {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    font-style: oblique;
}

.career-detil {
    background: #272727;
}

.career-detil {
    background: #272727;
    padding: 20px 40px;
}

.career-nb {
    font-size: 20px;
    font-weight: 400;
    font-style: oblique;
}

ul.contect-info a {
    text-decoration: none;
    color: #bda77b;
    letter-spacing: 1px;
}

li.icon-ic i {
    font-size: 10px;
    color: #bda77b;
}
.icon-ic {
    align-items: center;
}