@keyframes fadeInBlur {
  0% {
    filter: blur(20px);
    opacity: 0;
  }
  100% {
    filter: blur(0);
    opacity: 1;
  }
}


.QLArea {
position: relative;
display: block;
box-sizing: border-box;
overflow: hidden;
clear: both;
width: 100%;
height: auto;
z-index: 1500;
animation: fadeInBlur 1.2s ease-out forwards;
animation-delay: .5s;
margin: -50px 0 10px 0;
padding: 15px 0;
opacity: 0;
}
  .quickLinks {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 80%;
    border-radius: 20px;
    border: #e1e2e5 1px solid;
    box-shadow: 0 0 12px 5px rgba(216, 217, 218, 0.5);
    padding: 20px 15px;
    background-color: #ffffff;
    margin: 0 auto;
  }
  .ql-column {
  flex: 1;
  padding: 10px;
  text-align: center;
  font-family: "RobotoB", sans-serif;
  font-size: 1em;
  color: #013764;
  text-decoration: none;
  font-weight: 700;
  }
  .ql-column:not(:last-child) {
    border-right: 1px solid #e1e2e5;
  }
    .qlicons {
    font-size: 1.65em;
    }
  .ql-subtitle {
  font-family: "Roboto", sans-serif;
  font-size: .75em;
  color: #013764;
  text-decoration: none;
  font-weight: 400;
  }
    .ql-column a:link, .ql-column a:visited {
    font-family: "RobotoB", sans-serif;
    font-size: 1em;
    color: #013764;
    text-decoration: none;
    font-weight: 600;
    }
    .ql-column a:active, .ql-column a:hover {
    font-family: "RobotoB", sans-serif;
    font-size: 1em;
    color: #cb933d;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.5s;
    }
    a:hover span.ql-subtitle {
    font-size: .75em;
    color: #cb933d;
    transition: all 0.5s;
    }


/* Section 1 */
.section1 {
display: flex;
flex-wrap: wrap;
box-sizing: border-box;
overflow: hidden;
clear: both;
width: 100%;
height: auto;
padding: 10px;
}
  .sect1left {
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
  float: left;
  width: 75%;
  height: auto;
  padding: 10px;
  background-color: #001847;
  background-image: url('../images/bg-section1.jpg');
  background-position: left top;
  background-repeat: no-repeat;
  }
    .sect1LeftCont {
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    }
    .notables {
      display: block;
      box-sizing: border-box;
      overflow: hidden;
      clear: both;
      width: 100%;
      height: auto;
      border-right: #a7cdf3 1px solid;
    }
    .notables:last-child {
    border-right: none;
    }
      .notableItem1 {
      display: block;
      box-sizing: border-box;
      overflow: hidden;
      float: left;
      width: 25%;
      height: auto;
      padding: 15px 8px 0 0;
      }
        .notableItem1 img {
        display: block;
        width: 60px;
        height: auto;
        margin-left: auto;
        margin-right: 0;
        }

      .notableItem2 {
      display: block;
      box-sizing: border-box;
      overflow: hidden;
      float: right;
      width: 75%;
      height: auto;
      text-align: left;
      font-family: "Roboto", sans-serif;
      font-size: .8em;
      color: #ffffff;
      text-decoration: none;
      font-weight: 400;
      padding: 15px 15px 0 0;
      }
        .notableItem2 > span.title {
        color: #da9e41;
        font-size: 1.7em;
        font-family: "RobotoB", sans-serif;
        }
        .notableItem2 > span.subtitle {
        font-size: 1.2em;
        font-family: "RobotoB", sans-serif;
        text-transform: uppercase;
        }

  .sect1right {
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  float: right;
  width: 25%;
  height: auto;
  padding: 0 10px;
  }
    .infoLinkArea {
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    clear: both;
    width: 100%;
    height: auto;
    padding: 10px;
    border-radius: 10px;
    border: #e1e2e5 1px solid;
    background-color: #f9f8f8;
    box-shadow: 0 0 12px 5px rgba(216, 217, 218, 0.5);
    }
      .infoDest {
      display: block;
      box-sizing: border-box;
      overflow: hidden;
      clear: both;
      width: 100%;
      height: auto;
      padding: 5px;
      border-bottom: #cbcccd 1px solid;
      font-family: "RobotoB", sans-serif;
      font-size: .9em;
      color: #013764;
      text-decoration: none;
      font-weight: 400;
      }
      .infoDest:last-child {
      border-bottom: none;
      }
        .infoDest a:link, .infoDest a:visited {
        font-family: "RobotoB", sans-serif;
        font-size: 1em;
        color: #013764;
        text-decoration: none;
        font-weight: 400;
        }
        .infoDest a:active, .infoDest a:hover {
        font-family: "RobotoB", sans-serif;
        font-size: 1em;
        color: #cb933d;
        text-decoration: none;
        font-weight: 400;
        cursor: pointer;
        transition: all 0.5s;
        }
        .dest {
        display: block;
        float: left;
        box-sizing: border-box;
        overflow: hidden;
        width: 85%;
        height: auto;
        text-align: left;
        }
        .destarrow {
        display: block;
        float: right;
        box-sizing: border-box;
        overflow: hidden;
        width: 15%;
        height: auto;
        text-align: right;
        }



