@font-face {
    font-family: revive;
    src: url(../../assets/fonts/revive.woff2);
    font-style: normal;
    font-weight: 900;
}

@font-face {
    font-family: bdsansreg;
    src: url(../../assets/fonts/bdsansreg.woff2);
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: bdsans;
    src: url(../../assets/fonts/bdsans.woff2);
    font-style: italic;
    font-weight: 300;
}

@font-face {
    font-family: opensans;
    src: url(../../assets/fonts/opensans.woff2);
    font-style: normal;
    font-weight: 700;
}

.roundheroimg {
    position: absolute;
    top: 3%;
    right: 9%;
    z-index: -1;
}

.bg-hero {
    background: rgb(206, 0, 0);
    background: linear-gradient(94deg, rgba(206, 0, 0, 1) 0%, rgba(16, 0, 0, 1) 91%);
}

.bg-solution {
    background-color: #000;
    background-image: url('../../assets/images/bgdoor.webp');
}

.roundarc {
    position: absolute;
    top: -23px;
    right: 0%;
    z-index: -1;
}

.roundarcdwn {
    position: absolute;
    top: 75px;
    right: 0%;
    z-index: -1;
    transform: rotate(180deg);
}

@media(max-width: 768px) {
    .roundarcdwn,
    .roundarc,
    .roundheroimg {
        display: none;
    }
}

.solution-item-three-sp {
    padding: 0 5px;
    margin-bottom: 50px;
}

.solution-item-three-sp>i {
    height: 85px;
    width: 85px;
    z-index: 1;
    font-size: 38px;
    line-height: 85px;
    background: #fff;
    position: relative;
    border-radius: 7px;
    margin-bottom: 44px;
    display: inline-block;
    color: var(--primary-color);
}

.solution-item-three-sp>i:after {
    content: "";
    height: 100%;
    width: 100%;
    left: 10px;
    top: 10px;
    z-index: -1;
    opacity: 0.15;
    position: absolute;
    border-radius: 7px;
    border: 1px solid var(--border-color);
}

.solution-item-three-sp h3 {
    font-size: 27px;
    margin-bottom: 15px;
}

.solution-item-three-sp>a {
    color: #fff;
    text-decoration: underline;
}

ul {
    list-style-image: url('../../assets/images/dot.webp');
    padding: 10px;
    color: #fff;
    list-style-type: circle;
    padding-top: 0px;
    margin-left: 20px;
}

li {
    padding: 0px;
    margin-left: 35px;
}

ul li {
    margin: 5px;
}


/* .logo-main {
    padding-bottom: 10px;
} */

.logo-txt {
    color: #fffff9;
    font-family: bdsans;
    font-size: 25px;
}

.services-hd {
    color: #fffff9;
    font-family: revive;
    font-size: 40px;
}

.services-txt {
    color: #fffff9;
    font-family: bdsansreg;
    font-size: 20px;
    font-weight: 900;
}

.bg-services {
    background: rgb(17, 12, 1);
    background: linear-gradient(94deg, rgba(17, 12, 1, 1) 0%, rgba(28, 21, 3, 1) 12%, rgba(184, 133, 20, 1) 100%);
}

.bg-team {
    background: rgb(4, 4, 41);
    background: linear-gradient(77deg, rgba(4, 4, 41, 1) 0%, rgba(8, 7, 73, 1) 35%, rgba(13, 11, 135, 1) 100%);
}

.services-sub-hd {
    color: #ffffff;
    font-family: opensans;
    font-size: 30px;
    font-weight: bold;
}

.services-sub-hd2 {
    color: red;
    padding-top: 50px;
    font-family: revive;
    font-size: 15px;
}

.hd-team {
    color: #fffff9;
    font-family: revive;
    font-size: 40px;
    text-align: center;
}

.hd-choose {
    color: #fffff9;
    font-family: revive;
    font-size: 40px;
}

.choose {
    color: #fffff9;
    font-family: bdsansreg;
    font-size: 20px;
}

.bg-choose {
    background-color: #000;
}

.bg-contact {
    background-color: #000;
}

.bg-showreel {
    color: #fffff9;
    font-family: revive;
    font-size: 40px;
    background: linear-gradient(77deg, rgba(2, 2, 0, 1) 0%, rgba(91, 66, 10, 1) 35%, rgba(199, 144, 22, 1) 100%);
}

.team-txt {
    padding-top: 50px;
    font-family: bdsansreg;
    font-size: 33px;
}

