:root {
  --red: hsl(0, 78%, 62%);
  --cyan: hsl(212 100% 14.71%);
  --orange: hsl(34, 97%, 64%);
  --blue: hsl(212 100% 14.71%); 
  --darkBlue: hsl(212 100% 14.71%);
  --varyDarkBlue: hsl(234, 12%, 34%);
  --grayishBlue: hsl(0deg 0% 32.58%);
  --veryLightGray: hsl(0, 0%, 98%);
  --weight1: 200;
  --weight2: 400;
  --weight3: 600;
}

/*================================ LANDING =====================================*/

.landing {
  margin: auto;
  padding: 0 1rem;
  min-height: 110vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.landing .container {
  padding: 0 5rem;
  /* flex: 1; */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0rem;
  align-items: center;
  margin: 3rem 0px;
}

.landing .content h1 {
  margin-bottom: 1rem;
  /* font-size: 2.25rem; */
  /* font-size: 32px; */
  font-size: 2vw;
  font-weight: 700;
  color: #00234b;
}

.landing .content h1 span {
  font-weight: 400;
}

.landing .content p {
  margin-bottom: 2rem;
  color: #686868;
  /* font-weight: 500; */
  /* line-height: 1.75rem; */
  /* font-size: 1.25rem; */
  /* font-size: 20px; */
  font-size: 1.2vw;
}
.landing .content .btn {
  padding: 1rem 2rem;
  outline: none;
  border: none;
  font-size: 1rem;
  color: #fff;
  background-color: #253c6a;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.landing .image {
  position: relative;
  text-align: end;
  isolation: isolate;
}
.landing .image img {
  width: 80%;
}

.landing .get_started {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  width: 12rem;
  height: auto;
}
 
.landing .get_started .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #ca1f25;
  border-radius: 1.625rem;
}
 
.landing .get_started .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
 
.landing .get_started .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
 
.landing .get_started .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
 
.landing .get_started .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #282936;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}
 
.landing .get_started:hover .circle {
  width: 100%;
}
 
.landing .get_started:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
 
.landing .get_started:hover .button-text {
  color: #fff;
}
/*=========== ===================== LANDING =====================================*/


/*================================ section__1 =====================================*/

.section__1{
  position: relative;
  width: 100%;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 0 3rem;
  margin-bottom: 2rem;
  align-items: flex-start;
  justify-content: space-around;
}
.section__1 .container{
  position: relative;
  width: 100%;
  align-content: center;
  border-radius: 20px;
  background-color: #00234b;
  margin: 2rem 3rem;
  max-width: 1440px;
  /* background-image: url(/assets/img/avatar/ppperspective_2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center; */
}
.section__1 .row {
  display: block;
  display: flex;
  margin: 0 auto;
  border-radius: 20px;
  padding: 40px;
}
.section__1 .heading{
  /* padding-top: 2rem; */
}
.section__1 .title{
  color: #fff !important;
  /* padding: 2rem 0; */
  text-align: center;
  font-size: 2.5rem !important;
}
.section__1 .cards{
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 3rem;
  align-items: stretch;
  /* justify-items: center; */
}
.section__1 .cards_2{
  margin-top: 2rem;
  width: 100%;
}
.section__1 .cards_2 .card {
  border-radius: 0px 0px 30px 30px;
}
.section__1 .card{
  background: rgb(249 248 245 / 98%);
  backdrop-filter: blur(100px);
  padding: 0.5em;
  min-width: 25vh;
  align-content: center;
  min-height: 20vh;
  color: #00234b;
  text-align: center;
  border-radius: 10px;
  box-shadow: 1px 1px 11px 5px #00000021;
}
.section__1 .card_1 {
  border-radius: 30px 30px 0px 30px;
}
.section__1 .card_2 {
  border-radius: 30px 30px 30px 0px;
}
.section__1 .card_3 {
  border-radius: 30px 0px 0px 30px;
}

.section__1 .card_4 {
  border-radius: 0px 30px 30px 0px;
}

.section__1 .card_5 {
  border-radius: 30px 0px 30px 30px !important;
}

.section__1 .card_6 {
  border-radius: 0px 30px 30px 30px !important;
}
.section__1 .card-title{
  font-size: 1.5vw;
  font-weight: 600;
  margin: 0.5rem 0;
}
.section__1 .card-text{
  font-size: 1em;
  margin: 0.5rem 0;
  color: #323338;
  font-weight: 500;
  padding: 0 3.5rem;
}
/*================================ section__1 =====================================*/
/*================================ section__2 =====================================*/


.section__2 {
  place-content: center;
  align-items: center;
  display: flex;
  flex-flow: column;
  margin: 10rem 0;
  overflow: hidden;
}

