* {
  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 {
  max-width: 1300px;
  margin: 20px auto;
  width: 90%;
  background-color: #000000;
  padding: 60px 0px;
  text-align: center;
}
iframe {
  width: 90%;
}

@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);
  }
}

.container .welcome .welcome-text h3 span {
  color: red;
  font-weight: bolder;
}

.container .welcome .welcome-text h3{
  font-weight: bolder;
  font-size: 18px;
  color: black;
}

.container .welcome .welcome-text h3 i{
  padding-right: 3px;
}

/* =========== BUTTON 1========= */
  .container .welcome .welcome-text button {
  margin: 20px auto;
  width: 100%;
  height: 100px;
  border: none;
  background-color: #0031A0;
  border-radius: 20px;
  cursor: pointer;
  text-align: center;
  

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

.container .welcome .welcome-text button:hover {
  background-color: rgb(28, 45, 234);
}
.container .welcome .welcome-text button a {
  color: white;
  padding: 20px;
  display: block;
  font-size: 28px;
  width: 100%;
  font-weight: 700;
}  

/* =========== BUTTON 1 END ========= */
 @-moz-keyframes main {
  0% {
    transform: scale(1);
    visibility: visible;
  }

  50% {
    transform: scale(1);
  }

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

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

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

.red {
  color: red;
} 

section {
  background-color: white;
}
section .headlines {
  width: 100%;
  margin: auto;
  max-width: 1300px;
}
section .headlines h1 {
  font-weight: 900;
  text-align: center;
  font-size: 1.6rem;
  margin: 10px 0;
  max-width: 900px;
  margin: auto;
  width: 80%;
}

/* =================== VSL MEDIA QUERY ================== */
@media screen and (min-width: 700px) {
  .article button {
    margin: 40px auto;
  }

  .article 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;
}
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%;
}
/*================ FROM ARTICLE ===============*/

.article {
  max-width: 1400px;
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.article span {
  color: black;
  font-weight: bolder;
  font-size: x-large;
}

.article h1 {
  text-align: center;
  font-weight: 900;
}
.article p {
  color: #0b0b0b;
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 2rem;
}
li {
  line-height: 50px;
  font-size: 1.1rem;
}

h2 {
  color: red;
  text-align: center;
}

h2 {
  text-align: center;
}

h3 {
  text-align: center;
  font-size: 25px;
  margin: 0;
  padding-top: 22px;
  font-weight: 800;
}
a {
  text-decoration: none;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
  /* margin: 50px 0; */
}
.content {
  width: 25%;
  margin: 15px;
  box-sizing: border-box;
  float: left;
  text-align: center;
  border-radius: 20px;
  cursor: 10px;
  box-shadow: 0 14px 20px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  transition: 0.4s;
  background: #fff;
}
.content .cash {
  border: 2px solid dashed;
}
.content p {
  color: #0b0b0b;
}
.content .cash p {
  font-size: 1.5rem;
  color: #0b0b0b;
}
#order-form {
  width: 100%;
  text-align: center;
}

.diff {
  background-image: linear-gradient(#dbe7f8, #fafafa);
  border: 2px red dashed;
}
.diff h3 {
  color: red;
}
.content:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translate(0px, -8px);
}
.content img {
  width: 300px;
  height: 250px;
  text-align: center;
  margin: 0 auto;
  display: block;
}
p {
  text-align: center;
  color: #b2bec3;
}
h6 {
  font-size: 46px;
  text-align: center;
  color: #222f3e;
  margin: 0;
  font-weight: bolder;
}
.gallery ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.fa {
  font-size: 26px;
  transition: 0.4s;
}
.checked {
  color: #ff9f43;
}
.fa:hover {
  transform: scale(1.3);
  transition: 0.6s;
}
.gallery .content button {
  text-align: center;
  font-size: 24px;
  color: #fff;
  width: 100%;
  padding: 15px;
  border: 0;
  outline: none;
  cursor: pointer;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.buy-1 {
  background: #0b0b0b;
}
.buy-2 {
  background: #0b0b0b;
}
.buy-3 {
  background: #0b0b0b;
}
#order-form {
  width: 100%;
}

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

  50% {
    transform: scale(1);
  }

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

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

  50% {
    transform: scale(1);
  }

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

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

  50% {
    transform: scale(1);
  }

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

/* =========== MAIN TRANSITION ========= */

 main {
  margin: 20px auto;
  width: 100%;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  visibility: hidden;

  animation-name: main;
  animation-duration: 20ms;
  animation-iteration-count: 0;
  animation-direction: alternate;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 30000ms;
}
/* =========== MAIN END========= */

.footer img {
  width: 100%;
  height: auto;
}
@media (max-width: 1000px) {
  .content {
    width: 45%;
  }
  .container h1 {
    text-align: center;
  }
  iframe {
    margin: 30px 0;
  }
}

@media (max-width: 750px) {
  .content {
    width: 100%;
  }
  .container h1 {
    text-align: center;
  }
  iframe {
    margin: 30px 0;
  }
}
@media (max-width: 640px) {
  .container {
    width: 95%;
  }
  li {
    line-height: 35px;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }

  .container h1 {
    text-align: center;
  }
  .footer iframe {
    margin: 30px 0;
  }
}
