html {
    scroll-behavior: smooth;
  }
svg{
    color: white;
}
body {
    margin: 0;
    font-family: 'Futura', sans-serif
}

.navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: max-content;
    color: black; 
    list-style: none;
    margin: 0;
    padding: 0;
    box-shadow: black 0px 0px 2px;
    position: fixed;
    top: 0;
    background-color: white;
    z-index: 100;
    width: 100%;
    
}



.logo {
    width: 100px;
    height: 100px;
    margin: 10px 54px; 
}
li > a{
  
    /* font-family: "Graphik", sans-serif; */
    font-family: "Futura", sans-serif;
    position: relative;
    display: inline-block;
    border: none;
    font-weight: bold;
    font-size: larger;
    text-decoration: none;
   
    /* -webkit-text-decoration-line:  underline !important;
    -webkit-text-decoration-color: white !important;
    -webkit-text-decoration-thickness:5px !important;  */
    color:black;
    
}

li > a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    border-radius: 100px;
    height: 0.15em;
    bottom: 0;
    left: 0;
    background: #e2b500;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }

li > a:visited{
    color: black;
    text-decoration: none;
}


 li > a:hover::after{

   transform: scaleX(1);
   transform-origin: bottom left;
}


.container{
  height: 75%;
  width: 3/4;
  background-color: #cacaca;
  margin-top: 10%;
  margin-bottom: 10%;
  
}
.dif_container{
    
    justify-content: center;
    align-items: center;
    margin-inline: 60px;
    place-items: center;
}
.ins_container{
    padding-top: 80px;
    padding-bottom: 80px;
    padding-inline: 50px;
    
}
.title_info{
    font-weight: bold;
    font-size: larger;
    margin-left: 40px;
}
.container ul{
    list-style: none;
    white-space: normal;
    margin-top: 60px;
    
    
}
.container li{
    margin-top: 38px;
    font-size: larger;
}
.image-container {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 127px;
}

.background {
    width: 100%; 
}

.ins_background {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    color: black; 
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    
}
.contact{
    border: none;
    padding: 10px;
    width: 230px;
    font-size: 17px;
    background-color: #e2b500;
    font-weight: bold;
    border-radius: 10px;
    transition: all 0.3s ease-out;
}
.contact:hover{
    color: white;
    width: 200px;
    cursor: pointer;
    font-size: 17px;

}

.title {
   background: -webkit-linear-gradient(45deg, #e2b100,#e2b200,#e2b300,#e2b400,#e2b500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-logo {
    width: 30vw;
    height: auto;
}

.offers-wrapper {
    display: flex;
        gap: 50px;
        width: 100%;
        justify-content: center;
        margin-top: 60px;
}

@media (max-width: 800px) {
    .offers-wrapper {
      flex-direction: column;
        align-items: center;
        gap: 40px;
    }
  }

  @media (max-width: 900px) {
    .contact-info {
      flex-direction: column;
        align-items: center;
        gap: 40px;
    }
  }
  @media (max-width: 800px) {
    .welcome-text {
    font-size: 45vw;
    }
  }

/* CARD CSS ONLY */ 

  .ag-courses_item {
    width: 300px;
    margin: 0 15px 30px;
    height: 150px;
    overflow: hidden;
  
  
    border-radius: 28px;
    border: black 1px solid;
    
  }
  .ag-courses-item_link {
    display: block;
    padding: 0px 20px;
    background-color: #fff;

  text-decoration: none;
    overflow: hidden;
  
    position: relative;
  }
  .ag-courses-item_link:hover,
  .ag-courses-item_link:hover .ag-courses-item_date {
    text-decoration: none;
    color: #FFF;
  }
  .ag-courses-item_link:hover .ag-courses-item_bg {
    -webkit-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
  }
  .ag-courses-item_title {
    margin: 0 0;
    text-align: center;
    height: 150px;

    overflow: hidden;
  
    font-weight: bold;
    font-size: 17px;
    color: #000;
    text-decoration: none;
    display: flex;  
    flex-direction: column;
    justify-content: center;  
    align-items: center;
  
    z-index: 2;
    position: relative;
  }
  .ag-courses-item_date-box {
    font-size: 18px;
    color: #FFF;
  
    z-index: 2;
    position: relative;
  }
  .ag-courses-item_date {
    font-weight: bold;
    color: #e2b500;
  
    -webkit-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease
  }
  .ag-courses-item_bg {
    height: 128px;
    width: 128px;
    background-color: #e2b500;
  
    z-index: 1;
    position: absolute;
    top: -75px;
    right: -75px;
  
    border-radius: 50%;
  
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }

  
  /* @media only screen and (max-width: 979px) {
    .ag-courses_item {
      -ms-flex-preferred-size: calc(50% - 30px);
      flex-basis: calc(50% - 30px);
    }
    .ag-courses-item_title {
      font-size: 24px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .ag-format-container {
      width: 96%;
    }
  
  }
  @media only screen and (max-width: 639px) {
    .ag-courses_item {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
    }
    .ag-courses-item_title {
      min-height: 72px;
      line-height: 1;
  
      font-size: 24px;
    }
    .ag-courses-item_link {
      padding: 22px 40px;
    }
    .ag-courses-item_date-box {
      font-size: 16px;
    }
  } */