.container {
  display: flex;
  justify-content: space-between; /* This will distribute the boxes evenly */
  align-items: flex-start;
  gap: 16px; /* Adjust gap between boxes as needed */
}

.box {
  width: 500px; /* Fixed width for each box */
  display: flex;
  justify-content: center;
  margin: 16px;
}

.main-box-container {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrapper-box {
  width: 100%; /* Full width of the parent box */
  border-radius: 10px;
  box-shadow: 0 4px 40px -8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.box-description h1 {
  text-align: center;
  font-size: 30px;
  margin: 0;
  margin-top: 16px;
}

.box-description p {
  text-align: center;
  font-size: 20px;
  line-height: 2;
}

.centered-image {
  display: block;
  margin: 16px auto; /* This centers the image horizontally */
}

body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
  .sqaure {
    width: 90%;
    height: 200px;
    margin-left: 5%;
    margin-right: 5%;
    background-color: rgb(169, 116, 17); /* Set your desired background color */
    padding: 20px; /* Set your desired padding */
}
.sqaure1 {
  width: 100%;
  height: 300px;
 
  padding: 20px; /* Set your desired padding */
}
  .Neapolitan1 {
    min-height: 100vh;
    background: linear-gradient(to bottom, rgb(231,158,24) 0%, rgb(231,158,24) 100%);
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .Neapolitan2 {
    min-height: 100vh;
    background: linear-gradient(to bottom, rgb(199, 133, 12) 0%, rgb(199, 133, 12) 50%);
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .Neapolitan3 {
    min-height: 100vh;
    background: linear-gradient(to bottom, rgb(176, 116, 6) 0%, rgb(176, 116, 6) 50%);
    background-size: 100%;
    background-repeat: no-repeat;
  }
  * {
    box-sizing: border-box;
  }
    .column {
    position: relative;
    height: 100vh;
    float: left;
    width: 50%;
    padding: 10px;
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
   
  }
  .navbar {
    overflow: hidden;
    background-color: rgb(231, 158, 24);
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 16px;
    
  }
  
  .brand-section {
    display: flex;
    align-items: center;
  }
  
  .brand-section img {
    width: 75px;
    height: auto;
    margin-right: 10px;
  }
  
  .brand-section h1 {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana,
    sans-serif;
    margin: 0;
  }
  
  .navbar a {
    float: right;
    font-size: 17px;
    color: rgb(0, 0, 0);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  .dropdown {
    float: right;
    overflow: hidden;
  }
  
  .dropdown .dropbtn {
    font-size: 17px;
    border: none;
    outline: none;
    color: rgb(0, 0, 0);
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }
  
  .navbar a:hover,
  .dropdown:hover .dropbtn {
    background-color: rgb(255, 102, 0);
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown-content a:hover {
    background-color: #ddd;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  .imagewrap {
    text-align: center;
    position: relative;
  }
  
  .imagewrap img {
    width: 80%;
    height: auto;
  }
  
  .btn {
    border-radius: 5px;
    padding: 15px 55px;
    font-size: 22px;
    text-decoration: none;
    color: #fff;
    position: relative;
    top: 40%;
    left: 0%;
    background-color: rgb(203, 137, 37);
    box-shadow: 3px 5px 5px #888888;
    transition: all .5s ease-in-out;
  }
  
  .btn:hover {
    background-color: #ff0000;
    padding: 17px 57px;
    transform: scale(1.1);
  }
  .bt {
    border-radius: 5px;
    padding: 15px 55px;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    position: relative;
    top: 2%;
    left: 1.5%;
    background-color: rgb(203, 137, 37);
    
    transition: all .5s ease-in-out;
  }
  
  .bt:hover {
    background-color: #ff0000;
    padding: 15px 55px;
    transform: scale(1.1);
  }
  
  .div1{
    height: 100%;
    width: 100%;
    background-color: #888888;
  }
  .brand-section a:hover {
    background-color: inherit;
  }
  .rotate3{
    top: 290px;
    left: 40px;
    position: absolute;
    animation: spin 5s linear infinite;
    }
    .rotate4{
    top: 480px;
    left: -13px;
    position: absolute;
    animation: spin 5s linear infinite;
      }
  .imgAni {
    -webkit-animation: mover 1.5s infinite  alternate;
    animation: mover 1.5s infinite  alternate;
  }
  @-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-25px); }
  }
  @keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-25px); }
  }
  @keyframes spin {
        100%{-webkit-transform: rotate(360deg);}   
    }
    .spin{
      transition: transform .7s ease-in-out;
    }
    .spin:hover {
      transform: rotate(360deg);
  }
  header {
    display: flex;
    align-items: center;
    
    /* Remove the next line if you want the span to appear next to the h1 */
    justify-content: space-between;
    
    border-bottom: 1px solid #000;
    padding: 10px 30px;
  }
  .header1 {
    display: flex;
    align-items: center;
    
    /* Remove the next line if you want the span to appear next to the h1 */
    justify-content:space-between;
    
    padding: 10px 30px;
  }
  .container {
    position: relative;
  }
  .image2 {
    position: absolute;
    left: -100px;
  }
  table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    
  }
  
  td, th {
    text-align: left;
    padding: 8px;
  }
  @media screen and (max-width: 1000px){ 

    .sc_image img { 
    display: none; 
  }
  body {
    font-size: smaller;
  }
  .bnt { 
    font-size: 10px;
  }
  
}
@media screen and (max-width: 700px){

body {
  font-size: 8px;
}
}
@media screen and (max-height: 500px){ 

.sc_image img { 
display: none; 
}
}

  