@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins',sans-serif;
   
}

/*body {
  height: 100vh;;
  width: 100%;
  background: #272343;
}
/*
::selection {
  color: #F3FBFB;
  background: #272343;
}

/*body::before,
body::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

body::before {
  clip-path: circle(30% at left 20%);
  opacity: 0.4;
  background-image: linear-gradient( 135deg, #FFD803 100%, #272343 10%);
}

body::after {
  opacity: 0.4;
  clip-path: circle(25% at right 80%);
  background-image: linear-gradient( 135deg, #272343 100%, #FFD803 10%);
}
*/

.navbar.navbar-2 .navbar-toggler-icon {
  background-image: url('https://mdbootstrap.com/img/svg/hamburger2.svg?color=#FFD803');
}

header {
  /*height: 85vh;*/
  width: 100%;
  background: #F3FBFB;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  z-index: 12;
  margin: auto;
  position: relative;
}

header .navbar {
  margin: auto;
  width: 100%;
  padding: 25px 40px;
  border-radius: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar .menu  {
  flex-wrap: nowrap;
}

.navbar .logo a {
  text-decoration: none;
  font-size: 22px;
  color: #272343;
  font-weight: 500;
}
.navbar .logo a:hover {
    color: #FFD803;
}
.navbar .menu li {
  list-style: none;
  margin: 0 6px;
}

.navbar .menu a {
  color: #272343;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.navbar .menu a:hover {
  color: #FFD803;
  /*background: #272343;
  padding: 8px;
  border-radius: 5px;*/
}

.navbar .buttons input {
  outline: none;
  color: #272343;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
  padding: 6px 15px;
  border: none;
  margin: 0 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #FFD803;
}

.navbar .buttons input:hover {
  transform: scale(0.97);
  color: #F3FBFB;
  background: #272343;
  border-radius: 5px;
}

 .text-content {
   width: 40%;
   margin: 50px 0 0 50px ;
 }

.text-content h2 {
  font-size: 27px;
  font-weight: 600;
  color: #272343;
}

.text-content p {
  font-size: 15px;
  margin-top: 10px;
  color: #272343;
}

 .play-button {
  position: relative;
  right: 50px;
  top: 10px;
}
.play-button .play{
  font-size: 18px;
  font-weight: 500;
  color: #272343;
}

 .play-button .play::before {
   content: '';
   position: absolute;
   height: 3px;
   width: 50px;
   top: 50%;
   transform: translateY(-50%);
   left: -58px;
   background: #272343;
 }
 
.play-button i {
  height: 40px;
  width: 40px;
  border: 2px solid #272343;
  line-height: 38px;
  text-align: center;
  margin-left: 10px;
  border-radius: 6px;
  cursor: pointer;
  color: #272343;
}

footer {
  margin-top: 20px;
 
}

.section-header {
    margin-top: 20px;
    margin-bottom: 30px;
}

.section-header h2 {
    font-size: 20px;
    color: #272343;
    font-weight: 500;
    position: relative;
    padding-bottom: 20px;
}

.section-header h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 2px;
    background: #FFD803;
    bottom: 0;
    left: 0;
}

.section-header p {
    padding: 0;
    margin: 0;
}

.contact-body {
    background: #F3FBFB;
    padding: 20px;
}

.contact-item {
    padding: 5px;
}
.contact-item i{
    padding: 5px;
}
.contact-item li {
    color: #272343;
}
.center {
    padding:5px; 
    margin-bottom:2px; 
    margin-top:5px;
}
.center span{
    display: inline-block; 
    padding: 6px 6px 4px; 
    border-radius: 3px; 
    background: #FFD803;
    margin-right: -2px; 
    color: #272343; 
    font-size: .9em;
}
.center span:hover{
    color: #F3FBFB;
    background: #272343;
}
.text-center span a {
    text-decoration: none;
    color: #272343;
    
}
.text-center span a:hover {
    color: #FDD803;
}

@media (max-width:850px) {
  .navbar .menu {
    margin: 10px 0 0px 0;
  } 
  header .text-content{
    margin: 30px 0 0 20px ;
    /*width: 70%;*/
  }
  header .text-content h2{
    font-size: 20px;
  }
  .carousel-caption h5,p {
      font-size: 15px;
  }
  .section-header h2 {
      font-size: 18px;
  }
  .list-group li {
      font-size: 16px;
  }
}

@media (max-width:520px)
{
    .carousel-caption h5,p 
    {
      font-size: 12px;
    }
  header 
  {
      margin: 0;
      border-radius: 0px;
      width: 100%;
  }
    header .navbar
  {
    padding: 15px 10px;
  }
  footer .section-header h2 
  {
      font-size: 15px;
  }
  .list-group li 
  {
      font-size: 12px;
  }
  .text-content {
      width: 80%;
      margin: 25px 0 0 25px ;
  }
}

@media (max-width:410px) 
{
 header
 {
    width: 100%;
    border-radius: 0px;
    
  }
  header .navbar
  {
    padding: 15px 10px;
  } 

  .list-group li 
  {
      font-size: 15px;
  }
  .text-content 
  {
      width: 80%;
      margin: 25px 0 0 25px ;
  }
}

@media (max-width: 360px)
{
  .carousel-caption h5,p 
  {
      font-size: 12px;
  }
  
  footer .section-header h2 
  {
      font-size: 15px;
  }
  .list-group li 
  {
      font-size: 12px;
  }
  .text-content 
  {
      width: 80%;
      margin: 25px 0 0 25px ;
  }
}