body {
  max-width: 100vw;
}

* {
  padding: 0;
  margin: 0;
}

.container {
  width: 100%;
}

.hamBurger {
  display: none;
}

nav {
  background-color: #4d148c;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 22px;
  position: sticky;
  top: 0;
  z-index: 100;
}

.navLeft {
  display: inline-block;
}

.navLeft img {
  width: 90px;
  cursor: pointer;
}

.navCenter {
  display: inline-block;
  color: white;
}

.navCenter ul {
  display: inline-block;
  list-style-type: none;
  text-align: middle;
  font-size: 15px;
  font-family: "Roboto";
}

.navCenter ul a {
  margin: 0 10px;
  cursor: pointer;
  display: inline-block;
  text-align: middle;
}

.navCenter ul a li {
  display: flex;
  gap: 2px;
}

.navCenter ul a li img {
  width: 15px;
  filter: invert();
}

.navCenter ul a:hover {
  text-decoration: underline;
}

.navRight {
  display: inline-block;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 70px;
}

.navRight a {
  text-decoration: none;
}

.navRight p {
  font-size: 15px;
  color: white;
  font-family: "Roboto";
}

.navRight p:hover {
  text-decoration: underline;
}

.navRight img {
  width: 28px;
  margin: 0 0 0 10px;
  cursor: pointer;
}

.navRight img:nth-child(3) {
  margin-left: 20px;
}

.main {
  max-width: 100%;
  background-image: url("./Images/mainBanner2.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.main h1 {
  font-size: 2.75rem;
  color: white;
  text-align: center;
  margin: 0 auto;
  font-family: Open Sans;
  font-weight: 100;
  padding-top: 80px;
}

.serviceOptions {
  margin: 50px auto 30px auto;
  width: 60vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.serviceOptions div {
  background-color: rgb(255, 255, 255);
  margin: 0;
  padding: 20px 30px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 5rem;
  width: 6.5rem;
}

.serviceOptions div:nth-child(2) {
  background-color: #4d148c;
  color: white;
  height: 6.1rem;
  margin-bottom: 10px;
}

.serviceOptions div:nth-child(2) img {
  filter: invert();
}

.serviceOptions div p {
  font-family: Roboto;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.09rem;
  margin-top: 10px;
}

#tracking div input {
  width: 27rem;
  outline: none;
  border: none;
  font-size: 14px;
  padding: 22px;
  background-color: #fafafa;
}

#tracking div input::placeholder {
  color: #2c2c2c;
  font-family: Roboto;
  font-weight: 800;
  text-transform: uppercase;
}

#tracking div button {
  padding: 1rem 3rem 1.3rem 3rem;
  border-radius: 0;
  background-color: #ff6200;
  color: white;
  font-weight: 600;
  font-family: Roboto;
  cursor: pointer;
  font-size: 20px;
  text-transform: uppercase;
  outline: none;
  letter-spacing: 0.09rem;
  border: none;
}

#tracking div:nth-child(2) {
  width: 37.8rem;
  margin: 15px auto;
  padding-bottom: 10px;
  text-align: left;
}

#tracking div:nth-child(2) a {
  color: white;
  text-align: left;
  margin-top: 70px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Roboto;
  font-weight: 700;
  font-size: 15px;
}

#tracking div a:first-child {
  border-right: 2px solid white;
  padding-right: 10px;
}

#tracking div a:nth-child(2) {
  padding-left: 7px;
}

#tracking div a:hover {
  text-decoration: underline;
}

.detail {
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  margin: 15px auto;
}

hr {
  border: 1px solid #4d148c;
}

.sameWidth {
  max-width: 55%;
  margin: 50px auto;
}

.businessDetails {
  background-image: url("./Images/secondBanner.jpg");
  text-align: center;
  display: flex;
  margin: 0 auto;
  max-width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0;
}

.businessDetails div {
  width: 45%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: left;
  margin-left: 45px;
}

