@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,400;0,500;1,300;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,300&display=swap');
body {
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
  }
/* Header Style */
section.bannersection {
  margin-top: -11%;
}
.bplt>video {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 90%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
  }
  .vsec>video {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 80%;
   
    left: 0;
   
    right: 0;
    z-index: -1;
  }
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: transparent;
    background-image: linear-gradient(130deg,#2d1954 37%,#f2295B00 65%);
    opacity: .96;
    transition: background .3s,border-radius .3s,opacity .3s;
  }

  .home-content {
    margin: 0 auto;
    position: relative;
    top: 100px;
    color: #fff;
    z-index: 3;
  }
  
  .home-content h1 {
    font-family: Playfair Display, serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 85px;
    line-height: 1.1;
  }
  
  .middle-line {
    height: 200px;
    width: 2px;
    background: #fff;
    margin: 40px auto;
  }
  
.navbar {
    padding: 0;
    z-index: 99;
}
.headsection {
    padding: 25px 55px 0 55px;
    background-color: #ff000000d;
}
img.addllogo {
    width: 94px;
    background: #ffffff;
    padding: 15px 12px;
    border-radius: 6px;
}
.bplt {
  margin-bottom: 160px;
}
a.mnu1 {
    font-size: 18px;
    color: white;
    font-weight: 400;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}
a.mnu {
    font-size: 18px;
    color: white;
    font-weight: 400;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;

    padding: 0 0  0 20px;
}
a.btn-conts {
    font-size: 18px;
    color: white;
    font-weight: 400;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;

    border: solid 2px white;
    padding: 5px 20px;
    border-radius: 34px;
    margin: 0 0 0 15px;
}

