@import url("https://fonts.googleapis.com/css2?family=Spline+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500&display=swap");

* {
  margin: 0px; 
  padding: 0px;
  box-sizing: border-box; 
  font-family: "Spline Sans", sans-serif;
}

/* body { */
/* width: 100%; */
/* display: flex; */
/* justify-content: center; */ 
/* align-items: center; */
/* flex-direction: column; */
/* } */

.mo-number{
  width: 100%;
  display: none;
  justify-content: center;
  align-items: center;
}

.mo-number i{
    color:crimson;
    margin:0px 5px;
    background-color: crimson;
    border-radius:50%;
    padding:5px;
    color:white;
}

.mo-number .mo-content{
    padding:3px 7px;
    /*background-color:lightpink;*/
    border-radius:25px;
    color:crimson;
    border:1px solid crimson;
}

.loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 13000;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
}

.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: crimson;
}
/* .hover-underline-animation:after { */
/* content: ""; */
/* position: absolute; */
/* width: 100%; */
/* transform: scaleX(0); */
/* height: 2px; */
/* bottom: 0; */
/* left: 0; */
/* background-color: black; */
/* transform-origin: bottom right; */
/* transition: transform 0.25s ease-out; */
/* } */
/* .hover-underline-animation:hover:after { */
/* transform: scaleX(1); */
/* transform-origin: bottom left; */
/* } */

/* .black-background { */
/* position: fixed; */
/* width: 100%; */
/* height: 100vh; */
/* background-color: rgba(0, 33, 71, 0.6); */
/* display: none; */
/* z-index: 10000; */
/* } */

.nav .content .menu_list .toggle_icon {
  display: none;
}

#cross {
  font-size: 25px;
  position: fixed;
  right: 10%;
  cursor: pointer;
  z-index: 1500;
  top: 5%;
  display: none;
}

.toggle-box {
  width: 100%;
  height: 100vh;
  transform: scaleY(-700px);
  display: none;
  
}

.toggle-box .content {
  position: fixed;
  z-index: 900;

  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('./images/dehofoo/homepage32.png');
}


.toggle-box .content .logo{
  display: flex;
  justify-content: left;
  align-items: center;
  
  padding: 7px 15px;
  border-radius: 7px;
}

.toggle-box .content .logo img{
  border-radius: 50%;
  /* border: 2px solid white; */
  padding: 5px;
  border: 2px solid red;
  margin-right: 10px;
}

.toggle-box .content .logo h4{
  font-weight: 800;
  color: black;
}

