html {
    font-family: Rubik;
    margin: 0px;
  }

  body{
    margin: 0px;
    padding: 0px;
  }

.responsive-bar{
    display: none;
}

.combine {
    margin-top: 100px;     
    text-align: center;
}

.comb{
    max-height: 75vh;
    /* max-width: 50%; */
}

.bgtry{
    height: 120vh;
    width: 100%;
    background: #f1f5ac;
}
nav{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100px;
    padding: 10px 100px;
    box-sizing: border-box;
    transition: .5s;
    background: #e6a5b4;
    color: #fff;
    text-align: center;
    z-index: 3;
    margin-bottom: -60px;
    font-family: 'Satisfy', cursive;
    font-size: 60px;
    font-weight: 800;
}
nav.black{
    background: rgba(0,0,0);
    height: 80px;
    padding: 10px 50px;
}
nav .Navigation{
    float:none;
}
nav .Navigation img{
    height: 80px;
    transition: .5s;
}
nav.black .Navigation img{
    height: 60px;
}

.Cake {
    height: 100vh;
    width: 100%;
    background: #e6a5b4;
}

.boxx{
    display: flex;
    flex-direction: row;
    margin-top: 100px;
    justify-content: space-evenly;
    
    height: 500px;
}

.particletext {
    text-align: center;
    font-size: 48px;
    position: relative;
    font-weight: 700;
  }




  /* .particletext .confetti > .particle {
    opacity: 0;
    position: absolute;
    -webkit-animation: confetti 3s ease-in infinite;
            animation: confetti 3s ease-in infinite;
  }
  .particletext .confetti > .particle.c1 {
    background-color: rgba(76, 175, 80, 0.5);
  }
  .particletext .confetti > .particle.c2 {
    background-color: rgba(156, 39, 176, 0.5);
  } */

  body .particletext.confetti > .particle {
    opacity: 0;
    position: absolute;
    animation: confetti 3s ease-in infinite;
}
body .particletext.confetti > .particle.c1 {
    background-color: rgba(76, 175, 80, 0.5);
}
body .particletext.confetti > .particle.c2 {
    background-color: rgba(156, 39, 176, 0.5);
}
  
  @keyframes confetti {
    0% {
        opacity: 0;
        transform: translateY(0%) rotate(0deg);
   }
    10% {
        opacity: 1;
   }
    35% {
        transform: translateY(-800%) rotate(270deg);
   }
    80% {
        opacity: 1;
   }
    100% {
        opacity: 0;
        transform: translateY(2000%) rotate(1440deg);
   }
}
  
  .gtco-testimonials {
    position: relative;
    padding-top: 30px;
  }
  .gtco-testimonials h2 {
    font-size: 35px;
    font-weight: 800;
    text-align: center;
    color: #333333;
      }

  .gtco-testimonials h3 {
    font-size: 20px;
    text-align: center;
    color: #595959;
    margin-bottom: 20px;
  }
  .gtco-testimonials .owl-stage-outer {
    padding: 30px 0;
  }
  .gtco-testimonials .owl-nav {
    display: none;
  }
  .gtco-testimonials .owl-dots {
    text-align: center;
  }
  .gtco-testimonials .owl-dots span {
    position: relative;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    background: #fff;
    border: 2px solid #A8B5E0;
    margin: 0 5px;
  }
  .gtco-testimonials .owl-dots .active {
    box-shadow: none;
  }
  .gtco-testimonials .owl-dots .active span {
    background: #A8B5E0;
    box-shadow: none;
    height: 12px;
    width: 12px;
    margin-bottom: -1px;
  }
  .gtco-testimonials .card {
    background: #fff;
    box-shadow: 0 8px 30px -7px #c9dff0;
    margin: 0 20px;
    padding: 0 10px;
    border-radius: 20px;
    border: 0;
  }
  .gtco-testimonials .card .card-img-top {
    max-width: 350px;
    /* border-radius: 50%; */
    margin: 15px auto 0;
    box-shadow: 0 8px 20px -4px #95abbb;
    /* width: 100px;
    height: 100px; */
  }
  .gtco-testimonials .card h5 {
    color: #A8B5E0;
    font-size: 21px;
    line-height: 1.3;
    text-align: center;
    margin:5px;
  }
 
  .gtco-testimonials .card p {
    font-size: 15px;
    color: #555;
    padding: 10px;
    padding-bottom: 20px;
    padding-top: 0px;
  }
  .gtco-testimonials .active {
    opacity: 0.5;
    transition: all 0.3s;
  }
  .gtco-testimonials .center {
    opacity: 1;
  }
  .gtco-testimonials .center h5 {
    font-size: 24px;
  }
  .gtco-testimonials .center h5 span {
    font-size: 20px;
  }
  /* .gtco-testimonials .center .card-img-top {
    max-width: 100%;
    height: 120px;
    width: 120px;
  } */
  
  @media (max-width: 767px) {
    .gtco-testimonials {
      margin-top: 20px;
    }
  }
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    outline: 0;
  }
  .owl-carousel button.owl-dot {
    outline: 0;
  }





  