.businessDetails h1,
.businessDetails p {
  font-size: 37px;
  font-weight: 500;
  color: rgb(57, 57, 57);
  text-align: left;
  font-family: Roboto;
  font-weight: 400;
}

.businessDetails p {
  font-size: 20px;
  font-weight: 300;
  width: 80%;
}

.btn {
  font-size: 14px;
  text-transform: uppercase;
  font-family: Roboto;
  width: 10vw;
  font-weight: 800;
  padding: 14px 30px;
  background-color: transparent;
  border-radius: 2rem;
  color: #007ab7;
  border: 2px solid #007ab7;
  cursor: pointer;
  letter-spacing: 0.1rem;
  text-align: center;
}

.btn:hover {
  background-color: #007ab7;
  color: white;
  transition: 0.3s ease-in-out;
}

.shipmentDetails {
  width: 90%;
  text-align: center;
  margin: 40px auto;
}

.shipmentDetails h1 {
  text-align: center;
  font-family: Roboto;
  font-size: 40px;
  font-weight: 300;
}

.underShipmentDetails {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
}

.underShipmentDetails div {
  width: 13%;
}

.underShipmentDetails div img {
  width: 80px;
  margin-bottom: 25px;
  cursor: pointer;
}

.underShipmentDetails div p {
  font-size: 14px;
  text-transform: uppercase;
  font-family: Roboto;
  font-weight: 900;
  cursor: pointer;
  color: #007ab7;
  letter-spacing: 0.1rem;
}

.underShipmentDetails div p:hover {
  text-decoration: underline;
}

.history {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  background-color: #fafafa;
  width: 100%;
  margin: 100px auto 50px auto;
}

.history div:first-child {
  width: 50%;
  padding: 30px 50px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
}

.history div:first-child img {
  width: 130px;
}

.divHeading {
  font-size: 24px;
  font-family: Roboto;
  font-weight: 300;
}

.divParagraph {
  font-size: 17px;
  font-family: Roboto;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 10px;
}

.divAnchor {
  text-decoration: none;
  font-family: Roboto;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14 px;
  color: #007ab7;
}

.history div:nth-child(2) {
  width: 50%;
}

.history div:nth-child(2) img {
  width: 100%;
  height: 100%;
}

.twoImages {
  display: flex;
  background-color: white;
  justify-content: space-between;
  width: 100%;
}

