:root{
    --backgroundcolor:#FFF;
    --sgadow-hedaer:rgba(0, 0, 0, 0.25);
    --Cta:#E9741B;
     --cta-hover:#E74F13;
     --blacktext:#361F0D;
     --stroke0range:#ED4612;
     --black:#00000065;
     --orange2:#CC3305;
}


.nav2-link {
  position: relative;
  color: var(--blacktext);
  font-family: Poppins;
  font-size: 18px;
  margin: 0;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: 6px; 
  text-underline-position: from-font;
  transition: color 0.3s ease;
}








*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.body2{  width: 1280px;
  
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
    background-color: var(--backgroundcolor);}

.linkkcta{    width: 151px;
    height: 49px;text-decoration: none;}
.logoo{width: 142px;
height: 111px;}


a , li{
list-style-type: none;
text-decoration: none;
}
.nav{
width: 1280px;
    height: 120px;
    flex-shrink: 0;
    box-sizing: border-box;
    position: fixed;
    padding: 0 100px;
    display: flex
;    top: 0;
    z-index: 1111;
    justify-content: space-between;
    align-items: center;
    background: var(--backgroundcolor);

box-shadow: 0 3px 13.6px 0 var(--sgadow-hedaer);
}
.nav-box{
    width: auto;
    height:60px ;
    display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 42px;margin: 0;padding: 0;
    
}
.logo{
    width: 77px;
    height: auto;
    margin: 0;
}
.nav-link {
  position: relative;
  color: var(--blacktext);
  font-family: Poppins;
  font-size: 18px;;margin: 0;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}


.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height:2px;
  background: var(--Cta);
  
  transition: width 0.4s ease;
}

.nav-link:hover::after {
  width: 100%;
}

.nav-link:hover {
  color: var(--blacktext);
  transform: translateY(-2px);
  transition: transform 0.3s ease, color 0.3s ease;
}

.cta{
display: flex
;
    width: 151px;
    height: 49px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 35px;
    background: var(--Cta);
    color: var(--backgroundcolor);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;transition: all 300ms linear;
    line-height: normal;}
.cta:hover{
    background-color: var(--cta-hover);transform: scale(1.05);
}
.cta1{
display: flex
;
    width: 151px;
    height: 49px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 35px;
    background: var(--backgroundcolor);
    color: var(--Cta);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;}
.cta1:hover{
 
    color: var(--cta-hover);
}
.header{width: 1280px;
height: 120px;}

.sec1-shows{width: 1280px;height: 750px;

    background-image:url(pic/showshp.png) ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}
    .sh-div{
      width: 667px;
      height: auto;
      display: flex;
      flex-direction: column;
      gap: 20px;
        align-items: flex-start;
        justify-content: flex-start;
        position: relative;
        top: 430px;
        left: 100px;
    }
      .sh-title{
        color: var(--cta-hover);
        font-family: Fredoka;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

      }
         .sh-title1{
        color: var(--backgroundcolor);
        font-family: Fredoka;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
      }
    
        .sh-text{
          color: var(--blacktext);
         font-family: Poppins;
          font-size: 18px;
          font-style: normal;
          font-weight: 500;
          line-height: 150%; 
          width: 483px;
       
      line-height: normal;}
        .sh-text1{
          color: var(--backgroundcolor);
         font-family: Poppins;
          font-size: 18px;
          font-style: normal;
          font-weight: 500;
          line-height: 150%; 
          width: 400px;
       
      line-height: normal;}
       .sh-text2{
          color: var(--backgroundcolor);
         font-family: Poppins;
          font-size: 18px;
          font-style: normal;
          font-weight: 500;
          line-height: 150%; 
         
       
      line-height: normal;}
    
    .sh-text11{
  color: var(--backgroundcolor);
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  opacity: 0;
  position: absolute;
  bottom: 60px;
  left: 20px;
  transition: 0.3s ease;
  pointer-events: none;
}


.sh-sec2-div:hover .sh-text11{
  opacity: 1;
}

    .sh-sec2{
      display: flex;
      width: 1280px;
      height: auto;
      justify-content: space-between;
      padding: 0 100px;
      margin-top: 115px;
    }
.sh-sec2-big{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  width: 84%;
  max-width: 1280px;
  margin: auto;
  padding: 50px 0 0;
}

.sh-sec2-div{
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.sh-sec2-img{
  width: 100%;
  height: 500px;
  object-fit: cover;
  transition: 0.3s ease;
}

.sh-sec2-text{
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-family: Poppins;
  font-size: 28px;
  font-weight: 600;
  color: var(--backgroundcolor);
  opacity: 0;
  transition: 0.3s ease;
}


.sh-sec2-div:hover .sh-sec2-img{
  filter: brightness(45%);
}

.sh-sec2-div:hover .sh-sec2-text{
  opacity: 1;
}

.fun-facts {
  width: 1280px;
  height: 350px;

  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;

}



.fact-box {
  background-color: var(--Cta);
  color: var(--backgroundcolor);
  padding: 15px 40px;
  border-radius: 30px;
  font-family: Fredoka;
  font-size: 20px;
width: 80%;
height: 70px;
display: flex;
align-items: center;
justify-content: center;
}


.watch-laugh {
  width: 1120px;
  height: 400px;
  background: linear-gradient(90deg, var(--cta-hover) 0%, var(--Cta) 100%);
  border-radius: 60px ;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 100px;
  color: var(--backgroundcolor);
 position: relative;
  gap: 25px;
  flex-direction: column;
  margin-top: 75px;
  left: 90px;
}

.watch-text {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 500px;
}


.imagg{
    width: 580px;
    height: auto;
    position: absolute;
  
    right: -10px;
}



.footer{width: 1280px;
height: 186px;background: #E74F13;
display: flex;flex-direction: row;
justify-content: space-between;align-items: center;
padding: 0 100px ;box-sizing: border-box;}

.last-text{display: flex;
width: 437px;
height: 15px;
flex-direction: column;
justify-content: center;
flex-shrink: 0;margin: 0;
color: var(--backgroundcolor);
margin: 0;
font-family: Jost;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 30px */}


