/* CSS styles for Royal Homeo Academy website */
/* Make the image fully responsive */
*{margin: 0; padding: 0; box-sizing: border-box;
  font-family: 'Roboto', sans-serif;} 
body {
 font-family: 'Zen Old Mincho';font-size: 18px;
  margin: 0;
  position: relative; 
}

 .text{
     margin:0;
 }

/* Text styles ##########################################*/

 
   
    .w3-theme-gradient {
      color: #000 !important;
      background: -webkit-linear-gradient(top, #64B5F6 25%, #42A5F5 75%)
    }

    .w3-theme-gradient {
      color: #000 !important;
      background: -moz-linear-gradient(top, #64B5F6 25%, #42A5F5 75%)
    }

    .w3-theme-gradient {
      color: #000 !important;
      background: -o-linear-gradient(top, #64B5F6 25%, #42A5F5 75%)
    }

    .w3-theme-gradient {
      color: #000 !important;
      background: -ms-linear-gradient(top, #64B5F6 25%, #42A5F5 75%)
    }

    .w3-theme-gradient {
      color: #000 !important;
      background: linear-gradient(top, #64B5F6 25%, #42A5F5 75%)
    }

  
   .w3-tangerine {
       font-family: "Tangerine", serif;
    }

     .w3-sofia {
        font-family: Sofia, cursive;
      }
  .w3-lobster {
    background-color:#2a6592"
        font-family: "Lobster", Sans-serif;
        text-shadow: #d5ec07;
         font-weight: 900;
        }

samp {
  color: rgb(245, 31, 31);
font-family: Georgia, serif;
  font-size:24px;
  text-shadow: #555;
  font-weight:800;
}

samp2 {
  color:black;
  font-family: Georgia, serif;
  font-size: 15px;
}


samp3 {
  color: hotpink;
  font-family: Georgia, serif;
  
}

samp4 {
  font-size: 24px;
  font-weight: 22;
 font-family: Georgia, serif;
  color: ;
}

samp8 {
  color: bisque;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  font-size: 21px;
}
 
samp6 {
  color: white;
  font-family: Georgia, serif;
  font-size: 18px;
}


span.psw {
  float: right;
  padding-top: 8px;
}
/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
    display: block;
    float: none;
  }

  .cancelbtn {
    width: 100%;
  }
}


.nav-menu {
  margin-top: 600px;
}

.w3-theme-gradient {
  color: #000 !important;
  background: -webkit-linear-gradient(top, #64B5F6 25%, #42A5F5 75%)
}

/* Text styles ##########################################*/



/* <! Content-2--> */
.carousel-inner img {
        width: 100%;
        height: 90vh;
      }

     img {
         vertical-align: middle;
        }
.nav-dis{
  position: absolute;
  display: flex;
  position: relative;
  float: inherit;
}
#mySidenav a {
  position: absolute;
  left: -80px;
  transition: 0.3s;
  padding: 15px;
  width: 100px;
  text-decoration: none;
  font-size: 20px;
  color: white;
  border-radius: 0 5px 5px 0;
}

#mySidenav a:hover {
  left: 0;
}
.sidepanel  {
  width: 0;
  position: fixed;
  z-index: 1;
  height: 760px;
  top: 0;
  left: 0;
  background-color: #111111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidepanel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidepanel a:hover {
  color: #f1f1f1;
}

.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}

.std-color{
 background-color:#d7dadd;
 font-family: 'Roboto', sans-serif;
  color: #fff;
}



 /* Collapsed sidepanel css 3*/



.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #fff;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color:#ddd;
}



 /* Collapsed sidepanel css 4*/


*, *:before, *:after {
  box-sizing: inherit;
}

#about {
  top: 20px;
  background-color: #04AA6D;
}

#blog {
  top: 80px;
  background-color: #2196F3;
}

#projects{
  top: 140px;
  background-color: #f44336;
}

#contact {
  top: 300px;
  background-color: #555
}


input[type=text], input[type=password] {
  width: 100%;
  padding: 1px 1px;
  margin: 8px 0;
  display: inline-block;
  border: 0px solid #ccc;
  box-sizing: border-box;
}

.imgcontainer {
  text-align: left;
  margin: 14px 0 12px 0;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}

.container {
  padding: 0 16px;
}

.radius2 {
  border-radius: 10% 10% 10% 10%;

}
.container {
  padding: 0 14px;
}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}


.button:hover {
  background-color: #555;
}
/* Collapsed sidepanel css 5*/
.aca{
  font-size: 45px;
  font-weight: 12px;
 
}

/* <!--Menu & Content-2--> */


/* sidepanel styles */


/* CSS styles for Royal Homeo Academy website */
/* Make the image fully responsive */