.twoImages div:first-child {
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.paddingRight {
  padding-right: 10px;
}

.largeHeading {
  font-size: 30px;
  font-weight: 300;
}

.twoImages div:nth-child(2) {
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.twoImages div:nth-child(2) p {
  margin-top: 32px;
}

.twoImages div:nth-child(2) h3 {
  margin-top: 4px;
}

.giftDetails {
  margin: 60px auto;
  gap: 10px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.underGiftDetails {
  display: flex;
  width: 100%;
  margin: 45px auto;
  gap: 35px;
}

.underGiftDetails div a {
  font-size: 14px;
}

.left {
  width: 29%;
  display: flex;
  align-items: center;
}

.left img {
  width: 100%;
  height: 100%;
}

.right {
  width: 71%;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}

sup {
  font-size: 8px;
}

.divAnchor:hover {
  text-decoration: underline;
}

.twoShipments {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  margin: 70px auto;
}

.shipment {
  display: flex;
  flex-direction: row !important;
  width: 100% !important;
}

.divHeadingLarge {
  font-size: 40px;
}

.shipmentLeft,
.shipmentRight {
  width: 50% !important;
  gap: 20px !important;
}

.shipmentLeft p,
.shipmentRight p {
  margin-top: 0px !important;
  font-size: 16px !important;
}

.shipmentLeft img,
.shipmentRight img {
  width: 100px;
}

.images {
  display: block !important;
  text-align: center;
  width: 100% !important;
  margin: 0 auto;
  height: 8rem;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.shipmentLeft img {
  width: 128px;
}

.shipmentRight {
  width: 50% !important;
}

.btnLarge {
  margin: 0 auto;
  width: auto !important;
}

.bannerLast {
  background-image: url("./Images/bannerBeforeFooter.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  padding: 30px;
}

.bannerLast div:first-child {
  width: 65%;
}

.bannerLast div:nth-child(2) {
  width: 35%;
  gap: 20px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.75);
}

.bannerLast div:nth-child(2) h3 {
  font-size: 24px;
}

.beforeFooter {
  margin: 60px auto;
}

.beforeFooter h1 {
  text-align: center;
}

.underBeforeFooter>.left {
  width: 24%;
}

.underBeforeFooter>.right {
  width: 76%;
}

.last {
  display: flex;
  gap: 15px;
  flex-direction: column;
}

.last>h3 {
  font-size: 16px;
  font-weight: 700;
}

.footer {
  background-color: #fafafa;
  padding-top: 10px;
  height: auto;
  max-width: 100vw;
}

.footer>.sameWidth {
  display: flex;
  gap: 80px;
}

.footerLeft {
  display: flex;
  width: 65%;
  justify-content: space-between;
  align-items: start;
}

.footerRight {
  display: flex;
  width: 35%;
  justify-content: end;
  align-items: top;
}

.leftFooterContainer {
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.rightFooterContainer {
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.footerHeadings {
  color: #4d148c;
  text-transform: uppercase;
  font-family: Roboto;
  font-weight: 600;
  font-size: 14px;
}

.footerLinks {
  display: flex;
  flex-wrap: wrap;
}

.rightFooterContainer>.footerLinks {
  flex-direction: column;
}

.leftFooterContainer>.footerLinks>a,
.rightFooterContainer>.footerLinks>a {
  flex-basis: 50%;
  padding: 10px 0;
  box-sizing: border-box;
  color: black;
  font-family: Roboto;
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
}

.footerLinks>a:hover {
  text-decoration: underline;
}

.mainFooterContainer {
  display: flex;
  flex-direction: column;
  width: 65%;
  gap: 20px;
}

.underMainFooterContainer {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.languageName {
  display: flex;
  align-items: center;
  gap: 6px;
}

.languageName a {
  color: black;
  font-family: Roboto;
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
}

.languageSelector {
  background-color: rgb(243, 243, 243);
}

.languageSelector>select {
  width: 100%;
  height: 60px;
  background-color: transparent;
  border: 1px solid #666666;
  padding: 8px 16px;
  font-size: 16px;
  color: #333;
}

select:focus {
  outline: none;
  border-color: rgb(0, 54, 120);
}

.footerSecondLast {
  border-top: 1px solid rgba(89, 89, 91, 0.5);
  width: 100%;
}

.socialIconContainer {
  flex-direction: row;
  align-items: center;
  gap: 40px;
  width: 100%;
}

.footerLinks a img {
  width: 25px;
}

#socialIcons {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  gap: 20px;
}

.padding {
  padding-top: 50px;
}

.footerLast {
  background-color: #4d148c;
}

.footerCopyrightText {
  color: white;
  text-transform: capitalize;
  font-weight: 400;
}

.paddingLast {
  padding: 20px 0;
}

.lastFooterContainer {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  display: flex;
  width: 100%;
}

.gap a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-family: Roboto;
  font-size: 12px;
  padding-right: 20px;
  font-weight: 400;
  border-right: 2px solid white;
}

.lastFooterContainer>div:nth-child(2) {
  gap: 20px !important;
}

.footer>.footerLast>.sameWidth {
  margin-bottom: 0;
}

#socialIcons a:nth-child(3) {
  border: none;
  padding: 0;
}

#socialIcons a:hover {
  text-decoration: underline;
}


@media (max-width: 1440px) {
  .sameWidth {
    max-width: 68%;
  }

  .businessDetails {
    width: 100%;
  }

  .afterBusinessDetails {
    display: none;
  }

  .businessDetails div {
    width: 46%;
    justify-content: center;
    gap: 20px;
    margin-left: 35px;
  }

  .businessDetails h1 {
    font-size: 36px;
    font-weight: 500;
  }

  .businessDetails p {
    font-size: 18px;
  }

  .btn {
    font-size: 14px;
    width: 13vw;
  }

  .underShipmentDetails {
    margin-top: 60px;
  }

  .underShipmentDetails div {
    width: 15%;
  }
}

@media (max-width: 1024px) {

  .sameWidth {
    max-width: 95%;
  }

  .businessDetails {
    width: 100%;
  }

  .twoImages div:nth-child(2) h3 {
    margin-top: 6px;
  }

  .businessDetails div {
    width: 46%;
    justify-content: center;
    gap: 20px;
    margin-left: 35px;
  }

  .businessDetails h1 {
    font-size: 36px;
    font-weight: 500;
  }

  .businessDetails p {
    font-size: 19px;
  }

  .btn {
    font-size: 14px;
    width: 18vw;
  }

  .underShipmentDetails {
    margin: auto;
    margin-top: 60px;
    width: 95%;
  }

  .underShipmentDetails div {
    width: 15%;
  }

  .twoShipments {
    gap: 40px;
  }

  .shipmentLeft p,
  .shipmentRight p {
    font-size: 16px !important;
  }
}

@media (max-width: 768px) {

  nav {
    justify-content: space-between;
  }

  .hamBurger {
    display: inline-block;
    margin-top: 5px;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
  }

  .hamBurger img {
    width: 30px;
    filter: invert();
  }

  .navCenter ul {
    position: absolute;
    margin: 41px;
    right: -42px;
    width: 310px;
    align-items: center;
    display: flex;
    flex-direction: column;
    display: none;
    transform: translateX(310px);
    transition: transform 1s ease-in-out;
  }

  .navCenter ul a {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    background-color: #4d148c;
    box-sizing: border-box;
  }

  .navCenter ul a li {
    padding: 25px 0;
    font-size: 18px;
    text-align: center;
  }

  .serviceOptions {
    margin: 50px auto 30px auto;
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .sameWidth {
    max-width: 95%;
    margin-top: 10px;
  }

  .businessDetails {
    margin-top: 40px;
  }

  .businessDetails div {
    width: 38%;
    justify-content: center;
    gap: 20px;
    margin-left: 25px;
  }

  .businessDetails h1 {
    font-size: 22px;
    font-weight: 500;
  }

  .businessDetails p {
    font-size: 16px;
    width: 110%;
  }

  .btn {
    font-size: 14px;
    width: 24vw;
  }

  .history {
    padding-right: 12px;
    display: flex;
    justify-content: space-between;
    justify-content: center;
    width: 100%;
    margin: 100px auto 50px auto;
  }

  .history div:first-child {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
  }

  .history div:first-child img {
    width: 130px;
    display: none;
  }

  .divHeading {
    font-size: 24px;
    font-family: Roboto;
    font-weight: 300;
  }

  .divParagraph {
    font-size: 17px;
    font-family: Roboto;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .divAnchor {
    text-decoration: none;
    font-family: Roboto;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14 px;
    color: #007ab7;
  }

  .history div:nth-child(2) {
    width: 50%;
    display: flex;
    align-items: center;
  }

  .history div:nth-child(2) img {
    width: 100%;
    height: auto;
  }

  .shipmentDetails {
    margin: 40px auto;
  }

  .underShipmentDetails {
    margin: auto;
    margin-top: 60px;
    width: 100%;
  }

  .underShipmentDetails div {
    width: 17%;
  }

  .underShipmentDetails div img {
    width: 60px;
  }

  .underShipmentDetails div p {
    font-size: 12px;
  }

  .twoImages div:nth-child(2) h3 {
    margin-top: 0px;
  }

  .twoImages div:nth-child(2) p {
    margin-top: 30px;
  }

  .left img {
    height: auto;
  }

  .bannerLast {
    padding: 30px;
  }

  .bannerLast div:first-child {
    width: 60%;
  }

  .bannerLast div:nth-child(2) {
    width: 40%;
    gap: 15px;
    padding: 30px;
  }

  .bannerLast div:nth-child(2) h3 {
    font-size: 18px;
  }

  .bannerLast div:nth-child(2) p {
    font-size: 15px;
  }

  .bannerLast div:nth-child(2) button {
    font-size: 14px;
  }

  .left,
  .underBeforeFooter>.left {
    width: 42%;
  }

  .right,
  .underBeforeFooter>.right {
    width: 58%;
  }

  .divHeadingLarge {
    font-size: 40px;
  }

  .beforeFooter h1 {
    text-align: center;
    font-size: 42px;
  }
}

@media (max-width: 425px) {

  body {
    width: 100vw;
  }

  .container {
    width: 100%;
    overflow-x: hidden;
  }

  .navRight>a,
  .navRight>img:nth-child(3) {
    display: none;
  }

  nav {
    padding: 15px 25px;
  }

  .main h1 {
    padding: 50px 20px;
    background-image: url('./Images/mainBanner2.jpg');
    background-position: center;
    background-size: cover;
  }

  .main {
    background-image: none;
  }

  .sameWidth {
    max-width: 90%;
  }

  .serviceOptions {
    margin: 30px 0;
    width: 100%;
  }

  .serviceOptions>div {
    width: 15%;
  }

  .serviceOptions>div:nth-child(2) {
    width: 20%;
  }

  .serviceOptions>div>p {
    font-size: 14px;
  }

  .serviceOptions>div>img {
    width: 40px;
  }

  #tracking>div>input {
    width: 95%;
    margin-bottom: 2px;
  }

  #tracking>div>button {
    width: 95%;
  }

  #tracking>div:nth-child(2)>a:first-child {
    display: none;
  }

  #tracking>div:nth-child(2)>a:nth-child(2) {
    padding-left: 10px;
    color: #007ab7;
  }

  .detail {
    padding: 10px 40px 0 40px;
  }

  .businessDetails {
    margin-top: 40px;
    background-image: none;
    padding: 0;
    background-color: #4d148c;
  }

  .businessDetails div {
    width: 100%;
    padding: 30px 20px 0 20px;
    margin: 0 auto;
  }

  .afterBusinessDetails {
    background-color: #4d148c;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    height: 100px;
    display: block;
  }

  .businessDetails h1 {
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    color: white;
  }

  .businessDetails p {
    font-size: 18px;
    max-width: 100%;
    color: white;
    text-align: center;
  }

  .businessDetails>div>button {
    font-size: 18px;
    color: white;
    width: 100%;
    border: none;
  }

  .businessDetails>div>button:hover {
    color: #007ab7;
    background: transparent;
  }

  .shipmentDetails h1 {
    font-size: 32px;
  }

  .underShipmentDetails {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .underShipmentDetails div {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: center;
  }

  .underShipmentDetails div img {
    width: 90px;
  }

  .underShipmentDetails div p {
    font-size: 12px;
  }

  .history {
    padding: 0;
    padding-bottom: 20px;
    flex-direction: column-reverse;
  }

  .history div:first-child {
    width: 100%;
    padding: 0;
  }

  .history div:first-child img {
    width: 85%;
    margin: 0 auto;
    display: block;
  }

  .divHeading,
  .divParagraph,
  .divAnchor {
    padding: 0 20px;
  }

  .history div:nth-child(2) {
    width: 100%;
  }

  .twoImages {
    flex-direction: column;
    gap: 25px;
  }

  .twoImages div:first-child,
  .twoImages div:nth-child(2) {
    width: 90%;
    margin: 0 auto;
  }

  .twoImages div:first-child h3,
  .twoImages div:first-child p,
  .twoImages div:first-child a,
  .twoImages div:nth-child(2) h3,
  .twoImages div:nth-child(2) p,
  .twoImages div:nth-child(2) a {
    padding: 0;
  }

  .twoImages div:nth-child(2) p {
    margin: 0;
  }

  .underGiftDetails {
    flex-direction: column;
  }

  .giftDetails div:nth-child(3) {
    flex-direction: column-reverse;
  }

  .underGiftDetails>.right>h3,
  .underGiftDetails>.right>p,
  .underGiftDetails>.right>a {
    padding: 0;
  }

  .twoShipments>h1 {
    font-size: 32px;
    text-align: center;
  }

  .shipment {
    flex-direction: column !important;
    gap: 60px !important;
  }

  .twoShipments {
    margin: 0;
    margin-bottom: 60px;
  }

  .shipmentDetails {
    margin: 60px auto;
  }

  .shipmentLeft,
  .shipmentRight {
    width: 90% !important;
  }

  .shipmentLeft>div>img,
  .shipmentRight>div>img {
    width: 90px;
  }

  .underGiftDetails>div {
    width: 90%;
    margin: 0 auto;
  }

  .bannerLast {
    padding: 30px;
    padding: 0;
    gap: 20px;
    background: none;
    flex-direction: column;
  }

  .bannerLast div:first-child {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-image: url('./Images/bannerBeforeFooter.jpg');
  }

  .bannerLast div:nth-child(2) {
    width: 100%;
    gap: 20px;
    padding: 0;
  }

  .bannerLast div:nth-child(2) h3 {
    font-size: 24px;
    text-align: center;
  }

  .bannerLast div:nth-child(2) p {
    font-size: 16px;
  }

  .beforeFooter {
    margin: 80px auto 50px auto;
  }

  .beforeFooter>h1 {
    padding: 0;
  }

  .left,
  .underBeforeFooter>.left,
  .right,
  .underBeforeFooter>.right {
    width: 100%;
  }

  .beforeFooter h1 {
    text-align: center;
    font-size: 32px;
  }

  .last {
    width: 115%;
    margin: 0 -25px;
  }

  .footer {
    height: auto;
    padding-top: 20px;
  }

  .footerLeft,
  .footerRight {
    width: 100%;
  }

  .footerLeft {
    flex-direction: column;
    gap: 30px;
  }

  .footerLeft>.leftFooterContainer {
    width: 100%;
  }

  .footerLeft>.leftFooterContainer>.footerLinks>a {
    flex-basis: 100%;
  }

  .footerRight {
    justify-content: start;
  }

  .footerRight>.mainFooterContainer {
    gap: 20px;
    width: 100%;
  }

  .footer>.sameWidth:first-child {
    flex-direction: column;
  }

  .footer>.sameWidth:nth-child(2)>.footerLeft>.rightFooterContainer {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }

  .footer>.sameWidth:nth-child(2)>.footerLeft>.rightFooterContainer>.footerLinks>a>img {
    width: 30px;
  }

  .lastFooterContainer {
    flex-direction: column;
    padding: 15px 0;
    gap: 30px;
    align-items: center;
    justify-content: center;
  }

  .footerLast>.sameWidth {
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 360px) {
  .footerLinks a img {
    width: 20px !important;
  }
}

@media (max-width: 320px) {

  nav {
    flex-wrap: nowrap;
  }

  .navCenter {
    display: none;
    width: 10%;
  }

  .gap>a {
    font-size: 11px;
  }

  .underShipmentDetails>div>img {
    width: 70px;
  }

  .serviceOptions>div {
    width: 10%;
  }

  #socialIcons {
    overflow-x: scroll;
  }
}