/* .centerrr {
    position: absolute;
    top: 50%;
    left: calc(50% + 12rem);
    transform: translate(-50%, -50%);
  } */
  
  .pic {
    width: 4rem;
    height: 4rem;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
  }
  
  .contact {
    position: relative;
    margin-bottom: 1rem;
    padding-left: 5rem;
    height: 4.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .contact .pic {
    position: absolute;
    left: 0;
  }
  .contact .name {
    font-weight: 500;
    margin-bottom: 0.125rem;
  }
  .contact .message,
  .contact .seen {
    font-size: 0.9rem;
    color: #999;
  }
  .contact .badge {
    box-sizing: border-box;
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    font-size: 0.9rem;
    padding-top: 0.125rem;
    border-radius: 1rem;
    top: 0;
    left: 2.5rem;
    background: #333;
    color: white;
  }
  
  
  .aligncenterr {
    display: flex;
    justify-content: center;
    align-items: center;
    /* min-height: 100vh; This ensures it takes up the full height of the viewport */
  }
  
  .chat {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24rem;
    height: 38rem;
    z-index: 2;
    box-sizing: border-box;
    border-radius: 1rem;
    background: white;
    box-shadow: 0 0 8rem 0 rgba(0, 0, 0, 0.1), 0rem 2rem 4rem -3rem rgba(0, 0, 0, 0.5);
  }
  .chat .contact.bar {
    flex-basis: 3.5rem;
    flex-shrink: 0;
    margin: 1rem;
    box-sizing: border-box;
  }
  .chat .messages {
    padding: 1rem;
    background: #f7f7f7;
    flex-shrink: 2;
    overflow-y: auto;
    box-shadow: inset 0 2rem 2rem -2rem rgba(0, 0, 0, 0.05), inset 0 -2rem 2rem -2rem rgba(0, 0, 0, 0.05);
  }
  .chat .messages .time {
    font-size: 0.8rem;
    background: #eee;
    padding: 0.25rem 1rem;
    border-radius: 2rem;
    color: #999;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .chat .messages .message {
    box-sizing: border-box;
    padding: 0.5rem 1rem;
    margin: 1rem;
    background: #fff;
    border-radius: 1.125rem 1.125rem 1.125rem 0;
    min-height: 2.25rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 66%;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.075), 0rem 1rem 1rem -1rem rgba(0, 0, 0, 0.1);
  }
  .chat .messages .message.parker {
    margin: 1rem 1rem 1rem auto;
    border-radius: 1.125rem 1.125rem 0 1.125rem;
    background: #333;
    color: white;
  }
  .chat .messages .message .typing {
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0rem;
    box-sizing: border-box;
    background: #ccc;
    border-radius: 50%;
  }
  .chat .messages .message .typing.typing-1 {
    -webkit-animation: typing 3s infinite;
            animation: typing 3s infinite;
  }
  .chat .messages .message .typing.typing-2 {
    -webkit-animation: typing 3s 250ms infinite;
            animation: typing 3s 250ms infinite;
  }
  .chat .messages .message .typing.typing-3 {
    -webkit-animation: typing 3s 500ms infinite;
            animation: typing 3s 500ms infinite;
  }
  .chat .input {
    box-sizing: border-box;
    flex-basis: 4rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding: 0 0.5rem 0 1.5rem;
  }
  .chat .input i {
    font-size: 1.5rem;
    margin-right: 1rem;
    color: #666;
    cursor: pointer;
    transition: color 200ms;
  }
  .chat .input i:hover {
    color: #333;
  }
  .chat .input input {
    border: none;
    background-image: none;
    background-color: white;
    padding: 0.5rem 1rem;
    margin-right: 1rem;
    border-radius: 1.125rem;
    flex-grow: 2;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1), 0rem 1rem 1rem -1rem rgba(0, 0, 0, 0.2);
    font-family: Red hat Display, sans-serif;
    font-weight: 400;
    letter-spacing: 0.025em;
  }
  .chat .input input:placeholder {
    color: #999;
  }
  
  @-webkit-keyframes typing {
    0%, 75%, 100% {
      transform: translate(0, 0.25rem) scale(0.9);
      opacity: 0.5;
    }
    25% {
      transform: translate(0, -0.25rem) scale(1);
      opacity: 1;
    }
  }
  
  @keyframes typing {
    0%, 75%, 100% {
      transform: translate(0, 0.25rem) scale(0.9);
      opacity: 0.5;
    }
    25% {
      transform: translate(0, -0.25rem) scale(1);
      opacity: 1;
    }
  }

  
  .pic.banner {
    background-image: url("https://vignette.wikia.nocookie.net/marvelcinematicuniverse/images/4/4f/BruceHulk-Endgame-TravelingCapInPast.jpg");
  }
  
  
  footer {
    text-align: center; /* Center the text */
    margin-top: 50px; /* Add some margin at the top */
    /* font-family: Arial, sans-serif; Choose a font */
}

  @media (max-width: 720px) {
    .comb{
        max-width: 90%;
        margin-top: 30vh;
    }

    .particletext {
        text-align: center;
        font-size: 30px;
        position: relative;
      }

    .chat{
        margin-left: 5%;
        margin-right: 5%;
        max-height: 75vh;
    }
  }