body {
    font-family: "Josefin Sans";
    background: #3c3c3c;
}
.service-AR{
    background:black;
}
footer {
    overflow: hidden;
}

p {
    font-family: "Open Sans";
    line-height: 35px;
    text-align: justify;
}

.fw-700 {
    font-weight: 700;
}

.c_f5673c {
    color: #f5673c;
}
.c_b6b2bf{
    color: #b6b2bf ;
}
.btn:hover {
    background-color: #f5673c;
}
.fs-42{
    font-size: 42px;
}

.fs-18{
    font-size: 18px;
}

.navbar {
    font-family: "Josefin Sans";
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #f5673c;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #f5673c;
}

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #3c3c3cad;
    border: 1px solid #a59797;
}

.dropdown-menu-dark {
    --bs-dropdown-link-active-bg: none;
}

.dropdown-divider {
    border-top: 1px solid white;
}

.navbar-nav li {
    list-style: none;
    padding: 0.2rem;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #f5673c;
    background-color: transparent;
}

.wrap-banner{
    display:flex;
    justify-content:center;
    align-items:center;
    height:75vh;
    background:url(../images/services/ar-service.svg);
    background-size:cover;
    background-position:center;
  }

  .wrap-banner {
    padding: 50px 0;
}

.wrap-banner .container {
    max-width: 800px;
    margin: 0 auto;
}

.wrap-banner .breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
/* 3d */
.wrap-banner-3d{
    display:flex;
    justify-content:center;
    align-items:center;
    height:75vh;
   background:url(../images/services/3d-render.png);
   background-size:cover;
    background-position:center;
  }

  .wrap-banner-3d {
    padding: 50px 0;
}

.wrap-banner-3d .container {
    max-width: 800px;
    margin: 0 auto;
}

.wrap-banner-3d .breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.wrap-banner h1, .wrap-banner p {
    text-align: center;
}
.reality img{
    width: 80%;
    padding-left: 60px;
}
.slide2{
    padding-top: 50px;
}

.owl-dots {
    text-align: center;
    margin-top: 10px;
  }
  .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 5px;
    background: #292828;
    border-radius: 50%;
  }
  .owl-dot.active {
    background: #000;
  }

  .owl-carousel .item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
  }
  .owl-carousel .item img {
    max-width: 100%;
    height: auto;
  }

.project{
    background-color: #FB5200;
    padding-top:9%;
    padding-bottom:9%;
}

.popup {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.popup-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    max-width: 600px;
    height: 50%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/* video */
.video-wrapper {
    position: relative;
}

.video-wrapper > video {
    width: 100%;
    vertical-align: middle;
}

.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.95;
    cursor: pointer;
    background-image: linear-gradient(transparent, #000);
    transition: opacity 150ms;
}

.video-overlay-play-button:hover {
    opacity: 1;
}

.video-overlay-play-button.is-hidden {
    display: none;
}


@media (max-width: 768px) {
    .wrap-banner .container {
        padding: 0 15px;
    }
}

@media screen and (min-width: 375px) and (max-width: 767px) {
    .navbar-nav .dropdown-menu {
        width: 70%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .navbar-nav .dropdown-menu {
        width: 35%;
    }
}

@media screen and (max-width: 768px) {
    .fs-42 {
        font-size: 22px;
    }

}

.cursor {
    position: fixed;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
    left: -100px;
    top: 50%;
    background-color: transparent;
    z-index: 10000;
    border: 2px solid #ff7a52;
    height: 30px;
    width: 30px;
    transition: all 300ms ease-out;
}

@media screen and (max-width: 767px) {
    .augmented-reality img {
        width: 100%;
    }

    #rotate-clockwise {
        display: none;
    }

    .fs-40 {
        font-size: 30px;
    }

    .our-works-AR span {
        font-size: 26px;
    }
    .fs-18{
        font-size: 17px;
    }
    .fw-700{
        text-align: center;
    }

}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .fs-40 {
        font-size: 33px;
    }
    .fs-42{
        font-size: 28px;
    }
    .our-works-AR span {
        font-size: 24px;
    }

    .NFT img {
        width: 100%;
    }

}
@media screen and (max-width: 991px) {

}
@media screen and (max-width: 767px) {

}
@media screen and (min-width: 768px) and (max-width: 1366px) {
    .fs-18{
        font-size: 18px;
    }
}

@media screen and (min-width: 991px) and (max-width:1025px){
    .fs-42{
        font-size: 32px;
    }
}
@media screen and (min-width:1026px) and (max-width: 1440px){
    .fs-42{
        font-size: 34px;
    }
}