/*==================== All Large Devices Start=============================*/
@media only screen and (min-width: 991px) {
  .home .navbar .container-fluid {
    flex-direction: column;
  }

  .innervisual .bottomright {
    text-align: right;
  }
}

@media screen and (min-width: 1600px) and (max-width: 1700px) {
  @media screen and (min-height: 900px) {
    .innervisual .topright h1 {
      font-size: 13.5rem;
    }

    .innervisual .topright {
      right: 0%;
      top: 0%;
    }
  }
}

@media screen and (min-width: 1600px) and (max-width: 1700px) {
  @media screen and (min-height: 1100px) {
    .innervisual .topright h1 {
      font-size: 13rem;
    }

    .innervisual .topright {
      right: -5%;
      top: 15%;
    }
  }
}

@media screen and (min-width: 2000px) {
  @media screen and (min-height: 1500px) {
    .innervisual .topright h1 {
      font-size: 13rem;
    }

    .innervisual .topright {
      right: 0%;
      top: 20%;
    }

  }
}

/*==================== All Large Devices End=============================*/
/*==================== Wide Screens Start=============================*/
@media only screen and (min-width: 2500px) {
  html {
    font-size: 16px;
  }
}

@media only screen and (min-width: 2000px) {
  html {
    font-size: 14.5px;
  }
}

@media only screen and (min-width: 1900px) {
  html {
    font-size: 13px;
  }
}

/*==================== Wide Screens End=============================*/
/*==================== Extra Large Devices=============================*/
@media only screen and (min-width : 1700px) and (max-width: 1900px) {
  html {
    font-size: 12px;
  }

}

@media only screen and (min-width : 1600px) and (max-width: 1700px) {
  html {
    font-size: 11px;
  }
}

@media only screen and (min-width : 1200px) and (max-width: 1350px) {
  html {
    font-size: 10px;
  }

  .innervisual .topright {
    position: absolute;
    right: 15%;
    top: -8%;
  }

  .innervisual .topright h1 {
    font-size: 7rem;
    text-align: center;
    color: #b60013;
    font-weight: 900;
    line-height: 0.99;
    padding: 4rem;
    text-align: right;
  }

  .beliefs .innercol1 .wall2 .imgtext {
    font-size: 2.3rem;
  }

  .beliefs .innercol1 .wall3 .imgtext {
    font-size: 2.2rem;
  }

  .innervisual .topright {
    position: absolute;
    right: 15%;
    top: -10%;
  }

  .innervisual .topright h1 {
    font-size: 9.5rem !important;
    line-height: 0.99 !important;
    padding: 4rem 4rem 00 2rem !important;
  }

  .innervisual .topright {
    position: absolute;
    right: 15%;
    top: -15%;
  }

  .beliefs .innercol2 h1 {
    font-size: 7rem;
  }

  .single-testimonial p {
    font-size: 2.5rem;
    line-height: 4rem;
  }
}


