/* In the name of GOD */

:root {
    --base-color: #736e5f;
    --text-color: #e1c46d;
    --hover-color:  #c9bb90;

}

body {
	background: url(../images/back4.jpg) repeat;
	color: var(--base-color);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	/*min-width: 940px;*/
	padding: 0;
}



/* The navigation bar */
.topnav-bar {
   padding: 0;
   position: relative;
    display: block;
    background: #e1c46d; /*url(../images/back4.jpg);*/
    height: 25px;
    width: 100%;

    z-index: 10;
    color: #fff;

 }



.navbar {
  overflow: hidden;
  background: url(../images/Dukht2.jpg) repeat;
  /*display: flex;*/
  justify-content: space-between;
  /*align-items: center;*/
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  height: 125px;
  z-index: 1;
}

.navbar div {
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 0 10px;
	/*width: 930px;*/
	width: auto;
}

.navbar div a#logo {
	display: block;
	float: left;
	padding: 59px 0 0;
}

.navbar div ul {
	/*float: right;*/
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.navbar div ul li {
	border-left: 1px solid #282725;
	float: right;
	height: 103px;
	padding: 0 20px;
}
.navbar div ul li:first-child {
	border: none;
}


.navbar div ul li a {
    /*float: right;*/
	color: var(--text-color);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	letter-spacing: 0.075em;
	line-height: 129px;
	text-decoration: none;
}


/* Change background on mouse-over */
.navbar div ul li.current a,
.navbar div ul li a:hover {
	border-bottom: 1px solid #c9bb90;
	color: #c9bb90;
	padding: 0 0 3px;
}
/*
.navbar div ul li a:hover {
  border-bottom: none;

}*/

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.hamburger span {
  background: #fff;
  height: 3px;
  width: 25px;
  margin: 4px 0;
}



@media  (max-width: 1016px) {
  .navbar {
            display:block;

           }
  .nav-links { display:none;}
  .nav-links a:not(:first-child) {display:none;}
  .nav-links a.icon { flot: right; display:block;}

}

@media  (max-width: 1016px) {
    .nav-links.active {position: relative;}
    .hamburger  {
        position: absolute;
        right: 30px;
        top: 30px;
    }
    .nav-links.active  {
        float: none;
        display: block;
        text-align: left;
    }
  .hamburger {
    display: flex;

  }
}


/* Main content */
.main {
  margin-top: 130px; /* Add a top margin to avoid content overlay */
  margin-bottom: 90px;
}


/* Header */

.titr {
    padding-top: 30px;
    padding-bottom: 30px;
    color: var(--text-color);
    text-align: right;
}

.disc {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    text-align: right;
}
.disc strong {
    color: #d35105;
}

.w3-btn {
  margin: 50px;
  font-size: xx-large;

}

.mySlides {
  border-radius: 36px;

}

.Block {
   display: block;
   background: url(../images/Dukht4.jpg) repeat;
   width: 100%;
   height: 50px;
   padding: 5px;
}

.BlockA {
   display: block;
   background: url(../images/Dukht3.jpg) repeat;
   width: 100%;
   height: 50px;
   padding: 5px;
}

/* Products

.product  {
    background: url(../images/back3.jpg) repeat;
	color: var(--base-color);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	/*min-width: 940px;
	padding: 0;

}*/




.footer {
    background: url(../images/back4.jpg) repeat;
	color: var(--base-color);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	/*min-width: 940px;*/
	padding: 0;

}

.copyright {
    overflow: hidden;
    background: url(../images/Dukht1.jpg) repeat;
    height: 95px;
    padding-top: 54px;
    width: 100%;
    text-align: center;
    color: var(--text-color);

}
