*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
/* html font size */
html {
  font-size: 62.5%;
  overflow: scroll;
}
/* Navigation bar */
nav{
  padding-top: 3.6rem;
}
@media (min-width: 992px){
  .navbar-expand-lg .navbar-nav .nav-link{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 2.2rem;
    color: #000;
    line-height: 12.8rem;
    display: block;
    transition: 0.5s;
  }
  .navbar-expand-lg .navbar-nav .nav-link:hover{
    background: rgb(170,92,251);
    background: linear-gradient(0deg, rgba(170,92,251,1) 0%, rgba(33,94,213,1) 100%);
    color: #fff;
  }
  .navbar-expand-lg{
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 991px){

  .navbar-expand-lg{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .navbar-nav{
    padding-top: 1.1rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 2.2rem;
    color: #000;
    line-height: 3rem;
    display: block;
  }
  .navbar-toggler i{
    font-size: 2.6rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link:hover{
    background: rgb(170,92,251);
    background: linear-gradient(0deg, rgba(170,92,251,1) 0%, rgba(33,94,213,1) 100%);
    color: #fff;
  }
}
@media (max-width:770px){
  .cards{
    margin-top: 0rem;
  }
}
@media (max-width: 450px){
  .a1 img{
    width: 20rem;
    padding-left: 1rem;
  }
  .navbar-toggler i{
    font-size: 2rem;
  }
}
/* Banner */
.banner img{
  max-width: 100%;
  min-width: 100%;
  height: auto;
  display: block; 
}
/* cards */
.cards{
  font-family: 'Roboto', sans-serif;
  margin-top: -13rem;
}
@media(max-width:991px){
  .cards{
    margin-top: 0rem;
  }
}
/* Service */
.service{
  margin-bottom: 6rem;
}
/* Card1 */

.card-1{
  height: 38.7rem;
  background: rgb(255,174,0);
  background: linear-gradient(0deg, rgba(255,174,0,1) 0%, rgba(255,136,20,1) 100%);
  padding: 3rem 0 0 2rem;
  position: relative;
}
.card-1 .card-title{
  font-weight: 500;
  font-size: 5rem;
  color: #ffffff;
  padding-bottom: 2.7rem;
  padding-right: 4rem;
  line-height: 5rem !important;
}
.card-1 .card-text{
  font-weight: 400;
  font-size: 2.2rem;
  color: #ffffff;
  padding-right: 4rem;
  padding-bottom: 3rem;
  line-height: 3rem !important;
}
.card-1 img{
  color: #ffffff;
    position: absolute;
    bottom: 4rem;
    right: 2rem;
}
@media (max-width:1199px){
  .card-1{
    margin-bottom:15rem;
  }
}
@media (max-width:991px){
  .card-1{
    margin-bottom:2rem;
  }
}
/* card2 */
.card-2{
  height: 38.7rem;
  background: rgb(183,92,254);
  background: linear-gradient(0deg, rgba(183,92,254,1) 0%, rgba(27,94,212,1) 100%);
  padding: 3rem 0 0 2rem;
  position: relative;
}
.card-2 .card-title{
  font-weight: 500;
  font-size: 5rem;
  color: #ffffff;
  padding-right: 4rem;
  padding-bottom: 2.7rem;
  line-height: 5rem !important;
}
.card-2 .card-text{
  font-weight: 400;
  font-size: 2.2rem;
  color: #ffffff;
  padding-bottom: 3rem;
  padding-right: 4rem;
  line-height: 3rem !important;
}
.card-2 img{
  position: absolute;
  bottom: 4rem;
  right: 2rem;
}
@media (max-width:991px){
  .card-2{
    margin-bottom:2rem;
  }
}
/* card 3 */

.card-3{
  height: 38.7rem;
  background: rgb(255,47,81);
  background: linear-gradient(0deg, rgba(255,47,81,21) 0%, rgba(255,29,149,1) 100%);
  padding: 3rem 0 0 2rem;
  position: relative;
}
.card-3 .card-title{
  font-weight: 500;
  font-size: 5rem;
  color: #ffffff;
  padding-right: 3rem;
  padding-bottom: 2.7rem;
  line-height: 5rem !important;
}

.card-3 .card-text{
  font-weight: 400;
  font-size: 2.2rem;
  color: #ffffff;
  padding-bottom: 3rem;
  padding-right: 4rem;
  line-height: 3rem !important;
}
.card-3 img{
  position: absolute;
  bottom: 2.7rem;
  right: 1.4rem;
}
@media (max-width:991px){
  .card-3{
    margin-bottom:2rem;
  }
}
/* card 4 */

.card-4{
  height: 38.7rem;
  background: rgb(254,20,231);
  background: linear-gradient(0deg, rgba(254,20,231,1) 0%, rgba(189,30,225,1) 100%);
  padding: 3rem 0 0 2rem;
  position: relative;
}

.card-4 .card-title{
  font-weight: 500;
  font-size: 5rem;
  color: #ffffff;
  padding-right: 4rem;
  padding-bottom: 2.7rem;
  line-height: 5rem !important;
}
.card-4 .card-text{
  font-weight: 400;
  font-size: 2.2rem;
  color: #ffffff;
  padding-bottom: 3rem;
  padding-right: 4rem;
  line-height: 3rem !important;
}
.card-4 img{
  position: absolute;
  bottom: 2.7rem;
  right: 2rem;
}

/* welcome */

.welcome{
  margin-bottom: 6rem;
}

/* Big cards */
.bigcards{
  background-color: #f7f7f7;
  height: 49.6rem;
  font-family: 'Roboto', sans-serif;
  
}
/* Big card-1 */
.bigcard-1 .card-title{
  font-weight: 500;
  font-size: 5rem;
  color: #000000;
  padding: 8rem 5rem 0 4rem;
}
.bigcard-1 .card-text{
  font-weight: 400;
  font-size: 2.3rem;
  color: #545454;
  padding: 3rem 5rem 0 4rem;
}
.bigcard-1 .card-button{
    min-width: 20rem;
    height: 7rem;
    background: rgb(255,134,3);
    background: linear-gradient(90deg, rgba(255,134,3,1) 35%, rgba(255,52,75,1) 100%);
    margin: 2rem 0 0 4rem;
    border: none;
}
.bigcard-1 .card-button a{
  text-decoration: none;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  font-size: 2rem;
}
@media (max-width:1199px){
  .bigcard-1 .card-text{
    padding: 3rem 2rem 0 4rem;
  }
 .img-1 img{
  margin-top: 2rem;
 }
}
@media (max-width:456px){
  .bigcard-1 .card-title{
    padding: 4rem 5rem 0 4rem;
  }
  .bigcard-1 .card-text{
    padding: 2rem 5rem 0 4rem;
   }
}
@media  (max-width:428px){
  .bigcard-1 .card-title{
    font-size: 4rem;
  }
  .bigcard-1 .card-text{
    font-size: 2rem;
  }
}
/* Img 1 */
.img-1 img{
  max-width: 100%;
  min-width: 100%;
  object-fit: cover;
  height: 49.6rem;
}
/* swim */

/* img-2 */

.img-2 img{
  max-width: 100%;
  min-width: 100%;
  object-fit: cover;
  height: 49.6rem;
}

.bigcard-2 .card-title{
  font-weight: 500;
  font-size: 5rem;
  color: #000000;
  padding: 7rem 3rem 0 4rem;
}
.bigcard-2 .card-text{
  font-weight: 400;
  font-size: 2.3rem;
  color: #545454;
  padding: 3rem 4rem 0 3rem;
}
.bigcard-2 .card-button{
  min-width: 20rem;
  height: 7rem;
  background: rgb(255,134,3);
  background: linear-gradient(90deg, rgba(255,134,3,1) 35%, rgba(255,52,75,1) 100%);
  margin: 2rem 0 0 4rem;
  border: none;
}
.bigcard-2 .card-button a{
  text-decoration: none;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  font-size: 2rem;
}
@media (max-width:1199px){
  .bigcard-2 .card-title{
    padding: 4rem 2rem 0 4rem;
    line-height: 6rem;
  }
  .bigcard-2 .card-text{
    padding: 2rem 1rem 0 4rem;
    line-height: 3rem;
  }
  .bigcard-2 .card-button{
    margin-top: 1rem !important;
  }
}
@media (max-width:992px){
  .img-2 img{
    margin-bottom: 2rem;
  }
  .bigcard-2 .card-title{
    padding: 4rem 2rem 0 4rem;
    line-height: 6rem;
  }
  .bigcard-2 .card-text{
    padding: 2rem 2rem 0 4rem;
    line-height: 3rem;
  }
  .bigcard-2 .card-button{
    margin-top: 2rem ;
  }
}
@media (max-width: 550px){
  .bigcard-2 .card-title{
    padding: 3rem 2rem 0 4rem;
    line-height: 5.5rem;
    font-size: 4.5rem;
  }
  .bigcard-2 .card-text{
    padding: 2rem 2rem 0 4rem;
    line-height: 2.7rem;
    font-size: 2rem;
  }
}
/* why */

.why{
  margin-top: 7rem;
  
  font-family: 'Roboto', sans-serif;
}
/* banner2 */
.banner2{
  max-width: 100%;
  min-width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* content */
.banner2 .content{
  height: 70rem;
  background: rgb(230,48,78);
  background: linear-gradient(0deg, rgba(230,48,78,1) 0%, rgba(247,11,134,0.7347981428899685) 100%);
}
.content .card-title{
  font-weight: 500;
  font-size: 5rem;
  color:#ffffff;
  padding: 5rem 4rem 0 6rem;
}
.content .card-text{
  font-weight: 400;
  font-size: 2.3rem;
  color: #ffffff;
  padding: 5rem 3rem 0 6rem;
}
.content .card-text-2{
  font-weight: 400;
  font-size:  2.3rem;
  color: #ffffff;
  padding: 2rem 3rem 0 6rem;
}
.content .card-button{
  min-width: 21rem;
  height: 8rem;
  background-color: #ffffff;
  border: none;
  margin: 1rem 0 0 6rem;
}
.content .card-button a{
  font-size: 2.3rem;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}
@media (max-width:768px){
  .content .card-title{
    line-height: 5.5rem;
  }
  .content .card-text{
    padding-top: 3rem;
  }
}
@media (max-width:552px){
  .content .card-text-2{
    padding-top: 1rem;
    line-height: 3rem;
  }
  .content .card-text{
    line-height: 3rem;

  }
}
@media (max-width:510px){
  .content .card-title{
    font-size: 4rem;
  }
}
@media (max-width:470px){
  .content .card-text{
    font-size: 2rem;
  }
  .content .card-text-2{
    font-size: 2rem;
  }
}
@media (max-width:432px){
  .content .card-text-2{
    display: none;
  }
}
@media (max-width:370px){
  .content .card-title{
    padding-left: 2.5rem;
  }
  .content .card-text{
    padding-left: 2.5rem;
  }
  .content .card-button{
    margin-left: 2.5rem ;
  }
}

/* events */

.events{
  margin-top: 6rem;
  font-family: 'Roboto', sans-serif;
}
.bigcard-3{
  background: rgb(255,182,22);
  background: linear-gradient(0deg, rgba(255,182,22,1) 0%, rgba(255,128,0,1) 100%);
  height: 49.3rem;
}
.card-5 h1{
  font-weight: 500;
  font-size:5rem;
  color: #fff;
  padding: 6rem 0 0 5rem;
}
.card-5 ul{
  padding: 3rem 0 0 5rem;
}
.card-5 ul li{
  list-style-type: none;
  font-weight: 400;
  font-size: 2.3rem;
  color: #fff;
  line-height: 5rem;
}
@media(max-width:527px){
  .card-5 h1{
    padding: 6rem 0 0 3rem;
  }
  .card-5 ul{
    padding: 3rem 0 0 3rem;
  }
  .card-5 ul li{
    line-height: 4rem;
    font-size: 2rem;
  }
}
@media(max-width:450px){
  .card-5 ul li{
    line-height: 3rem;
    font-size:1.8rem;
  }
}
/* Img-3 */
.img-3 img{
  max-width: 100%;
  min-width: 100%;
  object-fit:cover;
  height: 49.3rem;
}
@media (max-width:1199px){
  .img-3 img{
    margin-top: 2rem;
  }
}
/* people */

.people{
  margin-top: 16rem;
  font-family: 'Roboto', sans-serif;
}
/* people-id */

.peo-1{
  background-color: #f3f3f3;
  height: 413px;
}
.peo-1 img{
  margin-top: -9.4rem;
  margin-left: 6rem;
}
.peo-1 .peo-1-text{
  font-weight: 300;
  color: #515151;
  font-size: 2.3rem;
  padding: 2rem 4rem 0 4rem;
  line-height: 3rem;
}
.peo-1 .peo-1-text-2{
  font-weight: 400;
  font-size: 3.4rem;
  color: #ff6300;
  padding: 2rem 0 0 4rem ;
}
.peo-1 .peo-1-text-3{
  font-weight: 400;
  font-size: 3.4rem;
  color: #ff6300;
  padding: 5rem 0 0 4rem ;
}
.peo-1 .peo-2-text{
  font-weight: 300;
  color: #515151;
  font-size: 2.3rem;
  padding: 2rem 2rem 0 4rem;
  line-height: 3rem;
}
@media (max-width:1199px){
  .peo-1{
    margin-bottom: 12rem;
  }
  .peo-1 img{
    margin-left: 13rem;
  }
}
@media (max-width: 991px){
  .peo-1 img{
    margin-left: 25rem;
  }
}
@media (max-width: 767px){
  .peo-1 img{
    margin-left: 15rem ;
  }
}
@media (max-width: 503px){
  .peo-1 img{
    margin-left: 12rem ;
  }
}
@media (max-width:446px){
  .peo-1 img{
    margin-left: 9rem ;
  }
}
@media (max-width:380px){
  .peo-1 img{
    margin-left: 6rem ;
  }
}
/* contact-map */

.contact-map{
  margin-top: 10.8rem;
  font-family: 'Roboto', sans-serif;
}

.main-content{
  min-height: 49.5rem;
  background: rgb(0,151,223);
  background: linear-gradient(0deg, rgba(0,151,223,1) 0%, rgba(0,124,198,1) 100%)
}

.card-6 .card-title{
  font-weight: 500;
  font-size: 5rem;
  color: #fff;
  padding: 6rem 0 3.5rem 6rem;
}
.card-6 .adress{
  font-weight: 400;
  font-size: 2.3rem;
  color: #fff;
  padding: 0 0 3rem 6rem;
}
.card-6 .number{
  font-weight: 500;
  font-size: 5rem;
  color: #ffffff;
  padding: 0 0 2rem 6rem;
}
.card-6 .email{
  font-weight: 400;
  font-size: 2.3rem;
  color: #ffffff;
  padding: 0 0 2rem 6rem;
}
.card-6 .icons{
  margin-left: 6rem;
}
.card-6 .icons .font-link{
  font-weight: 500;
  font-size: 5rem;
  color: #ffffff;
  padding-right: 2rem;
}
@media (max-width:766px){
  .card-6 .adress{
    font-size: 2rem;
  }
  .card-6 .number{
    font-size: 4rem;
  }
  .card-6 .email{
    font-size: 2rem;
  }
}
@media (max-width:471px){
  .card-6 .number{
    font-size: 4rem;
  }
  .card-6 .card-title{
    padding: 6rem 0 3.5rem 3rem;
  }
  .card-6 .adress{
    font-size: 2rem;
    padding: 0 0 3rem 3rem;

  }
  .card-6 .number{
    font-size: 3.5rem;
    padding: 0 0 3rem 3rem;
  }
  .card-6 .email{
    padding: 0 0 2rem 3rem;
  }
  .card-6 .icons{
    margin-left: 3rem;
  }
  .card-6 .icons .font-link{
    font-size: 4rem;
  }
}
/* Ifame */

.iframe iframe{
  max-width: 100%;
  min-width: 100%;
  object-fit: cover;
  height: 49.6rem;
}
@media (max-width:1199px){
  .iframe {
    margin-top: 10rem;
  } 
}
/* Copy rights */
.right{
  font-family: 'Roboto', sans-serif;
  margin-top: 4.5rem;
  margin-bottom: 4rem;
} 
.right .fot{
  font-weight: 200;
  font-size: 2.3rem;
  color: #000;
  text-align: center;
}
.right .fot span{
  color:  rgb(170,92,251);
  font-weight: 800;
}
@media (max-width:576px){
  .right .fot{
    font-size: 2rem;
  }
}
@media (max-width:497px){
  .right .fot{
    font-size: 1.8rem;
  }
}