/* /* 
Theme Name: europeanlanguages
Author: Sithara
Author URI: 
Version: 1.0
 */



@font-face {
    font-family: 'Glacial Indifference';
    src: url('fonts/GlacialIndifference-Regular.eot');
    src: url('fonts/GlacialIndifference-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/GlacialIndifference-Regular.woff2') format('woff2'),
        url('fonts/GlacialIndifference-Regular.woff') format('woff'),
        url('fonts/GlacialIndifference-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Glacial Indifference';
    src: url('fonts/GlacialIndifference-Bold.eot');
    src: url('fonts/GlacialIndifference-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/GlacialIndifference-Bold.woff2') format('woff2'),
        url('fonts/GlacialIndifference-Bold.woff') format('woff'),
        url('fonts/GlacialIndifference-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Glacial Indifference';
    src: url('fonts/GlacialIndifference-Italic.eot');
    src: url('fonts/GlacialIndifference-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/GlacialIndifference-Italic.woff2') format('woff2'),
        url('fonts/GlacialIndifference-Italic.woff') format('woff'),
        url('fonts/GlacialIndifference-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


/* Global Styles  */
html, body {
    scroll-behavior: smooth;
    scroll-padding-top: 100px; 
}


 body{
    overflow:none;
    margin:0;
     font-family: 'Glacial Indifference';
}

.section-title {
    font-size: 60px;
    color: #fff;
    margin-bottom: 20px;
     text-align: center;
     font-weight: 400;
}

.section-desc {
   font-size: 20px;
    color: #fff;
    margin-bottom: 40px;
     text-align: center;
}

.blue-btn {
    background: #003374;
    color: #fff;
    outline: 1px solid #003374;
        border: none;
    cursor: pointer;
    font-size: 16px;
    width: fit-content;
    padding: 10px;
    border-radius: 10px;
    font-weight: 400;
}

.blue-btn:hover {
    background: transparent;
    outline: 1px solid #003374;
    color: #003374;
    transition: background 1s ease;
}

.white-btn {
    background: #fff;
    color: #003374;
    cursor: pointer;
    font-size: 16px;
    width: fit-content;
    padding: 10px;
    border-radius: 10px;
    font-weight: 600;
    border: none;
}

.white-btn:hover {
    background: #003374;
    color: #fff;
    transition: background 1s ease;
}

.green-btn {
    background: #33d94f;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    width: fit-content;
    padding: 10px;
    border-radius: 10px;
    font-weight: 400;
    border: none;
}

.green-btn:hover {
    background: #003374;
    color: #fff;
    transition: background 1s ease;
}

.enroll-green-btn {
    background: #58f673;
    color: #003374;
    cursor: pointer;
    font-size: 16px;
    width: fit-content;
    padding: 10px;
    border-radius: 10px;
    font-weight: 600;
    border: none;
}

.enroll-green-btn:hover {
    background: #fff;
    color: #003374;
    transition: background 1s ease;
}

.gradient-btn {
   position: relative;
    background: #fff;
    color: #003374;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 12px;
    border-radius: 15px;
    width: fit-content;
    height: 100%;
    cursor: pointer;
    z-index: 1;
    border: none;
    outline: none;

    background-image: linear-gradient(#fff, #fff), 
                      linear-gradient(to right, #45bad7, #034faf);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border: 2px solid transparent;
    transition: all 0.4s ease;
}

.gradient-btn:hover {
    background: transparent;
    color: #003374;

    background-image: linear-gradient(to right, #45bad7, #034faf),
                      linear-gradient(to right, #45bad7, #034faf);
    color: #fff;
    transition: background 1s ease;
}

.highlight {
  color: #d6325e;
}

.blue{
     color:#18548a;
}

.text-style{
    font-weight: 600;
}

h1,  h2, h4, h3, p{
    margin:0;
}



@media (max-width: 1100px) {

    .section-title {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
 .section-title {
        font-size: 30px;
    }

     .section-desc {
    font-size: 18px;
}
}

@media (max-width: 500px) {
.blue-btn {
    font-size: 14px;
    padding: 5px 10px;
}

.green-btn {
    font-size: 14px;
    padding: 5px 10px;
}

.white-btn {
    font-size: 14px;
    padding: 5px 10px;
}

.enroll-green-btn {
    font-size: 14px;
    padding: 5px 10px;
}

.gradient-btn  {
    font-size: 14px;
    padding: 5px 10px;
}

  
}