body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    overflow-x:hidden;
    scroll-behavior: smooth;
   
}

header {
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 1px solid #0000004d;
    box-sizing: border-box;
    box-shadow: 0px 3px 12px #00000036;
    display: grid;
    grid-template-columns: 7fr 1fr 1fr 1fr 1fr 1fr;
    line-height: 70px;
    background: transparent;
    z-index: 999;
}

header a {
    text-decoration: none;
    color: #000;
}

header a:nth-child(1) {
    color: #2196F3;
    padding-left: 20px;
}

header a:nth-child(5) {
    text-align: center;
    color: #fff;
    background: #ca1407;
}
section {
    width: 100%;
    height: calc(100vh - 70px);
    box-sizing: border-box;
    background-image: url(images/background.png), linear-gradient(#3F51B5,#29a5b5);
    background-size: contain;
    margin-top: 70px;
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
.mySlides {display: none}
img {vertical-align: middle;width:100%;height: 100%}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: auto;
  height: 100%;
}
.mySlides {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  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);
}

/* Caption text */
.text {
  background: #00000057;
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 7fr 5fr;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.image img {
    width: 40%;
    height: 450px;
    border-radius: 18px;
}
.description {
    padding: 0px 30px;
}
.description h1 {
    font-size: 64px;
    text-shadow: 3px 5px 5px #000000b3;
    font-weight: 100;
}
.description .signinmodal{
    text-decoration: none;
    color: #fff;
    background: #ca1407;
    padding: 5px 40px;
    text-shadow: none;
    font-size: 25px;
    border-radius: 50px;
}
.login_modal {
    display: none;
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    background: #00000047;
    top: 0;
    left: 0;
}

.form {
    position: absolute;
    width: 375px;
    height: 500px;
    background: #fff;
    top: 11%;
    transform: translate(-50%, -50%);
    left: 50%;
    border: 2px solid #920e05;
    box-shadow: 1px 1px 5px #00000082;
    border-radius: 6px;
    padding: 10px 20px;
    box-sizing: border-box;
}
a.closebutton {
   position: absolute;
    right: 1%;
    top: 1%;
    z-index: 3;
    border: 1px solid #fff;
    background: #f00;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 3px;
}
.group {
    width: 100%;
    height: 30px;
    border: 1px solid #2196F3;
    /* line-height: 15px; */
    box-sizing: border-box;
    position: relative;
    padding: 0px 10px;
    line-height: 30px;
    border-radius: 2px;
}

.group i {
    font-size: 21px;
    color: #2196f3;
}

.group input {
    width: 87%;
    height: 25px;
    border: none;
    position: absolute;
    padding-left: 10px;
}
.group input:focus,.group input:hover{
    outline:none;
}
.form h1 {
    color: #2196F3;
    text-align: center;
}
.form hr{
        margin-bottom: 40px;
}
.form button {
    border: 1px solid #2196f3;
    background: #fff;
    color: #2196F3;
    padding: 5px 20px;
    border-radius: 2px;
    box-shadow: 0px 0px 10px #03a9f459;
}
div#about {
   width: 100%;
   height: calc(100vh - 70px);
   display: grid;
   border: 1px solid #ccc;
   background: linear-gradient(#E91E63,#ff0057,#E91E63);
   grid-template-columns: 1fr 1fr;
   /* grid-gap: 15px; */
   box-sizing: border-box;
   padding: 10px 20%;
}

div#policy {
    width: 100%;
    height: calc(100vh - 70px);
    background: #ccc;
    display: grid;
     background: linear-gradient(#E91E63,#ff0057,#E91E63);
   grid-template-columns: 1fr 1fr;
   /* grid-gap: 15px; */
   box-sizing: border-box;
   padding: 10px 20%;
}
div#about div {
    height: calc(100vh / 3.5);
    box-sizing: border-box;
    padding: 10px 15px;
    color: #fff;
    text-align: justify;
}

div#about div img {
    width: 40%;
}
div#about div:nth-child(2) {
    text-align: left;
}
div#about div:nth-child(4) {
    text-align: right;
}
div#about div:nth-child(5) {
    text-align: left;
}
div#about div:nth-child(6) {
    text-align: left;
}
div#policy div {
    height: calc(100vh / 3.5);
    box-sizing: border-box;
    padding: 10px 15px;
    color: #fff;
    text-align: justify;
}

div#policy div img {
    width: 40%;
}
div#policy div:nth-child(2) {
    text-align: left;
}
div#policy div:nth-child(4) {
    text-align: right;
}
div#policy div:nth-child(5) {
    text-align: left;
}
div#policy div:nth-child(6) {
    text-align: left;
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

