@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&display=swap');
html, body{
    font-family: "Merriweather Sans", sans-serif;
    color: #212529;
}
header{
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.menu{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0;
}
.menu li{
    list-style: none;
}
.menu li a{
    text-decoration: none;
    color: #212529;
    text-transform: uppercase;
    font-weight: 600;
}
.bg-gray{
    background-image: url(../images/bg-banner.svg);
    background-size: cover;
    /* background-color: #f0f8ff; */
}
.btn {
    cursor: pointer;
    position: relative;
    padding: 10px 20px;
    background: white;
    font-size: 18px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: all 1s;
  }
  .btn:after, .btn:before {
    content: " ";
    width: 10px;
    height: 10px;
    position: absolute;
    border: 0px solid #fff;
    transition: all 1s;
  }
  .btn:after {
    top: -1px;
    left: -1px;
    border-top: 5px solid #212529;
    border-left: 5px solid #212529;
  }
  .btn:before {
    bottom: -1px;
    right: -1px;
    border-bottom: 5px solid #212529;
    border-right: 5px solid #212529;
  }
  .btn:hover {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .btn:hover:before, .btn:hover:after {
    width: 102%;
    height: 115%;
  }
  
  .data-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
.form-control, .form-select{
    border: none;
}
.img-on{
    margin-left: -120px;
    display: flex;
    align-items: center;
}
.content-on{
    padding: 30px 120px 30px 30px;
    background-color: #212529;
    color: #ffffff;
}
.content-off{
    padding: 30px 30px 30px 120px;
    background-color: #212529;
    color: #ffffff;
}
.img-off{
    margin-right: -120px;
    display: flex;
    align-items: center;
    z-index: 2;
}
.banner{
    background-image: url(../images/gradient.svg);
    background-size: cover;
    color: #ffffff;
}
.font-lg{
    font-size: 30px;
    font-weight: 700;
}
.card-container{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 200px));
    grid-auto-rows: 200px;
    grid-auto-flow: row dense;
    grid-gap: 23px;
    justify-content: center;
}
.card-top, .card-right, .card-bottom, .card-left {
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    width: 100%;
    border-radius: 95.2380952381px;
    box-shadow: 0px 3px 9px 1px rgba(0, 10, 20, 0.2);
  }
  
  .card-top {
    flex-direction: column;
    grid-column: auto/span 1;
    grid-row: auto/span 2;
  }
  
  .card-right {
    flex-direction: row-reverse;
    grid-column: auto/span 2;
    grid-row: auto/span 1;
  }
  
  .card-bottom {
    flex-direction: column-reverse;
    grid-column: auto/span 1;
    grid-row: auto/span 2;
  }
  
  .card-left {
    flex-direction: row;
    grid-column: auto/span 2;
    grid-row: auto/span 1;
  }
  
  .card-image {
    display: flex;
  }
  
  .card-top .card-image, .card-bottom .card-image {
    height: 50%;
    width: 100%;
  }
  
  .card-left .card-image, .card-right .card-image {
    height: 100%;
    width: 50%;
  }
  
  .card-image img {
    width: 100%;
    object-fit: cover;
  }
  
  .card-top img {
    border-radius: 95.2380952381px 95.2380952381px 0 0;
  }
  
  .card-right img {
    border-radius: 0 95.2380952381px 95.2380952381px 0;
  }
  
  .card-bottom img {
    border-radius: 0 0 95.2380952381px 95.2380952381px;
  }
  
  .card-left img {
    border-radius: 95.2380952381px 0 0 95.2380952381px;
  }
  
  .card-text {
    align-self: center;
    padding: 23px;
  }
  
  .card-top .card-text {
    height: auto;
    width: auto;
    padding-bottom: 36.8px;
  }
  
  .card-right .card-text {
    height: auto;
    width: 36%;
    padding-left: 0;
  }
  
  .card-bottom .card-text {
    height: auto;
    width: auto;
    padding-top: 36.8px;
  }
  
  .card-left .card-text {
    height: auto;
    width: 50%;
    padding-right: 36.8px;
  }
  
  .card-text p {
    margin: 0;
    line-height: 1.35em;
    color: #334455;
  }
  
  @media (max-width: 500px) {
    .card-top {
      flex-direction: row;
      grid-column: auto/span 2;
      grid-row: auto/span 1;
    }
  
    .card-bottom {
      flex-direction: row-reverse;
      grid-column: auto/span 2;
      grid-row: auto/span 1;
    }
  
    .card-top .card-image, .card-bottom .card-image {
      height: 100%;
      width: 50%;
    }
  
    .card-top img {
      border-radius: 95.2380952381px 0 0 95.2380952381px;
    }
  
    .card-bottom img {
      border-radius: 0 95.2380952381px 95.2380952381px 0;
    }
  
    .card-top .card-text {
      height: auto;
      width: 50%;
      padding-right: 36.8px;
    }
  
    .card-bottom .card-text {
      height: auto;
      width: 50%;
      padding-left: 36.8px;
    }
  }
  @media (max-width: 400px) {
    .card-image {
      width: 38% !important;
    }
  
    .card-text {
      width: 62% !important;
    }
  }
.banner-button{
    background-image: url(../images/blurry-gradient.svg);
    background-size: cover;
    width: 100%;
    height: 100%;
    color: #ffffff;
    border-radius: 60px;
}

details {
    width: 100%;
    min-height: 5px;
    max-width: 1000px;
    padding: 45px 70px 45px 45px;
    margin: 0 auto;
    position: relative;
    font-size: 22px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 15px;
    box-sizing: border-box;
    transition: all .3s;
  }
  
  details + details {
    margin-top: 20px;
  }
  
  details[open] {
    min-height: 50px;
    background-color: #f0f8ff;
    box-shadow: 2px 2px 20px rgba(0,0,0,.2);
  }
  
  details p {
    color: #96999d;
    font-weight: 300;
  }
  
  summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    cursor: pointer;
  }
  
  summary:focus {
    outline: none;
    
  }
  
  summary:focus::after {
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    /* box-shadow: 0 0 0 5px rebeccapurple; */
  }
  
  summary::-webkit-details-marker {
    display: none
  }
  
  .control-icon {
    fill: #336199;
    transition: .3s ease;
    pointer-events: none;
  }
  
  .control-icon-close {
    display: none;
  }
  
  details[open] .control-icon-close {
    display: initial;
    transition: .3s ease;
  }
  
  details[open] .control-icon-expand {
    display: none;
  }
footer{
    background-image: url(../images/footer-gradient.svg);
    background-size: cover;
    background-color: #336199;
    color: #f0f8ff;
}
footer a{
    color: #86ffc0;
    text-decoration: none;
}
.list{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}
.list li{
    list-style: none;
}
.list li a{
    text-decoration: none;
    color: #86ffc0;
}