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

/* @font-face {
  font-family: 'Glacial Indifference';
  src: url('../fonts/glacial-indifference/GlacialIndifference-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Glacial Indifference';
  src: url('../fonts/glacial-indifference/GlacialIndifference-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
} */


@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: 'Poppins'; */
     font-family: 'Glacial Indifference';
}

.section-style {
    padding: 50px 200px;
    overflow: hidden;
    text-align: center;
}


.section-title {
    font-size: 48px;
    position: relative;
    font-weight: 600;
    margin-bottom: 20px;
    color:#18548a;
}

.section-subtitle {
    font-size: 20px;
    position: relative;
    font-weight: 600;
    color:#18548a;
}

.section-desc {
    color: #18548a;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
}

.text-center{
    text-align: center;
}

.text-left{
    text-align: left;
}


.blue-btn {
    background: #18548a;
    color: #fff;
    outline: 1px solid #18548a;
        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 #18548a;
    color: #18548a;
    transition: background 1s ease;
}

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

.white-btn:hover {
    background: #18548a;
    color: #fff;
    outline: 1px solid #18548a;
    transition: background 1s ease;
}

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

.pink-btn:hover {
    background: transparent;
    color: #fe3c66;
    outline: 1px solid #fe3c66;
    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: 1600px) {
    .section-style {
        padding: 30px 100px;
}
}

@media (max-width: 1400px) {
    .section-style {
        padding: 30px 50px;
}
}

@media (max-width: 1100px) {
    .section-style {
        padding: 50px 30px;
    }

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

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

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

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

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

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

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

.section-style {
        padding: 30px;
    }

}