h2.banner-touch {
    color: #9f4a81;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: 183px;
    letter-spacing: -15px;
    line-height: 107px;
}
p.banner-ltext {
  font-size: 34px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  line-height: 44px;
    padding-top: 15px;
    padding-left: 37px;
    background: linear-gradient( 45deg , #1566af, #159eda);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
p.r-txt-banner {
    font-size: 27px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 36px;
    margin: 0;
    padding: 0!important;
    background: linear-gradient( 45deg , #1566af, #1566af, #1566af, #159eda);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
span.contcb {
    color: white;
    background-color: #ff383f;
    padding: 0 5px;
}
.bannerrig {
    text-align: right;
    padding-top: 380px;
    padding-bottom: 20px;

}
.banner-but {
    font-size: 17px;
    color: white;
    font-weight: 500;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    padding: 9px 14px 9px 43px;
    border-radius: 50px 0 0 50px;
    display: flex;
    float: right;                             
    border: none;
    display: block;
  background: linear-gradient(to right, #0170b9 50%, #ff0000 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
}
a.banner-but:hover {
    color: white;
    /* background-image: linear-gradient(45deg, #fd2a2e, #f05050); */
    background-position: left bottom;
}
.abcsection {
  padding-top: 50px;
  padding-bottom: 30px;
}
h2.mijf {
  text-align: center;
  color: #445881;
  font-size: 35px;
  font-family: 'Poppins';
  padding: 20px 0;
}
.row.abc {
  padding: 50px 10px;
  /* text-align: center; */
}
p.capa {
  font-size: 200px;
  font-family: Georgia;
  text-align: right;
  color: #e5e5e5;
  line-height: 101px;
}
p.abc-txt {
  font-size: 16px;
  font-family: 'Poppins';
  padding: 0 50px;
  text-align: center;
  margin-top: -27px;
  color: #666766;
}
.abcbot{
  padding: 30px 10px;
  text-align: center;
}
.gp{
  color: #ce2327;
  font-family: 'Poppins';
  font-size: 20px;
  text-align: center;
}
.page-but {
  font-size: 18px;
  color: white;
  font-weight: 500;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  padding: 9px 14px 9px 14px;
  border-radius: 30px;                          
  border: none;
background: linear-gradient(to right, #0170b9 50%, #ff0000 50%);
background-size: 200% 100%;
background-position: right bottom;
transition: all .5s ease-out;

}
.rebut {
  text-align: center;
}
.res-but{
  font-size: 14px;
  color: white;
  font-weight: 500;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  padding: 6px 24px 6px 24px;
  border-radius: 30px;                          
  border: none;
background: linear-gradient(to right, #0170b9 50%, #ff0000 50%);
background-size: 200% 100%;
background-position: right bottom;
transition: all .5s ease-out;
}

a.res-but:hover {
  color: white;
  background-position: left bottom;
}
a.page-but:hover {
  color: white;
  background-position: left bottom;
}
/* Red Banner Section */
.red-banner{
  /* background: linear-gradient(to bottom, #ce2228, #e43c3b); */
  background-image: linear-gradient(to right top, #e43c3b, #e43c3b, #ce2228, #ce2228, #ce2228);
  padding-bottom: 50px;
}
.row.clflower {
  margin-top: 50px;
  display: flex;
  text-align: right;
  align-items: end;
  justify-content: end;
  padding-bottom: 25px;

}
img.lef {
  width: 155px;
  margin-top: -65px;
}
.pr-rt {
  color: #a11d21;
  font-family: Poppins,Sans-serif;
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 42px;
  padding-left: 24px;
  padding-right: 20px;
}
.prot{
  color: #fff;
  font-family: Poppins,Sans-serif;
  font-weight: 500;
  transform: rotate(-90deg);
  position: absolute;
  left: -106px;
  font-size: 31px;
  margin-top: 105px;
}
.cbx {
  background-image: url(images/boxed.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 20px;
}
.cbx:hover {
  background-image: url(images/boxed-hover.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 20px;
}
/* @keyframes example-jump {
  0% {
    transform:  scaleX(1.25) scaleY(0.75) translate(0px, 0px);
  }
  30% {
    transform: scaleX(0.75) scaleY(1.25) translate(0px, -50px);
  }
  50% {
    transform: scaleX(0.9) scaleY(1.1) translate(0px, -70px);
  }
  70% {
    transform: translate(0px, -100px);
  }
}

.jump {
  fill: rgba(231, 20, 20, 0.761);
  animation-name: example-jump;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes cosinus-jump {
}

.jump2 {
  fill: rgb(128, 255, 0);
  animation-name: cosinus-jump;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
} */

p.btxt {
  color: white;
  font-size: 15px;
  font-family: 'Poppins';
  text-align: right;
  padding: 20px 0px 20px 0;
}
p.btxtnw {
  color: white;
  font-size: 15px;
  font-family: 'Poppins';
  text-align: right;
  padding: 20px 0px 1px 0;
}
p.bhd {
  color: white;
  font-size: 20px;
  font-family: 'Poppins';
  text-transform: uppercase;
  font-weight: 600;
  line-height: 20px;
}

.row.dwn {
  margin-top: 52px;
}
.cricket{
  background-image: url(images/cricket1.webp);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 8px 0 50px 0;
  margin-top: -80px;
}
.ctxt{
  font-size: 50px;
    color: white;
    font-family: 'Poppins';
    line-height: 47px;
    padding-top: 162px;
}
.bols {
  text-align: center;
  padding-top: 162px;
  
  
}
.bl{
  transition: curve 0.5s ease-in-out;
}
@keyframes curve {
  from {
    transform: translateX(0) translateY(0); /* starting point */
  }
  to {
    transform: translateX(200px) translateY(100px); /* ending point */
  }
}
/*img.bl{*/
/*  width: 27px;*/
  /* margin-left: 73px; */

/*}*/
img.bl {
    width: 46px;
    margin-left: 52px;
}

@keyframes slidein {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(100%);
  }
}

.useAnimate {
  animation-name: slidein;
  animation-duration: 500ms;
}
.blanm{
    animation: GFG 5s infinite linear;
        padding-top: 171px;
    padding-left: 20px;
}
@keyframes GFG {
           0% {
                transform: rotate(-90deg) translateY(-50px) rotate(90deg);
            }
  
            100% {
                transform: rotate(-60deg) translateY(100px) rotate(60deg);
            }
        }
/* Result Slider */
.resultsec {
  padding: 50px;
}
.crl {
  padding-top: 21px;
}
.carousel {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  font-family: Arial;
}
.carousel__list {
  display: flex;
  list-style: none;
  position: relative;
  width: 100%;
  height: 450px;
  justify-content: center;
  perspective: 300px;
  cursor: pointer;
}
.carousel__item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0px;
     width: 650px;
   height: 400px;
  border-radius: 12px;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.5);
  position: absolute;
  transition: all 0.3s ease-in;
}
.carousel__item:nth-child(1) {
  background-image: url('images/r1-1.jpg');
  background-size: contain;
}
.carousel__item:nth-child(2) {
  background-image: url('images/r1-2.jpg');
  background-size: contain;
}
.carousel__item:nth-child(3) {
  background-image: url('images/r1-3.jpg');
  background-size: contain;
}
.carousel__item:nth-child(4) {
  background-image: url('images/r1-1.jpg');
  background-size: contain;
}
.carousel__item:nth-child(5) {
   background-image: url('images/r1-2.jpg');
   background-size: contain;
}
.carousel__item[data-pos="0"] {
  z-index: 5;
}
.carousel__item[data-pos="-1"], .carousel__item[data-pos="1"] {
  opacity: 0.7;
  filter: blur(1px) grayscale(10%);
}
.carousel__item[data-pos="-1"] {
  transform: translateX(-40%) scale(0.9);
  z-index: 4;
}
.carousel__item[data-pos="1"] {
  transform: translateX(40%) scale(0.9);
  z-index: 4;
}
.carousel__item[data-pos="-2"], .carousel__item[data-pos="2"] {
  opacity: 0.4;
  filter: blur(3px) grayscale(20%);
}
.carousel__item[data-pos="-2"] {
  transform: translateX(-70%) scale(0.8);
  z-index: 3;
}
.carousel__item[data-pos="2"] {
  transform: translateX(70%) scale(0.8);
  z-index: 3;
}

/* Grapic design cursole */


/* ARROw Secition */
.arw-sec{
  background-color: #0f122b;
  padding: 50px 0;
}
p.btxts {
  font-size: 50px;
  color: white;
  font-family: 'Poppins';
  line-height: 47px;
}
p.num {
  color: #fff;
  font-family: Poppins,Sans-serif;
  font-size: 107px;
  font-weight: 600;
  line-height: 66px;
  padding-top: 6px;
}
p.num2 {
  color: #fff;
  font-family: Poppins,Sans-serif;
  font-size: 107px;
  font-weight: 600;
  padding-top: 137px;
}
.topc {
  margin-bottom: 27px;
  color: #fff;
  font-family: Poppins,Sans-serif;
  font-size: 18px;
  font-weight: 500;
  
}
.topc2 {
  margin-bottom: 27px;
  color: #fff;
  font-family: Poppins,Sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding-top: 33px;
}
.ttopcont {
  color: #fff;
  font-family: Poppins,Sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.ttopcont2 {
  color: #fff;
  font-family: Poppins,Sans-serif;
  font-weight: 300;
  font-size: 14px;
  padding-bottom: 50px;
}

.numberc {
  text-align: right;
}

.mainsvg>svg {
  margin-top: -144px;
  margin-left: -139px;
}

#path14 {
  animation: wave 2s ease-in-out infinite;
}

#path30 {
  animation: wave 2s ease-in-out infinite;
}

#path18 {
  animation: wave 2s ease-in-out infinite;
}

#path346 {
  animation: wave 2s ease-in-out infinite;
  animation: flying1 5s ease-in-out infinite alternate;
}

#path350 {

  animation: flying1 5s ease-in-out infinite alternate;
}

#path218 {
  /* animation: waves 2s ease-in-out infinite; */
  animation: flyingtie 5s ease-in-out infinite alternate;

}

#path222 {
  animation: flyingtie 5s ease-in-out infinite alternate;
  /* animation: waves 2s ease-in-out infinite; */
}

@keyframes wave {
  0% {
      transform: translateX(0);
  }

  50% {
      transform: translateX(10px);
  }

  100% {
      transform: translateX(0);
  }
}

@keyframes flying {
  from {
      transform: translateX(-20px) translateY(10px) rotate(-45deg);
  }

  to {
      transform: translateX(20px) translateY(-10px) rotate(45deg);
  }
}

@keyframes flying1 {
  from {
      transform: translateX(7px) translateY(3px) rotate(-45deg);
  }

  to {
      transform: translateX(1px) translateY(4px) rotate(41deg);
  }
}

@keyframes waves {
  from {
      transform: translateX(3px) translateY(3px) rotate(0deg);
  }

  to {
      transform: translateX(-1px) translateY(4px) rotate(41deg);
  }
}

@keyframes flyingtie {
  from {
      transform: translateX(1px) translateY(3px) rotate(0deg);
  }

  to {
      transform: translateX(0px) translateY(2px) rotate(41deg);
  }
}
p.txtsize {
  color: #fff;
  font-family: Poppins,Sans-serif;
  font-size: 100px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 86px;
}
p.txtsize1 {
  color: #fff;
  font-family: Poppins,Sans-serif;
  font-size: 100px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 86px;
}
p.maincor {
  color: #fff;
  font-family: Poppins,Sans-serif;
  font-size: 51px;
  font-weight: 400;
  line-height: 46px;
}
p.maincor1 {
  color: #fff;
  font-family: Poppins,Sans-serif;
  font-size: 51px;
  font-weight: 400;
  line-height: 46px;
}
p.trytxt {
  color: #faa54d;
  font-family: Poppins,Sans-serif;
  font-size: 51px;
  font-weight: 300;
  line-height: 46px;
}
p.trytxt1 {
  color: #faa54d;
  font-family: Poppins,Sans-serif;
  font-size: 51px;
  font-weight: 300;
  line-height: 46px;
}
/* brand section */
.brandssec{
  padding: 50px;
}

#outer {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

#home-top-video {
  left: 0%;
  top: 0%;
  /* height: 100vh; */
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

#home-text {
  position: absolute;
  left: 25.4%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.client-image {
  padding-top: 20px;
}

.col.mainclnt {
  position: relative;
  justify-content: center;
  text-align: center;
  height: 200px;
  border: 1px solid red;
  border-width: 2px 2px 2px 2px;
  border-color: #e2e2e2;
  align-content: center;
  align-items: center;
  display: flex;
}
.clnt2 {
  border-width: 2px 0px 2px 0!important;
}
.clnt4 {
  border-width: 2px 0px 2px 0!important;
}
.clnt7 {
  border-width: 0 0px 2px 0!important;
}
.clnt9 {
  border-width: 0 0px 2px 0!important;
}
.clnt6 {
  border-width: 0 2px 2px 2px!important;
}
.clnt8 {
  border-width: 0 2px 2px 2px!important;
}
.clnt10 {
  border-width: 0 2px 2px 2px!important;
}
/* Contact Form */
#contact-us {
  padding: 50px 0 100px 0;
}
form>div>label {
  display: none!important;
}
input.fcon {
  border-width: 0px 0px 2px 0px;
  border-radius: 0px 0px 0px 0px;
  /* border: 1px solid #818a91; */
  background-color: transparent;
  width: 95%;
  padding: 22px 0 5px 0;
  font-size: 16px;
  font-weight: 500;
  color: black!important;
}
input.btn {
  padding: 13px 0;
  font-size: 40px;
  font-weight: 700;
  color: #f62121;
  line-height: 33px;
}
textarea.fcon {
  border-width: 0px 0px 2px 0px;
  border-radius: 0px 0px 0px 0px;
  /* border: 1px solid #818a91; */
  background-color: transparent;
  width: 95%;
  padding: 22px 0 5px 0;
  font-size: 16px;
  font-weight: 500;
  color: black!important;
}
.hapfc {
  background-color: transparent;
  background-image: linear-gradient(90deg,#fff 28%,#faa21b 18%);
  padding: 20px 0 20px 64px!important;
  
}
p.cpara {
  text-align: right;
  color: #767474;
  font-family: Poppins,Sans-serif;
  font-weight: 500;
  padding: 20px 110px 0 0;
 
}
.ldis {
  color: #2e1a54;
  font-family: Georgia,Sans-serif;
  font-size: 85px;
  font-weight: 500;
}
/* Footer Section */
.footersec{
  padding-bottom: 50px;
  background-color: #cf2327;
  margin-top: 50px;
}
.ele{
  color: #fff;
    font-family: Poppins,Sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 37px;
}
img.doll {
  margin-top: -85px;
  width: 220px;
}
.foologosec {
  display: block;
  text-align: end;
}
img.foologo {
  width: 77px;
  margin-top: -122px;
}
.footerbott {
  padding-top: 50px;
  color: white;
  font-family: 'Poppins';
}
a.msc {
  text-decoration: none;
  color: white;
}
a.msc:hover {
  text-decoration: none;
  color: #2e1a54;
}
ul.soclink {
  padding: 0;
}
li.msoc {
  list-style: none;
  /* padding: 3px 0; */
}

/* Graphic deasign Page */
.graphic-banner {
  margin-top: -13%;
}
.video-background {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.video-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 0%);
  z-index: -1;
}