.section__2 .container{
  display: flex;
  flex-flow: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
  background: url(/assets/img/avatar/about_5.svg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 1rem;
}

.section__2 .row{
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  margin: 6rem 0;
  padding: 0 4rem;
  justify-content: center;
  align-items: center;

}

.section__2 .title{
  color: #fff;
  font-size: 2.5em;
  font-weight: 800;
  text-align: center;
}
.section__2 .description{
  margin: 0.75rem 0;
  color: #ffffff;
  font-size: 1.4em;
  text-align: center;
}

/*================================ section__2 =====================================*/

/*================================ section__3 =====================================*/

.section__3 {
  margin: 10rem 0;
}
.section__3 h1 {
  color: #00234b;
  text-align: center;
  line-height: 1;
  margin-bottom: 50px;
  margin-top: 100px;
  font-size: 2.2rem;
  padding: 0 8px;
}

.section__3 .box {
  border-radius: 20px;
  box-shadow: 0px 30px 40px -20px var(--grayishBlue);
  padding: 30px 20px;
  margin: 20px;  
  width: 27%;
  min-height: 14rem;
  text-align: center;
  align-content: center;
}

.section__3 .box h2 {
  color: var(--varyDarkBlue);
  font-weight: var(--weight3);
  margin: 0.5rem 0;
}

.section__3 .box h3 {
  font-size: 1.2rem;
  color: var(--varyDarkBlue);
  font-weight:400;
  margin: 0.5rem 0;
}

.section__3 .box strong {
  font-weight: 700;
  color: #00234b
}
.section__3 .box p {
  color: 500;
}

.section__3 .cyan {
  border-top: 3px solid var(--cyan);
}
.section__3 .red {
  border-top: 3px solid var(--red);
}
.section__3 .blue {
  border-top: 3px solid var(--blue);
}
.section__3 .orange {
  border-top: 3px solid var(--orange);
}


.section__3 .row1-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section__3 .row2-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section__3 .box-down {
  position: relative;
  top: 150px;
}


/*================================ section__3 =====================================*/

/*================================ section__4 =====================================*/
.section__4{
  place-content: center;
  align-items: center;
  display: flex;
  flex-flow: column;
  gap: 10px;
  height: min-content;
  overflow: hidden;
  margin: 12rem 0;
}

.section__4 h2{
  font-size: 2.5rem;
  font-weight: 600;
  color:#00234b;
}

.section__4 .container{
  display: flex;
  flex-flow: column;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-items: center;
}

.section__4 .col:first-child{
  width: 15%;
}

.section__4 .col:last-child{
  width: 50%;
  margin-left: 2rem;
  margin-top: 3rem;
}

.section__4 .col img{
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  border-radius: 20px;
}

.section__4 .col h3{
  font-size: 1.5rem; 
  margin: 1rem 0; 
  color:#00234b;

}
.section__4 .subtitle{
  font-size: 1.4rem;
  color: #00234b;
  margin: 0.5rem 0;
  font-weight: 600;
}
.section__4 .col p{
  font-size: 1rem;
  font-weight: 500;
}

/*================================ section__4 =====================================*/

/*================================ section__5 =====================================*/

.section__5{
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  margin: 10rem 0;
}
.section__5 .row .section-title{
  font-size: 40px;
  text-align: center;
  font-weight:700;
  color: var(--title-color);
  padding: 0 2rem;
}

.ag-format-container {
  /* width: 1300px; */
  margin: 0 4rem;
}

.ag-courses_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  padding: 50px 0;
  align-items: stretch;
  gap: 2rem;
}

  .ag-courses_item {
    -ms-flex-preferred-size: calc(33.33333% - 30px);
    flex-basis: calc(33.33333% - 30px);
    margin: 0 15px 30px;
    overflow: hidden;
    border-radius: 22px;
    display: flex;
    justify-content: center;
  }
  .ag-courses-item_link:hover {

    box-shadow: 1px 7px 9px 0px rgb(0 0 0 / 22%);
    transition: box-shadow 0.1s ease-out;
  }
  .ag-courses-item_link {
    display: block;
    border-radius: 1rem;
    padding: 30px 20px;
    /* background-color: #2b2b2b; */
    background-color: #ebebeb;
    overflow: hidden;
    position: relative;
    width: 24vw;
    min-width: 100%;
    /* box-shadow: inset 1px 1px 7px 6px rgb(0 0 0 / 5%); */
    transition: box-shadow 0.1s ease-out;
  }
  .ag-courses-item_button {
    bottom: -19px;
    padding-bottom: 18px;
    justify-self: anchor-center;
    width: 113px;
    /* height: 20px; */
    border-radius: 10px 10px 0px 0px;
    cursor: pointer;
    z-index: 200;
    background-color: hsl(12, 96%, 61%);
    color: #fff;
  }
  .ag-courses-item_button:hover {
    background-color: hsl(12, 69%, 52%);
    box-shadow: 1px 7px 9px 0px rgb(0 0 0 / 22%);


  }
  .ag-courses-item_link:hover,
  .ag-courses-item_link:hover .ag-courses-item_learn_more {
    text-decoration: none;
    color: #e9e9e9;
  }


  .ag-courses-item_link:hover .ag-courses-item_bg {
    -webkit-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
  }
  .ag-courses-item_title {
    font-size: 1.5vw;
    margin: 0 0 25px;
    overflow: hidden;
    font-weight: bold;

    color: #00234b;
    z-index: 2;
    position: relative;
  }
  .ag-courses-item_title h3 {
    font-weight: 400 !important;

  }
  .ag-courses-item_link:hover,
  .ag-courses-item_link:hover .ag-courses-item_title {
    color: #FFF;
  }
  .ag-courses-item_learn_more-box {
    font-size: 1.2vw;

    color: #4e4e4e;
    font-weight: 600;
    z-index: 2;
    position: relative;
    /* padding-right: 2rem; */
  }
  .ag-courses-item_link:hover,
  .ag-courses-item_link:hover  .ag-courses-item_learn_more-box {
    color: #FFF;
  }
  .ag-courses-item_learn_more {
    font-weight: bold;
    color: #df9b23;
    -webkit-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease
  }
  .ag-courses-item_learn_more::after{
    display: inline-block;
    padding-left: 5px;
    content: "➞";
    transition: transform 2s ease-in;
  }
  .ag-courses-item_bg {
    height: 128px;
    width: 128px;
    
    background-color: #BD1E23;
  
    z-index: 1;
    position: absolute;
    top: -75px;
    right: -75px;
  
    border-radius: 50%;
  
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }
.ag-courses_item:nth-child(1n) .ag-courses-item_bg {
    background-color: #BD1E23;
}
.ag-courses_item:nth-child(2n) .ag-courses-item_bg {
    background-color: #012c5d;
}
.ag-courses_item:nth-child(3n) .ag-courses-item_bg {
    
  background-color: #f9b234;
}
.ag-courses-item_button {
  height: 50px;
  width: 160px;
  clip-path: path("M 0 25 C 0 -5, -5 0, 80 0 S 160 -5, 160 25, 165 50 80 50, 0 55, 0 25");
  border: none;
  border-radius: 13px;
  background-color: var(--primaryBg);
  box-shadow: 0px -3px 15px 0px var(--primaryHi) inset;
  color: var(--primaryFg);
  font-family: "Manrope";
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: translateY(0px);
  transition: all 0.2s ease;
}
.ag-courses-item_button {
  bottom: -19px;
  padding-bottom: 18px;
  justify-self: anchor-center;
  width: 113px;
  /* height: 20px; */
  border-radius: 10px 10px 0px 0px;
  cursor: pointer;
  z-index: 200;
  background-color: hsl(12, 96%, 61%);
  color: #fff;
}
.ag-courses-item_button:hover {
  background-color: hsl(12, 69%, 52%);
  box-shadow: 1px 7px 9px 0px rgb(0 0 0 / 22%);
}
/*================================ section__5 =====================================*/



