/*===== default css  =====*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,600;1,700;1,800&display=swap"); /*===== default css  =====*/
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap");
html {
  scroll-behavior: smooth;
}
* {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
}
img {
  transition: 1s;
}

a {
  color: white;
  font-size: 15px;
}
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.fixed {
  width: 100%;
  background-image:
    url("img/background.jpg");
  background-size: cover;
  align-items: center;
  background-position: center;
  height: auto;
  background-attachment: fixed;
}
.banner {
  padding: 5% 0;
}
.containt {
  background-color: rgba(0, 0, 0, 0);
  width: 70%;
  margin: auto;
}

.cuban h3 {
  text-decoration: none;
  color: #fff;
  font-size: 40px;
  letter-spacing: 2px;
}

.cuban h2 {
  color: #ffcc00;
  letter-spacing: 3px;
  font-size: 40px;
  line-height: 30px;
  padding-bottom: 5%;
}
.cuban h4 {
  color: #ffcc00;
  letter-spacing: 3px;
  font-size: 25px;
  line-height: 30px;
  padding-bottom: 5%;
}
.cuban h2 sup {
  color: white;
  font-size: 15px;
  font-weight: 400;
}

.yellow {
  padding: 5% 0;
}
.hr {
  width: 15%;
  margin: auto;
  padding: 1px 0;
  border-radius: 30px;
  background-color: #ffcc00;
}

.cuban {
  text-align: center;
}

.cuban {
  padding-bottom: 4%;
}
.box {
  width: 60%;
  margin: auto;
  height: auto;
  border-radius: 0px;
  background: linear-gradient(45deg, #7703d1, #3d03d1);
  border: 10px solid #ffcc00;
  box-shadow: 0 0 30px #000;
}

.wraper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 3% 5%;
  grid-gap: 5% 5%;
}

.wraper img {
  display: block;
  transition: 0.4s;
}

.wraper img:hover {
  transform: rotate(10deg);
}

.wraper a {
  color: white;
  font-size: 15px;
}

.cuban p {
  color: white;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  word-spacing: 4px;
  padding: 0 15%;
}

.row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 4em;
  padding-bottom: 10%;
  width: 80%;
  margin: auto;
}
.row img {
  width: 100%;
  border-radius: 15px;
}
/*.img{
	overflow: hidden;
	display: inline-block;
}*/
.op img {
  border-radius: 20px;
  cursor: pointer;
}

.op img {
  box-shadow: 0 0 30px #333;
  transform: scale(1);
  transition: 0.6s;
}

.op img:hover {
  transform: scale(1.2);
}

.icon {
  padding: 15% 35% 2% 35%;
  display: flex;
  justify-content: space-between;
}

.outline i {
  font-size: 40px;
  color: #fff;
  transition: 0.6s;
}

.outline i:hover {
  transform: rotate(330deg);
  color: #00ccff;
}
/*====about section css =====*/

/*=====section css =====*/
/*=====section css =====*/

/*===== Mobile, tab and medium & small device =====*/
@media screen and (max-width: 768px) {
  /*===== start Mobile css =====*/
  .containt {
    width: 90%;
    margin: auto;
  }
  .wraper,
  .row {
    grid-template-columns: 1fr;
  }
  .row {
    width: 100%;
  }
  .cuban img {
    width: 80%;
  }
  .cuban h3 {
    font-size: 30px;
    font-weight: 800;
  }
  .cuban h2 {
    font-size: 30px;
  }
  iframe {
    width: 95%;
    height: 215px;
  }
  .box {
    width: 95%;
    margin-bottom: 10%;
  }
  .wraper {
    text-align: center;
    padding: 10% 0 30% 0;
    grid-gap: 10% 0;
  }
  .wraper img {
    width: 60%;
    margin: auto;
  }
  .hr {
    width: 40%;
  }
  .cuban p {
    padding: 0 0;
  }
  .outline i {
    font-size: 35px;
  }
  .icon {
    padding: 5% 20%;
  }
}
.modal-dialog__img {
  width: 100%;
}