/*==================== All Mobile Devices Start=============================*/
@media only screen and (max-width: 991px) {
  html {
    font-size: 10px;
    scroll-behavior: smooth;
  }

  .navbarlogo img {
    right: unset;
    left: 50%;
    top: 4rem;
    transform: translateX(-50%);
  }

  .loadervideo {}

  .innermenu {
    width: 100%;
    min-height: 100%;
    padding: 2rem 3rem;
  }

  header .header {
    padding: 0.8rem 3rem;
  }

  header .header img {
    width: 7rem;
  }

  .innermenuleft .checkmenu iconify-icon {
    padding: 1rem;
    border: 0.2rem #fff solid;
    border-radius: 50%;
  }

  /*=========== home========== */
  .main_heroSection h1 {
    font-size: 4rem;
  }

  /*=========== home========== */
  /*===========  visual ========== */
  .visual {
    background-image: url(../img/visual/redbgnew.png);
  }

  .innervisual.active {
    background-image: unset;
    padding: 3rem 1.2rem 3rem 3rem;
  }

  .mobhead {
    background-image: url(../img/visual/headmobonlynew.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
    height: 100%;
    width: 100%;
    z-index: 99;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: background-image 1s ease-in-out, opacity 1s ease-in-out;
  }

  .innervisual.active .mobhead {
    opacity: 1;
  }

  .innervisual {
    padding: 3rem;
  }

  .bglight.active {
    background-image: url(../img/visual/lightmobnew.png);
  }

  .innervisual .topleft h2 {
    font-size: 1.8rem;
  }

  .innervisual .topleft {
    top: 8%;
  }

  .innervisual .hovereffect {
    left: -3rem;
    bottom: -3rem;
    width: 65%;
    height: 27%;
  }

  .innervisual .topright {
    right: 0;
    top: 33%;
  }

  .innervisual .topright h1 {
    font-size: 5.5rem;
    padding: 2rem 1rem 1rem;
    line-height: 0.95;
  }

  .innervisual .bottomright {
    right: 0;
    bottom: unset;
    top: 65%;
  }

  .innervisual .bottomright h2 {
    font-size: 1.7rem;
    color: #000;
    letter-spacing: unset;
    text-align: right;
    line-height: 0.95;
  }

  .innervisual .bottomright h2.bold {
    font-weight: 900;
    color: #000;
    font-size: 2.5rem;
    font-family: "Montserrat-ExtraBold";
  }

  .visual {
    height: 240vh;
  }

  /*===========  visual ========== */
  /*===========  beliefs ========== */
  .col-row {
    display: flex;
    flex-direction: column;
  }

  .col-cas1 {
    width: 100%;
  }

  .beliefs .innercol1 {
    height: 50vh;
    min-height: 38rem;
    transform: rotate(90deg);
  }

  .beliefs .innercol2 {
    padding: 4rem 2rem;
  }

  .col-cas2 {
    width: 100%;
  }

  .beliefs .innercol2 h2 {
    font-size: 2.5rem;
  }

  .beliefs .innercol2 .boxcontent {
    margin: 2rem 0;
    padding: 3rem 2rem 2rem;
  }

  .beliefs .innercol2 h6 {
    font-size: 1.5rem;
  }

  .beliefs .innercol2 h1 {
    font-size: 4rem;
  }

  .beliefs .innercol2 p {
    font-size: 1.2rem;
    text-align: center;
    color: #000;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.2rem;
    padding: 2rem 0 2rem;
  }

  .beliefs .innerbeliefs {
    height: unset;
  }

  .beliefs .imgpara {
    font-size: 1.3rem;
  }

  .beliefs .innercol1 .wall2 .imgtext {
    font-size: 1.6rem;
  }

  .beliefs .innercol1 .wall3 .imgtext {
    font-size: 1.6rem;
    top: 37%;
  }

  .main_heroSection .point {
    left: 50%;
  }

  /*===========  beliefs ========== */
  /*===========  clients ========== */
  .innerclients .box {
    height: 8rem;
  }

  .innerclients .sec-heading h1 {
    font-size: 3.5rem;
  }

  .innerdeep h1 {
    font-size: 3.5rem;
  }

  .innerdomino h1 {
    font-size: 3.5rem;
  }

  /*===========  clients ========== */
  .innertestimonial {
    padding: 6rem 3rem;
    background-image: url(../img/aboutnewmob.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .single-testimonial p {
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 3.6rem;
    letter-spacing: 0.11rem;
    text-align: justify;
    color: #fff;
    width: 85%;
    margin: 0 auto;
  }

  .innertestimonial .sec-heading h1 {
    font-size: 3.5rem;
  }


  /*===========  From ========== */

  .innerFrom {
    min-height: unset;
    height: unset;
    width: 100%;
    background-image: url(../img/formmob.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom left;
    padding: 2rem;
  }

  .innerFrom .innercol1 {
    padding: 3rem;
    height: 100%;
  }

  .leftcant .conbtn.conbtn1 {
    text-align: center;
  }

  .innerFrom .innercol1 h1 {
    margin: 2rem 0 0;
    font-size: 3rem;
    text-align: center;
  }

  .congrats h1 {
    margin: 2rem 0 1.1rem;
    font-size: 3rem;
    text-align: center;
  }

  .congrats p {
    font-size: 1.5rem;
  }

  .congrats {
    padding: 5rem 0;
  }

  .innerFrom .innercol1 p {
    font-size: 1.1rem;
    text-align: center;
  }

  .innerFrom .innercol2 {
    padding: 0 3rem;
  }

  .conbtn2 a {
    position: unset;
    margin: 2rem 2rem 5rem;
  }


  /*===========  From ========== */
  .footer-bg img {
    width: 10rem;
  }

  .footer-bg p {
    font-size: 1.2rem;
    width: 90%;
    margin: 0 auto 3rem;
  }

  .footm {
    padding: 2.5rem;
    font-size: 1.2rem;
  }

  .casestady {
    padding: 3rem 3rem 6rem;
  }

  .casestady .carousel .carousel-control-prev,
  .casestady .carousel .carousel-control-next {
    width: 3.5rem;
    height: 3.5rem;
  }

  .casestady .carousel .carousel-control-prev {
    left: -2%;
  }

  .casestady .carousel .carousel-control-next {
    right: -2%;
  }

  .casestady h1 {
    font-size: 3.5rem;
  }

  .testleft {
    width: unset;
  }

  .testright {
    width: unset;
  }


  .slick-dots {
    display: none !important;
  }

  #playButton {
    width: 6rem;
    height: 6rem;
  }

  .swiper {
    position: relative;
    width: 85vw;
    margin-inline: auto;
  }

  .swiper::before {
    left: -10%;
    width: 120%;
    height: 7.5rem;
  }

  .swiper::after {
    left: -10%;
    width: 120%;
    height: 7.5rem;
  }

  .mobsliderdiv {
    margin: 3rem 0;
  }

  .innercreatives .sec-heading h1 {
    font-size: 3.5rem;
  }

  .innerheroSection1 {
    background-image: url(../img/home/fullmob.png);
  }

  .homeimg {
    background-image: url(../img/home/binkmob.png);
  }

  .innerheroSection1 h1 {
    font-size: 3rem;
  }

  .navbarlogo img {
    position: unset;
    transform: unset;
    margin: 0 2rem 4rem;
    width: 11rem;
  }

  .innerheroSection1 h1 {
    top: 3rem;
  }

  .innerheroSection1 h1 a {
    text-align: right;
  }
}

/*==================== All Mobile Devices End=============================*/
/*==================== Tablet Devices Start=============================*/
@media only screen and (min-width : 768px) and (max-width: 991px) {
  html {
    font-size: 11px;
    scroll-behavior: smooth;
  }

  .innervisual .hovereffect {
    left: -3rem;
    bottom: -3rem;
    width: 33rem;
    height: 33rem;
  }

  .innervisual .topright {
    right: 0;
    top: 15%;
  }

  .innervisual .topright h1 {
    font-size: 6.5rem;
  }

  .innervisual .bottomright {
    right: 0;
    bottom: unset;
    top: 50%;
  }

  .beliefs .innercol1 {
    height: 100vw;
    min-height: 38rem;
    transform: rotate(90deg);
  }

  .innerFrom .innercol2 {
    padding: 0 7rem;
  }

  .innerFrom .innercol1 {
    padding: 4rem 6rem;
    height: 100%;
  }


}

/* 1024x768
1280x800
1280x960
1440x900
1470*956
1600x1200
1680x1050
1920x1200
2048x1536
2560x1440
*/
@media screen and (min-width: 2501px) {
  html {
    font-size: 17px;
  }

  @media screen and (min-height: 1000px) {
    html {
      font-size: 17px;
    }

    .innervisual .topright {
      right: 5%;
      top: 0%;
    }
  }
}

@media screen and (min-width: 2501px) {
  html {
    font-size: 17px;
  }

  @media screen and (min-height: 1500px) {
    html {
      font-size: 17px;
    }

    .innervisual .topright {
      right: 0%;
      top: 5%;
    }
  }
}

@media screen and (min-width: 2001px) and (max-width: 2500px) {
  @media screen and (min-height: 1000px) {
    .innervisual .topright {
      right: 0%;
      top: 12%;
    }
  }
}

@media screen and (min-width: 2001px) and (max-width: 2500px) {
  @media screen and (min-height: 1500px) {
    .innervisual .topright {
      right: 0%;
      top: 20%;
    }
  }
}

@media screen and (min-width: 1900px) and (max-width: 2000px) {
  @media screen and (min-height: 1050px) {
    .innervisual .topright h1 {
      font-size: 13rem;
    }

    .innervisual .topright {
      right: 0%;
      top: 0%;
    }
  }
}

@media screen and (min-width: 1400px) and (max-width: 1500px) {
  @media screen and (min-height: 650px) {
    .innervisual .topright {
      right: 15%;
      top: -5%;
    }
  }
}

@media screen and (min-width: 1400px) and (max-width: 1500px) {
  @media screen and (min-height: 780px) {
    .innervisual .topright {
      right: 0%;
      top: 0%;
    }
  }
}

@media screen and (min-width: 1000px) and (max-width: 1050px) {
  @media screen and (min-height: 630px) {
    .innervisual .topright {
      right: 0%;
      top: 10%;
    }

    .innervisual .topright h1 {
      font-size: 8.5rem;
    }
  }
}

/*==================== Tablet Devices End=============================*/
/*==================== Middle Mobile Devices Start=============================*/
@media only screen and (max-width: 767px) {}

/*==================== Middle Mobile Devices End=============================*/
/*==================== Middle Mobile Devices Start=============================*/
@media only screen and (min-width : 480px) and (max-width: 767px) {
  .beliefs .innercol1 {
    height: 100vw;
    min-height: 38rem;
    transform: rotate(90deg);
  }
}

/*==================== Middle Mobile Devices End=============================*/
/*==================== Small Mobile Devices Start=============================*/
@media only screen and (max-width : 480px) {}

/*==================== Small Mobile Devices End=============================*/
/*==================== Very Small Mobile Devices Start=============================*/
@media only screen and (max-width : 320px) {}

/*==================== Very Small Mobile Devices End=============================*/
@media screen and (min-width: 1200px) and (max-width: 1300px) {
  @media screen and (min-height: 650px) {
    .innervisual .topright {
      right: 0%;
      top: 0%;
    }
  }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
  @media screen and (min-height: 800px) {
    .innervisual .topright {
      right: 0%;
      top: 10%;
    }
  }
}

/* =========== Lock Start ================ */
@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
  #lock {
    display: block;
    text-align: center;
    position: relative;
    top: 50%;
    font-size: 34px;
  }

  .wrapper {
    display: none;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: portrait) {
  #lock {
    display: none;
  }

  .wrapper {
    display: block;
  }
}

@media only screen and (min-width: 300px) and (max-width: 480px) and (orientation: landscape) {
  #lock {
    display: block;
    text-align: center;
    position: relative;
    top: 50%;
    font-size: 34px;
  }

  .wrapper {
    display: none;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  #lock {
    display: block;
    text-align: center;
    position: relative;
    top: 50%;
    font-size: 34px;
  }

  .wrapper {
    display: none;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  #lock {
    display: none;
  }

  .wrapper {
    display: block;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) and (orientation: landscape) {
  #lock {
    display: block;
    text-align: center;
    position: relative;
    top: 50%;
    font-size: 34px;
  }

  .wrapper {
    display: none;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait) {
  #lock {
    display: none;
  }

  .wrapper {
    display: block;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) and (orientation: landscape) {
  #lock {
    display: block;
    text-align: center;
    position: relative;
    top: 50%;
    font-size: 34px;
  }

  .wrapper {
    display: none;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) and (orientation: portrait) {
  #lock {
    display: none;
  }

  .wrapper {
    display: block;
  }
}