.solution-item-three-sp span {
    padding-top: 50px;
    font-size: 23px;
}

.bg-tesimonial {
    background-color: #000;
    background: rgb(0, 0, 0);
    background: linear-gradient(25deg, rgba(0, 0, 0, 1) 0%, rgba(59, 1, 0, 1) 35%, rgba(223, 4, 2, 1) 100%);
}

.hd-testimonial {
    color: #fffff9;
    font-family: revive;
    font-size: 40px;
}
.hd-showreel {
    color: #fffff9;
    font-family: revive;
    font-size: 40px;
}

.hd-contact {
    color: #fffff9;
    font-family: bdsans;
    font-size: 30px;
    text-align: left;
    padding-left: 0px;
}

.txt-testimonial {
    text-align: left;
    font-family: bdsansreg;
    font-size: 19px;
    line-height: 26px;
}

.hd-txt {
    text-align: left;
    font-family: revive;
    font-size: 25px;
}

.hd-txt2 {
    text-align: left;
    font-family: bdsansreg;
    font-weight: 900;
    font-size: 20px;
}

.txt-copy {
    text-align: left;
    font-family: bdsansreg;
    font-size: 17px;
}

@media(max-width: 768px) {
    .logo-main {
        width: 220px;
        margin: 0 auto;
    }
}

@media(max-width: 768px) {
    .txt-testimonial {
        width: 90%;
        margin: 0 auto;
    }
}

@media(max-width: 768px) {
    .contxt {
        width: 90%;
        margin: 0 auto;
    }
}

@media(max-width: 768px) {
    .hd-hometxt {
        font-size: 35px;
        margin: 0 auto;
    }
}

@media(max-width: 768px) {
    .hd-showreel {
        font-size: 30px;
        margin: 0 auto;
    }
}

@media(max-width: 768px) {
    .services-sub-hd {
        font-size: 20px;
        margin: 0 auto;
    }
}

@media(max-width: 768px) {
    video {
        width: 90%;
        margin: 0 auto;
    }
}

@media(max-width: 768px) {
    .roundheroimg {
        visibility: none;
    }
}

.hd-hometxt {
    color: #fffff9;
    font-family: revive;
    font-size: 65px;
}

.navigation-checkbox {
    display: none;
}

.navigation-checkbox:checked~.nav-background {
    opacity: 1;
    transform: scale(50);
}

.navigation-checkbox:checked~.navigation-nav {
    opacity: 1;
}

.navigation-checkbox:checked~.button-checkbox .nav-icon {
    background: transparent;
}

.navigation-checkbox:checked~.button-checkbox .nav-icon:before {
    top: 0;
    transform: rotate(135deg);
}

.navigation-checkbox:checked~.button-checkbox .nav-icon:after {
    top: 0;
    transform: rotate(-135deg);
}

.navigation .button-checkbox {
    height: 4rem;
    width: 4rem;
    background: #fff;
    border-radius: 50%;
    position: fixed;
    top: 50px;
    right: 30px;
    z-index: 2000;
    text-align: center;
    cursor: pointer;
    animation: anim 1s;
}

.navigation .button-checkbox .nav-icon {
    position: relative;
    margin-top: 1.8rem;
    margin-left: 0.52rem;
    transition: all 0.2s;
}


/* .navigation .button-checkbox {
  height: 4rem;
  width: 4rem;
  background: #fff;
  border-radius: 50%;
  position: fixed;
  top: 2.5rem;
  right: 2.5rem;
  z-index: 2000;
  text-align: center;
  cursor: pointer;
  animation: anim 1s;
}
.navigation .button-checkbox .nav-icon {
  position: relative;
  margin-top: 1.8rem;
  margin-left: 0.52rem;
  transition: all 0.2s;
} */

.navigation .button-checkbox .nav-icon:hover~.nav-icon:after {
    top: -1rem;
}

.navigation .button-checkbox .nav-icon,
.navigation .button-checkbox .nav-icon:after,
.navigation .button-checkbox .nav-icon:before {
    content: "";
    width: 3rem;
    height: 3px;
    background: #333;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.2s;
}

.navigation .button-checkbox .nav-icon:before {
    top: 0.8rem;
}

.navigation .button-checkbox .nav-icon:after {
    top: -0.8rem;
}

@keyframes anim {
    0% {
        transform: translateY(-1rem);
    }
    100% {
        transform: translateY(0rem);
    }
}