/*for mobile css*/
@media only screen and (max-width: 420px){

 body {
    margin: 0;
    padding: 0;
    width: 100vw;
    font-family: sans-serif;
     overflow: hidden; 
    background: no-repeat;
    height: 100vh;
}

header {
    position: fixed !important;
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #0000004d;
    box-sizing: border-box;
    box-shadow: 0px 3px 12px #00000036;
    display: grid;
    grid-template-columns: 3fr 1fr 1fr 1fr 1fr  !important;
    line-height: 70px;
    padding: 0;
    top: 0 !important;
    z-index:999 !important;
    background-color: #fff !important;
    background: transparent;
    font-size: 12px;
}

header a {
    text-decoration: none;
    color: #000;
}

header a:nth-child(1) {
    color: #2196F3;
    padding-left: 20px;
}

header a:nth-child(5) {
    text-align: center;
    color: #fff;
    background: #de1212;
}
section {
    width: 100%;
    height: calc(100vh - 70px);
    position: relative;
    /* margin-top: 70px; */
    box-sizing: border-box;
    background-image: url(images/background.png), linear-gradient(#3F51B5,#29a5b5);
    background-size: contain;
}
.mySlides {display: none}
img {vertical-align: middle;width:100%;height: 100%}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: auto;
  height: 97vh;
}
.mySlides {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  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);
}

/* Caption text */
.text {
  background: #00000057;
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 5px;
  padding: 8px 11px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  width: 94%;
  height: 100%;
  display: grid;
  grid-template-columns: 7fr 5fr;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
div#about {
   width: 100%;
   height: calc(100vh - 70px);
   display: grid;
   border: 1px solid #ccc;
   background: linear-gradient(#E91E63,#ff0057,#E91E63);
   grid-template-columns: 1fr;
   /* grid-gap: 15px; */
   box-sizing: border-box;
   padding: 10px 2%;
}

div#policy {
    width: 100%;
    height: calc(100vh - 70px);
    background: #ccc;
    display: grid;
    background: linear-gradient(#E91E63,#ff0057,#E91E63);
   grid-template-columns: 1fr;
   /* grid-gap: 15px; */
   box-sizing: border-box;
   padding: 10px 2%;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.image img {
    width: 100%;
    height: 300px;
    border-radius: 18px;
    margin-top: 50%;
}
.description {
    padding: 75px 4px;
}
.description h1 {
    font-size: 20px;
    text-shadow: 3px 5px 5px #000000b3;
    font-weight: 100;
}
.description .signinmodal{
    text-decoration: none;
    color: #fff;
    background: #de1212;
    padding: 5px 40px;
    text-shadow: none;
    font-size: 25px;
    border-radius: 50px;
    position:;
    bottom: 40%;
    position: absolute;
    border: 1px solid white;
}
.login_modal {
    display: none;
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    background: #00000047;
    top: 0;
    left: 0;
}

.form {
    position: absolute;
    width: 100%;
    height: 400px;
    background: #fff;
    top: 11%;
    transform: translate(-50%, -50%);
    left: 0;
    right: 0;
    border: 2px solid #920e05;
    box-shadow: 1px 1px 5px #00000082;
    border-radius: 6px;
    padding: 10px 20px;
    box-sizing: border-box;
}
a.closebutton {
   position: absolute;
   right: 0%;
   top: 11.1%;
   z-index: 3;
   border: 1px solid #fff;
   background: #f00;
   color: #fff;
   text-decoration: none;
   padding: 5px 10px;
   border-radius: 3px;
}
.group {
    width: 100%;
    height: 30px;
    border: 1px solid #2196F3;
    /* line-height: 15px; */
    box-sizing: border-box;
    position: relative;
    padding: 0px 10px;
    line-height: 30px;
    border-radius: 2px;
}

.group i {
    font-size: 21px;
    color: #2196f3;
}

.group input {
    width: 87%;
    height: 25px;
    border: none;
    position: absolute;
    padding-left: 10px;
}
.group input:focus,.group input:hover{
    outline:none;
}
.form h1 {
    color: #2196F3;
    text-align: center;
}
.form hr{
        margin-bottom: 40px;
}
.form button {
    border: 1px solid #2196f3;
    background: #fff;
    color: #2196F3;
    padding: 5px 20px;
    border-radius: 2px;
    box-shadow: 0px 0px 10px #03a9f459;
}
}