.flip-box {
  background-color: transparent;
  width: 300px;
  height: 200px;
  border: 1px solid #f1f1f1;
  perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateX(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  background-color: #bbb;
  color: black;
}

.flip-box-back {
  background-color: dodgerblue;
  color: white;
  transform: rotateX(180deg);
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}

.button {
  box-shadow: 3px 3px;
  background-color: #444;
  padding: 2px 2px;
  margin: 2px 0;
  border: none;
  cursor: pointer;
  width: auto;
  text-align: center;
  color: white; 
  background-color: #04AA6D;
   font-size: 18px;
}


.button2 {
  background-color: #2a6592;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  margin-left: -7px;
}

  


.button4 {
    position:left;
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}

button:hover {
  opacity: 0.8;
}

.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #ddd;
  color: white;
  padding: 10px 5px;
  border: none;
}

.openbtn:hover {
  background-color:#444;
}







/* Style the tab */
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 30%;
  height: 300px;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
  height: 300px;
  display: none;
}

/* Clear floats after the tab */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}



button:hover {
  opacity: 0.8;
}

.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
}

img {
  vertical-align: middle;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}
.container {
  padding: 16px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
  
}






/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}


/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}



/* Create three equal columns that floats next to each other */
.column {
  float: left;
  height: 626px; /* Should be removed. Only for demonstration */
  width: 33.3%;
  margin-bottom: 13px;
  padding: 0 8px;
}
    
.columns {
  float: left;
  width: 33.3%;
  padding: 2px;
}
.column-left {
  float: left;
  width: 20%;
  padding: 3px;
  height: 626px; /* Should be removed. Only for demonstration */
  
}
  .column-right {
  float: left;
  width: 3%;
  padding: 5px;
  height: 626px; /* Should be removed. Only for demonstration */
  }
  
  @media only screen and (max-width: 600px) {
    .column{
       width: 100%;
       display: block;
    }
    
    .column-right {
      width: 100%;
    }
  }
  
@media screen and (max-width: 650px) {
  .columns {
    width: 100%;
    display: block;
  }
}


.flip-box {
  background-color: transparent;
  width: 300px;
  height: 200px;
  border: 1px solid #f1f1f1;
  perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateX(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  background-color: #bbb;
  color: black;
}

.flip-box-back {
  background-color: dodgerblue;
  color: white;
  transform: rotateX(180deg);
}

.main-div{
  background-color: royalblue;
  }

  
#entry-01{
    width: 90%;
    height: 740px;
    background-color:  bisque;
    border-radius: 50% 10% 10% 10%;
    margin-left:0px;
  }
  


@keyframes mymove {
  from {left: 0px;}
  to {left: 300px;}
}

  
table, th, td {
  border:1px solid black;
}
#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
 margin-left: 130px;
 
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 3px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
 margin-left: 45px;
  text-align: center;
  background-color: #ffa500;
  color: white;
}

#example1 {
  border: 2px solid black;
  padding: 25px;
  background: url(mountain.jpg);
  background-repeat: no-repeat;
  background-size: auto;
}

#example2 {
  border: 2px solid black;
  padding: 25px;
  background: url(mountain.jpg);
  background-repeat: no-repeat;
  background-size: 500px 100px;
}

.price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2)
}

.price .header {
  background-color: #111;
  color: white;
  font-size: 18px;
}

.price li {
  border-bottom: 1px solid #eee;
  padding: 3px;
  text-align: left;
 padding-left: 12px;
}

.price .grey {
  background-color: #eee;
  font-size: 20px;
}

     .price li {
      border-bottom: 1px solid #eee;
      padding: 20px;
      text-align: center;
      }

     .price .grey {
      background-color: #eee;
      font-size: 20px;
      }



/* Card styles */

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
   
.card-left {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
padding: 5px;
text-align: center;
background-color: #f1f1f1;
width:235px;
}

.card-4 {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
padding: 5px;
text-align: center;
background-color:red;
width:635px;

}


/* Footer styles */
 /* Collapsed sidepanel css 5*/
footer {
 
  }
  .dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
  }
  
  .dropup {
    position: relative;
    display: inline-block;
  }
  
  .dropup-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    bottom: 50px;
    z-index: 1;
  }
  
  .dropup-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropup-content a:hover {background-color: #ccc}
  
  .dropup:hover .dropup-content {
    display: block;
  }
  
  .dropup:hover .dropbtn {
    background-color: #2980B9;
  }

   /* Collapsed sidepanel css 6*/
   .avatar3 {
    
    vertical-align: middle;
    width: 50px;
    height:50px;
    border-radius: 50%;
  }

  .babul-radius {
  
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
  
   /* Collapsed sidepanel css 7*/
   
