* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

li, a {
  list-style-type: none;
  text-decoration: none;
}

body {
  font-family: "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
}

.iframe_wrapper{
  /* height: 350px; */
  max-width: 1300px;
  margin: 20px auto;
  width: 100%;
  background-color: #000000;
  padding: 60px 0px;
  text-align: center;
}
iframe{
  width: 90%;
  /* height: 250px; */
}


@media (min-width: 300px) {
  iframe{
    
    height: 230px;
  }
}
@media (min-width: 330px) {
  iframe{
    height: 240px;
  }
}
@media (min-width: 350px) {
  iframe{
    height: 250px;
  }
}
@media (min-width: 400px) {
  iframe{
    height: 320px;
  }
}

@media (min-width: 450px) {
  iframe{
    height: 350px;
  }
}

/* @media (min-width: 550px) {
  iframe{
    height: 100%;
  }
} */

@keyframes btn {
  0% {
    transform: scale(1);
    visibility: visible;
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

@-webkit-keyframes btn {
  0% {
    transform: scale(1);
    visibility: visible;
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

@-o-keyframes btn {
  0% {
    transform: scale(1);
    visibility: visible;
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

@-moz-keyframes btn {
  0% {
    transform: scale(1);
    visibility: visible;
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

button{
  margin: 20px auto;
  width: 100%;
  border: none;
  background-color: green;
  border-radius: 20px;
  cursor: pointer;

  visibility: hidden;
  animation-name: btn;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: 00ms;
  animation-iteration-count: infinite;
}

button:hover{
background-color: rgb(8, 82, 8);
}
button a{
  color: white;
  padding: 20px ;
  display: block;
  font-size: 18px;
  width: 100%;
  font-weight: 700;
}
::-moz-selection {
  color: #fff;
  background: #212529;
}

::selection {
  color: #fff;
  background: #212529;
}

.red {
  color: red;
}

section {
  background-color: #F0EFED;
  background-image: url("./asset/m-b-back.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}
section .heading {
  width: 100%;
  margin: auto;
  max-width: 1300px;
}
section .heading h1 {
  font-weight: 900;
  text-align: center;
  font-size: 1.6em;
  margin: 10px 0;
  max-width: 900px;
  margin: auto;
  width: 80%;
  
}

@media screen and (min-width: 700px) {


  button{
    margin: 40px auto;
  }
  

  button a{
    color: white;
    padding: 40px ;
    display: block;
    font-size: 30px;
    width: 100%;
    font-weight: 700;
  }

  .iframe_wrapper{
    border: 5px solid red;
    height: 80vh;
    max-width: 1000px;
    margin: 0 auto;
  }


  .iframe_wrapper{
    max-width: 1200px;
    margin: 20px auto;
    width: 100%;
    background-color: #000000;
    padding: 30px 10px;
  }
  iframe{
    height: 100%;
  }

  section .heading h1 {
    font-size: 3em;
  }
}
section .heading .heading-vid {
  height: 500px;
  width: 100%;
  margin: 20px auto 0;
  border: 2px solid red;
}
section .container .welcome {
  background-color: white;
  padding: 10px 15px 100px;
}
section .container .welcome .welcome-text h4 {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  width: 90%;
  margin: auto;
}
section .container .welcome .welcome-text .div {
  border-radius: 6px;
  color: #4a4a4a;
  display: block;
  padding: 1.25rem;
  margin: 0 auto;
  margin-top: 25px;
  width: 93%;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 700px) {
  section .container .welcome .welcome-text .div {
    width: 70%;
  }
}
section .container .welcome .welcome-text .div h3 {
  font-family: "Open Sans";
  color: #4a4a4a;
  font-size: 24px;
  width: 50%;
  margin: auto;
  font-weight: 700;
}
section .container .welcome .welcome-text .div h3 img {
  width: 30px;
}
section .container .welcome .welcome-text .div p {
  color: #4a4a4a;
  font-size: 17px;
  margin: 15px 0;
}

.max-width {
  max-width: 850px;
  width: 100%;
  margin: auto;
}

footer {
  padding: 20px;
}
footer .footer {
  text-align: center;
  max-width: 770px;
}
footer .footer ul {
  display: flex;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
  width: 90%;
  margin: auto;
  text-align: center;
}
footer .footer ul li {
  padding: 0 7px;
  text-align: center;
  line-height: 1.3;
}
footer .footer ul li a {
  font-size: 15px;
  color: #479da9;
}
footer .footer ul li span {
  margin-left: 5px;
}
footer .footer .copyright p {
  line-height: 1.4;
  margin-top: 10px;
  font-size: 0.7em;
  color: #888;
  font-size: 12px;
}
footer .footer .copyright p:nth-child(1) {
  font-size: 14px;
  width: 90%;
  margin: 10px auto 0;
}

img {
  width: 100%;
}/*# sourceMappingURL=style.css.map */