/**********************************************************/
/***   Globle css  start ***/
/*********************************************************************************/
@media (min-width: 320px) {
  .site-cont {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .site-cont {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .site-cont {
    max-width: 992px;
  }
}

@media (min-width: 1200px) {
  .site-cont {
    max-width: 1150px;
  }
}
@media (min-width: 1535px) {
  .site-cont {
    max-width: 1400px;
  }
}
@media (min-width: 1700px) {
  .site-cont {
    max-width: 1440px;
  }
}
@media only screen and (max-width: 1600px) {
	.site-section {
		padding-top: 70px;
	}
	.site-section.form-section {
		padding-top: 100px;
	}
	.site-section.hero-section {
		padding-top: 200px;
	}
}
@media only screen and (max-width: 1335px) {
  :root {
    --fontSize20: 16px;
    --fontSize16: 14px;
  }
}
@media only screen and (max-width: 1279px) {
}
@media only screen and (max-width: 1023px) {
}
@media only screen and (max-width: 767px) {
  .site-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .site-section.form-section {
    padding-top: 100px;
  }	
}
/**********************************************************/
/***   Globle css  end ***/
/*********************************************************************************/

/**********************************************************/
/***   Header css  start ***/
/*********************************************************************************/
@media only screen and (max-width: 1600px) {
    #site-header.main-header{
            padding-block-start: 8px;
    padding-block-end: 8px;
    }
#site-header.main-header .site-navigation ul.menu li.head-contact-btn a{
        padding: 14px 25px;
        font-size: 18px;
        line-height: 1;
}
}
@media only screen and (max-width: 1023px) {
  #site-header.main-header .site-navigation ul.menu li.head-contact-btn a {
    font-size: 20px;
    padding: 10px 39px;
  }
}

/**********************************************************/
/***   Header css  end ***/
/*********************************************************************************/