@media screen and (min-width: 320px) and (max-width: 640px) and (orientation: landscape) {
  #lock {
    display: block;
    text-align: center;
    position: relative;
    top: 50%;
    font-size: 34px;
  }

  .wrapper {
    display: none;
  }
}

@media screen and (min-width: 320px) and (max-width: 640px) and (orientation: portrait) {
  #lock {
    display: none;
  }

  .wrapper {
    display: block;
  }
}

@media screen and (min-width: 600px) and (max-width: 960px) and (orientation: landscape) {
  #lock {
    display: block;
    text-align: center;
    position: relative;
    top: 50%;
    font-size: 34px;
  }

  .wrapper {
    display: none;
  }
}

@media screen and (min-width: 600px) and (max-width: 960px) and (orientation: portrait) {
  #lock {
    display: none;
  }

  .wrapper {
    display: block;
  }
}

@media screen and (min-width: 820px) and (max-width: 1180px) and (orientation: landscape) {
  #lock {
    display: block;
    text-align: center;
    position: relative;
    top: 50%;
    font-size: 34px;
  }

  .wrapper {
    display: none;
  }
}

@media screen and (min-width: 820px) and (max-width: 1180px) and (orientation: portrait) {
  #lock {
    display: none;
  }

  .wrapper {
    display: block;
  }
}

/* =========== Lock End ================ */