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


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


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


 body{
    overflow:none;
    margin:0;
    font-family: 'BeVietnam', sans-serif;
}

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


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

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

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

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

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

.gradient-btn {
  padding: 10px 15px;
  font-size: 16px;
  background: linear-gradient(to right, #fd5658 , #844ded);
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 1s ease;
}

.gradient-btn:hover {
  background: #17538a;
    color: #fff;
    transition: background 1s ease;
}

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

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

.white-btn {
    position: relative;
    background: #fff; /* inside background */
    color: #17538a;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 12px;
    border-radius: 5px;
    width: fit-content;
    height: 100%;
    cursor: pointer;
    z-index: 1;
    border: none;
    outline: none;

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

.white-btn:hover {
    background-image: linear-gradient(to right, #fd5658, #844ded),
                      linear-gradient(to right, #fd5658, #844ded);
    color: #fff;
}

.pink-btn {
    background: #ef365c;
    color: #fff;
    outline: 1px solid #ef365c;
    cursor: pointer;
    font-size: 16px;
    width: fit-content;
    padding: 10px;
    border-radius: 5px;
    font-weight: 400;
    border: none;
    height: 100%;
}

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

.highlight {
  color: #ef365c;
  font-weight: 400;
}

.blue{
     color:#17538a;
}

.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;
}

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

}

@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;
}

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


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

.section-style {
        padding: 30px;
    }

    
/* .section-title {
    font-size: 20px;
} */

}