/**********************************************************/
/***   Section-1 Hero area css start ***/
/*********************************************************************************/
@media only screen and (max-width: 1600px) {
  .hero-section h1 {
    font-size: 115px;
  }
  .hero-section h1:before {
    width: 50px;
    height: 134px;
  }
}
@media only screen and (max-width: 1535px) {
  .hero-section h1 {
    font-size: 94px;
  }
  .hero-section h1:before {
    width: 43px;
    height: 108px;
  }
  .hero-section .a_ranbowcolor_y img {
    width: 50%;
    right: -50px;
  }
  @keyframes yAnimation {
    0% {
      height: 0;
      opacity: 0;
    }
    100% {
      height: 100%;
      opacity: 0.8;
    }
  }
  .hero-section .col-left p{
          font-size: 18px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-section .col-left p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1023px) {
    .hero-section{
        padding-bottom:200px;
    }
  .hero-section h1 {
    font-size: 70px;
  }
  .hero-section .col-left p {
    font-size: 16px;
    padding-left: 22px;
  }
  .hero-section h1:before {
    width: 36px;
    height: 78px;
  }
  .hero-section .a_ranbowcolor_y img {
    width: 60%;
  }
  @keyframes yAnimation {
    0% {
      height: 0;
      opacity: 0;
    }
    100% {
      height: 100%;
      opacity: 0.8;
    }
  }
}
@media only screen and (max-width: 767px) {
  .hero-section {
    padding-top: 150px;
    padding-bottom: 150px;
    background-position: left top;
  }
  .hero-section .col-left {
    width: 100%;
    margin-bottom: 40px;
  }
  .hero-section .col-right {
    width: 100%;
  }
  .hero-section h1 {
    font-size: 60px;
  }
  .hero-section h1:before {
    left: -6px;
    width: 26px;
    height: 67px;
  }
  .hero-section .col-left p {
    font-size: 16px;
    padding-left: 0;
    padding-right:0;
  }
  .hero-section .col-left p br {
    display: none;
  }
  .hero-section .col-left p:before {
    content: none;
  }
  .hero-section .a_ranbowcolor_y img {
    width: 80%;
    top: 50%;
    right: -50px;
  }
  @keyframes yAnimation {
    0% {
      height: 0;
      opacity: 0;
    }
    100% {
      height: 45%;
      opacity: 0.8;
    }
  }
  .hero-section:after {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 30%;
  }
}
/**********************************************************/
/***   Section-1 Hero area css end ***/
/*********************************************************************************/

/**********************************************************/
/***   Section-2 3D slider css start ***/
/*********************************************************************************/
@media only screen and (max-width: 1600px) {
  .slide-content-item h2 {
    font-size: 42px;
  }
  .slide-content-item h2:before {
    left: -12px;
    width: 22px;
    height: 52px;
  }
  .slide-content-item h4 {
    font-size: 18px;
    }
  .slider3D-arrows {
    right: 40px;
  }
  .slide-content-item {
    font-size: 17px;
  }
  .slider3D-arrow-prev {
    margin-bottom: 10px;
  }
  .nano{
      height:280px;
  }
}

@media only screen and (max-width: 1023px) {
  .slider-left {
    width: 100%;
    display: none;
  }
  .slider-right {
    width: 100%;
  }
  .slider-right .slider3D-arrows {
    position: static;
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-top: 60px;
  }

  .slider-right .slider3D-arrows .slider3D-arrow-prev:after {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  .slider-right .slider3D-arrows .slider3D-arrow-next:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
}
@media only screen and (max-width: 767px) {
  .slide-content-item {
    font-size: 16px;
  }
  .slide-content-item h2 {
    font-size: 36px;
  }
  .slide-content-item h4 {
    font-size: 18px;
  }
  .slide-content-item h2:before {
    left: -12px;
    width: 20px;
    height: 45px;
  }
}
/**********************************************************/
/***   Section-2 3D slider css end ***/
/*********************************************************************************/

/**********************************************************/
/***   Section-3 Featured client css  start ***/
/*********************************************************************************/

@media only screen and (max-width: 767px) {
  .fcs-custom-arrows {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: space-around;
    gap: 15px;
  }
}
/**********************************************************/
/***   Section-3 Featured client css  end ***/
/*********************************************************************************/

/**********************************************************/
/***   Section-4 Some work css  start ***/
/*********************************************************************************/
@media only screen and (max-width: 1600px) {

}
@media only screen and (max-width: 1535px) {
    .some-work-section h2{
        font-size: 48px;
}
  .tab-list .tab-link {
    font-size: 14px;
    padding: 10px;
  }
  .sws-item-bg {
    width: 100%;
  }
  .sws-tab-slider-item h3 {
  }
}
@media only screen and (max-width: 1200px) {
  .sws-tab-content {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 1023px) {
  .tab-list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .tab-list .tab-link {
    font-size: 16px;
    padding: 0;
    margin: 7px;
  }
  .tab-list .tab-link:after {
    content: none;
  }
  .tab-list .tab-link.active,
  .tab-list .tab-link:hover {
    background: none;
  }
}
@media only screen and (max-width: 767px) {
  .some-work-section {
    padding-bottom: 200px;
  }
  .some-work-section h2 {
    font-size: 44px;
  }
  .sws-tab-content {
    padding-left: 0px;
    padding-right: 0px;
  }
  .sws-tab-slider {
    padding-bottom: 80px;
  }
  .sws-tab-slider .slick-arrow {
    top: auto;
    bottom: 0;
  }
  .sws-tab-slider .slick-prev {
    left: 60px;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  .sws-tab-slider .slick-next {
    right: 60px;
  }
}
/**********************************************************/
/***   Section-4 Some work css  end ***/
/*********************************************************************************/

/**********************************************************/
/***   Section-5 Services catalog css  start ***/
/*********************************************************************************/
@media only screen and (max-width: 1600px) {
  .flip-box-header {
    font-size: 50px;
  }
  .flip-box .inner ul li {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1535px) {
  .service-catalog-section h2 {
/*     font-size: 48px; */
  }
  .flip-box-header {
    font-size: 40px;
  }
  .flip-box .inner ul li {
    font-size: 16px;
  }
  .scs-body {
    justify-content: space-between;
  }
  .scs-body-item {
    width: 30%;
  }
  .flip-box-front,
  .flip-box-back {
    min-height: 355px;
  }
}
@media only screen and (max-width: 1023px) {
  .scs-body-item {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .service-catalog-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: cover;
  }
  .service-catalog-section h2 {
/*     font-size: 44px; */
  }
  .scs-body-item {
    width: 100%;
  }
  .flip-box-front,
  .flip-box-back {
    min-height: 345px;
  }
  .scs-body {
    display: block;
    padding-bottom: 50px;
  }
  .scs-body .slick-arrow {
    position: absolute;
    bottom: 0;
  }
  .scs-body .slick-prev {
    left: 60px;
  }
  .scs-body .slick-next {
    right: 60px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .flip-box-header {
    font-size: 30px;
  }
  .flip-box .inner ul li {
    font-size: 16px;
  }
}
/**********************************************************/
/***   Section-5 Services catalog css  end ***/
/*********************************************************************************/

/**********************************************************/
/***   Section-6 Testimonials css  start ***/
/*********************************************************************************/
@media only screen and (max-width: 1600px) {
  .fback-slider-body {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1535px) {
  .fback-slider-body {
    font-size: 20px;
  }
  .fds-meta h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .feedback-section {
    padding-top: 100px;
  }
  .fback-slider-body {
    font-size: 18px;
  }
  .feedback-section h2 {
    font-size: 28px;
  }
  .fds-img {
    width: 48px;
    height: 48px;
  }
  .fds-meta h3 {
    margin-top: 5px;
    font-size: 20px;
    padding-right: 14%;
  }
  .fds-meta h5 {
    font-size: 14px;
  }
  .fds-slider-counter {
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 10px;
    margin-top: -45px;
  }

  .slides-numbers {
    font-size: 18px;
  }
  .slides-numbers .active {
    font-size: 20px;
  }
}
/**********************************************************/
/***   Section-6 Testimonials css  end ***/
/*********************************************************************************/

/**********************************************************/
/***   Section-7 Exclsive Merch css  start ***/
/*********************************************************************************/
@media only screen and (max-width: 1535px) {
  .exclus-merch-section .feature-client-head h2 {
/*     font-size: 48px; */
  }
}
@media only screen and (max-width: 1100px) {
  .ems-item-footer h3 {
    font-size: 18px;
  }
  .ems-prices .sale-price {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .exclus-merch-section {
    position: relative;
    padding-top: 10px;
  }
  .exclus-merch-section .feature-client-head {
    justify-content: center;
  }
  .exclus-merch-section .feature-client-head h2 {
/*     font-size: 44px; */
  }
  .exc-merch-custom-arrows {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: space-around;
    gap: 15px;
  }
}
/**********************************************************/
/***   Section-7 Exclsive Merch css  end ***/
/*********************************************************************************/

/**********************************************************/
/***   Section-8 Form css  start ***/
/*********************************************************************************/
@media only screen and (max-width: 1600px) {
  .form-section h2 {
    font-size: 80px;
  }
	.form-section h2 span {
		top: 20px;
	}
	
}
@media only screen and (max-width: 1100px) {
  .form-section .col-left {
    width: 100%;
  }
  .form-section h2 {
    font-size: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .form-section-bg {
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  .form-section .col-left {
    width: 100%;
  }
  .form-section h2 {
    font-size: 46px;
  }
  .get-it-form .ginput_container textarea {
    height: 90px !important;
}
	.form-section h2 span {
		top: 10px;
	}
}
/**********************************************************/
/***   Section-8 Form css  end ***/
/*********************************************************************************/

/**********************************************************/
/***   Footer css  start ***/
/*********************************************************************************/
@media only screen and (max-width: 767px) {
  .footer-logo img {
    width: 70px;
    height: 50px;
    object-fit: cover;
    object-position: top;
  }
}
/**********************************************************/
/***   Footer css  end ***/
/*********************************************************************************/
