/*
Theme Name: Pays Aimables - CMA PACA
Theme URI: https://pays-aimables.cmar-paca.fr
Description: Pays Aimables - CMA PACA
Author: CMA PACA
Author URL: https://pays-aimables.cmar-paca.fr
Version: 1.0.0
*/

/** @format */
@font-face {
    font-family: Perfetto;
    src: url(./fonts/Perfetto.ttf);
    font-display: swap;
  }
  * {
    margin: 0px;
    padding: 0px;
  }
  
  /* header */
  
  .topbar {
    background-color: #546b73;
    font-family: "Barlow", sans-serif;
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  
  .topbar .toolbar-text {
    width: 50%;
    text-align: center;
    margin-left: 10px;
  }
  .topbar .toolbar-btn {
    width: 50%;
  
    text-align: end;
  }
  
  .links {
    color: #8a8383;
  }
  
  @media screen and (max-width: 1740px) {
    .topbar .toolbar-text {
      width: 50%;
      text-align: end;
    }
  }
  @media screen and (max-width: 1440px) {
    .topbar {
      padding: 10px;
    }
    .topbar .toolbar-text {
      width: 55%;
      text-align: end;
    }
  
    .topbar .toolbar-btn {
      width: 45%;
  
      text-align: end;
    }
  }
  @media screen and (max-width: 1340px) {
    .topbar .toolbar-text {
      width: 70%;
      text-align: end;
    }
    .topbar .toolbar-btn {
      width: 30%;
  
      text-align: end;
    }
  }
  @media screen and (max-width: 1040px) {
    .topbar {
      display: flex;
      flex-direction: column;
      padding: 20px;
    }
    .topbar .toolbar-text {
      width: 90%;
      text-align: end;
      margin-left: 20px;
    }
    .topbar .toolbar-btn {
      width: 100%;
  
      text-align: end;
    }
  }
  #button {
    background-color: #be1313;
    font-weight: bold;
    border-radius: 60px;
    color: white;
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    padding-right: 20px;
    padding-left: 20px;
  }
  
  #button {
    background-color: #be1313;
    font-weight: bold;
    border-radius: 60px;
    color: white;
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    padding-right: 20px;
    padding-left: 20px;
  }
  
  .menubar {
    background-color: #f3f5f5;
    justify-content: end;
    align-items: center;
  }
  
  .list {
    padding: 0px 45px;
  }
  .nav-item {
    color: #8a8383;
    padding: 0px 20px;
    font-family: "Barlow", sans-serif;
    font-weight: 300;
    font-size: 18px;
  }
  
  #search {
    padding: 5px;
    padding-left: 9px;
    font-size: 15px;
    border-radius: 15px;
    width: 90%;
    border: 2px solid white;
    font-size: 18px;
    font-family: "Barlow", sans-serif;
  }
  
  .nav-item {
    margin-top: 5px !important;
  }
  
  .flags {
    display: flex;
    align-items: center;
    justify-content: end;
    padding-top: 20px;
  }
  .flag1 {
    height: 50px;
    width: 50px;
    margin-right: 12px;
  }
  
  .flag2 {
    padding-top: 3px;
    height: 57px;
    width: 57px;
  }
  
  /* first section*/
  .section {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin: auto;
    font-family: "Yeon Sung", cursive;
  }
  
  #firstSection {
    padding-top: 50px;
    height: 620px;
  }
  
  #mainPara {
    font-family: "Perfetto", sans-serif;
    color: #3a8bcc;
    font-size: 107px;
    border-bottom: 7px solid #3a8bcc;
    padding-bottom: 15px !important;
    margin-bottom: 24px;
    padding-right: 10px;
  }
  
  .five {
    font-size: 200px;
  }
  
  .pImg {
    display: flex;
    position: relative;
    /* justify-content: center;
      align-items: center; */
  }
  
  .firstCommentImg {
    height: 295px;
    width: 295px;
    margin-top: -200px;
    margin-left: 10px;
    align-items: flex-end;
    justify-content: end;
    padding-left: -20px;
    position: absolute;
    top: -65px;
    right: -85px;
  }
  
  .carte {
    margin-top: -40px;
  }
  
  .paras {
    /* padding: 0px 60px; */
    font-size: 24px;
    font-family: "Barlow", sans-serif;
    line-height: 30px;
    font-weight: 700px;
  }
  
  .thumbnail img {
    margin-bottom: -180px;
  }
  
  /* .firstImage {
      margin-right: -135px;
      margin-left: -165px;
  } */
  
  .secondImage {
    margin-top: -80px;
  }
  
  .thirdImage {
    margin-top: -85px;
    /* margin-right: -100px; */
    z-index: 1;
  }
  
  #secondSection {
    background-color: #f3f5f5;
    flex-direction: row-reverse;
    height: 385x;
  }
  
  .secondSecPara {
    padding: 0px 60px;
  }
  
  .secondP {
    color: #3a8bcc;
    font-weight: bold;
  }
  
  #thirdSection {
    padding-top: 50px;
    margin-bottom: 70px;
    height: 465px;
  }
  
  .firstSecPara,
  .thirdSecPara {
    padding: 0px 135px;
    padding-right: 100px;
    margin-left: 50px;
  }
  
  .container {
    max-width: 60%;
    background-color: #ffffff;
    margin: auto;
  }
  
  .commentImg {
    height: 175px;
    width: 220px;
    margin-bottom: -335px;
    margin-left: 130px;
  }
  
  #forthSection {
    background-color: #f3f5f5;
    height: 118vh;
  }
  
  .inner {
    width: 85%;
    background-color: #ffffff;
    padding-top: 50px;
    padding-left: 50px;
  }
  
  .innerP {
    font-family: "Barlow", sans-serif;
    font-size: 22px;
    font-weight: 600;
    padding-left: 15px;
    width: 100%;
  }
  
  .icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding-right: 50px;
  }
  
  .icon {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .iconImg {
    height: 120px;
    width: 120px;
  }
  
  .icons p {
    font-size: 24px;
    font-family: "Barlow", sans-serif;
  }
  
  .orange {
    color: #e86054;
  }
  
  .yellow {
    color: #f7cf73;
  }
  
  .blue {
    color: #9ecbee;
  }
  
  .green {
    color: #afd07a;
  }
  
  .purple {
    color: #d890ba;
  }
  
  #fifthSection {
    background-color: #ffffff;
    flex-direction: row-reverse;
  }
  
  .leftOrange {
    margin-left: -270px;
    padding-right: 150px;
  }
  
  .fifthSecPara {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .insta {
    margin-left: -5px;
    height: 50px;
    width: 50px;
  }
  
  #map {
    height: 65vh;
    /* width: 100%; */
    margin-left: -50px;
  }
  
  .leaves {
    margin-top: -10px;
  }
  
  .orange1 {
    width: 25px !important;
    height: 25px !important;
    border-radius: 50% !important;
    background: #e86054 !important;
    color: white !important;
    display: flex !important;
    justify-content: space-around !important;
    align-items: center !important;
    /* visibility: show; */
  }
  
  .yellow2 {
    width: 25px !important;
    height: 25px !important;
    border-radius: 50% !important;
    background: #f7cf73 !important;
    color: white !important;
    display: flex !important;
    justify-content: space-around !important;
    align-items: center !important;
  }
  
  .blue3 {
    width: 25px !important;
    height: 25px !important;
    border-radius: 50% !important;
    background: #9ecbee !important;
    color: white !important;
    display: flex !important;
    justify-content: space-around !important;
    align-items: center !important;
  }
  
  .green4 {
    width: 25px !important;
    height: 25px !important;
    border-radius: 50% !important;
    background: #afd07a !important;
    color: white !important;
    display: flex !important;
    justify-content: space-around !important;
    align-items: center !important;
  }
  
  .purple5 {
    width: 25px !important;
    height: 25px !important;
    border-radius: 50% !important;
    background: #d890ba !important;
    color: white !important;
    display: flex !important;
    justify-content: space-around !important;
    align-items: center !important;
  }
  
  .bowl {
    position: absolute;
    z-index: 1111;
    bottom: -130px;
    right: 0;
    margin-top: 10px;
  }
  
  .Chambre {
    font-weight: bold;
  }
  
  /* FOOTER */
  
  .main-footer {
    background-color: #546b73;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .footer {
    padding-bottom: 20px;
    font-family: "Barlow", sans-serif;
    width: 100%;
  
    display: flex;
    flex-direction: row;
    color: white;
    padding: 10px;
    padding-bottom: 30px;
  }
  
  .footer .first-col {
    width: 20%;
    height: 300px;
  
    margin-top: 20px;
  }
  .footer .for-md-screen {
    width: 40%;
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    /* height: 300px; */
  }
  .footer .first-col p {
    margin: 0;
  }
  .footer .for-md-screen .second-col {
    width: 50%;
    margin-right: 20px;
  }
  .footer .second-col p {
    margin: 0;
  }
  .footer h5 {
    font-weight: bold;
    margin-bottom: 20px;
  }
  .footer .for-md-screen .third-col {
    width: 50%;
    margin-right: 20px;
  }
  .footer .third-col p {
    margin: 0;
  }
  .footer .for-md-screen .fourth-col {
    width: 50%;
    margin-right: 20px;
  }
  .footer .fourth-col p {
    margin: 0;
  }
  .footer .for-md-screen .fifth-col {
    width: 50%;
    margin-right: 20px;
  }
  .footer .fifth-col p {
    margin: 0;
  }
  
  .list {
    list-style: none;
    color: white;
    font-family: "Barlow", sans-serif;
    font-size: 14px;
  }
  .hr {
    max-width: 80%;
    margin: auto;
    padding: 5px 0px;
    color: white;
  }
  .rightend {
    display: flex;
    color: white;
    justify-content: end;
    padding-right: 80px;
  }
  
  .rend {
    padding: 0px 10px;
    font-family: "Barlow", sans-serif;
    font-size: 14px;
  }
  
  @media screen and (max-width: 1024px) {
    .footer {
      background-color: #546b73;
      padding-bottom: 20px;
      font-family: "Barlow", sans-serif;
      width: 100%;
      display: flex;
      flex-direction: column;
      color: white;
      padding: 20px;
    }
    .footer .first-col {
      display: none;
    }
    .footer .for-md-screen {
      width: 100%;
      display: flex;
      flex-direction: row;
      margin-top: 20px;
    }
  
    .footer .second-col {
      width: 50%;
      margin-right: 20px;
    }
  
    .footer .third-col {
      width: 50%;
      margin-right: 20px;
    }
  
    .footer .fourth-col {
      width: 50%;
    }
  
    .footer .fifth-col {
      width: 50%;
    }
  }
  @media screen and (max-width: 640px) {
    .footer {
      background-color: #546b73;
      padding-bottom: 20px;
      font-family: "Barlow", sans-serif;
      width: 100%;
      display: flex;
      flex-direction: column;
      color: white;
      padding: 20px;
      /* margin: auto;
          justify-content: center;
          align-items: center; */
      /* text-align: center; */
    }
    .footer .first-col {
      display: none;
    }
    .footer .for-md-screen {
      width: 100%;
      display: flex;
      flex-direction: column;
      margin-top: 20px;
      /* align-items: center; */
      padding-left: 40px;
    }
    .footer .second-col {
      width: 100%;
    }
  
    .footer .third-col {
      width: 100%;
    }
  
    #thirdSection {
      height: auto !important;
    }
  
    #secondSection {
      height: auto !important;
      padding-top: 50px;
    }
  
    #forthSection {
      height: auto !important;
    }
  
    #map {
      height: 50vh !important;
    }
  
    .footer .fourth-col {
      width: 100%;
    }
  
    .footer .fifth-col {
      width: 100%;
    }
    .footer h5 {
      font-weight: bold;
      margin-bottom: 20px;
      margin-top: 20px;
    }
  }
  
  /* Responsivness */
  
  @media only screen and (max-width: 992px) {
    .menubar {
      justify-content: flex-start;
    }
  }
  
  @media only screen and (max-width: 868px) {
    /* Header */
  
    .topbar {
      padding: 5px 0px;
      flex-direction: column;
      justify-content: end;
    }
  
    .mainlogo {
      height: 130px;
      width: 140px;
    }
  
    .heading {
      margin-left: 36%;
      font-size: 14px;
    }
  
    #button {
      width: fit-content;
      margin: auto;
      font-size: small;
    }
  
    #search {
      padding: 5px;
      padding-left: 9px;
      font-size: 15px;
      border-radius: 15px;
      width: 90%;
      margin-right: 4px;
      border: 2px solid white;
      font-size: 18px;
      font-family: "Barlow", sans-serif;
      margin-top: 8px;
      margin-left: 10px;
    }
    .burger {
      position: absolute;
      top: 17%;
      left: 3%;
    }
  
    .line {
      background-color: rgb(104, 85, 85);
      margin: 5px 3px;
      padding: 1px 2px;
      width: 33px;
      height: 3px;
    }
  
    .flags {
      margin-top: 3px;
      padding-bottom: 125px !important;
    }
  
    /* first section start */
    .section {
      flex-direction: column;
      /* width: 100%; */
      align-items: center;
      justify-content: center;
    }
  
    #firstSection {
      height: 840px;
    }
    #secondSection {
      height: 840px;
    }
  
    #thirdSection {
      height: 900px;
    }
    #forthSection {
      height: auto;
    }
  
    #fifthSection {
      margin-top: 50px !important;
    }
    .firstSecPara,
    .thirdSecPara {
      padding: 0px 0px; /* 2nd 135  */
      padding-right: 0px; /* 100 */
      margin-left: 20px; /* 50 */
    }
  
    #mainPara {
      color: #3a8bcc;
      font-size: 50px; /* 107 */
      border-bottom: 5px solid #3a8bcc;
      margin-bottom: 24px;
    }
  
    .pImg {
      flex-direction: column-reverse;
    }
  
    .five {
      font-size: 100px;
    }
  
    .firstCommentImg {
      height: 150px;
      width: 150px;
      margin-top: 0px;
      margin-left: 10px;
      align-items: center;
      justify-content: end;
      position: absolute;
      top: -70px;
      right: 27px;
    }
  
    .paras {
      /* padding: 0px 15px; */
      font-size: 16px; /* 24 */
      font-family: "Barlow", sans-serif;
      line-height: 24px; /* 30 */
      font-weight: 700px;
    }
  
    .thumbnail img {
      margin-bottom: 0px; /* -180 */
    }
  
    .firstImage {
      margin-right: 0px; /* -135 */
      margin-left: 0px; /* -165 */
    }
  
    .firstImage > img,
    .secondImage > img,
    .thirdImage > img {
      width: 100% !important;
    }
  
    /* first section end */
  
    /* Second section start */
    #secondSection {
      background-color: #f3f5f5;
      flex-direction: column;
    }
    .secondSecPara {
      margin-left: 20px;
      padding: 0px 0px; /* 60 */
    }
  
    .secondImage {
      margin: 0px; /*-165px 0px -20px -102px; */
    }
    /* Second section end */
  
    /* Third section start */
    #thirdSection {
      margin-top: 0px; /* 50 */
      padding-top: 50px;
    }
  
    .commentImg {
      height: 90px; /* 175 */
      width: 120px; /* 220 */
      margin-bottom: 0px; /* -320 */
      margin-left: 0px; /* 130 */
      display: none !important;
    }
  
    .thirdImage {
      margin-top: 0px; /* -85 */
      margin-right: 0px; /* 100px */
    }
  
    /* Third section end */
  
    /* Fourth section start */
  
    .inner {
      width: 100%; /* 85% */
      /* margin: auto; */
      /* height: 116vh; */
      margin-top: 30px; /* 80px */
      background-color: #ffffff;
      padding-top: 50px;
      padding-left: 10px; /* 50px */
    }
  
    .innerP {
      font-family: "Barlow", sans-serif;
      font-size: 17px; /* 22px */
      font-weight: 600;
      padding-left: 5px;
      width: 100%;
    }
  
    .icons {
      align-items: center;
      margin-left: 0px; /* -70px */
      cursor: pointer;
      justify-content: space-between;
      padding-right: 0px !important;
    }
  
    .icon {
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
  
    .iconImg {
      height: 60px; /* 120px */
      width: 60px; /* 120px */
    }
  
    .icons p {
      font-size: 12px;
      text-align: center;
    }
  
    .bowl {
      /* bottom: -100px;
          right: -100px; */
      display: none;
    }
  
    .leftOrange {
      margin-left: 0px !important;
      margin-right: 0px !important;
      padding-right: 0px !important;
    }
    /* Fourth section end */
  
    /* Fifth section start */
  
    .fifthSecPara {
      flex-direction: column-reverse;
    }
  
    #fifthSection {
      background-color: #ffffff;
      flex-direction: column;
      margin-bottom: 0px; /* -38px */
    }
  
    .innerlog {
      align-items: center;
      justify-content: center;
    }
    .fifth {
      padding-top: 25px;
      padding-left: 20px;
      font-family: "Barlow", sans-serif;
    }
    .fifth h3 {
      font-size: 18px;
    }
  
    /* Fifth section end */
  
    /* Footer */
  
    .footerlist {
      padding-left: 0px; /* 45vh */
      padding-top: 40px; /* 40px */
  
      flex-direction: column;
    }
  }

