* {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    list-style: none;
    box-sizing: border-box;
    text-decoration: none;
  }
  
  .d-flex {
    display: flex;
  }
  
  .jc {
    justify-content: space-between;
  }

  .d-flex-2{
    display: flex;
  }
  
  .container {
    max-width: 1140px;
    margin: auto;
  }


  

  
  
  
  .main-header {
    background-image: url(../images/about-banner.jpg);
    width: 100%;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10% 30px 7% 30px;
    text-align: center;
  }
  
  .main-header h3 {
    color: #000;
    font-size: 50px;
    line-height: 1.1em;
    font-weight: 700;
    margin-bottom: 23px;
    padding: 0px 100px;
  }
  
  .main-header p {
    font-size: 18px;
    line-height: 1.5em;
    color: #555;
    margin-bottom: 23px;
    padding: 0px 20px;
  }
  
  .main-header ul {
    margin: auto;
    width: 100%;
    justify-content: center;
  }
  
  
  .main-header ul li a {
    padding: 10px;
    color: #000;
    font-size: 25px;
  }
  
  .main-header ul li a:hover {
    color: #F4A492;
    cursor: pointer;
    transition: 0.2s;
  }
  
  .planner-heading {
    width: 50%;
    margin: auto;
    padding-top: 70px;
  
  }
  
  .planner-heading h5 {
    font-size: 22px;
    line-height: 1.1em;
    font-weight: 400;
    color: #F4A492;
    font-family: 'Jost', sans-serif;
    margin-bottom: 15px;
  }
  
  .planner-heading h2 {
    font-size: 50px;
    line-height: 1.1em;
    font-weight: 700;
    font-family: "Playfair Display";
    margin-bottom: 23px;
  }
  
  .planner-heading p {
    font-size: 20px;
    line-height: 1.5em;
    color: #555;
    font-weight: lighter;
    margin-bottom: 22px;
  
  }
  
  .planner-heading ul li {
    padding-bottom: 15px;
    font-weight: normal;
    margin-bottom: 15px;
  }
  
  .planner-heading ul li i {
    font-size: 18px;
    padding-right: 10px;
    color: #555;
  
  }
  
  .planner-heading ul li span {
    font-size: 18px;
    color: #555;
  }
  
  .planner-heading button {
    padding: 16px 20px;
    font-size: 18px;
    border-radius: 28px;
    color: #9accc9;
    border: 2px #9accc9 solid;
    background-color: transparent;
  }
  
  .planner-heading button:hover {
    color: #fff;
    background-color: #9accc9;
    cursor: pointer;
  }
  
  
  .planner-img {
    width: 50%;
    margin: auto;
    padding-top: 120px;
    position: relative;
    margin-bottom: 4%;
  }
  
  .planner-img img {
    width: 90%;
    margin-left: 80px;
    height: 650px;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #fff;
    border-radius: 0px 50px 0px 50px;
    box-shadow: -15px 15px 100px -53px rgba(0, 0, 0, 0.5);
  }
  
  
  .work {
    background-image: url(../images/img-3.png);
    background-position: left;
    background-repeat: no-repeat;
    padding: 30px 0px 0px 0px;
    margin-top: 4%;
    width: 100%;
    margin: auto;
    height: 780px;
    background-color: #EDF7F8;
    position: absolute;
  }
  
  .work-img {
    width: 40%;
    margin: auto;
    z-index: 0;
  
  
  }
  
  .work-img img {
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #fff;
    margin-bottom: 17px;
    border-radius: 50px 0px 50px 0px;
    box-shadow: -20px -10px 100px -50px rgba(0, 0, 0, 0.5);
  }
  
  .wo-image {
    width: 40%;
  
    z-index: 0;
  }
  
  .wo-image img {
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #fff;
    margin-bottom: 17px;
    border-radius: 0px 50px 0px 50px;
    box-shadow: -20px -10px 100px -50px rgba(0, 0, 0, 0.5);
  }
  
  
  
  .work-2 {
    width: 140px;
  }
  
  .work-2 img {
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #fff;
    border-radius: 0px 50px 0px 50px;
    box-shadow: -20px -10px 100px -50px rgba(0, 0, 0, 0.5);
  
    position: relative;
    top: 43%;
    right: 126%;
  
  }
  
  .work-heading {
    width: 60%;
    margin: auto;
    margin-bottom: 20%;
  
  }
  
  .work-heading img {
    width: 25%;
    margin-left: 300px;
    padding: 10px;
    margin-bottom: 30px;
  }
  
  .work-heading h5 {
    font-size: 22px;
    line-height: 1.1em;
    font-weight: 400;
    color: #F4A492;
    font-family: "Playfair Display";
    margin-bottom: 15px;
  }
  
  .work-heading h2 {
    font-size: 50px;
    line-height: 1.1em;
    font-weight: 700;
    font-family: "Playfair Display";
    margin-bottom: 23px;
  }
  
  .work-heading p {
    font-size: 23px;
    line-height: 1.5em;
    color: #555;
    font-weight: lighter;
    margin-bottom: 22px;
  
  }
  
  .work-heading button {
    padding: 15px 25px;
    font-size: 18px;
    border-radius: 28px;
    color: #9accc9;
    border: 2px #9accc9 solid;
    background-color: transparent;
  }
  
  .work-heading button:hover {
    color: #fff;
    background-color: #9accc9;
    cursor: pointer;
  }
  
  .counter {
    width: 100%;
    margin: auto;
    padding: 40px;
    border-radius: 50px 0px 50px 0px;
    background-color: #F4A492;
    border-width: 5px 5px 5px 5px;
    border-color: #fff;
    border-style: solid;
  
  }
  
  .count {
    width: 22%;
    margin: auto;
    text-align: center;
    color: #fff;
  
  
  
  }
  
  .count h3 {
    font-size: 40px;
    font-family: 'Times New Roman', Times, serif;
  }
  
  .count h5 {
    font-size: 25px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
  }
  
  .Services {
    width: 100%;
    margin: auto;
    margin-bottom: 8%;
  }
  
  .services-heading {
    width: 50%;
    margin: auto;
  }
  
  .services-heading img {
    width: 60px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .services-heading h5 {
    font-size: 22px;
    line-height: 1.1em;
    font-weight: 400;
    color: #F4A492;
    font-family: "Playfair Display";
    margin-bottom: 15px;
  }
  
  .services-heading h2 {
    font-size: 50px;
    line-height: 1.1em;
    font-weight: 700;
    font-family: "Playfair Display";
    margin-bottom: 23px;
  }
  
  .services-heading p {
    font-size: 22px;
    line-height: 1.5em;
    color: #555;
    font-weight: lighter;
    margin-bottom: 22px;
  
  }
  
  .services-2 {
    width: 50%;
    margin: auto;
  }
  
  .Professionality {
    width: 100%;
    color: #000;
  
  }
  
  .introduction {
    background-image: url(../images/introduction-bg\ img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    margin: auto;
    margin-bottom: 8%;
    text-align: center;
    position: relative;
  
  }
  
  .introduction h5 {
    font-size: 22px;
    line-height: 1.1em;
    font-weight: 400;
    color: #F4A492;
    font-family: "Playfair Display";
    margin-bottom: 15px;
  }
  
  .introduction h2 {
    font-size: 50px;
    line-height: 1.1em;
    font-weight: 700;
    font-family: "Playfair Display";
    margin-bottom: 50px;
  }
  
  .introduction img {
    width: 100%;
    border-radius: 50px 0px 50px 0px;
    border-width: 5px 5px 5px 5px;
    box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.1);
    border-color: #ffffff;
    border-style: solid;
  
  
  }
  
  .player {
    width: 100%;
    margin: auto;
  }
  
  .player img {
    width: 8%;
    border: none;
    position: absolute;
    bottom: 174px;
    right: 45%;
  
  }
  
  .creative {
    background-image: url(../images/img-3.png);
    width: 100%;
    margin: auto;
    background-position: right;
    background-repeat: no-repeat;
    background-color: #EDF7F8;
    padding-bottom: 40px;
  
  }
  
  .creative-heading {
    width: 50%;
    margin: auto;
    margin-top: 4%;
    text-align: center;
    margin-right: 10%;
  }
  
  .creative-bg {
    width: 15%;
  }
  
  .creative-bg img {
    width: 121% !important;
    margin-bottom: 190% !important;
  }
  
  .creative-heading img {
    width: 30%;
    margin: auto;
    margin-bottom: 20px;
  
  }
  
  .creative-heading h2 {
    font-size: 40px;
    line-height: 1.1em;
    font-family: "Playfair Display";
    margin-bottom: 23px;
  }
  
  .creative-heading p {
    font-size: 20px;
    line-height: 1.5em;
    color: #555;
    font-weight: lighter;
    margin-bottom: 22px;
  }
  
  .creative-heading button {
    padding: 12px 24px;
    font-size: 18px;
    border-radius: 28px;
    color: #9accc9;
    border: 2px #9accc9 solid;
    background-color: transparent;
  }
  
  .creative-heading button:hover {
    color: #fff;
    background-color: #9accc9;
    cursor: pointer;
  }
  
  
  
  
  
  
  .creative-images {
    width: 50%;
    margin: auto;
    margin-top: 10%;
  
  
  
  }
  
  
  .team-member {
    text-align: center;
  }
  
  .team-member img {
    width: 250px;
    height: 200px;
    border: #fff 5px solid;
    border-bottom: none;
    object-fit: cover;
    filter: grayscale(100%);
    transition: 0.2s ease;
  }
  
  .team-member img:hover {
    filter: grayscale(0%);
    cursor: pointer;
  }
  
  .team-member h3 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    margin-bottom: 40px;
    padding: 18px;
    margin-top: -5px;
    z-index: 0;
  }
  
  .images-2 {
    gap: 0px;
    margin-left: 40px;
  }
  
  .marry {
    background-image: url(../images/introduction-bg\ img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 100px;
    width: 100%;
  
  }
  
  .marry-svg {
    width: 90%;
    margin: auto;
  
  }
  
  .marry-svg img {
    width: 80px;
    height: 100px !important;
    margin-top: 2%;
  
  
  }
  
  .marry-heading {
    width: 50%;
    margin: auto;
    padding: 50px;
    position: absolute;
    right: 39%;
    top: 197%;
    z-index: 1;
    text-align: center;
    background-color: #fff;
    border-radius: 0px 0px 100px 0px;
    box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.1);
  
  
  
  
  }
  
  .marry-heading img {
    width: 80px;
    margin: auto;
    margin-bottom: 20px;
    margin-right: 10%;
  
  
  }
  
  .marry-heading h2 {
    font-family: "Playfair Display" sans-serif;
    font-size: 30px;
    margin-bottom: px;
  
  
  }
  
  .marry-heading p {
    line-height: 1.7em;
    font-size: 18px;
    padding: 20px;
  
  
  }
  
  .marry-heading button {
    padding: 18px 24px;
    font-size: 18px;
    border-radius: 32px;
    color: #9accc9;
    border: 2px #9accc9 solid;
    background-color: transparent;
    text-align: center;
  }
  
  .marry-heading button:hover {
    color: #fff;
    background-color: #9accc9;
    cursor: pointer;
  }
  
  .marry-img {
    width: 50%;
    margin: auto;
  }
  
  .marry-img img {
    width: 100%;
    height: 500px;
    position: relative;
    left: 45%;
  
  
  
  
  
  
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #fff;
    border-radius: 100px 0px 0px 0px;
    box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.1);
  }
  
  
  .instagram-section {
    background-image: url(../images/insta\ feed\ bg\ img);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    margin: auto;
    text-align: center;
  }
  
  .insta-header {
    margin-bottom: 25px;
  
  }
  
  .insta-icon {
    width: 67px;
    margin: auto;
    border-radius: 100%;
    margin-bottom: 22px;
  }
  
  .insta-header h2 {
    font-size: 42px;
    font-weight: bold;
    font-family: "Playfair Display";
  }
  
  .insta-gallery {
    width: 100%;
    margin: auto;
    gap: 20px;
  }
  
  .insta-gallery img {
    width: 350px;
    height: 250px;
    margin: auto;
    border: 3px #fff solid;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  
  .planning {
    width: 80%;
    margin: auto;
    padding: 50px;
  }
  
  .planning h3 {
    width: 40%;
    margin: auto;
    font-size: 35px;
    font-family: "Playfair Display";
  
  }
  
  .planning button {
    margin: 5px;
    padding: 17px 25px;
    font-size: 18px;
    border-radius: 35px;
    background-color: #F4A492;
    color: #9accc9;
    border: 2px #9accc9 solid;
  
  
  }




  /* sohial */
  .merriege{
    margin-right: 50px;
  }
  
  
  @media (max-width: 1024px) {
  
    .main-header ul li a {
      font-size: 20px;
    }
  
    .main-header p {
      font-size: 18px;
      margin-bottom: 15px;
      padding: 0px 140px;
    }
  
    .planner-heading {
      width: 40%;
    }
  
    .planner-heading h5 {
      font-size: 19px;
      margin-bottom: 12px;
    }
  
    .planner-heading h2 {
      font-size: 26px;
      margin-bottom: 12px;
    }
  
    .planner-heading p {
      font-size: 15px;
    }
  
    .planner-heading ul li i {
      font-size: 15px;
  
    }
  
    .planner-heading ul li span {
      font-size: 15px;
    }
  
    .planner-heading button {
      font-size: 16px;
    }
  
    .planner-img {
      width: 40%;
    }
  
    .planner-img img {
      height: 0%;
      width: 82%;
    }
  
    .work {
      height: 725px;
    }
  
    .work-img {
      width: 50%;
    }
  
    .work-heading {
      width: 40%;
  
    }
  
    .work-heading h5 {
      font-size: 15px;
      margin-bottom: 10px;
    }
  
    .work-heading h2 {
      font-size: 38px;
      margin-bottom: 10px;
    }
  
    .work-heading p {
      font-size: 17px;
    }
  
    .work-heading img {
      width: 40%;
      margin-left: 175px;
  
    }
  
    .work-img img {
      margin-left: 11%;
    }
  
    .work-2 img {
      width: 185%;
      right: 96%;
    }
  
    .counter {
      width: 93%;
      padding: 30px;
      margin-bottom: 5%;
    }
  
    .counter {
      width: 93%;
      padding: 25px;
      margin-top: 5%;
    }
  
    .Services {
      width: 90%;
    }
  
    .services-heading h5 {
      font-size: 18px;
    }
  
    .services-heading img {
      width: 50px;
    }
  
    .services-heading h2 {
      font-size: 35px;
      margin-bottom: 10px;
    }
  
    .services-heading p {
      font-size: 20px;
      margin-bottom: 20px;
    }
  
    .introduction h5 {
      font-size: 20px;
      margin-bottom: 12px;
    }
  
  
    .introduction h2 {
      font-size: 40px;
    }
  
    .introduction img {
      width: 92%;
    }
  
    .player img {
      width: 10%;
      bottom: 125px;
      right: 45%;
    }
  
    .marry-heading {
      right: 43%;
      top: 175%;
      padding: 40px;
    }
  
    .marry-img img {
      left: 36%;
    }

    .wo-image{
      width: 100%;
    }
  
    .insta-gallery img {
      width: 197px;
      height: 200px;
    }
  
    .insta-gallery {
      width: 90%;
      gap: 15px;
    }
  
    .creative-heading {
      width: 40%;
      margin-right: 5%;
    }
  
    .creative-heading h2 {
      font-size: 35px;
      margin-bottom: 13px;
    }
  
    .creative-heading p {
      font-size: 17px;
      margin-bottom: 24px;
    }
  
    .team-member img {
      width: 220px;
      height: 185px;
    }
  
    .planning h3 {
      width: 41%;
      font-size: 27px;
    }
  
    .planning button {
      padding: 13px 21px;
      font-size: 12px;
    }
  }
  
  @media (max-width: 960px) {
  
    .main-header p {
      font-size: 12px;
      margin-bottom: 10px;
    }
  
    .main-header ul li a {
      font-size: 18px;
    }
  
    .planner-heading h2 {
      font-size: 25px;
      margin-bottom: 9px;
    }
  
    .planner-heading p {
      font-size: 13px;
      margin-bottom: 15px;
    }
  
    .planner-heading ul li {
      padding-bottom: 12px;
      margin-bottom: 0px;
    }
  
    .planner-heading ul li span {
      font-size: 12px;
    }
  
    .planner-heading ul li i {
      font-size: 12px;
    }
  
    .planner-heading button {
      font-size: 13px;
      padding: 12px 17px;
      margin-top: 5px;
    }
  
    .planner-img img {
      width: 78%;
    }
  
    .work {
      height: 590px;
    }
  
    .work-img img {
      width: 83%;
    }
  
    .wo-image {
      width: 100%;
    }
  
    .wo-image img {
      width: 50%;
    }
  
    .work-2 img {
      width: 167%;
      right: 98%;
      top: 47%;
    }
  
    .work-heading h2 {
      font-size: 22px;
    }
  
    .work-heading p {
      font-size: 13px;
    }
  
    .work-heading button {
      padding: 10px 20px;
      font-size: 17px;
    }
  
    .counter {
      width: 90%;
      padding: 21px;
      margin-top: 6%;
    }
  
    .count h3 {
      font-size: 33px;
    }
  
    .count h5 {
      font-size: 19px;
    }
  
    .services-heading h5 {
      font-size: 15px;
    }
  
    .services-heading h2 {
      font-size: 29px;
      margin-bottom: 7px;
    }
  
    .services-heading p {
      font-size: 16px;
      margin-bottom: 13px;
    }
  
    .introduction h5 {
      font-size: 18px;
      margin-bottom: 10px;
    }
  
    .introduction h2 {
      font-size: 33px;
    }
  
    .introduction img {
      width: 90%;
    }
  
    .player img {
      width: 14%;
      bottom: 85px;
      right: 44%;
    }
  
    .images-2 {
      margin-left: 0px;
    }
  
    .creative-images {
      width: 47%;
    }
  
    .marry-heading img {
      width: 67px;
    }
  
  
    .marry-heading h2 {
      font-size: 20px;
    }
  
    .marry-heading p {
      font-size: 11px;
    }
  
    .marry-heading button {
      padding: 13px 16px;
      font-size: 15px;
    }
  
    .marry-img img {
      height: 381px;
    }
  
    .marry-heading {
      top: 175%;
    }
  
    .marry-svg img {
      width: 76px;
      height: 97px !important;
    }
  
  
    .marry-heading h2 {
      font-size: 20px;
    }
  
    .marry-heading p {
      font-size: 11px;
    }
  
    .work-heading img {
      margin-left: 140px;
    }
  
    .team-member img {
      width: 175px;
      height: 170px;
    }
  
    .team-member h3 {
      font-size: 17px;
      padding: 11px;
    }
  
    .insta-icon {
      width: 51px;
    }
  
    .insta-header h2 {
      font-size: 30px;
    }
  
  
    .insta-gallery {
      width: 95%;
      gap: 0px;
    }
  
    .insta-gallery img {
      width: 167px;
      height: 173px;
    }
  
    .planning h3 {
      width: 47%;
      font-size: 23px;
    }
  
  }
  
  
  @media (max-width: 768px) {
  
    .insta-gallery img {
      width: 134px;
      height: 146px;
    }
  
    .team-member img {
      width: 141px;
      height: 120px;
    }
  
    .team-member h3 {
      font-size: 15px;
      padding: 12px;
  
    }
  
  
    .creative-heading h2 {
      font-size: 24px;
      margin-bottom: 10px;
    }
  
    .creative-heading p {
      font-size: 12px;
      margin-bottom: 20px;
    }
  
    .main-header p {
      padding: 0px 63px;
      font-size: 14px;
    }
  
    .main-header h3 {
      margin-bottom: 10px;
    }
  
    .main-header-2 {
      flex-wrap: wrap;
    }
  
    .planner-heading {
      width: 90%;
      text-align: center;
    }
  
  
  
    .planner-img {
      width: 60%;
      margin: auto;
    }
  
    .planner-heading h5 {
      font-size: 19px;
      margin-bottom: 10px;
    }
  
    .planner-heading h2 {
      font-size: 22px;
      margin-bottom: 10px;
    }
  
    .planner-heading p {
      font-size: 15px;
      margin-bottom: 25px;
    }
  
    .planner-heading ul li {
      margin-left: 22%;
      width: 63%;
    }
  
    .planner-heading ul li span {
      font-size: 15px;
    }
  
    .planner-heading ul li i {
      font-size: 15px;
    }
  
  
    .planner-heading button {
      font-size: 12px;
      margin-bottom: 18px;
      padding: 10px 11px;
    }
  
    .planner-img img {
      margin-left: 3%;
      width: 80%;
    }
  
    .planner-img {
      width: 50%;
      padding-top: 15px;
      margin-bottom: 30px;
  
    }
  
    .main-work {
      flex-wrap: wrap;
    }
  
    .work {
      height: 778px;
    }
  
    .work-img {
      width: 50%;
    }
  
    .work-img img {
      width: 100%;
    }
  
    .work-2 {
      width: 138px;
    }
  
    .work-2 img {
      width: 154%;
      right: 129%;
      top: 46%;
    }
  
    .wo-image img {
      width: 55%;
      border-radius: 0px 30px 0px 30px;
    }
  
    .work-heading img {
      display: none;
    }
  
    .work-heading {
      width: 100%;
      text-align: center;
      margin-top: 40px;
    }
  
    .work-heading h5 {
      font-size: 20px;
      margin-bottom: 15px;
    }
  
    .work-heading h2 {
      font-size: 27px;
    }
  
    .work-heading p {
      font-size: 15px;
    }
  
    .work-heading button {
      padding: 12px 24px;
      font-size: 20px;
      margin-bottom: 0%;
    }
  
    .counter {
      margin-top: 0%;
    }
  
    .count h3 {
      font-size: 25px;
    }
  
    .count h5 {
      font-size: 15px;
    }
  
    .Services {
      flex-wrap: wrap;
    }
  
    .services-heading {
      width: 100%;
      text-align: center;
    }
  
    .services-heading img {
      margin-top: 0%;
    }
  
    .services-heading h5 {
      font-size: 20px;
    }
  
    .introduction h5 {
      font-size: 20px;
      margin-bottom: 15px;
    }
  
    .introduction h2 {
      font-size: 35px;
    }
  
    .player img {
      width: 15%;
      bottom: 67px;
      right: 42%;
    }
  
    .creative-2 {
      flex-wrap: wrap;
    }
  
    .creative-heading {
      width: 100%;
      margin-right: 0%;
    }
  
    .creative-bg img {
      display: none;
    }
  
    .creative-heading img {
      width: 20%;
      margin-bottom: 15px;
    }
  
    .creative-heading h2 {
      font-size: 25px;
      margin-bottom: 15px;
    }
  
    .creative-heading p {
      font-size: 15px;
      margin-bottom: 15px;
    }
  
    .team-member img {
      width: 212px;
      height: 200px;
    }
  
    .creative-images {
      width: 73%;
    }
  
    .team-member h3 {
      font-size: 20px;
      padding: 16px;
    }
  
    .marry-2 {
      flex-wrap: wrap;
    }
  
    .marry-img {
      width: 83%;
  
    }
  
    .marry-img img {
      position: static;
      border-radius: 0px 0px 100px 0px;
      border-top: none;
    }
  
    .marry-heading {
      width: 83%;
      margin: auto;
      padding: 15px;
      position: static;
      border-radius: 100px 0px 0px 0px;
    }
  
    .marry-heading p {
      line-height: 20px;
      font-size: 12px;
      padding: 9px;
    }
  
    .marry-heading img {
      width: 50px;
      margin: auto;
    }
  
    .instagram-section {
      
    }
  
    .insta-icon {
      width: 60px;
    }
  
    .insta-header h2 {
      font-size: 30px;
    }
  
    .insta-gallery{
      flex-wrap: wrap;
    }
  
    .insta-gallery img {
      width: 250px;
      height: 180px;
  }
  
  .planning{
    padding-top: 200px;
  }
  
  
  
  
  
  
  
  
  
  }