@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Titan+One&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.home {
    width: 100%;
    height: 665px;
    background-color: #FFB8CA;
}

.navBar {
    margin: 0 auto;
    width: 86%;
    height: 20%;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.Icecream_logo {
    width: 199px;
    height: 50px;
    margin-top: 37px;
}

.nav {
    width: 541px;
    height: 20px;
    margin-top: 50px;
    margin-left: 100px;
    display: flex;
    justify-content: space-between;
    list-style: none;
}

.list {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #FFFFFF;
}

.list:hover {
    cursor: pointer;
    color: #D41443;
    transition: ease-in-out 0.3s;
}

.btn_1 {
    width: 159px;
    height: 44px;
    margin-top: 38px;
    margin-left: 100px;
    border-radius: 25px;
    border: none;
    color: #D41443;
    font-size: 16px;
    font-weight: 700;
    word-spacing: 3px;
}

.btn_1:hover {
    cursor: pointer;
    background-color: #D41443;
    color: #FFFFFF;
    transition: ease-in-out 0.4s;
}

.home_parent_Container {
    display: flex;
    z-index: 0;
}

.home_child_One {
    flex: 7;
    margin-left: 140px;
}

.home_child_Heading {
    margin: 20px 0;
}

.home_child_Heading h2 {
    font-family: "Titan One", sans-serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: .04em;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
}

.home_child_Heading h1 {
    font-family: Titan One;
    font-size: 52px;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: .04em;
    text-align: left;
    color: #d41443;
    text-transform: uppercase;
}

.home_child_Buttons {
    display: flex;
    gap: 20px;
}

.home_child_Buttons button {
    width: fit-content;
    height: fit-content;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    font-family: DM Sans;
    letter-spacing: 1px;
    border-radius: 20px;
    border: none;
    background-color: #fff;
    color: #d41443;
}

.home_child_Buttons button:hover {
    cursor: pointer;
    background-color: #d41443;
    color: #fff;
    transition: ease-in-out 0.4s;
}

.home_child_items {
    display: flex;
    align-items: end;
    position: relative;
}

.image_2_Para {
    text-align: left;
    width: 200px;
    top: 120px;
    left: 260px;
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    color: #fff;
    position: absolute;
}

.para_Image {
    padding-top: 30px;
}

.para_Image:hover {
    cursor: pointer;
}

.image_2 {
    margin-top: 30px;
    width: 188px;
    height: 191px;
}

.home_image_1_Circle {
    position: absolute;
    background: #ffa5ba;
    width: 535px;
    height: 535px;
    top: 52px;
    left: 550px;
    border-radius: 100%;
}

.Icecream_image_1 {
    width: 236px;
    height: 557px;
    margin-top: 55px;
    margin-left: 110px;
}

.home_child_Two {
    flex: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 44px;
}

.cafes {
    position: relative;
    width: 80px;
    height: 60px;
}

.food_Trucks {
    position: relative;
    width: 80px;
    height: 60px;
}

.white_Circle {
    width: 30px;
    height: 30px;
    top: -4px;
    left: 70px;
    background-color: #FFFFFF;
    border-radius: 100%;
    position: absolute;
}

.cafes h1 {
    font-family: Titan One;
    font-size: 46px;
    font-weight: 400;
    line-height: 53px;
    letter-spacing: .04em;
    text-align: right;
    color: #d41443;
    position: sticky;
    z-index: 2;
}

.cafes h5 {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 2px;
    letter-spacing: 0em;
    text-align: right;
    color: #fff;
}

.food_Trucks h1 {
    font-family: Titan One;
    font-size: 46px;
    font-weight: 400;
    line-height: 53px;
    letter-spacing: .04em;
    text-align: right;
    color: #d41443;
    position: sticky;
    z-index: 2;
}

.food_Trucks h5 {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 2px;
    letter-spacing: 0em;
    text-align: right;
    color: #fff;
}

.image_3 {
    position: absolute;
    width: 390px;
    height: 270px;
    top: 395px;
    right: 99px;
}

.Products {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 80px 0 100px;
}

.productsCard {
    height: 550px;
    display: flex;
    gap: 40px;
    margin-top: 200px;
}

.cards_heading h2 {
    font-family: Titan One;
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: .04em;
    text-align: center;
    color: #ffa5ba;
    text-transform: uppercase;
}

.cards_heading h1 {
    font-family: Titan One;
    font-size: 58px;
    font-weight: 400;
    line-height: 66px;
    letter-spacing: .06em;
    text-align: center;
    color: #d41443;
    text-transform: uppercase;
}

.cards_heading {
    margin-bottom: 80px;
}

.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffb8ca;
    border-radius: 24px;
    gap: 20px;
    padding: 20px 0;
    position: relative;
    width: 300px;
}

.cardPara {
    width: 200px;
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: .04em;
    text-align: center;
    margin: 20px 0;
    color: #fff;
}

