

@font-face {
    font-family: Tanha;
    src: url('../Fonts/Tanha.woff');

}

html , body {
    height: 100%;
    width: 100%;    
}
  
*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
h2{
    font-family: Tanha, sans-serif;
}

/* header */
header{
  width: 100%;
  background-color: #777777;
  height: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.subnav {
  float: left;
  overflow: hidden;
}

.subnav .subnavbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  font-family: Tanha;
}

.navbar a:hover, .subnav:hover .subnavbtn {
  background-color: #93b027;
  border-radius: 10px;
  transition: 1s;
  
}

.subnav-content {
  display: none;
  position: fixed;
  left: 0;
  background-color: rgb(113, 0, 121);
  width: 100%;
  z-index: 1;
}

.subnav-content a {
  float: left;
  color: white;
  text-decoration: none;
}

.subnav-content a:hover {
  background-color: #eee;
  color: black;
}

.subnav:hover .subnav-content {
  display: block;
}
.mobile-container {
  display: none;
  width: 100%;
  margin: auto;
  color: white;
  border-radius: 10px;
}

.topnav {
  overflow: hidden;
  background-color: #16002b;
  position: relative;
}

.topnav #myLinks {
  display: none;
  position: fixed;
  background-color: #16002b;
  width: 100%;
  height: 100%;
  text-align: center;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
  border: white;
  border: white;
  border-width: 1px;
  border-style: solid;
}

.topnav a.icon {
  background: #16002b;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  transition: 1s;
  
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}
.active {
  font-family: Tanha;
  color: white;
}
/* End */ 

/* Footer */

footer{
  width: 100%;
  background-color: rgb(189, 189, 189);
}
footer h5{
  margin-bottom: 1.5rem;
}


.telico{
  background: url(../icons/telegram.png);
}
.youtubeico{
  background: url(../icons/youtube.png);
}
.gmailico{
  background: url(../icons/gmail.png);
}
.instaico{
  background: url(../icons/insta.png);
}
.aparatico{
  background: url(../icons/aparat.png);
}
.icona{
  margin: 1rem;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: black;
  background-size: cover;
  transition: background-color 0.5s;
}

.icona:hover {
  background-color: rgb(146, 1, 146);  
}
/* End */


.sdiv{
    width: 36%;
}
img{
    width: 100%;
}
#package-selection, #items, #additional-features, #additional-info, #pricing {
    margin-bottom: 20px;
}

#additional-features div, #additional-info div {
    margin-bottom: 10px;
}
.fdiv{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 2rem;
}
#additional-info{
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    direction: rtl;
    width: 40%;
    background-color: #c4c1c15c;
    border-radius: 20px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
    border-style: groove;
}
.additionall{
    width: 35%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Tanha, sans-serif;

}
.input-container {
    text-align: center;
    margin: 2rem;
    width: 100%;
	position: relative;

}
.input-container label {
    width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 16px;
	color: #000000;
	pointer-events: none;
	transition: all 0.5s ease-in-out;
}
.input-container input {
	border: 0;
	border-bottom: 1px solid #555;
	background: transparent;
	width: 100%;
	padding: 8px 0 5px 0;
	font-size: 16px;
	color: #000000;
}
.input-container input:focus {
	border: none;
	outline: none;
	border-bottom: 1px solid #e74c3c;
}

.input-container input:focus ~ label,
.input-container input:valid ~ label {
	top: -12px;
	font-size: 12px;
}
#submit-btn{

    height: 50px;
    margin: 2rem;
    font-weight: bolder;
    font-family: Tanha, sans-serif;
    font-size: large;
    padding: 10px 20px;
    background-color: #4CAF50;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
#provinceSelect ,option{
    padding: 5px;
    border: double;
    border-radius: 7px;
    font-family: Tanha, sans-serif;
    font-weight: bold;
}

@media screen and (max-width: 600px) {
  .navbar{
    display: none;
  }
  .mobile-container{
    display: block;
  }
  .sdiv{
    display: none;
  }
  #additional-info{
    padding: 2px;
    width: 98%;
  }
  .additionall{
    width: 90%;
  }
  .icona{
    height: 48px;
  }
}