.toggle-box .content ul{
  background-color: white;
  padding: 8px 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.toggle-box .content ul li {
  list-style-type: none;
}

.toggle-box .content ul p {
  color: black;
  padding: 0px 10px;
  font-weight: 700;
  font-size: 13px;
}

.toggle-box .content ul li a {
  text-decoration: none;
  font-size: 13px;
  width: 200px;
  
  padding: 0px 20px;
  background-color: whitesmoke;
  margin: 5px 0px;
  color: black;
  font-weight: 700;
}

.toggle-box .content ul li a i {
  margin: 0px 5px;
  color: red;
  font-size: 17px;
  padding: 8px;
  border-radius: 50%;
  
  
}

.nav {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.nav .content .menu_list {
  width: 100%;
  /* background-color: gray; */
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav .content .menu_list li a {
  margin: 0px 10px;
  color: crimson;
  font-weight: 750;
  font-family: sans-serif;
  text-decoration: none;
  padding:7px 14px;
  border-radius:25px;
  
  border:1px solid crimson;
}

.nav .content .menu_list li a:hover{
    background-color:whitesmoke;
    
}

.nav .content .menu_list li:nth-of-type(6) a {
  background-color: rgb(0, 212, 0);
  border:1px solid  rgb(0, 212, 0);
  color: white;
  border-radius: 25px;
}

.nav .content .menu_list li:nth-of-type(6) a:hover{
    background-color:green;
}

.nav .content .social {
  padding: 0px 10px;
  background-color: rgb(255, 0, 51);
  border-radius: 25px;
  height: 30px;
  font-family: sans-serif;
}

.nav .content .social {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(92, 92, 92);
}

.nav .content .social .item1 {
  width: 30px;
  height: 2px;
  background-color: rgb(255, 255, 255);
}

.nav .content .social li i {
  color: rgb(255, 255, 255);
  font-size: 15px;
  margin: 0px 5px;
  font-weight: 700;
}

.nav .content .social li a {
  margin: 0px 10px;
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.Main-page {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Main-page .main-page-content {
  width: 1500px;
}

.banner {
  width: 100%;
  height: 80px;
  background-image: linear-gradient(
    120deg,
    rgb(255, 0, 0) 20%,
    rgb(255, 0, 106) 80%
  );
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.banner p {
width: 70%;
  font-size: 25px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner p img {
  width: 50px;
  height: 50px;
}

.banner .image{
  width: 30%;
}

.banner #image{

  width: 150px;
  height: 45px;
  border-radius: 9px;
}
.menu-toggle {
  width: 1400px;
  height: 100vh;
  z-index: 10000;
  position: fixed;
  background-color: rgb(0, 0, 0);

  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.menu-toggle ul {
  width: 1500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.menu-toggle ul li {
  list-style-type: none;
}

.menu-toggle ul li a {
  text-decoration: none;
  color: white;
}

.ads {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ads img {
  width: 50%;
  height: 300px;
}

.delivery-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.delivery-image .content {
  width: 100%;
  height: 650px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url("data:image/svg+xml,%3Csvg width='1500' height='700' viewBox='0 0 1500 700' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1500' height='710' fill='white'/%3E%3Cpath d='M0 324C0 324 454.27 166.427 756 238C1186 340 1500 0 1500 0V700H0V324Z' fill='%23FFF1F4'/%3E%3Cpath d='M0 402C0 402 454.27 239.603 756 301.36C1186 389.371 1500 96 1500 96V700H0V402Z' fill='%23FFDDE5'/%3E%3Cpath d='M0 478C0 478 454.27 312.778 756 364.72C1186 438.743 1500 192 1500 192V700H0V478Z' fill='%23FFC3D1'/%3E%3C/svg%3E%0A");
  /* background-color: rgb(255, 255, 255); */
}

.delivery-image .content h2 {
  
  color: red;
  font-weight: 900;
  padding: 7px 14px;
  font-size: 60px;
  text-shadow: 2px 7px 5px rgb(0 0 0 / 30%),
    0px -4px 10px rgb(255 255 255 / 30%);
}

.delivery-image .content .items{
  display: flex;
}

.delivery-image .content .items p{
  border-right: 2px solid red;
  margin: 0px 10px;
  padding: 0px 5px;
  color: rgb(255, 0, 0);
}

.delivery-image .content #image{
  width: 450px;
  height: 340px;
  margin: 15px 0px;
}

.delivery-image .content .download {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 60%;
  color: white;
}

.delivery-image .content .download h4 {
  font-weight: 800;
  font-size: 17px;
  color: rgb(255, 255, 255);
  text-shadow: 2px 7px 5px rgb(0 0 0 / 30%),
    0px -4px 10px rgb(255 255 255 / 30%);
}

.delivery-image .content .download img {
  width: 150px;
  height: 40px;
  border-radius: 10px;
  margin: 0px 10px;
}

.homepage {
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url("./images/dehofoo/homepage\ large.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.homepage h1 {
  font-size: 63px;
  margin: 20px 0px;
  color: rgb(0, 0, 0);
  font-weight: 1000;
  font-family: sans-serif;
  background-color: white;
  padding: 7px;
}

.homepage h4 {
  font-weight: 700;
  font-family: sans-serif;
  color: rgb(255, 136, 0);
  border: 3px solid white;
  padding: 7px;
  background-color: white;
}

.homepage .content {
  width: 100%;
  display: flex;
  height: 500px;
  justify-content: center;
  align-items: center;

  padding: 10px 30px;
  color: rgb(0, 0, 0);
}

.homepage .content .info {
  width: 35%;
  color: rgb(0, 0, 0);
  display: flex;
  justify-content: left;
  align-items: left;
  flex-direction: column;
  background-color: rgba(255, 255, 255);
  padding: 10px;
}

.homepage .content .info h1 {
  font-size: 60px;
  font-weight: 900;
  /* font-family: sans-serif; */
  font-family: "Playfair Display", serif;
}

.homepage .content .info h1:nth-of-type(1) {
  color: rgb(0, 0, 0);
  font-size: 40px;
  margin-bottom: -17px;
}

.homepage .content .info h1:nth-of-type(2) {
  width: 400px;
}

.homepage .content .info .para {
  display: flex;
  justify-content: left;
  align-items: left;
  flex-direction: column;
  padding: 0px 10px;
}

.homepage .content .info .para p {
  font-size: 16px;
  font-family: "Spline Sans", sans-serif;
  text-align: left;
  font-weight: 500;
}

.homepage .content .info .para p i {
  color: rgb(0, 255, 0);
  margin-right: 10px;
}

.homepage .content .info .join-button a {
  padding: 7px 40px;
  margin: 40px 0px;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  font-size: 20px;
  text-decoration: none;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 16px;
  border-radius: 2px;
}

.homepage .content .info .join-button a:hover {
  background-color: rgb(133, 133, 133);
}

.homepage .content .video {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.homepage .content .video iframe {
  padding: 1px;
  background-color: white;
}

.homepage .content .video p {
  text-align: left;
}

.three-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 50px 0px;
  height: 100%;
  background-color: rgb(239, 239, 239);
}

.three-cards h1 {
  width: 500px;
  text-align: center;
  font-weight: 900;
  margin: 30px 0px;
  color: rgb(94, 0, 19);
  /* font-family: "Playfair Display", serif; */
}

.three-cards h1 span {
  color: crimson;
  /* font-family: "Playfair Display", serif; */
}

.three-cards .content {
  width: 50%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.three-cards .content .box {
  width: 300px;
  height: 100%;
  margin: 0px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;

  background-image: url("data:image/svg+xml,%3Csvg width='277' height='326' viewBox='0 0 277 326' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='45' y='42' width='232' height='284' fill='%23FFE9E9'/%3E%3Crect width='232' height='284' fill='%23EFEFEF'/%3E%3C/svg%3E%0A");
}

.three-cards .content .box .info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.three-cards .content .box .info h4 {
  font-weight: 800;
  background-color: rgb(255, 0, 51);
  transform: skewY(-2deg);
  margin: 8px 0px;
  padding: 7px 16px;
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-family: "Quicksand", sans-serif;
}

.three-cards .content .box .info h6 {
  color: black;
  font-weight: 700;
}

.three-cards .content .box .info p {
  font-size: 13px;
}

.three-cards .content .box img {
  width: 70px;
  height: 70px;
  border: 4px solid rgb(255, 0, 51);
  padding: 7px;
  border-radius: 50%;
}

.three-cards .end-line {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: whitesmoke;
  width: 100%;
}

.three-cards .end-line .line {
  width: 10%;
  margin: 0px 10px;
  height: 2px;
  background-color: rgb(0, 0, 0);
}

.three-cards .end-line .circle {
  padding: 10px;
  border-radius: 50%;
  background-color: orange;
}

.aim {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px 0px;
}

.aim h2 {
  
  color: crimson;
  font-weight: 900;
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aim .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.aim .content .point {
  margin: 10px;
  background-color: rgb(255, 255, 255);
  padding: 10px;
  border-radius: 10px;
  width: 270px;
  height: 180px;
  color: rgb(0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 1px solid rgb(255, 0, 51);
  border-bottom:5px solid rgb(255, 0, 51);
}





.aim .content .aim-points .point img {
  width: 60px;
  height: 60px;
  background-color: white;
  padding: 10px;
}

.photos-content {
  width: 100%;
}

.photos-content .content {
  width: 100%;
  /* background-color: gray; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.photos-content .content .first-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.photos-content .content .first-row img {
  width: 33.3%;
  height: 400px;
  filter: brightness(50%);
}

.photos-content .content .first-row p {
  width: 33.3%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.app-section {
  width: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.app-section .content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: serif;
}

.app-section .info {
  display: flex;
  width: 500px;
  justify-content: left;
  align-items: left;
}

.app-section .info h1 {
  font-weight: 800;
  color: rgb(255, 0, 51);
}

.app-section .content .image {
  background-image: url("./images/dehofoo/iPhone\ 13\ Pro\ Max\ -\ 5.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.app-section .content .image img {
  width: 400px;
  height: 400px;
}

.app-section .content .paragraph {
  width: 90%;
}

.checkbox-content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.checkbox-content h4 {
    width:100%;
  
  text-align: center;
  font-weight: 800;
  /*border-bottom:1px solid crimson;*/
  height:150px;
  color:crimson;
  display:flex;
  justify-content:center;
  align-items:center;
}

.checkbox-content .content {
  width: 1500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px;
  /*background-image: linear-gradient(white, pink);*/
}

.checkbox-content .content .checkbox {
 width: 250px;
height: 100px;
display: flex;
justify-content: left;
align-items: center;
  background-image: url("data:image/svg+xml,%3Csvg width='362' height='133' viewBox='0 0 362 133' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_710_2)'%3E%3Crect x='4' y='1' width='352' height='132' rx='7' fill='url(%23paint0_linear_710_2)'/%3E%3Ccircle cx='347' cy='6' r='48' fill='%23FFC100'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_710_2' x1='356' y1='15' x2='3.99998' y2='133' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF0055'/%3E%3Cstop offset='1' stop-color='%23FFA800'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_710_2'%3E%3Crect width='362' height='133' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
padding: 0px 20px;
margin: 10px 5px;
font-size: 14px;
color: white;
font-weight: 500;
}

.checkbox-content .content .checkbox i {
  color: rgb(255, 255, 255);
  margin: 0px 4px;
  font-size: 20px;
  font-weight:600;
}

.homechefs-intro {
  width: 100%;
  height: 100%;
  padding: 30px;
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
}

.homechefs-intro .content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.homechefs-intro .content .homechefs {
  width: 250px;
  background-color: cyan;
  font-size: 13px;
  margin: 10px;
}

.homechefs-intro .content .homechefs .avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: tomato;
  height: 50%;
}

.homechefs-intro .content .homechefs .avatar img {
  width: 80px;
  height: 80px;
}

.app-download {
  width: 100%;
}

.app-download .content {
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='1500' height='750' viewBox='0 0 1500 750' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1500' height='750' fill='white'/%3E%3Crect x='1224' y='39' width='276' height='671' fill='%23FF0055'/%3E%3Cg filter='url(%23filter0_dd_0_1)'%3E%3Crect x='934' y='97' width='329' height='576' rx='6' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_dd_0_1' x='866' y='29' width='475' height='722' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='28' dy='28'/%3E%3CfeGaussianBlur stdDeviation='25'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.0509804 0 0 0 0 0.152941 0 0 0 0 0.313726 0 0 0 0.16 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_0_1'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='-23' dy='-23'/%3E%3CfeGaussianBlur stdDeviation='22.5'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='effect1_dropShadow_0_1' result='effect2_dropShadow_0_1'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect2_dropShadow_0_1' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: 100% 100%;

  height: 750px;
  background-repeat: no-repeat;
  display: flex;
}

.app-download .content .download-info {
  width: 50%;
  font-weight: 200;
  height: 100%;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  /* flex-direction: column; */
}

.app-download .content .download-info .info {
  margin: 200px 0px;
  display: flex;
  justify-content: left;
  align-items: left;
  flex-direction: column;
}

.app-download .content .download-info .info p {
  font-weight: 600;
}

.app-download .content .download-info h5 {
  font-weight: 800;
  color: rgb(94, 0, 19);
}

.app-download .content .image {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.app-download .content .image img {
  width: 550px;
}

.app-download .content .download-info .download-app-link img {
  width: 150px;
  height: 40px;
}

.testimonials {
  display: flex;
  justify-content: center;
  align-items: center;
}

#toggle {
  display: none;
}

.footer {
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: black;
}

.footer .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
}

.footer .content .line {
  width: 70%;
  background-color: white;
  height: 0.1px;
  margin: 20px 0px;
}

.footer .content .first-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.footer .content .first-row .image {
  width: 30%;
  display: flex;
  justify-content: left;
  align-items: left;
}

.footer .content .first-row .testimonials {
  width: 50%;
  display: flex;
  justify-content: right;
  align-items: right;
}

.footer .content .first-row .image img {
  border-radius: 10px;
  border: 1px solid white;
}

.footer .content .first-row .testimonials li {
  float: left;
  margin: 0px 10px;
  list-style-type: none;
}

.footer .content .first-row .testimonials li a {
  text-decoration: none;
  color: white;
}

.footer .content .footer-social {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.footer .content .footer-social .connections {
  display: flex;
  width: 30%;
  justify-content: left;
  align-items: left;
}

.footer .content .footer-social .connections a {
  margin: 0px 10px;
}

.footer .content .footer-social .connections a i {
  color: red;
}

.footer .content .footer-social .connections a i:hover {
  color: crimson;
}

.footer .content .footer-social .privacy {
  width: 50%;
  display: flex;
  justify-content: right;
  align-items: right;
}

.footer .content .footer-social .privacy ul {
  display: flex;
}

.footer .content .footer-social .privacy ul li {
  list-style-type: none;
  font-size: 11px;
}

.footer .content .footer-social .privacy ul li a {
  text-decoration: none;
  margin: 10px;
  color: white;
}

.footer .copyright {
  height: 40px;
  font-size: 13px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(34, 34, 34);
}

@media only screen and (min-device-width: 250px) and (max-device-width: 319px) {
  .three-cards h1 {
    width: 200px;
  }
  .slides img {
    width: 100%;
    border-radius: 10px;
  }

  .ads {
    margin-top: -20px;
  }

  .ads img:nth-of-type(1) {
    display: none;
  }
  .ads img:nth-of-type(2) {
    width: 100%;
  }

  .banner {
    height: 50px;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banner p {
    font-size: 15px;
  }

  .banner p img {
    width: 40px;
    height: 40px;
  }

  #toggle {
    display: flex;
  }

  #cross {
    display: none;
  }

  .nav {
    width: 100%;
  }

  .nav .content {
    width: 100%;
    height: 90px;
    display: flex;
    flex-direction: row;
  }

  .nav .content .menu_list {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: left;
    align-items: center;
  }

  .nav .content .menu_list .logo {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
  }

  .nav .content .menu_list .logo .logo-image {
    width: 50%;
    display: flex;
    justify-content: left;
    align-items: center;
  }

  .nav .content .menu_list .logo img {
    width: 40px;
    height: 40px;
  }

  .nav .content .menu_list .toggle_icon {
    width: 50%;
    padding: 0px 8px;
    font-size: 20px;
    color: rgb(255, 0, 51);
    display: flex;
    justify-content: right;
    align-items: center;
  }

  .nav .content .social {
    display: none;
  }

  .nav .content .menu_list li {
    display: none;
  }

  .Main-page .main-page-content {
    width: 100%;
  }
  .homepage {
    height: 100%;
  }

  .homepage .content {
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    background-image: linear-gradient(white, white);
    color: black;
    padding: none;
  }

  .homepage .content .info h1 {
    font-size: 18px;
  }

  .homepage .content .info h1 span {
    font-size: 18px;
  }

  .homepage .content .info {
    width: 100%;
    background-image: linear-gradient(
      90deg,
      rgb(180, 180, 180) 50%,
      rgb(233, 233, 233) 50%
    );
    padding: 10px;
  }

  .homepage .content .info h1 {
    font-size: 20px;
    color: black;
    width: 100%;
  }

  .homepage .content .info h1:nth-of-type(1) {
    color: black;
    font-size: 25px;
  }

  .homepage .content .info h1:nth-of-type(2) {
    width: 90vw;
  }

  .homepage .content .video {
    width: 100%;
    margin-top: 40px;
    color: white;
  }

  .homepage .content .video iframe {
    width: 100%;
  }

  .homepage .content .video p {
    color: white;
  }

  .three-cards {
    width: 100%;
    flex-direction: column;
    background-color: rgb(228, 228, 228);
  }

  .three-cards .content {
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .three-cards h2 {
    width: 90%;
    font-size: 25px;
  }

  .three-cards .content .box:nth-of-type(2) {
    margin-top: 10px;
  }

  .three-cards .content .box {
    margin: 10px 0px;
    width: 100%;
    background-color: rgb(255, 255, 245);
  }

  .photos-content {
    width: 100%;
    background-color: rgb(228, 228, 228);
  }

  .photos-content .content {
    width: 100%;
  }

  .photos-content .content .first-row {
    flex-direction: column;
    width: 100%;
  }

  .photos-content .content .first-row img {
    width: 90%;
    height: 200px;
  }

  .photos-content .content .first-row p {
    width: 90%;
  }

  .app-section {
    width: 100%;
    font-size: 13px;
    padding: 15px;
  }

  .app-section .content {
    width: 100%;
  }

  .app-section .info {
    width: 90%;
  }
  .app-section .info h1 {
    font-size: 20px;
    width: 90%;
  }

  .app-section .content .image img {
    width: 300px;
    height: 300px;
  }

  .app-download {
    width: 100%;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .app-download .content {
    flex-direction: column;
    height: 100%;
    background-image: linear-gradient(
      160deg,
      rgb(255, 255, 255) 50%,
      rgb(223, 223, 223) 50%
    );
    padding: 15px;
  }

  .app-download .content .download-info {
    width: 100%;
  }
  .app-download .content .download-info .info {
    margin: 20px auto;
  }

  .app-download .content .download-info .info h5 {
    font-size: 17px;
  }

  .app-download .content .download-info .info img {
    border-radius: 10px;
  }

  .app-download .content .download-info .header img {
    width: 300px;
    margin: auto;
  }

  .app-download .content .image {
    width: 100%;
    display: flex;
    align-items: left;
    justify-content: left;
  }

  .app-download .content .image img {
    width: 90%;
  }

  .testimonials {
    font-size: 13px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    
    .owl-carousel .owl-stage-outer {
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
        border-radius:5px;
    }
    
    .mo-number{
  width: 75%;
  display: flex;
  justify-content: center;
  align-items: center;
/*  background-color: crimson;*/
/*color: white;*/
}
  .checkbox-content .content .checkbox{
   width: 45%;
   font-size: 11px;
   margin: -10px 5px;
 }
 .checkbox-content .content .checkbox i{
   font-size: 12px;
 }
  .delivery-image .content {
      height: 400px;
background-image: url("data:image/svg+xml,%3Csvg width='340' height='400' viewBox='0 0 340 400' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='-24' y='-111' width='1250' height='926' fill='white'/%3E%3Cpath d='M-24 408.126C-24 408.126 354.558 202.83 606 296.08C964.333 428.971 1226 -14 1226 -14V898H-24V408.126Z' fill='%23FFF1F4'/%3E%3Cpath d='M-24 455.219C-24 455.219 354.558 243.349 606 323.92C964.333 438.743 1226 56 1226 56V844H-24V455.219Z' fill='%23FFDDE5'/%3E%3Cpath d='M-24 496.138C-24 496.138 354.558 281.154 606 348.74C964.333 445.057 1226 124 1226 124V785H-24V496.138Z' fill='%23FFC3D1'/%3E%3Cpath d='M352.497 31.8743C352.497 31.8743 -26.0609 237.17 -277.503 143.92C-635.836 11.0286 -897.503 454 -897.503 454V-458L352.497 -458L352.497 31.8743Z' fill='%23FFF1F4'/%3E%3Cpath d='M352.986 -8.20362C352.986 -8.20362 -25.5724 203.666 -277.014 123.095C-635.347 8.27206 -897.014 391.015 -897.014 391.015V-396.985L352.986 -396.985L352.986 -8.20362Z' fill='%23FFDDE5'/%3E%3Cpath d='M353.261 -49.1145C353.261 -49.1145 -25.2975 165.869 -276.739 98.2833C-635.073 1.96618 -896.739 323.023 -896.739 323.023V-337.977L353.261 -337.977V-49.1145Z' fill='%23FFC3D1'/%3E%3C/svg%3E%0A");

background-size: 100% 100%;
background-repeat: no-repeat;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    
  }
  
  .delivery-image .content {
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  
  flex-direction: column;
  /* background-color: rgb(255, 255, 255); */
}
  
  .delivery-image .content #image {
    width: 250px;
    height: 200px;
  }

 .delivery-image .content h2 {
   width:90%;
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('./images/dehofoo/heading\ back.jpeg');
font-size: 20px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
border: 1px solid white;
padding: 10px;
text-shadow: none;
border-radius: 5px;
color:white;
height: 80px;
display: flex;
justify-content: center;
align-items: center;
margin-top: -10px;
  
}

  
  .delivery-image .content .download h4 {
  font-weight: 800;
  font-size: 17px;
  color: rgb(255, 255, 255);
  text-shadow:none;
  color:black;
}

  .three-cards h1 {
    width: 270px;
  }
  .slides img {
    width: 100%;
    border-radius: 10px;
  }
  .ads {
    margin-top: -20px;
    height: 200px;
    margin: 10px 0px;
  }

  .ads img:nth-of-type(1) {
    display: none;
  }
  .ads img:nth-of-type(2) {
    width: 95%;
    border-radius: 10px;
    height: 200px;
    border-radius: 10px;
  }

  .banner {
  height: 40px;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner p {
  width: 70%;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
 
  height: 100%;
}
.banner .image{
  height: 100%;
}
.banner #image{
  width: 70px;
  height: 21px;
  border-radius: 4px;
}

  #toggle {
    display: flex;
  }

  #cross {
    display: none;
  }

  .nav {
    width: 100%;
  }

  .nav .content {
    width: 100%;
    height: 90px;
    display: flex;
    flex-direction: column;
  }

  .nav .content .menu_list {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: left;
    align-items: center;
  }

  .nav .content .menu_list .logo {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
  }

  .nav .content .menu_list .logo .logo-image {
    width: 50%;
    display: flex;
    justify-content: left;
    align-items: center;
  }

  .nav .content .menu_list .logo img {
    width: 45px;
    height: 45px;
  }

  .nav .content .menu_list .toggle_icon {
    width: 50%;
    padding: 0px 8px;
    font-size: 20px;
    color: rgb(255, 0, 51);
    display: flex;
    justify-content: right;
    align-items: right;
  }
  
   .nav .content .social{
   background-color: white;
 } 
 .nav .content .social li{
   background-color: white;
   box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
 rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
 padding: 3px;
 border-radius: 25px;
 /* border: 1px solid crimson; */
 /* color: crimson; */
 margin:0px 4px;
 }
 .nav .content .social li a,.nav .content .social li i{
   color: crimson;
   font-size:12px;
 }

  .nav .content .social .item1 {
    display: none;
  }
  
  .nav .content .social li a{
      margin:2px;
      font-weight:100;
  }

  .nav .content .menu_list li {
    display: none;
  }

  .Main-page .main-page-content {
    width: 100%;
  }

  .homepage {
    height: 100%;
    
    background-image: url("./images/dehofoo/homepage32.png");
  }
  .homepage .content {
    width: 100%;
    height: 80%;
    flex-wrap: wrap;
    flex-direction: column;
    background-size: 100% 100%;

    color: rgb(0, 0, 0);
    padding: none;
  }

  .homepage h1 {
    font-size: 45px;
    color: rgb(255, 255, 255);
    background-color: orange;
  }
  .homepage .content .info {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: rgb(0, 0, 0);
  }

  .homepage .content .info .para {
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .homepage .content .info h1 {
    font-size: 30px;
    color: crimson;
    width: 100%;
    font-family: serif;
    background-color: white;
  }

  .homepage .content .info h1:nth-of-type(1) {
    color: rgb(0, 0, 0);
    font-size: 25px;
  }

  .homepage .content .info h1:nth-of-type(2) {
    width: 90vw;
  }

  .homepage .content .info .join-button a {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
  }

  .homepage .content .video {
    width: 100%;
    margin-top: 40px;
    color: rgb(0, 0, 0);
  }

  .homepage .content .video iframe {
    width: 100%;
    height: 150px;
  }

  .three-cards {
    width: 100%;
    flex-direction: column;
  }

  .three-cards h1{
    font-size: 27px;
  }

  .three-cards .content {
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 14px;
  }

  .three-cards h2 {
    width: 90%;
    font-size: 25px;
  }

  .three-cards .content .box:nth-of-type(2) {
    margin-top: 10px;
  }

  .three-cards .content .box {
    margin: 10px 0px;
    width: 80%;
  }

  .photos-content {
    width: 100%;
  }

  .photos-content .content {
    width: 100%;
    font-size: 14px;
  }

  .photos-content .content .first-row {
    flex-direction: column;
    width: 100%;
  }

  .photos-content .content .first-row img {
    width: 100%;
    height: 200px;
  }

  .photos-content .content .first-row p {
    width: 100%;
    font-size: 14px;
    padding: 15px;
  }

  .app-section {
    width: 100%;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* padding: 15px; */
  }

  .app-section .content {
    width: 100%;
  }

  .app-section .info {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .app-section .content {
    font-size: 14px;
    /* background-color: gray; */
    padding: 0px;
  }

  .app-section .info .content .paragraph {
    padding: 0px;
    font-size: 14px;
    background-color: gray;
  }
  .app-section .info h1 {
    font-size: 20px;
    width: 100%;
  }

  .app-section .content .image img {
    width: 300px;
    height: 300px;
  }

  .app-download {
    width: 100%;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .app-download .content {
    flex-direction: column;
    height: 90%;
    background-image: linear-gradient(
      160deg,
      white 50%,
      white 50%
    );
    padding: 15px;
  }

  .app-download .content .download-info {
    width: 100%;
  }
  .app-download .content .download-info .info {
    margin: 20px auto;
    font-size: 14px;
    width: 100%;
  }
  
   .app-download .content .download-info .info p{
   color: rgb(133, 0, 27);
   font-weight: normal;
 }

  .app-download .content .download-info .info h5 {
    font-size: 20px;
    width: 80%;
    font-weight: 600;
  }

  .app-download .content .download-info .info img {
    border-radius: 10px;
    width: 100px;
    height: 30px;
  }

  .app-download .content .download-info .header img {
    width: 100%;
    margin: auto;
  }

  .app-download .content .image {
  width: 100%;
  padding: 35px 10px;
  display: flex;
  align-items: left;
  justify-content: left;
  background-image: url('./images/dehofoo/app-download\ img.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

  .app-download .content .image img {
    width: 90%;
  }

  .testimonials {
    font-size: 13px;
  }
  

  .footer .content {
    padding: 7px;
  }

  .footer .content .first-row .image {
    width: 100%;
  }

  .footer .content .first-row .testimonials {
    width: 100%;
height: 100%;
display: flex;
justify-content: left;
align-items: center;
  }

  .footer .content .footer-social .connections {
    width: 100%;
    height: 30px;
  }
  
  .footer .content .first-row .testimonials li{
   margin: 10px 4px;
  
}
.footer .content .first-row .testimonials li a{
 /* background-color: gray; */
padding: 5px 10px;
border: 1px solid gray;
/* background-color: gray; */
border-radius: 25px;
}

  .footer .content .footer-social .privacy {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: left;
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 767px) {
    
       .mo-number{
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
/*  background-color: crimson;*/
/*color: white;*/
}
  .delivery-image .content {
    height: 500px;
  }
  .delivery-image .content #image {
    width: 350px;
    height: 270px;
  }
  .delivery-image .content h2 {
    font-size: 30px;
  }
  .delivery-image .content .download h4 {
    font-size: 17px;
  }
  .three-cards h1 {
    width: 350px;
  }
  .slides img {
    width: 100%;
    border-radius: 10px;
  }

  .ads {
    margin-top: -20px;
  }

  .ads img:nth-of-type(2) {
    width: 50%;
  }
  .banner p {
    font-size: 20px;
  }

  #toggle {
    display: flex;
  }

  .toggle_bar {
    width: 100%;
    height: 70px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
      rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    display: flex;
  }

  .toggle_bar .logo {
    width: 50%;
    display: flex;
    justify-content: left;
    align-items: center;
  }

  .toggle_bar .logo img {
    width: 40px;
    height: 40px;
  }

  .toggle_bar .logo h4 {
    font-weight: 900;
  }

  .toggle_bar .logo h4 span {
    color: rgb(255, 0, 51);
  }

  .toggle_icon {
    width: 50%;
    display: block;
    padding: 12px 5px;
    color: rgb(0, 0, 0);
    display: flex;
    font-size: 20px;
    justify-content: right;
    align-items: center;
  }

  #cross {
    display: none;
  }

  .nav {
    width: 100%;
  }
  .nav .content {
    width: 100%;
    height: 90px;
    display: flex;
    flex-direction: column;
  }
  .nav .content .menu_list {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .nav .content .menu_list .logo {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .nav .content .menu_list .logo .logo-image {
    width: 50%;
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .nav .content .menu_list .logo img {
    width: 40px;
    height: 40px;
  }
  .nav .content .menu_list .toggle_icon {
    width: 50%;
    padding: 0px 8px;
    font-size: 20px;
    color: rgb(255, 0, 51);
    display: flex;
    justify-content: right;
    align-items: right;
  }
  .nav .content .social .item1{
    display: none;
  }
  .nav .content .menu_list li {
    display: none;
  }

  .Main-page .main-page-content {
    width: 100%;
  }
  .homepage {
    height: 100%;
    background-image: url("./images/dehofoo/homepage48.png");
  }

  .homepage .content {
    width: 100vw;
    height: 100%;
    flex-wrap: wrap;
    color: rgb(0, 0, 0);
    padding: none;
  }

  .homepage h1 {
    font-size: 30px;
  }

  .homepage .content .info {
    width: 50%;
    border-radius: 10px;

    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: rgb(0, 0, 0);
    padding: 10px;
  }

  .homepage .content .info h1 {
    font-size: 20px;
    color: black;
    width: 90%;
  }

  .homepage .content .info h1:nth-of-type(1) {
    color: black;
    font-size: 25px;
  }

  .homepage .content .info h1:nth-of-type(2) {
    width: 90vw;
  }

  .homepage .content .video {
    width: 50%;
    margin-top: 40px;
  }

  .homepage .content .video iframe {
    width: 80%;
  }

  .three-cards {
    width: 100%;
    flex-direction: column;
  }

  .three-cards .content {
    width: 100%;
    flex-wrap: wrap;
  }

  .three-cards h2 {
    width: 90%;
    font-size: 25px;
  }

  .three-cards .content .box:nth-of-type(2) {
    margin-top: 10px;
  }

  .three-cards .content .box {
    margin: 10px 0px;
    width: 250px;
  }

  .photos-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .photos-content .content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .photos-content .content .first-row {
    width: 100%;
  }

  .photos-content .content .first-row img {
    width: 30%;
    height: 200px;
  }

  .photos-content .content .first-row p {
    width: 30%;
    font-size: 9px;
  }

  .app-section {
    width: 100%;
    font-size: 13px;
    padding: 15px;
  }

  .app-section .content {
    width: 100%;
  }

  .app-section .info {
    width: 90%;
  }
  .app-section .info h1 {
    font-size: 20px;
    width: 90%;
  }

  .app-section .content .image img {
    width: 90%;
  }

  .app-download {
    width: 100%;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .app-download .content {
    flex-direction: column;
    height: 100%;
    background-image: linear-gradient(
      160deg,
      rgb(255, 255, 255) 50%,
      rgb(172, 172, 172) 50%
    );
    padding: 15px;
  }

  .app-download .content .download-info {
    width: 100%;
  }
  .app-download .content .download-info .info {
    margin: 20px auto;
  }

  .app-download .content .download-info .info h5 {
    font-size: 17px;
  }

  .app-download .content .download-info .header img {
    width: 400px;
    margin: auto;
  }

  .app-download .content .image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .app-download .content .image img {
    width: 400px;
  }

  .testimonials {
    font-size: 13px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    
       .mo-number{
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
/*  background-color: crimson;*/
/*color: white;*/
}
  .delivery-image .content {
    height: 500px;
  }
  .delivery-image .content #image {
    width: 350px;
    height: 270px;
  }
  .delivery-image .content h2 {
    font-size: 30px;
  }
  .delivery-image .content .download h4 {
    font-size: 17px;
  }

  .three-cards h1 {
    width: 450px;
  }
  .slides img {
    width: 100%;
    border-radius: 10px;
  }
  .banner p {
    font-size: 25px;
  }

  #toggle {
    display: flex;
  }

  .toggle_bar {
    width: 100%;
    height: 70px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
      rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    display: flex;
  }
  .toggle_bar .logo {
    width: 50%;
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .toggle_bar .logo img {
    width: 40px;
    height: 40px;
  }
  .toggle_bar .logo h4 {
    font-weight: 900;
  }
  .toggle_bar .logo h4 span {
    color: rgb(255, 0, 51);
  }
  .toggle_icon {
    width: 50%;
    display: block;
    padding: 12px 5px;
    color: rgb(0, 0, 0);
    display: flex;
    font-size: 20px;
    justify-content: right;
    align-items: center;
  }

  #cross {
    display: none;
  }

  .nav {
    width: 100%;
  }
  .nav .content {
    width: 100%;
    height: 90px;
    display: flex;
    flex-direction: column;
  }
  .nav .content .menu_list {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .nav .content .menu_list .logo {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .nav .content .menu_list .logo .logo-image {
    width: 50%;
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .nav .content .menu_list .logo img {
    width: 40px;
    height: 40px;
  }
  .nav .content .menu_list .toggle_icon {
    width: 50%;
    padding: 0px 8px;
    font-size: 20px;

    display: flex;
    justify-content: right;
    align-items: center;
  }

  .nav .content .menu_list .toggle_icon i {
    color: rgb(255, 0, 51);
  }
  .nav .content .social .item1 {
    display: none;
  }
  .nav .content .menu_list li {
    display: none;
  }

  .Main-page .main-page-content {
    width: 100%;
  }
  .homepage {
    height: 100%;
  }

  .homepage .content {
    width: 100vw;
    height: 100%;
    flex-wrap: wrap;
    color: black;
    padding: none;
  }

  .homepage h1 {
    font-size: 30px;
  }

  .homepage .content .info {
    width: 50%;
    border-radius: 10px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: rgb(0, 0, 0);
    padding: 10px;
  }

  .homepage .content .info .para {
    width: 80%;
  }

  .homepage .content .info h1 {
    font-size: 20px;
    color: rgb(0, 0, 0);
    width: 90%;
  }

  .homepage .content .info h1:nth-of-type(1) {
    color: rgb(0, 0, 0);
    font-size: 25px;
  }

  .homepage .content .info h1:nth-of-type(2) {
    width: 90vw;
  }

  .homepage .content .video {
    width: 50%;
    margin-top: 40px;
  }

  .homepage .content .video iframe {
    width: 80%;
  }

  .three-cards {
    width: 100vw;
    flex-direction: column;
  }

  .three-cards .content {
    width: 100%;
    flex-wrap: wrap;
  }

  .three-cards h2 {
    font-size: 25px;
  }

  .three-cards .content .box {
    margin: 10px 0px;
    width: 250px;
  }

  .photos-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .photos-content .content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .photos-content .content .first-row {
    flex-direction: row;
    width: 100%;
  }

  .photos-content .content .first-row img {
    width: 33.3%;
  }

  .photos-content .content .first-row p {
    width: 33.3%;
  }

  .app-section {
    width: 100%;
    font-size: 13px;
    padding: 15px;
  }

  .app-section .content {
    width: 100%;
  }

  .app-section .info {
    width: 90%;
  }
  .app-section .info h1 {
    font-size: 30px;
    width: 500px;
  }

  .app-section .content .image img {
    width: 90%;
  }

  .app-download {
    width: 100%;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .app-download .content {
    flex-direction: column;
    height: 100%;
    background-image: linear-gradient(
      160deg,
      rgb(255, 255, 255) 50%,
      rgb(207, 207, 207) 50%
    );
    padding: 15px;
  }

  .app-download .content .download-info {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: left;
    flex-direction: column;
  }
  .app-download .content .download-info .info {
    margin: 20px auto;
    width: 50%;
  }

  .app-download .content .download-info .info h5 {
    font-size: 17px;
  }

  .app-download .content .download-info .info img {
    border-radius: 10px;
  }

  .app-download .content .download-info .header img {
    width: 400px;
    margin: auto;
  }

  .app-download .content .image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .app-download .content .image img {
    width: 400px;
  }
}

@media only screen and (min-device-width: 1025px) and (max-device-width: 1300px) {
  .delivery-image .content {
    height: 500px;
  }
  .delivery-image .content #image {
    width: 450px;
    height: 350px;
  }
  .delivery-image .content h2 {
    font-size: 30px;
  }
  .delivery-image .content .download h4 {
    font-size: 17px;
  }
  .three-cards h1 {
    width: 450px;
  }

  #menu_bar {
    display: none;
  }
  .toggle_bar {
    display: none;
  }
  .banner p {
    font-size: 25px;
  }

  #toggle {
    display: flex;
  }

  .toggle_bar {
    width: 100%;
    height: 70px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
      rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    display: flex;
  }
  .toggle_bar .logo {
    width: 50%;
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .toggle_bar .logo img {
    width: 40px;
    height: 40px;
  }
  .toggle_bar .logo h4 {
    font-weight: 900;
  }
  .toggle_bar .logo h4 span {
    color: rgb(255, 0, 51);
  }
  .toggle_icon {
    width: 50%;
    display: block;
    padding: 12px 5px;
    color: rgb(0, 0, 0);
    display: flex;
    font-size: 20px;
    justify-content: right;
    align-items: center;
  }

  #cross {
    display: none;
  }

  .Main-page .main-page-content {
    width: 100%;
  }
  .homepage {
    height: 100%;
  }

  .homepage .content {
    width: 100vw;
    height: 100%;
    flex-wrap: wrap;
    color: rgb(0, 0, 0);
    padding: none;
  }

  .homepage h1 {
    font-size: 30px;
  }

  .homepage .content .info {
    width: 50%;
  }

  .homepage .content .info h1 {
    font-size: 20px;
    color: rgb(0, 0, 0);
    width: 90%;
  }

  .homepage .content .info h1:nth-of-type(1) {
    color: rgb(0, 0, 0);
    font-size: 25px;
  }

  .homepage .content .info h1:nth-of-type(2) {
    width: 90vw;
  }

  .homepage .content .video {
    width: 50%;
    margin-top: 40px;
  }

  .homepage .content .video iframe {
    width: 80%;
  }

  .three-cards {
    width: 100vw;
    flex-direction: column;
  }

  .three-cards .content {
    width: 100%;
    flex-wrap: wrap;
  }

  .three-cards h2 {
    font-size: 25px;
  }

  .three-cards .content .box {
    margin: 10px 0px;
    width: 250px;
  }

  .photos-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .photos-content .content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .photos-content .content .first-row {
    flex-direction: row;
    width: 100%;
  }

  .photos-content .content .first-row img {
    width: 33.3%;
  }

  .photos-content .content .first-row p {
    width: 33.3%;
  }

  .app-section {
    width: 100%;
    font-size: 13px;
    padding: 15px;
  }

  .app-section .content {
    width: 100%;
  }

  .app-section .info {
    width: 90%;
  }
  .app-section .info h1 {
    font-size: 40px;
    color: rgb(255, 0, 51);
    width: 500px;
  }

  .app-section .content .image img {
    width: 90%;
  }

  .app-download {
    width: 100vw;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .app-download .content {
    width: 100%;
    background-size: 100% 100%;
    background-color: rgb(236, 236, 236);
    /* background-image: linear-gradient(rgb(236, 236, 236), rgb(236, 236, 236)); */
    padding: 15px;
  }

  .app-download .content .download-info {
    width: 50%;
    display: flex;
    justify-content: left;
    align-items: left;
    flex-direction: column;
  }
  .app-download .content .download-info .info {
    margin: 20px auto;
    width: 100%;
  }

  .app-download .content .download-info .info h5 {
    font-size: 17px;
  }

  .app-download .content .download-info .info p {
    width: 500px;
    margin: 20px 0px;
  }

  .app-download .content .download-info .header img {
    width: 400px;
    margin: auto;
  }

  .app-download .content .image {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .app-download .content .image img {
    width: 400px;
  }

  .testimonials {
    font-size: 13px;
  }
}

@media only screen and (min-device-width: 1300px) and (max-device-width: 1500px) {
  .delivery-image .content {
    height: 500px;
  }
  .delivery-image .content #image {
    width: 350px;
    height: 270px;
  }
  .delivery-image .content h2 {
    font-size: 45px;
  }
  .delivery-image .content .download h4 {
    font-size: 17px;
  }
  .three-cards h1 {
    width: 450px;
  }
  #menu_bar {
    display: none;
  }

  .toggle_bar {
    display: none;
  }
  .banner p {
    font-size: 25px;
  }
  #toggle {
    display: flex;
  }
  .toggle_bar {
    width: 100%;
    height: 70px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
      rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    display: flex;
  }
  .toggle_bar .logo {
    width: 50%;
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .toggle_bar .logo img {
    width: 40px;
    height: 40px;
  }
  .toggle_bar .logo h4 {
    font-weight: 900;
  }
  .toggle_bar .logo h4 span {
    color: rgb(255, 0, 51);
  }
  .toggle_icon {
    width: 50%;
    display: block;
    padding: 12px 5px;
    color: rgb(0, 0, 0);
    display: flex;
    font-size: 20px;
    justify-content: right;
    align-items: center;
  }
  #cross {
    display: none;
  }
  .Main-page .main-page-content {
    width: 100%;
  }
  .homepage {
    height: 100%;
  }
  .homepage .content {
    width: 100vw;
    height: 100%;
    flex-wrap: wrap;
    color: rgb(0, 0, 0);
    padding: none;
  }
  .homepage h1 {
    font-size: 30px;
  }
  .homepage .content .info {
    width: 35%;
    display: flex;
    justify-content: left;
    align-items: left;
  }

  .homepage .content .info .para {
    width: 80%;
  }

  .homepage .content .info h1 {
    font-size: 20px;
    color: rgb(0, 0, 0);
    width: 90%;
  }
  .homepage .content .info h1:nth-of-type(1) {
    color: rgb(0, 0, 0);
    font-size: 25px;
  }
  .homepage .content .info h1:nth-of-type(2) {
    width: 90vw;
  }
  .homepage .content .video {
    width: 50%;
    display: flex;
    justify-content: left;
    align-items: left;
    margin-top: 40px;
  }
  .homepage .content .video iframe {
    width: 70%;
  }
  .three-cards {
    width: 100vw;
    flex-direction: column;
  }
  .three-cards .content {
    width: 100%;
    flex-wrap: wrap;
  }
  .three-cards h2 {
    font-size: 25px;
  }
  .three-cards .content .box {
    margin: 10px 0px;
    width: 250px;
  }
  .photos-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .photos-content .content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .photos-content .content .first-row {
    flex-direction: row;
    width: 100%;
  }
  .photos-content .content .first-row img {
    width: 33.3%;
  }
  .photos-content .content .first-row p {
    width: 33.3%;
  }
  .app-section {
    width: 100%;
    font-size: 13px;
    padding: 15px;
  }
  .app-section .content {
    width: 100%;
  }
  .app-section .info {
    width: 90%;
  }
  .app-section .info h1 {
    font-size: 40px;
    color: rgb(255, 0, 51);
    width: 500px;
  }
  .app-section .content .image img {
    width: 90%;
  }
  .app-download {
    width: 100vw;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .app-download .content {
    width: 100%;
    background-size: 100% 100%;
    background-color: rgb(236, 236, 236);
    /* background-image: linear-gradient(rgb(236, 236, 236), rgb(236, 236, 236)); */
    padding: 15px;
  }
  .app-download .content .download-info {
    width: 50%;
    display: flex;
    justify-content: left;
    align-items: left;
    flex-direction: column;
  }
  .app-download .content .download-info .info {
    margin: 20px auto;
    width: 100%;
  }
  .app-download .content .download-info .info h5 {
    font-size: 17px;
  }
  .app-download .content .download-info .info p {
    width: 500px;
    margin: 20px 0px;
  }
  .app-download .content .download-info .header img {
    width: 400px;
    margin: auto;
  }
  .app-download .content .image {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .app-download .content .image img {
    width: 400px;
  }
  .testimonials {
    font-size: 13px;
  }
}

@media only screen and (min-device-width: 1500px) and (max-device-width: 1824px) {
  .three-cards h1 {
    width: 500px;
  }
  #menu_bar {
    display: none;
  }
  .toggle_bar {
    display: none;
  }

  .three-cards {
    display: flex;
    flex-direction: column;
  }

  .three-cards .content {
    width: 100%;
  }

  .menu_bar {
    display: none;
  }
}
