@font-face {
    font-family: "caset";
    src: url("../font/Cassette.otf");
}
h1{
    font-family: "caset";
    margin-top: 50px;
    letter-spacing: 3px;
    text-align: center;
    font-size: 36px;
    background: linear-gradient(to bottom,#f53900,#ff7f02);
    background-clip: text;
    color: transparent;
}
h2{
    font-family: "caset";
    background: linear-gradient(to bottom,#f53900,#ff7f02);
    background-clip: text;
    color: transparent;
    
}
h3{
        color: #f54300 ;
        font-family: "caset";
}

nav li{
display: inline;
list-style-type: none;
padding-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 30px;
margin-left: 30px;
background-color: #ff7f02;
transition: 0.3s linear;
border-radius: 5px;
}
nav li:hover{
    
     box-shadow: 0 0 0 2px white, 0 0 0 4px #f53900;
}

nav a{
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: medium;
}

nav{
    margin-left: 150px;
}
.image{
    margin: 10px,0;
}
#main{
    width: 1200px;
   margin: 0 auto; 
}
header{
    width:1200px;
 
    display: flex;
flex-direction: column;
}
section{
    margin-left: 200px;
    float: right;
    width: 900px;
}
.zag{
    display: flex;
   justify-content: space-between;
   background: radial-gradient(at top,#a5e0f3,#4bd2ff, #195bf5);
}

   aside{
    float: left;
   }
 p{
    text-align: justify;
    text-indent: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
 }
   #gallery{
    position: absolute;
    top: 270px ;
    left:50px ;
    width: 300px;
   }
   figure{
float: left;
width: 120px;
padding: 0px;
margin: 0px;
height: 200px;
}
.gal{
    overflow: hidden;
    padding-left: 20px;
}
figcaption{
    
    background-color: azure;
    border: 3px #ff7f02 solid;
    border-radius: 10px;
    width: 90px;
    padding: 5px;
    font-size: 18px;
    opacity: 0;
    transition: all 1s;
    font-size: 10px;
    text-align: center;
}
.gal:hover figcaption{
opacity: 1;
translate: 0 15px;
}

.gal img{

   width: 100px;
   height: 100px;
  
}
.gal img:hover{
    transition: all 0.5s;
   width: 120px;
   height: 120px;
}
   #gallery section{
    margin-left: 5px;
 margin-right: 5px;
     padding-left: 0px;
padding-right: 0px;
       width: 350px;
}
body{
    background: linear-gradient( to bottom,white,#a5e0f3,#4bd2ff,#a5e0f3 ,white );
}
#gallery h2{
     font-family: "caset";
     background: linear-gradient(to bottom,#f53900,#ff7f02);
    background-clip: text;
    color: transparent;
    text-align: center;
}
#content section{
    background-color: rgba(255, 255, 255, 0.5);
    width: 1000px;
    padding: 10px;
    
}
section ul li{
    list-style-type: none;
    padding: 10px;
    cursor: pointer;
}
section ul li:before {
    content: url("../img/paw.png");
    display: inline-block;
    transform: rotate(0);
    transition: all 1s; }
section li:hover:before {
    content: url("../img/paw2.png");
    transform: rotate(180deg)

}
    .hide{
	display: none;
}
.show{
	display: block;
}


#text{  background-color: rgba(255, 255, 255, 0.3);
    width: 900px;
    padding-right: 10px;
    padding-left: 1px;
padding-bottom: 10px;}
h4{
    cursor: pointer;
    color: #ffffff;
    padding-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 30px;
margin-left: 30px;
background-color: #ff7f02;
transition: 0.1s linear;
border-radius: 5px;
width: 105px;
height: 15px;
font-size: 15px;
text-align: center;
}
h4:hover{
     box-shadow:  200px 0 0 0 #ec4605 inset;
      
}

 footer{
    display: flex;
    justify-content: space-between;
    width: 1100px;
   height: 100px;
    
}
footer h1{
font-size: 16px;
padding-left: 100px;
padding-right: 10px;
}
footer a{
    text-decoration: none;
        background: linear-gradient(to bottom,#f53900,#ff7f02);
    background-clip: text;
    color: transparent;
}
iframe{
    margin: 0 auto;
}