.text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  
  color: #fff;
  width: 100%;
}
.text-overlay1 {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  
  color: #fff;
  width: 100%;
}
p.sitegtxt {
  /* background: linear-gradient( -45deg , #ffffff, #f3f3f3, #feb0ab, #feb0ab); */
  background: linear-gradient( -45deg, #feb0ab, #feb0ab, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22px;
  font-family: 'Poppins';
  font-weight: 600;
}
.row.gbanner {
  text-align: center;
}
.colrbar {
  padding-top: 175px;
  padding-bottom: 50px;
  /* background-color: #e7e6cc; */
  background-image: url(images/graphic/barback.png);
  position: relative;
  z-index: 0;
  margin-top: -94px;

}
.cplbarr {
    padding-top: 50px;
}

.bar1-spn{
  position:relative;
  width:200px;
  height:20px;
  background: #fff;
  /* -webkit-box-reflect: below 1px linear-gradient(transparent, #0005); */
  
  }
  
  .bar1-spn::before{
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #e43c3b, #ce2327, #ce2327, #e43c3b);
  animation: animate 20s linear infinite;
  background-size: 500%;
  } 
  
  .bar1-spn::after{
  content:'';
  position:absolute;
  inset:0;
  background: linear-gradient(90deg, #ce2327, #e43c3b, #fd4444, #ff1010);
  animation: animate 20s linear infinite;
  background-size: 500%;
  /* filter: blur(20px); */
  }
  .bar1-spn1{
    position:relative;
    width:200px;
    height:20px;
    background: #fff;
    /* -webkit-box-reflect: below 1px linear-gradient(transparent, #0005); */
    
    }
    
    .bar1-spn1::before{
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #9929ea, #5808fb, #6720f5, #9929ea);
    animation: animate 20s linear infinite;
    background-size: 500%;
    } 
    
    .bar1-spn1::after{
    content:'';
    position:absolute;
    inset:0;
    background: linear-gradient(90deg, #9929ea, #5808fb, #6720f5, #9929ea);
    animation: animate 20s linear infinite;
    background-size: 500%;
    /* filter: blur(20px); */
    }
    .bar1-spn3 {
    position: relative;
    width: 200px;
    height: 20px;
    background: #fff;
}
 .bar1-spn3::before{
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #ff748d, #ff7daf, #ff7daf, #ff748d);
    animation: animate 20s linear infinite;
    background-size: 500%;
    } 
    
    .bar1-spn3::after{
    content:'';
    position:absolute;
    inset:0;
    background: linear-gradient(90deg, #ff748d, #ff7daf, #ff748d, #ff7daf);
    animation: animate 20s linear infinite;
    background-size: 500%;
    /* filter: blur(20px); */
    }
    
     .bar1-spn4 {
    position: relative;
    width: 200px;
    height: 20px;
    background: #fff;
}
 .bar1-spn4::before{
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #2fb383, #0bc174, #2fb383, #0bc174);
    animation: animate 20s linear infinite;
    background-size: 500%;
    } 
    
    .bar1-spn4::after{
    content:'';
    position:absolute;
    inset:0;
    background: linear-gradient(90deg, #0bc174, #2fb383, #0bc174, #2fb383);
    animation: animate 20s linear infinite;
    background-size: 500%;
    /* filter: blur(20px); */
    }
    
     .bar1-spn5 {
    position: relative;
    width: 200px;
    height: 20px;
    background: #fff;
}
 .bar1-spn5::before{
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #ff887c, #db606e, #b6325f, #b6325f);
    animation: animate 20s linear infinite;
    background-size: 500%;
    } 
    
    .bar1-spn5::after{
    content:'';
    position:absolute;
    inset:0;
    background: linear-gradient(90deg, #b6325f, #ff887c, #b6325f, #ff887c);
    animation: animate 20s linear infinite;
    background-size: 500%;
    /* filter: blur(20px); */
    }
    
     .bar1-spn6 {
    position: relative;
    width: 200px;
    height: 20px;
    background: #fff;
}
 .bar1-spn6::before{
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #f2a775, #cc9580, #c89181, #c89181);
    animation: animate 20s linear infinite;
    background-size: 500%;
    } 
    
    .bar1-spn6::after{
    content:'';
    position:absolute;
    inset:0;
    background: linear-gradient(90deg, #c89181, #db8a73, #db8a73, #f2a775);
    animation: animate 20s linear infinite;
    background-size: 500%;
    /* filter: blur(20px); */
    }
  @keyframes animate{
  0%{
  background-position: 0 0;
  
  }
  50%{
  background-position: 500% 0;
  
  }
  
  }

  .bar-title {
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 500;
    padding: 20px 30px 1px 30px;
}
p.bpara {
  font-size: 16px;
  font-family: 'Poppins';
  padding: 10px 30px 1px 30px;
}
/* .text-overlay h1 {
  font-size: 3em;
  margin-bottom: 0.5em;
}

.text-overlay p {
  font-size: 1.5em;
  margin-bottom: 1em;
} */
p.txtsize2 {
  font-size: 85px;
  color: #ff982c;
  font-weight: 400;
  font-family: 'Poppins';
  line-height: 76px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
p.maincor2 {
  font-size: 48px;
  font-family: 'Poppins';
  font-weight: 400;
  padding: 0;
  margin: 0;
}
p.trytxt2 {
  font-size: 47px;
  color: #ff982c;
  font-weight: 400;
  font-family: 'Poppins';
}
.dashed-border {
  position: absolute;
    width: 6%;
    rotate: 45deg;
    margin: auto;
    margin-top: -5.3%;
    margin-left: 6%;
    border: 1px dashed #ffffff;
    box-shadow: 0 0 10px #ffffff;
    animation: glowing-border 1s ease-in-out infinite alternate;
}
.dashed-border1 {
  position: absolute;
  width: 4%;
  rotate: 45deg;
  /* margin: auto; */
  margin-top: -7%;
  margin-left: 7%;
  border: 1px dashed #ffffff;
  box-shadow: 0 0 10px #ffffff;
  animation: glowing-border 1s ease-in-out infinite alternate;
}
.dashed-border2 {
  position: absolute;
  width: 6%;
  rotate: 45deg;
  margin: auto;
  margin-top: -8%;
  margin-left: 8%;
  border: 1px dashed #ffffff;
  box-shadow: 0 0 10px #ffffff;
  animation: glowing-border 1s ease-in-out infinite alternate;
}

@keyframes glowing-border {
  from {
    box-shadow: 0 0 10px #ffffff;
  }
  to {
    box-shadow: 0 0 20px #ffffff;
  }
}

/* Cowsection CSS */

.cowsection{
  background-image: url(images/graphic/cow.gif);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px;
  height: 100vh;
}
.anothrs{
  padding: 100px 0;
}
h2.ctitle {
  color: white;
  font-size: 35px;
  font-family: 'Poppins';
}
p.cowtxt {
  font-size: 16px;
  font-family: 'Poppins';
  font-weight: 500;
  padding: 20px 73px 53px 0;
}
p.cool {
  font-size: 25px;
  font-family: 'Poppins';
  font-weight: 600;
  font-style: italic;
}
.treesec{
  background-image: url(images/graphic/tbk.webp);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
      padding-top: 75px;
  padding-bottom: 59px;
  position: relative;
  display: flex;
  /*align-content: flex-end;*/
  /*align-items: flex-end;*/
  /*height: 100vh;*/
  z-index: 1;
}
.row.terc {
    justify-content: end;
    align-items: end;
}
img.brintree {
    width: 720px;
    text-align: center;
    /* top: 30px; */
}
p.tng {
  font-size: 50px;
  font-family: 'Poppins';
  font-weight: 300;
}
p.tcre {
  font-size: 59px;
  font-family: 'Poppins';
  font-weight: 400;
  line-height: 14px;
}
p.tretxt {
  font-family: 'Poppins';
  padding-top: 20px;
  font-weight: 500;
}


section.arw-sec1 {
  background-image: url(images/graphic/beautiful.webp);
  padding: 70px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bottlesec{
  background-color: #ebebeb;
  padding: 70px 0;
}

/* Graphic slider */
.ma-con {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  margin-bottom: 42px;
}

input.d-none {

  display: none;
}

.container-design {

  width: 100%;
  height: auto;
  max-width: 600px;
  display: flex;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.cards {

  position: relative;
  height: 300px;
  width: 430px;
  margin-bottom: 20px;
  perspective: 1000px;
  transform-style: preserve-3d;
  border: none!important;
}

.cards label {
  position: absolute;
  width: 574px;
  left: -50px;
  right: 0;
  margin: auto;
  cursor: pointer;
  transition: transform 0.55s ease;
}

.cards .card{

  position: relative;
  height: 100%;
  background-color: #323444;
  border-radius: 10px;
  border: none!important;
  /* padding: 30px 35px; */
}

.card .image{

  display: flex;
  justify-content: space-between;
}

.card .image img{

  /*border-radius: 5px;*/
  /*box-shadow: 15px 15px 40px rgba(0, 0, 0, 50%);*/
  /* margin-top: 23px; */
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.card .btn-contact{

  width: 100%;
  height: 60px;
  margin: 35px auto;
  border-radius: 5px;
  background-color: var(--current-color1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 25px;
  letter-spacing: 10px;
  font-weight: 700;
  transition: all .7s ease;
}

.card .socials{

  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}

.socials i{

  font-size: 25px;
  transition: all .7s ease;
  color: var(--current-color2);
}



#s1:checked~.cards #slide4,
#s2:checked~.cards #slide5,
#s3:checked~.cards #slide1,
#s4:checked~.cards #slide2,
#s5:checked~.cards #slide3 {
  /*box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 45%);*/
  transform: translate3d(-70%, 0, -220px);
  --current-color1: #ECEAED;
  --current-color2: #404457;
}

#s1:checked~.cards #slide5,
#s2:checked~.cards #slide1,
#s3:checked~.cards #slide2,
#s4:checked~.cards #slide3,
#s5:checked~.cards #slide4 {
  /*box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 45%);*/
  transform: translate3d(-35%, 0, -120px);
  --current-color1: #ECEAED;
  --current-color2: #404457;
}

#s1:checked~.cards #slide1,
#s2:checked~.cards #slide2,
#s3:checked~.cards #slide3,
#s4:checked~.cards #slide4,
#s5:checked~.cards #slide5 {
  /*box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 50%);*/
  transform: translate3d(0, 0, 0);
  --current-color1: #fad00c;
  --current-color2: #ECEAED;
}

#s1:checked~.cards #slide2,
#s2:checked~.cards #slide3,
#s3:checked~.cards #slide4,
#s4:checked~.cards #slide5,
#s5:checked~.cards #slide1 {
  /*box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 45%);*/
  transform: translate3d(35%, 0, -120px);
  --current-color1: #ECEAED;
  --current-color2: #404457;
}

#s1:checked~.cards #slide3,
#s2:checked~.cards #slide4,
#s3:checked~.cards #slide5,
#s4:checked~.cards #slide1,
#s5:checked~.cards #slide2 {
  /*box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 45%);*/
  transform: translate3d(70%, 0, -220px);
  --current-color1: #ECEAED;
  --current-color2: #404457;
}
button#prev-btn {
    position: absolute;
    left: 0;
        background-color: red;
    border: none;
    padding: 10px;
    color: white;
}
button#next-btn {
    position: absolute;
    right: -44px;
        background-color: red;
    border: none;
    padding: 10px;
    color: white;
}
.site-lvs {
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 2s infinite  alternate;
}
/* Leves Css */
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
img.lvs1 {
    position: absolute;
    right: 10%;
    top: 100%;
}
img.lvs2 {
    position: absolute;
    right: -1%;
    top: 106px;
    /* bottom: -102%; */
}
img.lvs9 {
    position: absolute;
    left: 41px;
    top: 177px;
}
img.lvs8 {
    position: absolute;
    left: 20%;
    top: 100px;
}
img.lvs5 {
    position: absolute;
    left: 9%;
    top: 84px;
}
img.lvs6 {
    position: absolute;
    right: -2%;
    top: 30px;
}
img.lvs3 {
    position: absolute;
    left: 50%;
    top: -20px;
}
img.lvs7 {
    position: absolute;
    left: 40%;
}
img.lvs4 {
    position: absolute;
    left: 10%;
}
img.lvs11 {
    position: absolute;
    left: 63%;
    top: 29px;
}
img.lvs10 {
    position: absolute;
    left: 74%;
}

@media  screen and (min-width: 1920px){
  .prot {
    left: -32%!important;
}
.pr-rt {
  font-size: 50px;
}
.cbx {
  background-image: url(images/boxed.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 20px;
}
p.bhd {
  color: white;
  font-size: 25px;
  font-family: 'Poppins';
  text-transform: uppercase;
  font-weight: 600;
  line-height: 25px;
  padding-top: 53px;
}
p.bhdnw {
    color: white;
    font-size: 25px;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: 600;
    line-height: 25px;
    padding-top: 27px;
}


p.btxt {
  padding: 20px 0px 20px 20px;
}
p.btxt-nw {
  padding: 20px 0px 20px 20px;
}
.cricket{
  margin-top: -202px;
}
.ctxt{
  padding-top: 293px;
}
.arw-sec {
  background-color: #0f122b;
  padding: 70px 0;
}

.mainsvg>svg {
  margin-top: -187px;
  margin-left: -97%;
  width: 1300px;
  height: 750px;
}
#home-text{
  top:35%;
  left: 27.4%;
}
img.bl {
  width: 47px;
  /* margin-left: 123px; */
  margin-top: 80px;
}
.dashed-border {
  position: absolute;
  width: 5%;
  rotate: 45deg;
  margin: auto;
  margin-top: -2.3%;
  margin-left: 7.7%;
  border: 1px dashed #ffffff;
  box-shadow: 0 0 10px #ffffff;
  animation: glowing-border 1s ease-in-out infinite alternate;
}
.dashed-border1 {
  position: absolute;
  width: 4%;
  rotate: 45deg;
  /* margin: auto; */
  margin-top: -4%;
  margin-left: 8.6%;
  border: 1px dashed #ffffff;
  box-shadow: 0 0 10px #ffffff;
  animation: glowing-border 1s ease-in-out infinite alternate;
}
.dashed-border2 {
  position: absolute;
  width: 6%;
  rotate: 45deg;
  margin: auto;
  margin-top: -4.5%;
  margin-left: 9%;
  border: 1px dashed #ffffff;
  box-shadow: 0 0 10px #ffffff;
  animation: glowing-border 1s ease-in-out infinite alternate;
}
.cowsection{
  background-image: url(images/graphic/cow.gif);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px;
  height: 90vh;
}
.treesec {
    padding-bottom: 77px;
}
img.lvs2 {
    position: absolute;
    right: 3%;
    top: 140px;
    /* bottom: -102%; */
}
img.lvs6 {
    position: absolute;
    right: 3%;
    top: 30px;
}
img.lvs8 {
    position: absolute;
    left: 19%;
    top: 74px;
}

@keyframes GFG {
           0% {
                transform: rotate(-90deg) translateY(-20px) rotate(90deg);
            }
  
            100% {
                transform: rotate(-70deg) translateY(120px) rotate(56deg);
            }
        }

}
@media  screen and (max-width: 1366px) {
.carousel__item {
   width: 542px;
   height: 351px;
}
.carousel__list {
   height: 376px;
}
.carouselgrp__item {
  width: 542px;
  height: 351px;
}
.carouselgrp__list {
  height: 376px;
}
.video-background {
  position: relative;
  height: 110vh;
  overflow: hidden;
}
#outer {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 90vh;
}
.cbx {
  background-image: url(images/boxed.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 20px 23px;
}
.cbx:hover {
  background-image: url(images/boxed-hover.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 20px 23px;
}
h2.banner-touch{
    font-size: 178px;
}
p.banner-ltext{
    font-size: 33px;
}

}
@media (max-width:480px){
  .carousel {
    display: none;
}
.carouselgrp {
  display: none;
}
.headsection{
  padding: 0!important;
}
p.banner-ltext {
  font-size: 26px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  line-height: 33px;
}
h2.banner-touch{
  font-size: 69px;
  font-weight: 200;
  line-height: 26px;
  letter-spacing: -5px;
}
.text-overlay {
  top: 65%;
}
.text-overlay1 {
  top: 81%;
}
.row.abc {
    padding: 20px 10px;
}
section.bannersection {
  margin-top: -35%;
}
.bannerrig {
  text-align: right;
  padding-top: 58px;
  padding-bottom: 20px;
}
p.r-txt-banner {
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  line-height: 27px;
}
p.banner-ltext {
  font-size: 22px;
  padding-left: 1px;
}
.banner-but {
  font-size: 15px;
  padding: 6px 14px 6px 31px;
}
p.capa {
  font-size: 91px;
  line-height: 101px;
  text-align: center;
}
h2.mijf {
  text-align: center;
  color: #445881;
  font-size: 25px;
  font-family: 'Poppins';
  padding: 0 0;
}
.cboxed {
  padding: 0 52px 20px 84px!important;
}
.ctxt {
  padding-top: 74px;
  text-align: center;
  font-size: 35px;
  line-height: 31px;
}
.cricket {
  background-image: url(images/cricket1.webp);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 8px 0 50px 0;
  margin-top: -80px;
}
.bols {
  display: none;
}
p.btxts {
  font-size: 34px;
  color: white;
  font-family: 'Poppins';
  line-height: 32px;
}
.mainsvg>svg {
  margin-top: -170px;
  margin-left: -51px;
  width: 115%;
  height: 459px;
}
.numberc {
  text-align: right;
  display: none;
}
#outer{
  min-height: 28vh;
}
#home-text {
  position: absolute;
  left: 27.4%;
    top: 52%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
p.txtsize {
  color: #fff;
  font-family: Poppins,Sans-serif;
  font-size: 34px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 30px;
}
img.doll {
  margin-top: -85px;
  width: 166px;
}
h4.fotitle {
  padding-top: 20px;
}
p.fooadd {
  padding-top: 16px;
}
p.maincor {
  color: #fff;
  font-family: Poppins,Sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 24px;
}
p.trytxt {
  color: #faa54d;
  font-family: Poppins,Sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 29px;
}
.brandssec {
  padding: 25px;
}
.col.mainclnt{
  height: 144px;
}
.clnt4 {
  border-width: 2px 0px 2px 2px!important;
}
.clnt9 {
  border-width: 0 0px 2px 2px!important;
}
.ldis{
  font-size: 55px;
}
.hapfc{
  padding: 50px 0 0 23px!important;
    margin-top: 30px!important;
}
p.cpara{
  padding: 15px 68px 0 0;

}
.ele {
  font-size: 30px;
  font-weight: 400;
  line-height: 21px;
}
a.mnu1 {
  display: none;
}
a.mnu {
  display: none;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.video-background {
  position: relative;
  height: 63vh;
  overflow: hidden;
}
img.addllogo {
  width: 73px;
}
a.btn-conts {
  font-size: 15px;
}
p.abc-txt {
  font-size: 14px;
}
img.brintree {
    width: 100%;
}
.treesec {
    background-position: bottom right;
}
.graphic-banner {
    margin-top: -26%;
}
.cards label {
    width: 100%!important;
    left: -10px!important;
}
img.bottle {
    width: 100%;
}
p.txtsize2 {
    font-size: 49px;
    line-height: 47px;
}
p.maincor2 {
    font-size: 40px;
}
p.trytxt2 {
    font-size: 33px;
}
.cowsection {
    background-image: none!important;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    padding: 10px;
    height: 100vh;
    background-color: #21829d;
}
img.bl {
    width: 29px;
    margin-left: 48px;
}
.blanm {
    animation: GFG 5s infinite linear;
    padding-top: 0px;
    padding-left: 20px;
}
button#next-btn {
    position: absolute;
    right: 0;
    background-color: red;
    border: none;
    padding: 10px;
    color: white;
}
}