@media only screen and (max-width: 600px){
	.firstCommentImg {
    top: -90px;
    right: -10px;
	}
}
  
  /* Pop Up */
  
  .Main_div {
    /* width: 400px;       
    height: 190px;       */
    display: flex;
    flex-direction: row;
    padding-top: 10px;
    padding-bottom: 5px;
    font-family: "Barlow", sans-serif;
  }
  
  .piconImg {
    height: 120px;
    width: 120px;
    margin-top: -50px;
  }
  
  .number {
    position: relative;
    border: 3px solid #e86054;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    top: -9px;
    left: 65%;
    font-size: 22px;
    color: #e86054;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 111111;
  }
  
  .numberSoleil {
    position: relative;
    border: 3px solid #f7cf73;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    top: -9px;
    left: 65%;
    font-size: 22px;
    color: #f7cf73;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 111111;
  }
  
  .text_section {
    padding-left: 10px;
    padding-left: 10px;
  }
  
  .text_section_h2 {
    color: #e86054;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 20px;
  }
  
  .text_section_h2_soleil {
    color: #f7cf73;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 20px;
  }
  
  .text_section_p {
    margin-top: 1px;
    margin-bottom: 0;
    /* font-weight: 600; */
    color: #000;
    font-size: 15px;
  }
  
  .text_section_ph {
    font-style: italic;
    color: #000;
  }
  
  .leaflet-container a {
    color: #000 !important;
    text-decoration: none !important;
  }
  
  .text_section_p1 {
    margin: 2px auto;
    color: #e86054;
    opacity: 0.8;
    font-style: italic;
  }
  
  .text_section_p1_soleil {
    color: #f7cf73;
    opacity: 0.8;
    margin: 2px auto;
    font-style: italic;
  }
  
  .numberLittoral {
    position: relative;
    border: 3px solid #9ecbee;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    top: -9px;
    left: 65%;
    font-size: 22px;
    color: #9ecbee;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 111111;
  }
  
  .text_section_h2_littoral {
    color: #9ecbee;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 20px;
  }
  
  .text_section_p1_littoral {
    margin: 2px auto;
    color: #9ecbee;
    opacity: 0.8;
    font-style: italic;
  }
  
  .numberDev {
    position: relative;
    border: 3px solid #afd07a;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    top: -9px;
    left: 65%;
    font-size: 22px;
    color: #afd07a;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 111111;
  }
  
  .text_section_h2_Dev {
    color: #afd07a;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 20px;
  }
  
  .text_section_p1_Dev {
    margin: 2px auto;
    color: #afd07a;
    opacity: 0.8;
    font-style: italic;
  }
  
  .numberBientre {
    position: relative;
    border: 3px solid #d890ba;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    top: -9px;
    left: 65%;
    font-size: 22px;
    color: #d890ba;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 111111;
  }
  
  .text_section_h2_Bientre {
    color: #d890ba;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 20px;
  }
  
  .text_section_p1_Bientre {
    margin: 2px auto;
    color: #d890ba;
    opacity: 0.8;
    font-style: italic;
  }
  
  .leaflet-popup-content-wrapper {
    border-radius: 0px !important;
    /* overflow:scroll; */
    padding: 10px auto;
  }
  
  .leaflet-popup-content {
    width: auto !important;
    min-width: 370px !important;
  }
  
  .leaflet-popup-tip {
    display: none;
  }
  
  .leaflet-container a.leaflet-popup-close-button {
    background: rgb(168 167 167) !important;
    border-radius: 25px !important;
    margin-top: 5px !important;
    margin-right: 5px !important;
    color: white !important;
    font-weight: bold !important;
  }
  
  @media screen and (max-width: 1224px) and (min-width: 869px) {
    .firstSecPara,
    .thirdSecPara {
      padding: 0px;
      padding-right: 0px;
      /* margin-left: 50px; */
      width: 55%;
    }
  
    .five {
      font-size: 115px !important;
    }
  
    #mainPara {
      font-size: 54px !important;
    }
  
    .firstCommentImg {
      margin-top: -150px !important;
      height: 185px !important;
      width: 185px !important;
      left: 360px;
      top: 0px !important;
    }
  
    .firstImage,
    .thirdImage {
      width: 45% !important;
      overflow: hidden;
    }
  
    .carte {
      font-size: 18px !important;
    }
  
    .firstImage img {
      margin-bottom: -90px !important;
      width: 490px;
    }
  
    #secondSection {
      height: 275px !important;
    }
  
    .secondSecPara {
      width: 55% !important;
      padding: 20px 0px !important;
    }
  
    .paras {
      font-size: 15px !important;
    }
  
    .secondImage > img {
      width: 490px;
      margin-bottom: -90px !important;
    }
  
    .thirdImage > img {
      width: 410px !important;
      margin-bottom: -2px !important;
    }
  
    .inner {
      width: 95% !important;
    }
  
    .iconImg {
      width: 85px;
      height: 85px;
    }
  
    .icons p {
      font-size: 15px;
    }
  
    .bowl {
      width: 220px !important;
    }
  
    #fifthSection {
      margin-top: 50px !important;
    }
  
    .commentImg {
      height: 140px !important;
      width: 160px !important;
    }
  
    .leftOrange {
      padding-right: 0px !important;
    }
  }
  
  @media screen and (max-width: 1500px) and (min-width: 1225px) {
    .firstSecPara,
    .thirdSecPara {
      padding: 0px 90px;
      padding-right: 60px;
      /* margin-left: 50px; */
      width: 55%;
    }
  
    .five {
      font-size: 150px !important;
    }
  
    #mainPara {
      font-size: 70px !important;
    }
  
    .firstCommentImg {
      margin-top: -150px !important;
      height: 205px !important;
      width: 205px !important;
      left: 420px;
      top: 0px !important;
    }
  
    .firstImage,
    .thirdImage {
      width: 45% !important;
      /*overflow: hidden;*/
    }
  
    .carte {
      font-size: 21px !important;
    }
  
    .firstImage img {
      margin-bottom: -90px !important;
      width: 100%;
    }
  
    #secondSection {
      height: 335px !important;
    }
  
    .secondSecPara {
      /* width: 55% !important;
      padding: 20px 0px !important; */
    }
  
    .paras {
      font-size: 18px !important;
    }
  
    .secondImage > img {
      width: 490px;
      /* margin-bottom: -90px !important; */
    }
  
    .thirdImage > img {
      margin-bottom: -90px !important;
      width: 100%;
    }
  
    .inner {
      width: 95% !important;
    }
  
    .iconImg {
      width: 85px;
      height: 85px;
    }
  
    .icons p {
      font-size: 15px;
    }
  
    .bowl {
      width: 240px !important;
    }
  
    #fifthSection {
      margin-top: 70px !important;
    }
  
    .commentImg {
      height: 140px !important;
      width: 160px !important;
    }
  
    .leftOrange {
      padding-right: 70px !important;
    }
  }
  