/*================================ CTA =====================================*/

.section__CTA{
  height: fit-content ;
  min-height: 50vh;
  display: flex;
  align-items: center;
}
.section__CTA .container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px;
  padding: 0 50px;
}
.section__CTA .locations_content {
  position: relative;
  /* background: #00234b; */
  border-radius: 16px;
  color: #fff;
  padding: 40px;
  overflow: hidden;
  background: #00234b;
  background: url(/assets/img/avatar/mesh-5.png) no-repeat;
  background-size: cover;
  background-position: center center;
  /* background-attachment: fixed; */
}
.section__CTA .image.image-globe {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  left: auto;
  transform: translateX(10%) !important;
  width: 100%;
  top: 4rem;
  pointer-events: none;
  z-index: 0;
  height: 100%;
  align-items: center;


}
.section__CTA img.talk_with_us_img {
  height: 27rem;
}
.section__CTA .row_talk_with_us {
  min-height: 220px;
  align-items: center;
  align-content: center;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.section__CTA .side-text {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.section__CTA h2.text_h2 {
  position: relative;
  font-family: "sofia-pro", sans-serif;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 1.34;
  color: #323338;
  margin-bottom: 24px;
  margin-bottom: 32px;
  font-weight: 300;
  color: #fff;
  padding-right: 15rem;
}
.section__CTA p.text_p {
  position: relative;
  font-family: "sofia-pro", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.34;
  color: #323338;
  margin-bottom: 24px;
  margin-bottom: 32px;
  font-weight: 300;
  color: #fff;
  padding-right: 13rem;
}
.section__CTA button.btn_talk_with {
  color: #323338;
  background: #fff;
  margin-bottom: 0;
  padding: 15px 0;
  width: 227px;
  cursor: pointer;
  font-size: 18px;
  border-radius: 40px;
  border: none;
  font-weight: 400;
  text-align: center;
  cursor: pointer;

  line-height: 17px;
}
.section__CTA .btn-icon svg{
  padding-top: 2px;
}

/*================================ CTA =====================================*/


/*******************************************  MEDIA QUERIES ******************************************/

@media (width < 900px) {
  /*================================ Landing =====================================*/

    .landing {
      margin: 10% auto;
      max-width: 93%;
    }
    .landing .container  {
      padding: 1rem;
      grid-template-columns: repeat(1, 1fr);
      gap: 1rem;
    }
    .landing .content h1 {
      /* font-size: 2rem; */
      font-size: 1.6rem;
    }
    .landing .content p {
      font-size: 1rem;
  }
    .landing .image img{
      max-width: 250px;
    }
    .landing .content {
      text-align: center; 
    }
    .landing .image {
      grid-area: 1 / 1 / 2 / 2;
      text-align: center;
    }
  /*================================ Landing =====================================*/
  /*================================ section__1 =====================================*/
    .section__1 .container{
      height: auto;
      overflow: none;
      margin: 2rem 0rem;
    }
    .section__1 .title {
      font-size: 2rem !important;
    }
    .section__1 .cards{
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .section__1 .card{
      border-radius: 30px !important;
    }
    .section__1 .card-title {
      font-size: 1.7rem;
    }
    .section__1 .card-text{
      font-size: 1.1rem;
      padding: 0;
    }
    .section__1 .row{
      padding: 23px;
    }
  /*================================ section__1 =====================================*/
  /*================================ section__2 =====================================*/
    .section__2 .row {
      flex-direction: column;
      padding: 20px 5px;
    }
    .section__2 .container {
      padding: 0 20px;
      margin-bottom: 2rem !important;
    }
  /*================================ section__2 =====================================*/

  /*================================ section__3 =====================================*/
    .section__3 .row1-container{
      flex-direction: column;
      margin: 0 2rem;
    }
    .section__3 .row2-container{
      flex-direction: column;
      margin: 0 2rem;
    }
    .section__3 .box {
      text-align: center;
      height: 200px;
      width: 100%;
      position: unset;
    }

    .section__3 .box-down {
      /* position: relative; */
      margin: 0 1rem;
      top: 150px;

      width: 100%;
    }
    .section__3 .box h3 {
      font-size: 1.2rem;
      color: var(--varyDarkBlue);
      font-weight:400;
      margin: 0.5rem 0;
    }
  /*================================ section__3 =====================================*/

  /*================================ section__4 =====================================*/
    .section__4 .container {
      display: flex;
      flex-flow: column;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      align-items: center;
    }
    .section__4 h2 {
      font-size: 2rem;
      font-weight: 600;
      color: #00234b;
      margin-bottom: 2rem;
    }
    .section__4 .subtitle {
      font-size: 1.8rem;
    }
    .section__4 .col:first-child{
      width: 75%;
      text-align: center;
    }
    
    .section__4 .col:last-child{
      width: 75%;
      margin-left: 0;
      margin-top: 3rem;
    }
  /*================================ section__4 =====================================*/
  
  /*================================ section__5 =====================================*/
    .ag-courses_item {
      -ms-flex-preferred-size: calc(50% - 30px);
      flex-basis: calc(50% - 30px);
    }
    .ag-courses-item_title {
      font-size: 24px;
    }
    .ag-courses-item_link {
      padding: 22px 40px;
      width: 100%;
    }
    .ag-format-container {
      width: 96%;
    }
    .ag-courses_box{
      display: grid;
      gap: 3rem;
      grid-template-columns: repeat(1, minmax(0, 1fr));
      margin: 0 1rem;
      margin-top: 3rem;
      
    }
    .ag-courses_item {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;

      justify-items: anchor-center;
      box-shadow: 0 0 3px #0000003d;
      display: flex;
      flex-direction: column;
      align-content: center;
      align-items: center;
    }
    .ag-courses-item_title {
      min-height: 72px;
      line-height: 1;

      font-size: 24px;
    }
    .ag-courses-item_link {
      padding: 22px 40px;
      width: 100%;
    }
    .ag-courses-item_learn_more-box {
      font-size: 16px;
    }
    .section__5 .row .section-title {
      text-align: center;
      font-size: 27px;
      margin: 0 1rem;
    }
  /*================================ section__5 =====================================*/

    .section__CTA h2.text_h2{
      font-size: 1.5rem;
      padding-right: 0rem;
    }
}

 