/* this for tourism page */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }
/* the end of nav bar */
.cont1{
    border-radius: 30px;
    width: 100%;
    background: white;
    border: 2px tomato solid;
height: 218px;
margin-top: 30px;
}
.img1:hover{
padding-left: 7px;

}
.p1{
    text-indent: 15%;
float: left;
width:65%;
line-height: 30px;
padding-left: 10px;
font-size: 17.5px;

}
.fig1{
float:right;
width: 30%;
}


.caption1{
    
background-color: black;
color: blanchedalmond;
width: 300px;
}
.header{
    position: relative;
   background-color: white;
opacity: 0.5;
height: 200px;
}
.h1{
    margin-top:0px;
text-align: center;
padding-bottom: 90px;

}
body{
background-image: url(ss.jpg);
background-size: cover;
 background-repeat: no-repeat;
background-attachment: scroll;
transition: 2s;
}

body:hover{
    background-image: url(img2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    transition: 2s;
}
/* body.overlay{
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
} */
.whole{
overflow: hidden;
width: 1170px;
margin:auto  ;
}
.cont2{
white-space: normal;
width: 100%;
background: white;
border: 2px tomato solid;
height: 590px;
margin-top: 30px;
border-radius: 30px;
}
.p2{
    padding-left: 10px;
    font-size: 17.5px;
    line-height: 27px;
    text-indent: 10%;
    
}
.caption2{
    background-color: black;
color: blanchedalmond;
width: 300px;


}

#d1{
    float: left;
 width: 20%;
}
#d1:hover{
    padding-top: 7px;

}
#d3{
    float: left;
  width: 35%;
  margin-left: 170px;
}
#d3:hover{
    padding-top: 7px;
}
#d2{
    float: right;
  width: 20%;
  padding-right: 50px;
}
#d2:hover{
    padding-top: 7px;
}
.cont3{

    
    margin-top: 30px;
}
.video{  
    width: 1170px;
    height: 700px;
    border-radius: 37px;
    cursor: pointer;
}

.h3{
    background-color: black;
color: blanchedalmond;
    width: 160px;
}


.cont4{
    width: 100%;
    background: white;
    border: 2px tomato solid;
    height: 720px;
    margin-top: 30px;
border-radius: 30px;
}
.p4{ 
    padding-left: 10px;
    font-size: 17.5px;
    text-indent: 15%;
    line-height: 26.5px;
    float: left;
    width: 60%;
}
.fig4{
float: right;
width: 35%;
}
.caption4{
    background-color: black;
color: blanchedalmond;
}
.img4{
    width: 220px;
}
.img4:hover{
    padding-left: 7px;

}
mark{
   background-color:rgb(243, 255, 71) ;
}
#cont5{
    /* background: white;
    border: 2px tomato solid;
    height: 720px; */
    margin-top: 30px;
border-radius: 30px;
}
.table{
    border-color: tomato ;
  margin-left:140px;
width: 800px;
}
/* of table */
.caption5{
    background-color: black;
    color: blanchedalmond;
  font-size: 25px;

}
a{
 text-decoration: none;
}
/* button of video */
.button1{
    background:rgb(201, 201, 201);
    font-size: 20px;
    position: absolute;
    border-radius: 70px;
  right: 450px;
}
.button1:hover{
    margin-top: 5px;
 background: brown;

}
/* this button of onther des */
.button2{
    background:rgb(201, 201, 201);
    font-size: 20px;
 position: absolute;
 border-radius: 70px;

 right: 100px;
}
.button2:hover{
   margin-top: 5px;
background: brown;
}
.button{
 color: black;
}
/* this button of capital of turkey */
.button3{
    background:rgb(201, 201, 201);
    font-size: 20px;
 position: absolute;
 border-radius: 70px;
left: 330px;
}
.button3:hover{
    margin-top: 5px;
    background: brown;
}
/* this button of istanbul */
.button4{
    background:rgb(201, 201, 201);
    font-size: 20px;
 position: absolute;
 border-radius: 70px;
left: 100px;
}
.button4:hover{
    margin-top: 5px;
    background: brown;
}

/* of button (up) */
.button5{
background: rgb(255, 187, 0);
border-radius: 70px;
font-size: 40px;
position: fixed;
left: 200px;
bottom: 100px;
}
.button5:hover{
opacity: 0.7;
    margin-bottom: 5px;
}

th{
    background: cornsilk;
}
/* this class from inside the image in table */
.td{
    cursor: pointer;
    transition: 1s;
}
.td:hover{
margin-left: 10px;

}

