        html,
        body {
            height: 100vh;
            width: 100%;
            color: #8E8E8E;
            background-color: #060606;
            font-size: 0.95rem;
            font-weight: 400;
            margin: 0px !important;
            font-family: 'Poppins', sans-serif;
            line-height: 1.5rem;
        }

    .noselect {
      -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
         -khtml-user-select: none; /* Konqueror HTML */
           -moz-user-select: none; /* Old versions of Firefox */
            -ms-user-select: none; /* Internet Explorer/Edge */
                user-select: none; /* Non-prefixed version, currently
                                      supported by Chrome, Edge, Opera and Firefox */
    }

        .wrapper_border {
            padding: 16px !important;
        }

        .header {
            padding: 0px !important;
            margin: 0px !important;
        }

        .text-top {
            width: 80%;
        }


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

        .navbar {
            z-index: 20;
            width:auto;
            right:15px;
            left:15px;
            position: fixed;
            margin:0 !important;
            background-color: #1F1F1F !important;
            min-height: 100px;
            border-radius: 15px !important;
            padding-right: 30px !important;
            padding-left: 10px !important;
            padding-bottom: 11px !important;
            transition: 0.2s ease;

        }

        .nav-menu {

            margin-top: 11px;
            display: flex;
            justify-content: space-between;
            gap: 40px;
        }

        .hamburger {
            position: absolute;
            display: none;
            cursor: pointer;
            width: 35px;
            right: 30px;
            height: 26px;
            top: 34px;
            transition: all 0.4s ease;

        }

        .bar {
            display: block;
            width: 100%;
            height: 2px;
            background-color: white;
            margin: 6px auto;
            transition: all 0.3 ease;
        }

        .nav-item {
             list-style: none;
        }

        .footer-menu {
             list-style: none;
            padding: 0;
        }
    .footer-item {
        padding: 3px 0;
    }

        .nav-link {
            color: white;
            transition: 0.7s ease;
        }

        .nav-link:hover {
            color: #BABABA !important;
        }

        .nav-link:active {
            color: white !important;
        }

    .visual-top {
        width: 520px;
        position: absolute;
        left: 50%;
        top: 45%;
        margin-left: -250px;
        margin-top: -220px;

    }

    .visual-top video {
    width: 520px;
    }


    @keyframes float {
        0% {

            transform: translatey(0px);
        }
        50% {

            transform: translatey(-18px);
        }
        100% {

            transform: translatey(0px);
        }
    }

        #logo {
            position: fixed;
            text-align: center;
            z-index: 100;
            width: 65px;
            top: 44px;
            left: 50%;
            transform: translate(-50%, 0);

        }

        .discount {
            position: absolute;
            padding: 10px 18px;
            font-size: 1.2rem;
            font-weight: 500;
            border-radius: 8px;
            background-color: #B8F23B;
            right: 50px;
            color: black;
            top: 50px;
        }


        .pricebox-title {

            font-size: 24px;
            font-weight: 600;
        }

        .price-list {
            margin: 5px 2px;
            margin-left: 6px;
            padding: 0 0px;
            padding-left: 2px; 
            font-weight: 500;
        }

        .price-btn {
            background-color: black;
            border-radius: 11px;
            font-size: 1.1rem;
            color: white;
            text-align: center;
            padding: 16px 12px;
            padding-bottom: 17px;
            transition: all 0.6s ease;
        }

        .price-btn:hover {
            background-color: #151515;
        }

        .quote-btn {
            width: 280px;
            margin-left: auto;
            margin-right: auto;
            background-color: white;
            border-radius: 11px;
            font-size: 1.1rem;
            font-weight: 500;
            color: black;
            text-align: center;
            padding: 14px 12px;
            padding-bottom: 15px;
            transition: all 0.5s ease;
        }

    .quote-btn:hover {

        background-color: #DEDEDE;
    }

        .final-btn {

            width: 240px;
            height: 240px;
            margin-left: auto;
            margin-right: auto;
            background-color: white;
            border-radius: 50%;
            font-size: 1.4rem;
            font-weight: 600;
            color: black;
            text-align: center;
            padding: 110px 18px;
            transition: all 1.4s ease;

        }

        .final-btn:hover {

           background-color: #ACE82C;
        }




        .price-btn-border {

            border: 1px solid #999;
            border-radius: 11px;
            font-size: 1.1rem;
            font-weight: 500;
            color: black;
            text-align: center;
            padding: 16px 12px;
            padding-bottom: 17px;
            transition: all 0.8s ease;
        }

        .price-btn-border:hover {
            border: 1px solid black;

        }


        a {
            text-decoration: none;
            color: white;
            font-weight: 400 !important;
            transition: color 0.4s ease-out;
            -moz-transition: color 0.4 ease-out;
            -webkit-transition: color 0.4s ease-out;
            -o-transition: color 0.4s ease-out;
            background-color: transparent;
        }

        .active {

        }

        a:hover {
            text-decoration: none;
            color: white !important;
            outline: 0;
        }

        a:active {
            color: #A6DFF1 !important;
        }

        ::selection {
            background: #ccc;
            /* WebKit/Blink Browsers */
        }

        ::-moz-selection {
            background: #ccc;
            /* Gecko Browsers */
        }

        button:focus {
            outline: 0 !important;
        }

        *:focus {
            outline: 0!important;
             box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
        }

        p {
            color: #8E8E8E;
        }

        .logo_top {
            width: 110px;
            position: absolute;
            left: 50%;
            margin-left: -55px;
            top: 30px;
            z-index: 100;
        }

        .social_links {
            color: white !important;
            margin-right: 40px;
            cursor: pointer;
        }

        .social_container {
            position: absolute;
            left: 50px;
            bottom: 50px;
        }



        h1 {
            font-size: 66px;
            font-weight: 600;
            line-height: 65px;
            letter-spacing: 1px;
        }

        h2 {
            font-size: 58px;
            font-weight: 600;
            line-height: 62px;
            color: white;
        }

        h3 {
            font-size: 3.8rem !important;
            line-height: 4.8rem;
        }

        h4 {
            font-size: 1.7rem !important;
            line-height: 2rem;
            color: white;
            letter-spacing: 1px;
            transition: color 0.7s ease;
        }

        .info_text {
            font-size: 13px;
        }

        .deco_font {
            font-family: 'Newsreader', serif !important; 
            font-style: italic;
            font-weight: 500;
            }



        .border_btn {
            text-transform: uppercase;
            width: auto;
            display: inline-block;
            letter-spacing: 1px;
            border: solid 2px #84878B;
            padding: 8px 25px;
            font-size: 14px;
            color: white;
            font-weight: 500;
            transition: all 0.7s ease;
        }

        .btn-book-mobile {
            opacity: 0;
            margin-top: 18px;
            width: 60%;
            display: none;
            border-radius: 30px;
            background-color: white;
            padding: 10px 30px;
            font-size: 15px;
            color: black;
            font-weight: 600;
            transition: all 0.5s ease;
            transition-delay: 0.4s;   
        }


        .white_rnd_btn_top {
            position: fixed;
            right: 50px;
            text-align: center;
            top: 42px;
            width: 150px;
            display: inline-block;
            border-radius: 30px;
            background-color: white;
            padding: 10px 10px;
            font-size: 14px;
            color: black;
            font-weight: 600;
            transition: all 0.5s ease;
    } 

    .white_rnd_btn_top:hover {

            background-color: #DEDEDE;

    }



        .black_rnd_btn {

            text-align: center;
            width: 150px;
            display: inline-block;
            border-radius: 30px;
            background-color: #0D0D0D;
            padding: 10px 15px;
            padding-bottom: 12px;
            font-size: 14px;
            color: white;
            font-weight: 400;
            transition: all 0.4s ease;
        }

        .black_rnd_btn:hover .arrow_grey {
            margin-right: 8px;

        }

        .black_rnd_btn:hover  {
            background-color: #1C1C1C;
            width: 160px;
        }


        .arrow_grey {
            margin-right: 10px;
            height: 12px;
            margin-top: -1px;
            transition: all 0.4s ease;
        }

        .border_rnd_btn {
            position: fixed;
            right: 220px;
            text-align: center;
            top: 42px;
            width: 150px;
            border: 1px solid grey;
            display: inline-block;
            border-radius: 30px;
            padding: 10px 10px;
            font-size: 14px;
            color: white;
            font-weight: 600;
            transition: all 0.6s ease;
        }

        .border_rnd_btn:hover {
            color: #DEDEDE;
            border: 1px solid #666;


        }









        .text-r {
            text-align: right;
        }




    .text-seperator {
        padding: 5px;
        color: #555;
    }

        .dark_col {
            color: #303030;
        }

        .white_col {
            color: white;
        }

        .grey_col {
            color: #7B7B7B !important;
        }

    .greenish_col {
        color: #ACE82C;
    }

        .black_col {
            color: black;
        }


        .white-textline {
            letter-spacing: -10px;
            font-weight: 400;
            padding-right: 20px;
            padding-left: 20px;

        }


        .pad_top_min {
            padding-top: 5px;
        }

        .pad_top0 {
            padding-top: 5px;
        }

        .pad_top1 {
            padding-top: 12px;
        }

        .pad_top1_5 {
            padding-top: 18px;
        }


        .pad_top2 {
            padding-top: 30px;
        }

        .pad_top2_5 {
            padding-top: 38px;
        }

        .pad_top3 {
            padding-top: 50px;
        }

        .pad_top4 {
            padding-top: 90px;
        }

        .pad_top5 {
            padding-top: 120px;
        }

        .pad_top6 {
            padding-top: 160px;
        }
        .pad_top7 {
            padding-top: 180px;
        }


        .pad_bot1 {
            padding-bottom: 80px;
        }

        .pad_r {
            padding-right: 65px;
        }

        .mar_l {
            margin-left: 60px;
        }

        .pad_l {
            padding-left: 60px;
        }

        .marg_top {
            padding-top: 30px;
        }


        .marg_bot {
            padding-bottom: 30px;
        }

        .marg_bot_2 {
            padding-bottom: 60px;
        }

        .marg_bot_new {
            padding-bottom: 140px;
        }

        .marg_right {
            margin-right:  20px;
        }

        .l_space {
            letter-spacing: 5px;
        }



        hr {
            border: 1px solid #666;
        }



         .section {
            margin: 0;
            padding: 0;
            min-height: 200px;
            position: relative;
            width: auto;
            overflow: hidden;
        }

        .s1 {
            margin-top: 116px;
            padding: 0;

        }

        .s2 {
            padding-left:8%;
            padding-right: 8%;
        }

        .s3 {

        }



        .s5 {
            padding: 0;
            margin: 0;
            padding-top: 300px;
            min-height: 650px;
            position: relative;
            background-repeat: no-repeat;
            background-position: top center;
            background-size: cover;
            background-image: url(../images/gamer.jpg);
        }

        .icon_plus {
            margin-left:20px;
            display: inline-block;
            width: 42px;
        }





        .no_pad {
            padding: 0!important;
        }

        .no_pad_l {
            padding-left: 0!important;
        }




        .delete_pad {
            padding: 0 !important;
        }

        .delete_marg {
            margin: 0 !important;
        }


        .btn-pricing-m {
            opacity: 0;
            margin-top: 10px;
            width: 60%;
            display: none;
            border-radius: 30px;
            border: 1px solid grey;
            padding: 10px 30px;
            font-size: 15px;
            color: white;
            font-weight: 600;
            transition: all 0.5s ease;
            transition-delay: 0.4s;   
        }

        .infobox {
            background-color: #1B1B1B;
            color: white;
            border-radius: 33px;
            min-height: 280px;
            padding: 55px;
            padding-top: 80px;
            transition: all 0.8s ease;
            cursor: pointer;
        }



        .infobox:hover {
            background-color: white;
            color: black !important;
            cursor: pointer;
        }

        .the-arrow {
            transition: all 0.5s ease;
        }

        .infobox:hover .the-arrow {
            margin-left: 10px;
        }

        .infobox:hover .the-arrow > path {
            fill: black;
        }

        .infobox:hover h4 {

            color: black !important;
        }

        .videoholder {
            position: relative;
            border-radius: 33px;
            min-height: 70vh;
            width: 100%;
            cursor: pointer;
        }

        #video-fullscreen {
            position: absolute;
            right: 50px;
            bottom: 50px;
        }

        #myVideo {
            width: 100%;
            border-radius: 33px;
        }

        .video-teaser {
            position: absolute;
            bottom: 95px;
            left: 70px;
            cursor: pointer;
        }

        .play_btn {
            width: 56px;
            height: 56px;
            text-align: center;
            background-color: white;
            border-radius: 100%;
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            transition: all 0.3s ease;

        }

        .play_btn:hover {

            transform: scale(1.1);

        }

        .play_btn_text {
            color: white;
            line-height: 1.2rem;
            position: absolute;
            left: 78px;
            top: 9px;
        }

        .icon_play {
            margin-left: 3px;
        }


        #icon_star1 {
            position: absolute;
            top: 90px;
            left: 85%;
        }

        #agency-info-top {
            position: absolute;
            bottom: 100px;
            height: 50px;
        }

        #icon_star2 {
            position: absolute;
            top: 455px;
            left: 72%;
        }

        .header_top1 {
            position: relative;
             background-color: #1B1B1B;
            border-radius: 33px;
            height: calc(80vh);
            margin-right: 1px;
            background-repeat: no-repeat;
            background-position: top center;
            background-size: cover;
            background-image: url(../images/top_bg1.jpg);

        }

        .header_top2 {
            position: relative;
            padding: 100px;
            padding-top: 120px;
            padding-left: 120px;
             padding-right: 20px;
            background-color: #1B1B1B;
            height: calc(80vh);
            border-radius: 33px;
            margin-left: 1px;
            background-repeat: no-repeat;
            background-position: top center;
            background-size: cover;
            background-image: url(../images/top_bg2.jpg);

        }


        .bar_top {
            position: relative;
            width: 100%;
            display: flex;
            overflow: hidden;
            margin-bottom: 30px;
        }

        .top_slide {

            position: relative;
            left: 0;
            top: 0;
            width: 100%;
            display: flex;
            animation: marquee 19s linear infinite;

        }


        @keyframes marquee {

            0% {
                left: 0;
            }
            100% {
                left: -100%;
            }
        }



        .holder {
        position: relative;
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
          height: 100vh;
          width: 100%;
        }


        .text > h3 > div {


        }

        .magnet {
          transition: transform .3s ease;
        transform-style: preserve-3d;
          backface-visibility: hidden;
        }

        .benefit-empty {
            width: 100px;
        }
        .portfolio-empty {
            width: 300px;
        }

        .number-id {
            position: absolute;
            right: 44px;
            top: 44px;
        }

        .testimonials-holder {
            position: relative;
            background-color: #181818;
            text-align: left;
            padding: 44px;
            padding-bottom: 55px;
            min-height: 350px;
            border-radius: 33px;
            margin: 10px;
            cursor: pointer;
            transition: background-color 1s ease;
        }

        .testimonials-holder:hover {

            cursor: move; /* fallback if grab cursor is unsupported */
            cursor: grab;
            cursor: -moz-grab;
            cursor: -webkit-grab;
            background-color: #232323;
        }

        .small_text {
            font-size: 0.8rem;
            line-height: 0.5rem;
        }

        .t-face {
            width: 65px;
            margin-top: 80px;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
        }

        .testimonial-text {
            min-height: 120px;
        }


        .t-name {
            text-align: center;

            margin-top: 18px;
            width: 100%;
        }

        .stars {
            width: 120px;
            margin-bottom: 5px;
        }

            .owl-nav .owl-prev,
            .owl-nav .owl-next {
               display: none !important;
            }


        .benefit-holder {
            position: relative;
            background-color: #181818;
            width: 510px;
            padding: 44px;
            min-height: 550px;
            border-radius: 33px;
            margin: 10px;
            cursor: pointer;
            transition: background-color 1s ease;
        }

        .benefits-mobile {
            display: none;
        }

        .benefit-holder-mobile {
            position: relative;
            background-color: #181818;
            width: auto;
            padding: 44px;
            min-height: 450px;
            border-radius: 24px;
            margin: 35px 15px;

            cursor: pointer;
        }


        .portfolio-holder {
            position: relative;
            width: 1000px;    
            min-height: 650px;
            border-radius: 33px;
            cursor: pointer;
        }

            .portfolio-holder img {
            border-radius: 33px;
        }

    .p1 {  
            background-image: url(../images/portfolio/portfolio1.jpg);
    }

    .p2 {  
            background-image: url(../images/portfolio/portfolio2.jpg);
    }

    .p3 {  
            background-image: url(../images/portfolio/portfolio6.jpg);
    }

    .p4 {  
            background-image: url(../images/portfolio/portfolio4.jpg);
    }


    .p5 {  
            background-image: url(../images/portfolio/portfolio5.jpg);
    }

    .p6 {  
            background-image: url(../images/portfolio/portfolio6.jpg);
    }

    .p7 {  
            background-image: url(../images/portfolio/portfolio7.jpg);
    }

    .p8 {  
            background-image: url(../images/portfolio/portfolio8.jpg);
    }

    .p9 {  
            background-image: url(../images/portfolio/portfolio9.jpg);
    }



     .portfolio-holder:hover {
            cursor: move; /* fallback if grab cursor is unsupported */
            cursor: grab;
            cursor: -moz-grab;
            cursor: -webkit-grab;
        
        }

        .benefit-holder:hover {
            cursor: move; /* fallback if grab cursor is unsupported */
            cursor: grab;
            cursor: -moz-grab;
            cursor: -webkit-grab;
            background-color: #232323;
        }



        .benefit-title {
            font-family: 'Newsreader', serif !important; 
            font-weight: 500;
            letter-spacing: 0px;
          color: white;
            font-size: 2.2rem;
            line-height: 2.2rem;

        }

        .benefit-graphic {
            margin-top: 70px;
            width: 100%;
            text-align: center;
            margin-bottom: 70px;
        }

        .mar-left {
            margin-left: 150px;
        }
     .mar-left2 {
            margin-left: 50px;
        }



        .teaser-box {
            position: relative;
            min-height: 240px;
            padding: 42px;
            width: 100%;
            border-radius: 33px;
            background-color: white;
            background-repeat: no-repeat;
            background-position: center right;
            background-size: cover;
            background-image: url(../images/teaser-bg.jpg);
        }

        .teaser-title {
             font-family: 'Newsreader', serif !important; 
            font-weight: 600;
            letter-spacing: 1px;
          color: black;
            font-size: 2.1rem;
            line-height: 2.1rem;
            margin-bottom: 20px;
        }

        .teaser-text {
            position: absolute;
            left: 42px;
            bottom: 37px;
            width: 48%;
        }



        .teaser-btn {
            position: absolute;
            right: 42px;
            bottom: 42px;
            text-align: center;
            min-width: 150px;
            display: inline-block;
            border-radius: 30px;
            background-color: #0D0D0D;
            padding: 10px 25px;
            padding-bottom: 12px;
            font-size: 14px;
            color: white;
            font-weight: 400;
            transition: all 0.5s ease;
        }

            /* Custom style */
            .accordion-button::after {
              background-image: url("../images/icon_plus_accordion.svg");
              transform: scale(2) !important;
                margin-right: 40px;
            }
            .accordion-button:not(.collapsed)::after {
              background-image: url("../images/icon_minus_accordion.svg");
        }

            .accordion-item {
                    border: none !important;
                    background-color: #060606 !important;
            }
            .accordion-header {
            background-color: #060606 !important;
             border-bottom: 1px solid #333 !important;
        }

        .accordion-button {
            position: relative;
            display: flex;
            align-items: center;
            width: 100%;
            padding: 50px;
            padding-left: 0;
            font-size: 2.9rem;
            line-height: 3.5rem;
            letter-spacing: 0px !important;
            color: white;
            text-align: left;
            background-color: #060606;
            border: 0;
            border-radius: 0;
            transition: all 0.9s ease;   
        }

    .accordion-sm {
        font-size: 2.6rem;
    }

    .accordion-text {
        width: 86%;
    }

     .accordion-button:hover {
         background-color: #131313;
    }

        .accordion-button:not(.collapsed) {
            color: white;
            background-color: #060606;
                box-shadow: none;

        }

        .accordion {
            border: none !important;
                --bs-accordion-border-color: #060606;

        }

        .card-body {

            background-color: #131313;
            padding: 65px;
        }

        .service-row {
            padding:  0 30px;
        }

        .service-row-inner {
            padding:  10px;
        }

        .pricing-box-holder {

            padding: 30px;

        }

        .pricing-box {
            position: relative;
            width: 100%;
            border-radius: 28px;
            min-height: 500px;
            padding: 60px;
            background-color: white;
            background-repeat: no-repeat;
            background-position: top right;
            background-size: contain;
            background-image: url(../images/price-box-bg.jpg);
        }

        .pricing-box-dark {
            position: relative;
            text-align: center;
            width: 100%;
            border-radius: 28px;
            min-height: 280px;
            padding: 85px 60px;
            padding-bottom: 90px;
            background-color: black;
            background-repeat: no-repeat;
            background-position: top right;
            background-size: contain;
            background-image: url(../images/price-box-bg-dark.jpg);
        }

        .pricing-number-thin {
            font-size: 35px;
            letter-spacing: 5px;
            padding-left: 3px;
            color: black;
            font-weight: 500;
            margin-bottom: 10px;
        }

        .pricing-number {
            font-size: 42px;
            letter-spacing: -1px;
            color: black;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .footer_sec {
            min-height: 200px;
            padding: 70px;
            letter-spacing: 1px;
            font-size: 0.9rem;
            color: #444;

        }

    .spinning-star {

    animation-name: spin;
      animation-duration: 7000ms;
      animation-iteration-count: infinite;
      animation-timing-function: linear; 

    }

    @keyframes spin {
        from {
            transform:rotate(0deg);
        }
        to {
            transform:rotate(360deg);
        }
    }

.portfolio-holder-mobile {
    display: none;
}

.portfolio-mobile {
    margin: 40px 20px;
}

.portfolio-mobile img {
    border-radius: 24px;
  
}

.chip {
    
    background-color: #222;
    border-radius: 20px;
    color: #bbb;
    padding: 5px 14px;
    padding-bottom: 6px;
    display: inline-block;
    margin-left: 10px;
    margin-top: 25px;
    font-size: 0.7rem;
}


        @media only screen and (max-width: 1400px) {
            

            .infobox {

            padding: 45px;
            padding-top: 60px;

        }

                .s2 {
            padding-left:5%;
            padding-right: 5%;
        }


                .text-top {
            width: 100%;
        }

                .video-teaser {
            left: 70px;
        }

            .header_top2 {
            padding: 70px;
            background-color: #1B1B1B;
            height: calc(80vh);
            border-radius: 33px;
            margin-left: 1px;


        }


            h1 {
            font-size: 60px;
            line-height: 60px;
            letter-spacing: 1px;
        }

        }

        @media only screen and (max-width: 1200px) {

                .pricing-number-thin {
            font-size: 33px;
            padding-left: 3px;
            font-weight: 500;

        }

        .pricing-number {
            font-size: 38px;
            letter-spacing: -1px;
            margin-bottom: 10px;
        }



            .infobox {
            padding: 45px;
            padding-top: 60px;
            min-height: 300px; 

        }


            .s2 {
            padding-left:2%;
            padding-right: 2%;
        }


            .icon_plus {
                width: 40px;
            }

            .video-teaser {
            left: 80px;
        }

            .header_top2 {
            padding: 80px;
            background-color: #1B1B1B;
            height: calc(80vh);
            border-radius: 33px;
            margin-left: 1px;


        }

                h1 {
            font-size: 50px;
            line-height: 50px;
            letter-spacing: 1px;
        }


        }


        @media only screen and (max-width: 990px) {
            
            .benefits-mobile {
                display: block;
            }
            
            .s3 {
                display: none;
            }
            
            .portfolio-holder-mobile {
                display: block;
            }
            
            .my-slider2 {
                display: none;
            }
            

    .visual-top {
        width: 400px;
        position: absolute;
        left: 50%;
        top: 45%;
        margin-left: -220px;
        margin-top: -180px;

    }

    .visual-top video {
    width: 400px;
    }

            .accordion-sm {
        font-size: 2.3rem;
    }


                .mobile_mar {
            margin-bottom: 60px;
    }
                .mobile_mar2 {

            margin-bottom: 30px;
    }

               .quote-btn {
            width: 100%;
        }

            .footer-item {
        padding: 10px 0;

    }



             .center_it {
            margin-left: auto;
            margin-right: auto;
                 text-align: center;
        }



        .visual-top {
        width: 800px;
        left: 52%;
        top: 40%;
    }

            .pricing-number-thin {
            font-size: 33px;
            padding-left: 3px;
            font-weight: 500;

        }

        .pricing-number {
            font-size: 38px;
            letter-spacing: -1px;
            margin-bottom: 10px;
        }


            .pricing-box-holder {

            padding: 0px;
            padding-bottom: 35px;

        }

            .service-row {
            padding:  0;
        }


            .videoholder {

            border-radius: 33px;
            min-height: 100%;
            width: 100%;
        }

            .mar-left {
                margin-left: 20px;
            }

            .teaser-text {
            position: relative;
            left: 0px;
            bottom:0px;
            width: 90%;
        }

            .teaser-btn {
                margin-top: 10px;
                position: relative;
                left: 0;
                bottom: 0;
            }

            .teaser-box {

            background-position: center -30%;
            background-size: cover;
            padding-bottom: 50px;

            }


            .infobox {
            border-radius: 33px;
            min-height: 300px;
            padding: 30px;
            padding-top: 40px;
            margin-bottom: 25px;
            width: 100%;
        }




            .header_top2 {
            padding: 80px;
            padding-top: 100px;
            min-height: 800px;
            border-radius: 33px;
            margin-left: 0px;   
        }

            h1 {

            font-size: 55px;
            line-height: 55px;
            letter-spacing: 1px;
        }
            h2 {
            font-size: 45px;
            line-height: 48px;
        }

            h3 {
            font-size: 2.8rem !important;
            line-height: 3.8rem;
        }

            .header_top1 {

            height: calc(80vh);
            margin-right: 0px;
            margin-bottom: 2px;

        }



            #btn_top2 {
                display: none;
            }

            .btn-pricing-m {
                display: inline-block;
                opacity: 1;
            }

            .btn-book-mobile {
                display: inline-block;
                opacity: 1;
            }

            #btn_top {
                display: none;
            }

            .hamburger {
                display: block;
                z-index: 100;

            }

             .hamburger.active {
                 opacity: 0.4;
                 height: 22px;
                display: block;
                z-index: 100;
            }

            .nav-menu {
                display:flex; 
                width: 100%;
                left: 0;
                opacity: 0;
                margin-top: -400px;
                gap: 28px;
                flex-direction: column;
                text-align: center;
                transition: all 0.25s ease;
                padding: 40px 20px;
                border-radius: 17px;
                margin-left: 16px;


        }

                .nav-menu.active {  

                    display: flex;
                    opacity: 1;
                    margin-top:100px;
                }

            .navbar.active {

            min-height: 550px;

            }





        }

        @media only screen and (max-width: 768px) {
            
            .pad_top5 {
            padding-top: 60px;
        }
            
            .pad_top7 {
                
                padding-top: 60px;
            }
            
            .quote-btn {
            width: 100%;
            margin-left: auto;
            margin-right: auto;

        }
            
            .discount {
            right: 32px;
            top: 32px;
        }
            
            
            .pricing-box {
            padding: 40px;
        }
            
            .videoholder {
            border-radius: 24px;
        }


        #myVideo {
            border-radius: 24px;
        }
            
            #video-play-btn {
                display: none;
            }
            
            #logos-row {
                content:url("../images/logos-mobile.png");
            }
            
            .portfolio-holder {

            width: 400px;
            padding: 14px;
            min-height: 450px;
            border-radius: 33px;
            margin: 10px;

        }
            
            .hide-mobile {
                display: none;
            }
            
            .icon_plus {
            margin-left:0px;
            margin-top: 8px;
            display: block;
            width: 42px;
        }
            
            .card-body {
            padding: 25px 30px;
        }
            
            #agency-info-top {
            height: 60px;
        }
            
            .agency-info-top {
                 content:url("../images/agency-info-top-mobile.svg");
            }

        html,body {
            font-size: 1rem;
            line-height: 1.5rem;
        }
            
        .info_text {
            font-size: 1rem;
        }

        .accordion-button::after {
            transform: scale(1.5) !important;
            margin-right: 0px;
        }

            .accordion-button {

            font-size: 1.8rem;
            line-height: 2.5rem;
            padding-right: 33px !important;

        }

        .visual-top {
        width: 400px;
        position: absolute;
        left: 50%;
        top: 45%;
        margin-left: -220px;
        margin-top: -180px;

    }

    .visual-top video {
    width: 400px;
    }


    .accordion-sm {
        font-size: 1.5rem;
        line-height: 2rem;
    }

        .visual-top {
        width: 700px;
        left: 52%;
        top: 42%;
    }

                .accordion-button::after {
                margin-right: 0px;
            }

            .text {
                padding: 16px;
            }

                .mar-left {
                margin-left: 16px;
            }



            .header_top2 {
            padding: 40px;
            padding-top: 80px;
            border-radius: 33px;
            margin-left: 0px;   
        }

                h1 {

            font-size: 45px;
            line-height: 45px;
            letter-spacing: 1px;
        }
                h2 {
            font-size: 33px;
            line-height: 33px;
        }
                h3 {
            font-size: 1.8rem !important;
            line-height: 2.5rem;
        }


        }

        @media only screen and (max-width: 576px) {
            
             .quote-btn {
            width: 100%;
            margin-left: auto;
            margin-right: auto;

        }


        }
