@font-face {
    font-family: 'Adelle bold';
    src: url('../fonts/Adelle-Bold.woff2') format('woff2'),
        url('../fonts/Adelle-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.4rem;
    font-family: "Open Sans", sans-serif;
}

* {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

ul,
ol {
    /*list-style: none;
    padding: 0;
    margin: 0;*/
}

.headSec {
    background: #000;
    min-height: 101px;
    padding-top: 6px;
}

.navbar-brand {
    width: 160px;
}
.carousel-control-prev, .carousel-control-next{
    display:none!important;
}

.navbar-brand img {
    width: auto;
    height: 98px;
}

.headSec .nav{
        flex-direction: row!important;
}

.headSec .nav li {
    margin: 0 0px;
    padding: 0 5px;
}
.headSec .navbar-collapse{
    justify-content:flex-end;
}
.col-sidebar ul{
    display:flex;
    flex-direction: column!important;
}
.col-sidebar ul li {
    margin: 5px 0px;
}

.nav li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}
.headSec .nav li ul {
    position: absolute;
    background: #ffffff;
    margin-top: 0;
    z-index: 999;
    border-radius: 2px;
    display: none;
    padding: 0 !important;
    list-style: none;
}
.headSec .nav li:hover ul {
    display: block;
}
.headSec .nav li ul li {
    padding: 0;
    border-bottom: 2px solid #000000;
}
.headSec .nav li ul li:last-child {
    border-bottom: 0;
}
.headSec .nav li ul li a {
    color: #000000;
    padding: 10px;
    display: inline-block;
    transition: all 0.4s;
    width: 100%;
}
.headSec .nav li ul li a:hover {
    background-color: #760202b3;;
    color: #ffffff;
}
.text-white footer h6 a {
    color: #ffffff;
}
@media only screen and (min-width: 1400px) {
    .nav li a {
        font-size: 16px;
    }   
    .headSec .nav li {
        padding: 0 8px;
    }
}
.nav li a:hover{
    color:#fed51e;
}
.nav-link:focus, .nav-link:hover {
    color: #fed51e;
}

.carousel-item h1 {
    font-size: 86px;
    font-family: "Bebas Neue", sans-serif;
    line-height: 1;
}

.carousel-item .highlight {
    color: #fed51e;
    font-style: italic;
    font-size: 42px;
    font-family: "brush-script-std", sans-serif;
    text-shadow: 0px 0px 10px #fff;
    margin: 0;
    position: relative;
    z-index: 1;
}

.carousel-item {
    height: auto;
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.pt-6{
    padding-top: 150px;
}

.sidebtn{
    position: fixed;
    top:0px;
    bottom:0;
    left: -65px;
    margin: auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-90deg);
    width: 180px;
    text-align: left;
    height: 50px;
}

.sidebtn a{
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    height: 50px;
    width: 180px;
    background: #760202;
    border: 0px solid #000;
    border-radius: 0 0 8px 8px;
    box-shadow: 0px 3px 10px 0px #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sidebtn a:hover{
    background: #fed51e;
    color:#000;
}

.buildSec{
    background: #020806;
    background: linear-gradient(180deg, rgba(2, 8, 6, 1) 0%, rgba(12, 31, 42, 1) 46%);
    padding: 60px 0;
}
.buildSec h2{
    text-align: center;
    font-size: 74px;
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
    line-height: 60px;
}
.buildSec h3{
    text-align: center;
    font-size: 36px;
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
    line-height: 42px;
}
.buildSec h4{
    font-size: 24px;
    color: #fed51e;
    font-weight: 700;
}
@media (min-width: 992px) {
    .col-lg-20 {
        flex: 0 0 auto;
        width: 20%;
    }
}
.innerbuild{
    max-width: 163px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.innerbuild img{
    margin: 5px 0;
}
.innerbuild a{
    width: 143px;
    height: 29px;
    background: #760202;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    display: flex;
    border-radius: 5px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.innerbuild a:hover{
    background: #fed51e;
    color:#000;
}
.probuild{
    padding: 10px 0 0;
    background: url("../images/img7.png") no-repeat;
    background-size: cover;
}
.probuild h2{
    margin-bottom: 20px;
    font-family: "Bebas Neue", sans-serif;
    font-size:44px;
}
.probuild p{
    font-size: 14px;
    margin-bottom: 20px;
}
.probuild .proimg{
    width: 250px;
}
.procontent{
    width: 78%;
}
.testimonial{
    padding: 30px 0;
    background: #0c1f2a;
}
.testimonial h2{
    font-size: 75px;
    font-family: "Bebas Neue", sans-serif;
    color: #fff;
    line-height: 1;
}
.qouteText{
    width: 316px;
    height: 216px;
    display: block;
    background: #fed51e;
    border-radius: 8px;
    padding: 20px;
    position: relative;
}
.qouteText::after{
    content: "";
    width: 0;
    height: 0;
    border-top: 28px solid #fed51e;
    border-left: 28px solid transparent;
    position: absolute;
    bottom: -21px;
    right: 0;
}
.qouteText p{
    font-size: 18px;
    color: #000;
    margin-bottom: 0;
    font-family: 'Adelle bold';
}
.testimonial img{
    width: 100%;
}
.w-68 .video-slider *{
    margin:0px!important;
}
.testimonial h4{
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
    font-family: 'Adelle bold';
    text-align: right;
    padding-top: 25px;
    width: 316px;
}
.w-32{
    width: 31%;
    padding: 0;
}
.w-68{
    width: 69%;
    padding: 0;
}
footer{
    background: #760202;
    padding: 40px 0 15px;
}
footer h3{
    font-size: 18px;
    color: #fff;
    font-family: 'Adelle bold';
    margin-bottom: 16px;
}
footer ul li a{
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}
footer ul li a:hover{
    color: #fed51e;
}

footer p{
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
}
body.page-name-behind-magic .ccm-block-page-list-wrapper {
    max-width: 800px;
    margin: 0 auto;
}
body.page-name-behind-magic .ccm-block-page-list-wrapper .ccm-block-page-list-title {
    font-size: 32px;
    padding-bottom: 14px;
    line-height: 1.4;
    font-weight: 400;
}
body.page-name-behind-magic .ccm-block-page-list-wrapper .ccm-block-page-list-title a {
    color: #ffffff;
}
body.page-name-behind-magic .ccm-block-page-list-wrapper .ccm-block-page-list-page-entry {
    margin-bottom: 30px;
}
body.page-name-behind-magic .ccm-block-page-list-wrapper .ccm-block-page-list-page-entry:last-child {
    margin-bottom: 0;
}
h1.blog-title-custom {
    padding-bottom: 35px;
}
body.bg-dark.text-white.page-id-1.page-name- .ccm-image-slider-inner ul li .ccm-image-slider-text {
    height: 100%;
    position: absolute;
    padding-left: 8%;
    padding-top: 8%;
}
body.bg-dark.text-white.page-id-1.page-name- .ccm-image-slider-inner ul li .ccm-image-slider-text h2.ccm-image-slider-title {
    color: #fed51e;
    font-style: italic;
    font-size: 42px;
    font-family: "brush-script-std", sans-serif;
    text-shadow: 0px 0px 10px #fff;
    margin: 0;
    position: relative;
    z-index: 1;
}
body.bg-dark.text-white.page-id-1.page-name- .ccm-image-slider-inner ul li .ccm-image-slider-text p, body.bg-dark.text-white.page-id-1.page-name- .ccm-image-slider-inner ul li .ccm-image-slider-text {
    font-size: 55px !important;
    font-family: "Bebas Neue", sans-serif;
    line-height: 1;
}


.video-slider-wrapper {
      position: relative;
      /*overflow: hidden;*/
      flex: 2;
    }

    .video-slider {
      display: flex;
      gap: 16px;
      overflow-x: auto;
      scroll-behavior: smooth;
      padding-bottom: 10px;
    }

    .video-slider::-webkit-scrollbar {
      display: none;
    }

    .video-slider video {
      width: 180px;
      border-radius: 0px;
      background-color: #000;
      height:318px;
    }

    .slider-arrow {
      position: absolute;
      transform: translateY(-50%);
      background:#f9d220;
      color: #000;
      border: none;
      padding: 0px 10px;
      cursor: pointer;
      border-radius: 5px;
      font-weight: bold;
      z-index: 1;
          width: 32px;
    height: 32px;
    font-size: 24px;
    }

    .slider-arrow:hover {
      background:#f9d220;
    }

    .arrow-left {
      right: -42px;
      display: none;
      top: 40%;
    }

    .arrow-right {
      right: -42px;
      top: 52%;
    }

    @media (max-width: 768px) {
      .testimonials-container {
        flex-direction: column;
      }

      .video-slider {
        gap: 0px;
      }
    }
@media (min-width:992px) and (max-width:1199px){
    .carousel-item h1{
        font-size: 63px;
    }
    .buildSec h2{
        font-size: 48px;
    }
    .buildSec h3{
        font-size: 34px;
    }
    .col-lg-20 {
        flex: 0 0 auto;
        width: 25%;
        margin-top: 50px;
    }
    .probuild .proimg {
        width: 100%;
    }
    .procontent {
        width: 100%;
    }
    .probuild h2 {
        font-size: 32px;
    }
    .w-32{
        width: 30%;
        padding: 0;
    }
    .w-68{
        width: 70%;
        padding: 0 16px;
    }
    .qouteText, .testimonial h4{
        width: 100%;
    }
    .testimonial h2{
        font-size: 48px;
        margin-bottom: 20px;
        text-align: center;
    }
    .navbar-nav li {
        margin: 0 6px;
    }
}
@media (min-width:768px) and (max-width:991px){
    .headSec .nav {
        display: block;
    }
    .headSec .nav li {
        position: relative;
    }
    .headSec .nav li .submenu-toggle {
        position: absolute;
        right: 10px;
        top: 3px;
        width: 20px;
        height: 20px;
        transform: translateY(-50%);
        cursor: pointer;
    }
    .headSec .nav li ul {
        position: relative;
        border-radius: 0;
    }
    .headSec .nav li ul li {
        border-bottom: 1px solid #000000;
    }
    .headSec .nav li .submenu-toggle::after {
        content: "";
        display: inline-block;
        width: 6px;
        height: 6px;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: rotate(45deg);
    }
    .carousel-item h1{
        font-size: 63px;
    }
    .buildSec h2{
        font-size: 48px;
    }
    .buildSec h3{
        font-size: 34px;
    }
    .col-lg-20 {
        flex: 0 0 auto;
        width: 33.33%;
        margin-top: 20px;
    }
    .probuild .proimg {
        width: 100%;
    }
    .procontent {
        width: 100%;
    }
    .probuild h2 {
        font-size: 32px;
    }
    .w-32{
        width: 45%;
        padding: 0;
        margin: 0 auto 30px;
    }
    .w-68{
        width: 100%;
        padding: 0 16px;
    }
    .qouteText, .testimonial h4{
        width: 100%;
    }
    .testimonial h2{
        font-size: 48px;
        margin-bottom: 20px;
        text-align: center;
    }
    .navbar-brand img {
        width: auto;
        height: 85px;
    }
    .nav li {
        margin: 16px 12px 6px;
        text-align: center;
    }
}
@media only screen and (max-width:767px){
    .headSec .nav {
        display: block;
    }
    .headSec .nav li {
        position: relative;
    }
    .headSec .nav li .submenu-toggle {
        position: absolute;
        right: 10px;
        top: 3px;
        width: 20px;
        height: 20px;
        transform: translateY(-50%);
        cursor: pointer;
    }
    .headSec .nav li ul {
        position: relative;
        border-radius: 0;
    }
    
    .headSec .nav li ul li {
        border-bottom: 1px solid #000000;
    }
    .headSec .nav li .submenu-toggle::after {
        content: "";
        display: inline-block;
        width: 6px;
        height: 6px;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: rotate(45deg);
    }
    .headSec .nav li a:hover ul {
        display: none;
    }
    .navbar-brand img {
        width: auto;
        height: 85px;
    }
    .carousel-item .highlight{
        font-size: 28px;
    }
    .carousel-item h1 {
        font-size: 38px;
    }
    .buildSec h2{
        font-size: 38px;
        line-height: normal;
    }
    .buildSec h3{
        font-size: 26px;
        line-height: normal;
    }
    .col-lg-20{
        margin-bottom: 50px;
        width: 50%;
    }
    .buildSec h4{
        font-size: 20px;
    }
    .probuild .proimg {
        width: 100%;
        display: none;
    }
    .procontent {
        width: 100%;
    }
    .buildSec{
        padding: 60px 0 0;
    }
    .probuild h2{
        font-size: 38px;
        padding-top: 50px;
    }
    .probuild{
        padding-bottom: 50px;
    }
    .testimonial{
        padding: 50px 0 0px;
    }
    .testimonial h2{
        font-size: 38px;
        padding-bottom: 30px;
        text-align: center;
    }
    .w-32{
        width: 100%;
        margin-bottom: 50px;
    }
    .w-68{
        width: 100%;
        margin-bottom: 50px;
        padding: 0 16px;
    }
    .w-68 .col-md-3{
        margin-bottom: 30px;
    }
    .qouteText{
        margin: 0 auto 0px;
    }
    .testimonial h4{
        margin: 0 auto;
    }
    .nav li {
        margin: 16px 12px 6px;
        text-align: center;
    }
    .video-slider video{
        width:100%;
        height:auto;
    }
    .arrow-right {
        right: 0;
        top: 105%;
    }
    .arrow-left {
        right: inherit;
        left:0px;
        display: none;
        top: 105%;
    }
    footer{
        text-align:center;
    }
    .carousel-item{
        background-position:top right -100px!important;
    }
    .pt-6 {
        padding-top: 240px;
    }
    .sidebtn{
        top:260px;
    }
    body.bg-dark.text-white.page-id-1.page-name- .ccm-image-slider-inner ul li .ccm-image-slider-text {
        padding-top: 23%;
    }
    body.bg-dark.text-white.page-id-1.page-name- .ccm-image-slider-inner ul li .ccm-image-slider-text h2.ccm-image-slider-title {
        color: #fed51e;
        font-style: italic;
        font-size: 28px;
        font-family: "brush-script-std", sans-serif;
        text-shadow: 0px 0px 10px #fff;
        margin: 0;
        position: relative;
        z-index: 1;
    }
    body.bg-dark.text-white.page-id-1.page-name- .ccm-image-slider-inner ul li .ccm-image-slider-text p, body.bg-dark.text-white.page-id-1.page-name- .ccm-image-slider-inner ul li .ccm-image-slider-text {
        font-size: 26px !important;
    }
}