@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

body {
    background-color: white;
    font-family: 'Open Sans', sans-serif;
}

html {
    overflow-x: hidden;
  }
  
 .first-section {
    width: 100%;
    height: auto;
    background-color: brown;
    margin: 0;
    padding: 0;
    padding-top: 40px;
}

  .first-section .banner {
      max-width: 90%;
      height: 500px;
      background-image: url(../images/scoalafata.jpg);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      padding: 0;
  }

.first-section .banner .caption {
    width: 100%;
    height: 500px;
    background-color: rgba(0, 0, 0, 0.514);
    text-align: center;
    padding: 70px 40px 0px 40px;
}

.first-section .banner .caption #first-section-title {
    font-size: 35px;
    font-weight: 400;
    color: white;
    line-height: 1;
}

.first-section .banner .caption #descriptionbanner {
    font-size: 17px;
    color: white;
    line-height: 1.6;
}

.first-section .banner .caption a {
    text-decoration: none;
}

.first-section .banner .caption a button {
    width: 135px;
    height: 55px;
    background-color: transparent;
    border: white 1px solid;
    color: white;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
    margin-top: 20px;
    border-radius: 3px;
    outline: none;
}

.first-section .banner .caption a button:hover {
    transition: all 0.2s ease 0s;
    background-color: white;
    color: black;
}

.first-section .card-items {
    max-width: 90%;
    height: auto;
    padding: 50px 20px 50px 20px;
}

.first-section .card-items .item {
    width: 100%;
    height: auto;
    background-color: white;
    margin: 20px 0 30px 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.first-section .card-items .item img {
    border-bottom: 4px brown solid;
}


.first-section .card-items .item .content {
    padding: 17px 20px 17px 20px;
}

.first-section .card-items .item .content #card-item-title-1,#card-item-title-2,#card-item-title-3 {
    font-size: 22px;
    font-weight: 700;
    color: rgb(46, 46, 46);
    margin-bottom: 10px;
}

.first-section .card-items .item .content #description-card-1,#description-card-2,#description-card-3 {
    padding: 0 15px 10px 0;
    color: rgb(58, 58, 58);
    font-size: 16px;
    margin-bottom: 10px;
}

.first-section .card-items .item .content #read-more {
    font-size: 17px;
    font-weight: 400;
    color: brown;
    text-decoration: none;
}

.first-section .card-items .item .content #read-more:hover {
    transition: all 0.2s ease 0s;
    color: black;
}

.category {
    width: 100%;
    height: auto;
    background-color:white;
}

.category .category-title {
    text-align:center;
    margin:50px 0 0 0;
}

.category .container {
    max-width: 100%;
    height: auto;
    padding: 0 20px 20px 20px;
}

.category .container .contain {
    padding: 0 10px 0 10px;
}

.category .container .contain a {
    text-decoration: none;
}

.category .container .contain button {
    display: block;
    width: 300px;
    height: 65px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    border: rgb(137, 137, 137) 1px solid;
    background-color: white;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    font-size: 17px;
    font-weight: 600;
    color: brown;
    text-transform: uppercase;
}

.event {
    width: 100%;
    height: auto;
    background-color: #e1b12c;
}

.event .container {
    max-width: 100%;
    padding: 30px 20px 30px 20px;
}

.event .container hr {
    background-color: white;
    margin-left: 20px;
    margin-right: 20px;
}

.event .container .event-section {
    width: 100%;
    height: auto;
    background-color: #b38e2b;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.event .container .event-section p {
    padding: 40px;
    font-size: 24px;
    font-weight: 400;
    color: white;
    text-align: center;
}

.feedback-section {
    width:100%;
    min-height:600px;
    background-image: url(../images/dot-grid.png);
    background-attachment:fixed;
    padding-top:70px;
    padding-bottom:70px;
}

.feedback-section h1 {
    color:black;
    text-align:center;
    padding-bottom:20px;
}

.feedback-section .container {
    max-width:100%;
    padding:5px;
    text-align:center;
}

.feedback-section .container .card {
    display:block;
    margin: 20px;
    min-height:150px;
    text-align:left;
    border:0;
    border-bottom:brown 3px solid;
    background-color:#f8f8f8;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.feedback-section .container .card .card-body .card-title {
    font-size:18px;
    font-weight:600;
    color:#487eb0;
}

.feedback-section .container .card .card-body .card-subtitle {
    font-size:14px;
}

.feedback-section .container .card .card-body .card-text {
    font-size:18px;
}

.feedback-section .container .card .card-body .card-text i {
    font-size:14px;
    color:brown;
}

    .add-feedback-section {
        width:100%;
        height:auto;
        background-color:brown;
        margin:0;
        padding:50px 30px 50px 30px;
        text-align:center;
        color:white;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    }
    
    .add-feedback-section button {
        margin:30px 0 10px 0;
        width:160px;
        height:55px;
        border: white 1px solid;
        border-radius:0;
        color:white;
        background-color:transparent;
        outline:none;
        font-size:18px;
    }

.modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
}