.cardDetails {
    margin-top: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cardDetails h1 {
    font-family: Titan One;
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: .04em;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.card_img {
    width: 335px;
    height: 335px;
    position: absolute;
    top: -200px;
}

.pink {
    background-color: #ffb8ca;
}

.brown {
    background-color: #f0d1a5;
}

.green {
    background-color: #c2e297;
}

.how_its_Made {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 200px;
    background-color: #FFF5F6;
}

.made_work_cow_img {
    margin-bottom: 50px;
    width: 516px;
    height: 516px;
}

.made_work_wrapper {
    background-image: url(./Images/bg_image_1.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-evenly;
    margin-top: 100px;
    width: 98.9vw;
    height: 534px;
}

.made_heading_wrapper h2 {
    font-family: Titan One;
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: .04em;
    text-align: center;
    color: #ffa5ba;
    text-transform: uppercase;
    margin: 10px 0;
}

.made_heading_wrapper h1 {
    font-family: Titan One;
    font-size: 58px;
    font-weight: 400;
    line-height: 66px;
    letter-spacing: .06em;
    text-align: center;
    color: #d41443;
    text-transform: uppercase;
}

.made_work_cow_details h5 {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 800;
    line-height: 28px;
    letter-spacing: .04em;
    text-align: left;
    margin: 20px 0;
}

.made_work_cow_details p {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: .04em;
    text-align: left;
    margin: 20px 0;
}

.AliquamSperateLine {
    margin: 20px 0;
}

.readMore {
    margin: 20px 0;
    color: #d41443;
    border: none;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
}

.made_work_cow_details {
    text-align: left;
    width: 400px;
}

.made_content {
    display: flex;
    justify-content: space-around;
    gap: 100px;
}

.made_content_wrapper {
    width: 250px;
    padding: 20px;
    background-color: #fccfda;
    border-radius: 20px;
    box-shadow: 5px 10px 30px  #D41443;
}

.made_content_wrapper * {
    margin: 10px 0;
}

.made_content_wrapper p {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: .02em;
    text-align: left;
}

.made_content_wrapper h1 {
    font-family: Titan One;
    font-size: 58px;
    font-weight: 400;
    line-height: 66px;
    letter-spacing: .04em;
    color: #d41443;
}

.galleryImage {
    width: 100%;
}

.testimonial-container {
    width: 700px;
    text-align: center;
    position: relative;
    margin: 100px auto;
  }

  input[type="radio"] {
    display: none;
  }

  .testimonial {
    display: none;
    animation: fade 0.5s ease-in-out;
  }

  @keyframes fade {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }

  #t-1:checked ~ .t1,
  #t-2:checked ~ .t2,
  #t-3:checked ~ .t3 {
    display: block;
  }

  .profile-pic {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
  }

  .testimonial-box {
    background: #f9f9f9;
    padding: 25px 40px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 15px;
  }

  .quote {
    font-size: 14px;
    line-height: 1.7;
    color: #333;
    position: relative;
    left: 20px;
  }

  .quote-icon {
    font-size: 28px;
    color: #ccc;
    position: absolute;
    left: -40px;
    top: -20px;
  }

  .author {
    font-weight: 500;
    color: #000;
  }

  .dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    gap: 8px;
  }

  .dots label {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #ccc;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s;
  }

  #t-1:checked ~ .dots label[for="t-1"],
  #t-2:checked ~ .dots label[for="t-2"],
  #t-3:checked ~ .dots label[for="t-3"] {
    background-color: #D41443;
  }

  .contactCards {
    background: #fff5f6;
    margin-top: 250px;
    background-image: url(./Images/bg_image_2.png);
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .main_footer_cards {
    display: flex;
    justify-content: center;
    gap: 40px;
}

  .main_footer_card {
    width: 330px;
    height: 572px;
    background: #ffffff;
    cursor: pointer;
    border-radius: 24px;
    padding: 20px;
    position: relative;
    top: -74px;
    box-shadow: #0000003d 0 3px 8px;
    transition: 0.3s ease-in-out;
}

.main_footer_card:hover {
    transform: scale(1.07);
    transition: 0.3s ease-in-out;
}

.main_footer_card div {
    margin: 20px 0
}

.main_footer_card .foo_card_heading {
    font-weight: 700;
    margin: 10px 0
}

.time_foo {
    color: #d41443
}

.noreply {
    line-height: 40px;
    color: #907e82
}

.foo_btn {
    width: fit-content;
    padding: 10px 20px;
    text-align: left;
    font-size: 16px;
    cursor: pointer;
    letter-spacing: 1px;
    background: #F0D1A5;
    border-radius: 6px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-family: "DM Sans" sans-serif;
}

.endPage_btn {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.endPage_btn img {
    cursor: pointer;
}
.footer_sab_heading {
    display: flex;
    justify-content: space-around;
    margin: 100px 0
}

.footerLastLine {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #907e82;
    padding: 20px 0
}

.foo_heading h2 {
    font-family: Titan One;
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: .04em;
    text-align: left;
    color: #ffa5ba;
    text-transform: uppercase
}

.foo_heading h1 {
    font-family: Titan One;
    font-size: 58px;
    font-weight: 400;
    line-height: 66px;
    letter-spacing: .06em;
    text-align: left;
    text-transform: uppercase;
    color: #d41443
}

.foo_heading_icon {
    font-family: DM Sans;
    font-weight: 800;
    line-height: 66px;
    letter-spacing: .06em;
    text-align: left;
    text-transform: uppercase
}

.socialMedia {
    display: flex;
    justify-content: right;
    gap: 20px;
}

.fa-brands {
    font-size: 36px;
    color: #FFA5BA;
    transition: 0.3s ease-in-out;
}

.fa-brands:hover {
    cursor: pointer;
    color: #D41443;
    transform: scale(1.3);
    transition: 0.3s ease-in-out;
}

 hr {
    height: 2px; 
    background-color: #ccc;
    border: none;
}