body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
/*top menu*/
.topnav {
  overflow: hidden;
  background-color: #333;
}

h1{
  color:navy;
  margin-left:2em;
  margin-top: 5px;
  padding-top: 17px;
  margin-block-end:0px;
  margin-bottom:10px;
  /* background-color: #E4F9F5; */
  width:25%;
}
h2{
  color: red;
  margin-bottom: 3px;
}
#contactus{

  color: navy;
}
h4{
  color:#aaa;
  text-decoration-line: line-through;
  font-weight: 100;
  padding-top: 0px;
  margin-top: 3px;
}
#solgan{
  margin-left: 40%;
  color: rgb(15, 81, 204);
  margin-top: 0px;
  position: absolute;
  top:25px;
}
#contact{
  width:120px;
  position: absolute;
  top:25px;
  right:20px;
}

#contact:hover{
  color: #169b8f;
  text-decoration: underline;
}
.middle-contact{
margin-left: 30px;

}
h3{
margin-left: 8px;

}
.logo{
  width:50px;
  float: left;
  margin-top:10px;
  margin-left:10px;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}
/*top div*/
.top-page{
  padding-top: 0px;
  padding-bottom: 0px;
  /* background-color: #E4F9F5; */
}
/*images in Travel*/
{
  box-sizing: border-box;
}

.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}
/*side menu in travel*/
body {
  font-family: "Lato", sans-serif;
}

.sidenav {
  height: 100%;
  width: 160px;
  /* position: fixed; */
  z-index: 1;
  top: auto;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 20px;
  float:left;
  padding-bottom: 1000px;
}

.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.main {
  margin-left: 160px; /* Same as the width of the sidenav */
  font-size: 28px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
/*middle - page*/
.middle-page{



}
#electronics-pic{

    padding-left: 0px;
    margin-left: 5%;
    width: 75%;
    align-content: center;
    height: auto;

}
#fashion-pic{
  padding-left: 0px;
  margin-left: 5%;
  width: 75%;
  align-content: center;
  height: auto;
}







html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.column {
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 8px;
}



.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.container {
  padding: 0 16px;
}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #169b8f;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button:hover {
  background-color: #13786f;
}

.button a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
a{
  text-decoration: none;
  color: rgb(31, 73, 163);
}
/*---------------shopping image------------*/

#shopping{
  width: 100%;
  height: 100px;
}
.container {
  position: relative;
  text-align: center;
  color: black;
}

.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}





/*-------------slideshow------------*/



#gallery{
  widows: 50% !important;
  margin-left: 20%;
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.container-slideshow , .container-slideshow2 {
  position: relative;
  width:40%;
  margin-left:5%;
  margin-right:5%;
  float:left;
}
#trip{
  /* clear:both; */
}
/* Hide the images by default */
.mySlides ,.mySlides2 {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: rgb(245, 157, 24);
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev {
  left: 0;
  /* border-radius: 3px 0 0 3px; */
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(93, 190, 214, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo, .demo2 {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .sidenav{
padding-bottom: 160px;

  }
  .column {
    width: 100%;
    display: block;
  }
}



/*----------------buynow--------------------*/



input[type=text], input[type=email],input[type=password], textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.container-buynow {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

.error {
  width: 92%; 
  margin: 0px auto; 
  padding: 10px; 
  border: 1px solid #a94442; 
  color: #a94442; 
  background: #f2dede; 
  border-radius: 5px; 
  text-align: left;
}
.success {
	color: #3c763d; 
	background: #dff0d8; 
	border: 1px solid #3c763d;
	margin-bottom: 20px;
}

#shipping{
  color: red;
}