.navigation {
    height: 4rem;
    width: 4rem;
    border-radius: 50%;
    position: fixed;
    top: 3rem;
    right: 3rem;
    z-index: 1000;
    transition: all 0.2s;
}

.nav-background {
    height: 4rem;
    width: 4rem;
    background: #000;
    border-radius: 50%;
    position: fixed;
    top: 3rem;
    right: 2rem;
    z-index: 1000;
    transition: all 0.2s;
}

.navigation .navigation-nav {
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1500;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.3s;
}

.navigation li {
    text-align: left;
    list-style: none;
    margin: 1rem;
}

.navigation a {
    font-size: 1.4rem;
    color: white;
    text-transform: uppercase;
    font-weight: 400;
    padding: 1rem 2rem;
    background: linear-gradient(120deg, transparent 0%, transparent 50%, white 50%);
    background-size: 300%;
    transition: all 0.5s;
}

.navigation a:hover {
    background-position: 100%;
    color: red;
}


/* fixed code */


/* Nav-bar Code Start Here */

.menu-icon {
    width: 35px;
    height: 30px;
    position: relative;
    cursor: pointer;
    z-index: 999;
    margin-left: auto;
}

.bar {
    display: block;
    width: 100%;
    height: 5px;
    background-color: #bbbbbb;
    position: absolute;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000000e8;
    display: none;
    z-index: 998;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.menu ul li {
    padding: 10px;
    text-align: center;
}

.menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}

.menu ul li a:hover {
    color: #bc0000;
}

.menu-icon .bar:nth-child(1) {
    top: 0;
}

.bar:nth-child(2) {
    top: 12px;
}

.menu-icon .bar:nth-last-child(1) {
    top: 25px;
}

.menu-icon.open .bar:nth-child(1) {
    transform: rotate(45deg) translate(9px, 10px);
}

.menu-icon.open .bar:nth-child(2) {
    opacity: 0;
}

.menu-icon.open .bar:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -9px);
}

.menu-icon.open~.menu {
    display: block;
    opacity: 1;
}

.custom-navbar {
    margin-top: 70px;
    position: absolute;
    width: 100%;
    right: 0;
}

.nav-content-wrapper {
    position: relative;
    display: flex;
    width: 100%;
}

.menu-wrapper {
    padding: 10px;
    border-radius: 10px;
    background: transparent;
    margin-left: auto;
}

.header {
    position: sticky;
    top: 0;
    z-index: 999;
}


/* Nav-bar Code Ends Here */

.contact-row {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
}

.contact-child3 {
    display: flex;
    align-items: end;
}

.open-menu .btn-menu,
.open-menu.flowers-leaves .btn-menu {
    display: none;
}

#showreel .section-title .hd-showreel {
    color: #fff;
}

#showreel video {
    width: 90%;
}

#showreel .browswr-support-image {
    display: flex;
}

@media screen and (max-width: 992px) {
    .custom-navbar {
        margin-top: 40px;
    }
}

@media screen and (max-width: 768px) {
    .contact-row {
        grid-template-columns: unset;
    }
    .contact-child3 {
        order: 4;
        margin-top: 40px;
    }
    .bg-hero.pt-60 {
        padding-top: 40px;
    }
    .btn-menu {
        border-radius: 10px;
        top: 0;
    }
    .hero-content-three {
        margin-bottom: 40px;
    }
    #services .section-title {
        text-align: center;
    }
    #showreel .section-title .hd-showreel {
        text-align: center;
    }
    #showreel video {
        height: 260px;
        margin: 0 auto;
    }
    .team-txt {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .btn-menu {
        padding: 0 10px;
        margin: 40px 20px;
        height: 50px;
    }
    .logo-main {
        width: 180px;
    }
    .hero-content-three h1 {
        text-align: center;
    }
    .solution-item-three-sp {
        margin-bottom: 60px;
    }
    #showreel video {
        width: 100%;
    }
    .menu-wrapper {
        background: #000;
    }
    .hd-txt {
        font-size: 15px;
    }
    .hd-txt2 {
        font-size: 16px;
    }
}

.btnCloseMenu:hover span:after,
.btnCloseMenu:hover span:before {
    background: red;
}

.logo-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.logo-container {
    display: flex;
    animation: slide 30s linear infinite;
}

.logo-container img {
    padding: 0 40px;
}

.logo {
    margin-right: 20px;
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}