.modal-content form textarea {
    height:250px;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.sport-section {
    width:100%;
    min-height:400px;
    background-image:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), url(../images/sport-banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding:60px 0 40px 0;
}

.sport-section p {
    color:white;
    font-size:17px;
    font-weight:600;
    margin-top:10px;
    text-align:center;
}

.sport-section .sport-section-title {
    text-align:center;
    margin: 0 20px 0 20px;
    color:white;
    font-weight:bold;
}

.sport-section .container {
    max-width:100%;
    height:auto;
    padding:20px;
}

.sport-section .container .items {
    width:100;
    height:auto;
    text-align:center;
}

.sport-section .container .items button {
    width:140px;
    height:50px;
    margin:10px;
    color:white;
    background-color:#487eb0;
    border:none;
    outline:none;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.sport-section .teach-card {
    width:100%;
    min-height:200px;
    background-color:#7f8fa6a1;
    padding:15px;
    margin:30px 0 30px 0;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);

}

.sport-section .teach-card p {
    color:#dfdfdf;
    text-align:left;
}

.sport-section .description i {
    color: #353b48;
}

.sport-section .teach-card .title {
    font-size:20px;
    color:white;
}


/* ======================================================================== */

@media screen and (min-width: 768px) {

    .first-section {
        width: 100%;
        height: auto;
    }

    .first-section .banner {
        max-width: 1280px;
        height: 550px;
        padding: 0;
        margin-top: 30px;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    }

    .first-section .banner .caption {
        width: 50%;
        height: 550px;
        background-color: rgba(0, 0, 0, 0.514);
        padding: 160px 40px 0 40px;
        text-align: center;
    }
    
   .first-section .card-items {
        width: 100%;
        height: auto;
        display: flex;
        padding: 60px 0 60px 0;
        justify-content: center;
    }

    .first-section .card-items .item {
        width: 410px;
        height: auto;
        background-color: white;
        margin: 20px 10px 30px 10px;
    }

    .first-section .card-items .item img {
        height: 160px;
    }
    
    .first-section .card-items .item .content #card-item-title-1,#card-item-title-2,#card-item-title-3 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 10px;
    }
    
    .first-section .card-items .item .content #description-card-1,#description-card-2,#description-card-3 {
        padding: 0 15px 5px 0;
        color: rgb(58, 58, 58);
        font-size: 17px;
    }
    
    .first-section .card-items .item .content #read-more {
        font-size: 18px;
        font-weight: 400;
        color: brown;
        text-decoration: none;
    }

    .category .container {
        max-width: 1300px;
        height: auto;
        padding: 40px 20px 70px 20px;
    }
    
    .category .container .contain {
        padding: 0 10px 0 10px;
        display: flex;
        justify-content: center;
    }
    
    .category .container .contain a {
        text-decoration: none;
    }
    
    .category .container .contain button {
        display: block;
        width: 380px;
        height: 80px;
        margin: 10px 20px 10px 20px;
        font-size: 19px;
        font-weight: 600;

    }

    .category .container .contain button:hover {
        background-color: #f0f0f0;
    }

    .event .container {
        max-width: 900px;
        padding: 50px 20px 50px 20px;
    }
    
    .event .container hr {
        background-color: white;
        margin: 30px 30px 30px 30px;
    }
    
    
    .event .container .event-section p {
        padding: 60px 60px 60px 60px;
        font-size: 40px;
        font-weight: 400;
        color: white;
        text-align: center;
    }
    
    .feedback-section {
        padding: 80px 0 80px 0;
        background-image: url(../images/dot-grid.png);
        background-attachment:fixed;
    }

    .feedback-section .container {
        max-width:1300px;
        padding:10px 5px 10px 5px;
        display:flex;
        justify-content:center;
    }

    .feedback-section .container .card {
        min-height:200px;
    }

    .feedback-section .container .card .card-body .card-subtitle {
        font-size:14px;
    }

    .feedback-section .container .card .card-body .card-text {
        font-size:20px;
    }

    .add-feedback-section {
        width:100%;
        height:auto;
        background-color:brown;
        margin:0;
        padding:50px 0 50px 0;
        text-align:center;
        color:white;
    }
    
    .add-feedback-section button {
        margin:30px 0 10px 0;
        width:160px;
        height:55px;
        border: white 1px solid;
        border-radius:0;
        border-radius:10px;
        color:white;
        background-color:transparent;
        outline:none;
        font-size:18px;
        font-weight:500;
    }
    
    .add-feedback-section button:hover {
        transition: all 0.2s ease 0s;
        background-color:white;
        color:brown;
    }
    
    /* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
}

.modal-content form textarea {
    height:250px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.sport-section {
    width:100%;
    min-height:900px;
    padding:85px 0 50px 0;
}

.sport-section .container {
    max-width:1300px;
    height:auto;
    padding:50px;
    text-align:center;
}

.sport-section p {
    color:white;
    font-size:19px;
    font-weight:500;
    margin-top:10px;
    text-align:center;
}

.sport-section .container .items {
    width:100;
    height:auto;
    text-align:center;
    margin-top:50px;
}

.sport-section .container .items button {
    width:180px;
    height:60px;
    margin:15px;
    font-size:18px;
    background-color:#487eb0;
    color:white;
    border:none;
    outline:none;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.sport-section .container .items button:hover {
    transition:all 0.2s ease 0s;
    background-color:#f0f0f0;
    color:#487eb0;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);

}

.sport-section .teach-card {
    display: inline-block;
    max-width:500px;
    height:auto;
    background-color:#7f8fa6a1;
    padding:15px;
    margin:50px 20px 30px 20px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);

}

.sport-section .teach-card p {
    color:#dfdfdf;
    text-align:left;
}

.sport-section .description i {
    color: #353b48;
}

.sport-section .teach-card .title {
    font-size:20px;
    color:white;
}

}

