

@import url("http://www.fontstatic.com/f=jazeera,jazeera-light");

@import url("http://www.fontstatic.com/f=sky-bold,sky");
   
  body{
    width:100%;
      
 zoom:100%
  }
     @media (max-width: 600px) {
  body{
    width:100%;
    zoom:40%
  }


}         
    @media (max-width: 480px) {
  body{
    width:100%;
    zoom:30%
  }
}     
 
     
  
#hed1 {
 
    background-size:100%;
  
    position:relative;
     width: -moz-fit-content;
width: -webkit-fit-content;
width: fit-content;

}

#hed2 {
   
    background-size:100%;
    background-repeat: space;
   
     width: -moz-fit-content;
width: -webkit-fit-content;
width: fit-content; 
}
#hed3{
   
    background-size:100%;
    background-repeat: space;
    
     width: -moz-fit-content;
width: -webkit-fit-content;
width: fit-content; 
}
     
 


  .dialog1{
    width: 800px;
    height: 900px;
   
    background-color: rgba(60, 159, 131, 0.42);

  }
/*?////////////////////////    ////////////*/

  .psky{
    font-family: 'sky';
    text-align: justify;
   

  }
  .hkoufi1{
    font-family: 'sky';
    /*background-color: #e74c3c;*/
  }
  iframe{
    border: none; 
  }


  .button-29 {
    align-items: center;
    appearance: none;
    background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
    border: 0;
    border-radius: 6px;
    box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: "JetBrains Mono",monospace;
    height: 48px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
    font-size: 18px;
  }
  
  .button-29:focus {
    box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
  }
  
  .button-29:hover {
    box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
    transform: translateY(-2px);
  }
  
  .button-29:active {
    box-shadow: #3c4fe0 0 3px 7px inset;
    transform: translateY(2px);
      
  }
  /*///////////////////////////////////////////////////////////*/
      .t1{
      display: inline-block;
     
          width: 500px;
          height: 900px;  
          
          border: 1px solid black;
           position:absolute;
      }
  .t2{
      display: inline-block;
     
          width: 500px;
          height: 900px;  
          top:300px;
          left:10px;
          border: 1px solid black;
           position:relative;
      text-align: justify;
      }
      
  .video1{
   /* border: 2px solid rgb(15, 13, 13);*/
    width: 530px;
      height: 590px;
      border-radius: 5px;
      display: inline-block;
      margin: 15px;
      padding: 10;
   
       box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
      transition: transform 1s;
      transition-property:transform, box-shadow;
      transition-duration: 0.5s;
      transition-timing-function: linear;
  position: relative;
      vertical-align: top;
  
  
  }
   
  .video1:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transform: scale(1.01);
  }
   
      
      .txt1{
          width: 300px;
          font-size: 20px;
          border-radius: 10px;
          text-align: center;
          margin: 5px;
      } 
      
     #hed1 {
    background-image: linear-gradient(#65b76b, #acdbab);
  } 
