/* Font families */
@import url("https://fonts.googleapis.com/css2?family=Nunito&family=Nunito+Sans&family=Roboto:wght@400;500&family=Rubik:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");

/* colours and fonts  */
:root {
  --deltify-first-theme: #fff;
  --deltify-sec-theme: #f5f6fb80;
  --deltify-third-theme: #404041;
  --deltify-fourth-theme: #979797;
  --deltify-fifth-theme: #262626;
  --deltify-sixth-theme: #707070;
  --deltify-seventh-theme: #e1e1e1;
  --deltify-eigth-theme: #0b132a;
  --deltify-ninth-theme: #616161;
  --deltify-tenth-theme: #949494;
  --deltify-eleventh-theme: #262a4e;
  --deltify-twelveth-theme: #c6c6c6;
  --deltify-thirteenth-theme: #dbdbdb;
  --deltify-fourteenth-theme: #000000;
  --deltify-fifteenth-theme: #646464;
  --deltify-sixteenth-theme: #cecece;
  --deltify-seventeenth-theme: #f79e0e;
  --deltify-eigthteenth-theme: #dadada;
  --deltify-nineteenth-theme: linear-gradient(0deg, #f79e0e, #f79e0e);
  --deltify-twentyth-theme: linear-gradient(0deg, #f79e0e80, #f79e0e80);
  --deltify-twentyfirst-theme: linear-gradient(0deg, #ffffff80, #ffffff80);
  --deltify-twentysec-theme: #0f124d;
  --deltify-twentythird-theme: #fdc221;
  --deltify-twentyfourth-theme: #eebd23;
  --deltify-twentyfifth-theme: #fafbfd;
  --deltify-first-text: "Roboto", sans-serif;
  --deltify-sec-text: "Nunito Sans", sans-serif;
  --deltify-third-text: "Rubik", sans-serif;
  --deltify-fourth-text: "Nunito", sans-serif;
}

/* INIT */
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
  list-style: none;
}

li {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  background: var(--sec-theme-bg);
  font-family: TT-Hoves;
}

/* A elements that don't have a class get default styles */
a {
  text-decoration: none;
  color: inherit;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

body {
  margin: 0;
  width: 100%;
}

.container-nav {
  padding: 2rem;
  margin: 0 auto;
}

.container-1 {
  padding: 2rem;
}

header {
  background-image: url(https://res.cloudinary.com/duxfzk6uy/image/upload/v1679546009/Kanoms/Banner_r2arvh.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/* Nav bar  */

header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--deltify-first-text);
  margin: 0 auto;
}

header nav li {
  list-style: none;
}

header nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

a {
  text-decoration: none;
  color: white;
}

.logo {
  font-size: 40px;
  font-weight: 700;
  line-height: 47px;
  font-style: normal;
}

.nav-list {
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
}

.say-hi {
  color: var(--deltify-twentythird-theme);
  text-decoration-line: underline;
  text-transform: uppercase;
  font-size: 21px;
}

.menu {
  display: none;
}

/* Hero Section  */

.hero-section {
  display: grid;
  grid-template-columns: 60% 30%;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-top: 96px;
  padding-bottom: 145px;
}

h1 {
  color: var(--deltify-first-theme);
  line-height: 56px;
  font-size: 48px;
  text-transform: capitalize;
  padding-bottom: 20px;
  font-family: var(--deltify-first-text);
}

mark {
  background: linear-gradient(96.97deg, #f79e0e 7.82%, #eebd23 103.98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

header p {
  color: var(--deltify-seventh-theme);
  font-family: var(--deltify-sec-text);
  font-size: 20px;
}

.hero-p {
  width: 70%;
}

.Lorem-Ipusum {
  display: grid;
  grid-template-columns: repeat(2, 180px);
  column-gap: 60px;
  row-gap: 12.5px;
}

.Lorem-Ipusum p {
  font-size: 13.75px;
}

.Lorem-Ipusum p:before {
  content: "✓";
  padding-right: 18.75px;
  font-weight: bolder;
  color: var(--deltify-seventeenth-theme);
}

.hero-section img {
  position: absolute;
  bottom: 1px;
  right: 2rem;
}

button {
  cursor: pointer;
}

header button {
  height: 64px;
  width: 280px;
  border-radius: 70px;
  border: none;
  background: linear-gradient(96.97deg, #f79e0e 7.82%, #eebd23 103.98%);
  font-family: var(--deltify-first-text);
  color: var(--deltify-first-theme);
  font-size: 21px;
  margin-top: 88px;
}

/* Section 2 */

section:first-of-type {
  background-color: var(--deltify-sec-theme);
}

section:first-of-type .container-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section:first-of-type div {
  margin: 0 auto;
}

.Lorem-Ipusum2 {
  display: grid;
  grid-template-columns: repeat(2, 180px);
  column-gap: 70px;
  row-gap: 10px;
  padding-top: 20px;
  padding-bottom: 43px;
}

.Lorem-Ipusum2 p {
  font-size: 11px;
  color: var(--deltify-fifth-theme);
  font-weight: 600;
}

.Lorem-Ipusum2 p:before {
  content: "✓";
  padding-right: 18.75px;
  font-weight: bolder;
  color: var(--deltify-seventeenth-theme);
}

h3 {
  font-size: 15px;
  font-weight: 700;
  font-family: var(--deltify-sec-text);
  text-transform: uppercase;
  color: #f79e0e;
}

h2 {
  font-size: 30px;
  line-height: 41px;
  text-transform: capitalize;
  line-height: 40.92px;
  font-family: var(--deltify-sec-text);
}

h2 span {
  display: block;
}

h2 span:first-of-type {
  font-weight: 800;
}

h2 span:last-of-type {
  font-weight: 700;
}

section:first-of-type h2 {
  color: var(--deltify-third-theme);
}

section p {
  color: var(--deltify-fourth-theme);
  font-family: var(--deltify-sec-text);
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
}

section:first-of-type button {
  height: 53px;
  width: 164px;
  border-radius: 4px;
  border: none;
  color: var(--deltify-first-theme);
  font-family: var(--deltify-third-text);
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(96.97deg, #f79e0e 7.82%, #eebd23 103.98%);
  border-radius: 4px;
}
/* section 3  */
.full-width {
  max-width: 100%;
  width: 100%;
}

/* section 4 */

section:nth-of-type(3) {
  text-align: center;
  margin: 0 auto;
}

section:nth-of-type(3) button {
  width: 164px;
  height: 45px;
  background-color: inherit;
  border: #f79e0e 1px solid;
  color: #f79e0e;
  border-radius: 154px;
  position: absolute;
  bottom: 34px;
}

section:nth-of-type(3) button:hover {
  border: none;
  background-color: #f79e0e;
  color: var(--deltify-first-theme);
}

.packages {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
}

.packages div {
  width: 285px;
  height: 603px;
  background-color: #fcfaed;
  border: #fcfaed 1px solid;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 21px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  padding-top: 44px;
  padding-left: 0px;
  padding-bottom: 34px;
}

.packages h3 {
  font-family: "Pacifico", cursive;
  text-transform: capitalize;
  font-size: 30px;
  line-height: 52.68px;
  color: #294199;
  margin-bottom: 20px;
}

.sect4-packs {
  padding-bottom: 91px;
}

.packages div:nth-of-type(2) {
  background-color: #294199;
  height: 645px;
  color: #f79e0e;
}

.packages div:nth-of-type(2) h3 {
  color: #f79e0e;
  margin-bottom: 18px;
}

.packages div:nth-of-type(2) button {
  border: none;
  background-color: #f79e0e;
  color: var(--deltify-first-theme);
}

.packages div:nth-of-type(2) button:hover {
  background-color: var(--deltify-first-theme);
  color: #f79e0e;
}

.packages div:nth-of-type(2) p:first-of-type {
  position: absolute;
  top: 12px;
}

.packages div:nth-of-type(3) p:first-of-type {
  position: absolute;
  top: 12px;
}

.packages img {
  position: absolute;
  top: 0px;
}

.packages h4 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 20px;
}

.packages ul {
  text-align: left;
  font-size: 13.93px;
  color: #6a6a6a;
}

.packages ul li {
  position: relative;
  padding-left: 20px;
}

.packages ul li::before {
  content: "✓";
  font-weight: bolder;
  color: var(--deltify-seventeenth-theme);
  position: absolute;
  left: 0;
  top: 0;
}

.packages div:nth-of-type(2) ul,
.packages div:nth-of-type(2) p {
  color: var(--deltify-first-theme);
}

/* section 5 */
section:nth-of-type(4) {
  background-color: var(--deltify-sec-theme);
}

section:nth-of-type(4) .container-1 {
  padding-top: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
}

section:nth-of-type(4) div:first-of-type {
  grid-area: content;
}

section:nth-of-type(4) div:last-of-type {
  grid-area: side;
}

section:nth-of-type(4) h2 {
  color: var(--deltify-third-theme);
  padding-bottom: 15px;
}

section:nth-of-type(4) p:first-of-type {
  text-align: justify;
  width: 55%;
  padding-bottom: 16px;
}
section:nth-of-type(4) p:last-of-type {
  padding-left: 11.11px;
}

section:nth-of-type(4) mark {
  font-family: var(--deltify-first-text);
  font-style: normal;
  font-weight: 500;
  font-size: 33px;
  line-height: 39px;
}

del {
  font-family: var(--deltify-first-text);
  color: var(--deltify-sixth-theme);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1px;
  padding-left: 12px;
}

section:nth-of-type(4) ul {
  color: var(--deltify-fourth-theme);
  font-family: var(--deltify-sec-text);
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  list-style-image: url(https://res.cloudinary.com/duxfzk6uy/image/upload/v1679629729/Kanoms/assets_8_png_ezfwo9.png);
  padding-top: 16px;
  margin-left: 20px;
}

section:nth-of-type(4) ul li {
  padding-bottom: 12px;
  list-style-image: url(https://res.cloudinary.com/duxfzk6uy/image/upload/c_scale,w_16/v1679546008/Kanoms/assets_8_png_wzh9qv.png);
}

section:nth-of-type(4) button {
  background: linear-gradient(96.97deg, #f79e0e 7.82%, #eebd23 103.98%);
  border-radius: 4px;
  height: 40px;
  width: 164px;
  border: none;
}

/* Section 7 */

section:nth-of-type(6) {
  text-align: center;
  margin: 0 auto;
  width: 70%;
}

section:nth-of-type(6) .container-1 div:nth-of-type(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem;
}

section:nth-of-type(6) .container-1 article {
  display: flex;
  flex-direction: column;
  align-items: center;
}

section:nth-of-type(6) p {
  padding-bottom: 80px;
}

section:nth-of-type(6) h2 {
  font-family: var(--deltify-third-text);
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #0b132a;
  padding-bottom: 14px;
}

/* section 8 */
section:nth-of-type(7) {
  background-color: var(--deltify-twentyfifth-theme);
  text-align: center;
  position: relative;
}

section:nth-of-type(7) div {
  margin: 0 auto;
  padding-top: 40px;
}

section:nth-of-type(7) h2 {
  font-family: var(--deltify-third-text);
  color: #262a4e;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  padding-top: 15px;
  padding-bottom: 29px;
}

section:nth-of-type(7) .port p {
  font-size: 15px;
}

section:nth-of-type(7) .port {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

section:nth-of-type(7) .port p:last-of-type {
  position: absolute;
  bottom: 11px;
  right: 30px;
  color: #f79e0e;
}

section:nth-of-type(7) .port p:first-of-type {
  padding-left: 2rem;
  padding-right: 2rem;
  border-bottom: #f79e0e 1px solid;
  color: #f79e0e;
}

section:nth-of-type(7) .port p:nth-of-type(2) {
  padding-left: 2rem;
  padding-right: 2rem;
  color: var(--deltify-thirteenth-theme);
  border-bottom: var(--deltify-thirteenth-theme) 1px solid;
}

section:nth-of-type(7) .gallery {
  display: grid;
  grid-template-columns: repeat(3, auto);
  padding-bottom: 70px;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.gallery div {
  width: 305px;
  height: 372px;
  background: #ffffff;
  border: 1px solid #c0c0c0;
  border-radius: 15px;
  padding: 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery div:first-of-type {
  background-image: url(https://res.cloudinary.com/duxfzk6uy/image/upload/v1681122859/Kanoms/Rectangle_28_llmfdk.png);
}

.gallery div:nth-of-type(2) {
  background-image: url(https://res.cloudinary.com/duxfzk6uy/image/upload/v1681122859/Kanoms/Rectangle_26_gmjqdq.png);
}

.gallery div:nth-of-type(3) {
  background-image: url(https://res.cloudinary.com/duxfzk6uy/image/upload/v1681122859/Kanoms/Rectangle_30_kr1afl.png);
}

.gallery div:nth-of-type(4) {
  background-image: url(https://res.cloudinary.com/duxfzk6uy/image/upload/v1681122859/Kanoms/Rectangle_31_muqikb.png);
}

.gallery div:nth-of-type(5) {
  background-image: url(https://res.cloudinary.com/duxfzk6uy/image/upload/v1681122859/Kanoms/Rectangle_27_g0sv3v.png);
}

.gallery div:nth-of-type(6) {
  background-image: url(https://res.cloudinary.com/duxfzk6uy/image/upload/v1681122859/Kanoms/Rectangle_29_wbfsun.png);
}

/* section 9 */

section:nth-of-type(8) {
  margin: 0 auto;
  padding-top: 70px;
}

.questions h2 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.questions h3,
.questions h2,
.questions p {
  text-align: center;
}

.questions p {
  width: 40%;
  margin: auto;
}

.faq {
  display: grid;
  grid-template-columns: 30% 30%;
  row-gap: 30px;
  align-items: center;
  justify-content: space-around;
}

.faq h5 {
  font-family: "Ibarra Real Nova";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.03em;
  padding-top: 40px;
  color: #000000;
}

.faq p {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: #646464;
}

/* section 10 */
section:nth-of-type(9) {
  text-align: center;
  margin: 0 auto;
  padding-top: 30px;
  background: #fafbfd;
}

section:nth-of-type(9) h3 {
  padding-bottom: 15px;
}

section:nth-of-type(9) h2 {
  font-family: var(--deltify-sec-text);
  color: var(--deltify-fifth-theme);
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  padding-bottom: 15px;
}

section:nth-of-type(9) p {
  width: 33%;
  margin: 0 auto;
}

section:nth-of-type(9) form {
  padding-bottom: 47px;
}

form {
  padding-top: 30px;
  padding-bottom: 47px;
}

input {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-family: inherit;
  font-size: 15px;
}

input:first-of-type {
  background: var(--deltify-first-theme);
  width: 454px;
  height: 49px;
  box-sizing: border-box;

  height: 49px;

  padding: 0 25px;
  border: 1px solid #cecece;
  border-radius: 6px 0 0 6px;
}

input[type="submit"] {
  position: relative;
  background: linear-gradient(96.97deg, #f79e0e 7.82%, #eebd23 103.98%);
  border-radius: 0 6px 6px 0;
  width: 161px;
  height: 49px;
  color: var(--deltify-first-theme);
  left: -5px;
  border: none;
}

/* footer  */

footer {
  background-image: url(https://res.cloudinary.com/duxfzk6uy/image/upload/v1679546009/Kanoms/Banner_r2arvh.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-family: var(--deltify-first-text);
  color: var(--deltify-eigthteenth-theme);
}

.foot-nav {
  display: grid;
  grid-template-columns: 30% 70%;
  align-items: center;
  justify-content: center;
  border-bottom: 0.75px solid rgba(247, 158, 14, 0.1);
}

.our {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.our-link,
.our-comp,
.our-serv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

footer h2 {
  color: var(--deltify-seventeenth-theme);
  font-size: 27px;
  margin-bottom: 17px;
}

footer li {
  font-size: 15px;
  margin-bottom: 12px;
}

footer li:hover {
  color: var(--deltify-seventeenth-theme);
}

footer h6 {
  font-size: 18px;
  color: var(--deltify-seventeenth-theme);
  border-bottom: var(--deltify-seventeenth-theme) 4px dashed;
  margin-bottom: 12px;
}

.foot-logo p {
  font-size: 12px;
  margin-bottom: 27px;
}

.icons i {
  background-color: var(--deltify-seventeenth-theme);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin: auto;
  padding: auto;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icons i:nth-of-type(2),
i:last-of-type {
  background-color: inherit;
  border: var(--deltify-seventeenth-theme) 1px solid;
}

.icons {
  display: flex;
}

.copyright {
  text-align: center;
  font-size: 12px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.copyright p {
  color: #ffffff80;
}

.copyright span {
  color: #f79e0e80;
}

@media only screen and (max-width: 768px) {
  /* header */
  .nav-list,
  .say-hi {
    display: none;
  }

  .menu {
    display: flex;
    position: absolute;
    right: 30px;
    color: var(--deltify-first-theme);
    border: none;
  }

  .menu i {
    font-size: 20px;
    border: none;
  }

  header ul.dropdown li {
    display: block;
  }

  header ul.dropdown {
    width: 100%;
    position: absolute;
    z-index: 999;
    display: none;
    right: 40px;
  }

  .menu:hover {
    color: transparent;
    padding-right: 3rem;
  }

  .menu:hover ul {
    display: block;
  }

  /* hero section  */
  h1 {
    text-align: center;
  }

  .hero-section {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }

  .hero-img {
    padding: 2rem;
    padding-right: 0px;
    margin-right: 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-section img {
    position: relative;
    max-width: 100%;
    width: 100%;
    right: 20px;
  }

  .hero-section p {
    width: 100%;
  }

  .main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3rem;
  }

  .Lorem-Ipusum {
    display: grid;
    grid-template-columns: repeat(2, auto);
    row-gap: 12.5px;
    justify-content: space-evenly;
    align-items: center;
  }

  .hero-p {
    text-align: center;
  }

  /* Section 2 */
  section:first-of-type .container-1 {
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .Lorem-Ipusum2 {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: center;
    align-items: center;
    row-gap: 10px;
    padding-top: 20px;
    padding-bottom: 43px;
  }

  /* section 4 */
  .packages {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  /* section 5 */
  section:nth-of-type(4) .container-1 {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }

  section:nth-of-type(4) .container-1 h2,
  section:nth-of-type(4) .container-1 h3 {
    text-align: center;
  }

  section:nth-of-type(4) .container-1 p {
    text-align: center;
    width: 100%;
  }

  /* section 7 */
  section:nth-of-type(6) {
    width: 100%;
  }

  section:nth-of-type(6) p {
    width: 100%;
  }

  section:nth-of-type(6) .container-1 div:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
  }

  section:nth-of-type(6) .container-1 div:nth-of-type(2) img {
    max-width: 100%;
    width: 100%;
  }

  /* section 8 */
  .port p:last-of-type {
    display: none;
  }

  section:nth-of-type(7) .gallery {
    display: flex;
    flex-direction: column;
  }

  /* Section 9 */
  section:nth-of-type(8) .container-1 {
    text-align: center;
  }

  .questions p {
    width: 100%;
  }

  .faq {
    display: flex;
    flex-direction: column;
  }

  /* section 10 */
  section:nth-of-type(9) .container-1 p {
    text-align: center;
    width: 100%;
  }

  input:first-of-type {
    background: var(--deltify-first-theme);
    width: 50%;
    height: 49px;
    box-sizing: border-box;

    height: 49px;

    padding: 0 25px;
    border: 1px solid #cecece;
    border-radius: 6px 0 0 6px;
  }

  input[type="submit"] {
    position: relative;
    background: linear-gradient(96.97deg, #f79e0e 7.82%, #eebd23 103.98%);
    border-radius: 0 6px 6px 0;
    width: 25%;
    height: 49px;
    color: var(--deltify-first-theme);
    left: -5px;
    border: none;
  }

  /* footer  */

  .foot-nav {
    display: flex;
    flex-direction: column;
  }

  .our {
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }
}
/* tablets */
@media only screen and (min-width: 767px) and (max-width: 991px) {
  /* header */
  .nav-list,
  .say-hi {
    display: none;
  }

  .menu {
    display: flex;
    position: absolute;
    right: 30px;
    color: var(--deltify-first-theme);
    border: none;
  }

  .menu i {
    font-size: 20px;
    border: none;
  }

  header ul.dropdown li {
    display: block;
  }

  header ul.dropdown {
    width: 100%;
    position: absolute;
    z-index: 999;
    display: none;
    right: 40px;
  }

  .menu:hover {
    color: transparent;
    padding-right: 3rem;
  }

  .menu:hover ul {
    display: block;
  }

  /* hero section  */
  h1 {
    text-align: center;
  }

  .hero-section {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
  }

  .hero-img {
    padding: 2rem;
    padding-right: 0px;
    margin-right: 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-section img {
    position: relative;
    max-width: 100%;
    width: 100%;
    right: 20px;
  }

  .hero-section p {
    width: 100%;
  }

  .main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3rem;
  }

  .hero-btn {
    text-align: center;
  }

  .Lorem-Ipusum {
    text-align: left;
    display: grid;
    grid-template-columns: repeat(2, auto);
    row-gap: 12.5px;
    justify-content: space-evenly;
    align-items: center;
  }

  .hero-p {
    text-align: center;
  }

  /* Section 2 */
  section:first-of-type .container-1 {
    display: flex;
    flex-direction: column;
  }

  .Lorem-Ipusum2 {
    display: grid;
    grid-template-columns: repeat(2, auto);
    row-gap: 10px;
    padding-top: 20px;
    padding-bottom: 43px;
  }

  /* section 4 */
  .packages {
    position: relative;
    padding-bottom: 700px;
  }

  .packages div:nth-of-type(2) {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    bottom: 35px;
  }

  /* section 5 */
  section:nth-of-type(4) .container-1 {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
  }

  section:nth-of-type(4) .container-1 p {
    text-align: center;
    width: 100%;
  }

  /* section 7 */
  section:nth-of-type(6) {
    width: 100%;
  }

  section:nth-of-type(6) p {
    width: 100%;
  }

  section:nth-of-type(6) .container-1 div:nth-of-type(2) {
    display: flex;

    align-items: center;
    justify-content: center;
    padding: 3rem;
    position: relative;
    padding-bottom: 500px;
  }

  section:nth-of-type(6) .container-1 div:nth-of-type(2) img {
    max-width: 100%;
    width: 100%;
  }

  article:last-of-type {
    position: absolute;
    width: 50%;
    bottom: 0px;
  }

  /* section 8 */

  section:nth-of-type(7) .gallery {
    display: grid;
    grid-template-columns: repeat(2, auto);
  }

  /* section 9 */
  .faq {
    display: grid;
    grid-template-columns: 40% 40%;
    row-gap: 30px;
    align-items: center;
    justify-content: space-around;
  }

  /* section 10 */
  section:nth-of-type(9) p {
    width: 100%;
  }
}
/* laptops */
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  /* section 7 */
  section:nth-of-type(6) {
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }

  section:nth-of-type(6) .container-1 div:nth-of-type(2) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4rem;
  }
}
/* larger screens/desktops */
@media only screen and (min-width: 1024px) {
  /* section 7 */
  section:nth-of-type(6) {
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }

  section:nth-of-type(6) .container-1 div:nth-of-type(2) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4rem;
  }
}

/* extra larger screens/desktops */
@media only screen and (min-width: 1240px) {
  .container-1 {
    width: 1200px;
    padding-left: 0px;
    padding-right: 0px;
    margin: auto;
  }

  .container-nav {
    width: 1200px;
    padding-left: 0px;
    padding-right: 0px;
    margin: auto;
  }

  .hero-section {
    position: relative;
  }

  .hero-img img {
    position: absolute;
    left: 600px;
  }

  section:first-of-type {
    background-color: var(--deltify-sec-theme);
  }
}