/* MEDIA QUERIES */
@media screen and (max-width: 1490px) {
  .ql-column, .ql-column a:link, .ql-column a:visited, .ql-column a:active, .ql-column a:hover {
  font-size: .9em;
  }
  .qlicons {
  font-size: 1.4em;
  }
}
@media screen and (max-width: 1424px) {
  .sect1LeftCont {
  gap: 5px;
  }
}
@media screen and (max-width: 1369px) {
  .QLArea {
  margin: -30px 0 10px 0;
  }
}
@media screen and (max-width: 1318px) {
  .sect1left {
  width: 60%;
  }
  .sect1LeftCont {
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  }
  .notables {
  border: none;
  }
      .notableItem1 {
      padding: 8px 8px 8px 0;
      }
      .notableItem2 {
      padding: 8px 0 8px 5px;
      }
  .sect1right {
  width: 40%;
  }
}
@media screen and (max-width: 1100px) {
  .notableItem1 img {
  width: 50px;
  }
  .notableItem2 {
  font-size: .7em;
  }
    .notableItem2 > span.title {
    font-size: 1.4em;
    }
    .notableItem2 > span.subtitle {
    font-size: 1em;
    }
  .infoDest {
  font-size: .8em;
  }
}
@media screen and (max-width: 800px) {
  .QLArea {
  margin: -45px 0 10px 0;
  }
}
@media screen and (max-width: 845px) {
  .ql-column {
  position: relative;
  display: block;
  clear: both;
  overflow: hidden;
  box-sizing: border-box;
  width: 50%;
  height: auto;
  flex: none;
  }
  .ql-column:nth-child(even) {
  border-right: none;
  }
  .ql-column:nth-child(3), .ql-column:nth-child(4) {
  padding: 25px 10px;
  }
  .sect1left {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-bottom: 15px;
  }
  .sect1right {
  clear: both;
  float: none;
  padding: 0;
  width: 100%;
  }
  .infoLinkArea {
  padding: 5px 0;
  border-radius: 10px;
  border: #e1e2e5 2px solid;
  box-shadow: 0 0 3px 3px rgba(216, 217, 218, 0.5);
  }
  .infoDest {
  padding: 10px;
  font-size: .9em;
  }
}
@media screen and (max-width: 639px) {
  .QLArea {
  position: static;
  margin: 8px 0;
  padding: 10px;
  z-index: auto;
  }
  .quickLinks {
  border-radius: 10px;
  border: #e1e2e5 2px solid;
  box-shadow: 0 0 3px 3px rgba(216, 217, 218, 0.5);
  padding: 5px;
  width: 100%;
  margin: 0;
  overflow: hidden;
  }
  .ql-column {
  box-sizing: border-box;
  padding: 5px;
  font-size: 1.1em;
  }
    .ql-column i {
    font-size: 1.5em;
    }
}
