/* /* 
Theme Name: apply2xl
Author: MAD Marketing
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;
}


html{
    scroll-behavior: smooth;
    scroll-padding-top: 100px; 
}

 body{
    overflow:none;
    margin:0;
    font-family: 'BeVietnam', sans-serif;
}

.section-style {
    padding: 50px 200px;
    position: relative;
}

.title {
  color: #ef365c;
  font-size: 60px;
  margin: 0;
}


.white-btn {
  padding: 10px 24px;
  font-size: 16px;
  background: transparent;
  color: #d63f76;
  border: 2px solid #d63f76 ;
  border-radius: 0px;
  cursor: pointer;
}

.white-btn:hover {
  background: #d63f76;
    color: #fff;
    transition: background 1s ease;
}

.pink-btn{
  padding: 10px 24px;
  font-size: 16px;
  background:#d63f76;
  color: #fff;
  border: 2px solid #d63f76;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.pink-btn:hover{
   background:transparent;
    color: #d63f76;
    border: 2px solid #d63f76;
    transition: background 1s ease;
}

.red-btn {
    background: #ff3131;
    color: #fff;
    outline: 1px solid #ff3131;
    border: none;
    cursor: pointer;
    font-size: 16px;
    width: fit-content;
    padding: 10px;
    border-radius: 5px;
    font-weight: 400;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.red-btn:hover {
    background: transparent;
    outline: 1px solid #ff3131;
    color: #ff3131;
    transition: background 1s ease;
}

.blue-btn {
    background: #175082;
    color: #fff;
    outline: 1px solid #175082;
    border: none;
    cursor: pointer;
    font-size: 16px;
    width: fit-content;
    padding: 10px;
    border-radius: 5px;
    font-weight: 400;
}

.blue-btn:hover {
    background: transparent;
    color: #175082;
    transition: background 1s ease;
}

.section-title {
    position: relative;
    font-size: 60px;
    font-weight: 500;
    color: #175082;
}

.section-desc {
    color: #175082;
    position: relative;
    font-weight: 400;
    margin: 10px 0;
    line-height: 1.5;
}

.highlight{
  color:#d63f76;
}



@media (max-width: 1200px) {
.section-title {
    font-size: 45px;
}
}

@media (max-width: 1100px) {
.section-title {
    font-size: 40px;
}
}



@media (max-width: 768px) {
  .gradient-btn {
  padding: 10px 24px;
  font-size: 14px;
  background: linear-gradient(to right, #1d5689 , #ef365c);
  color: #fff;
  border: 2px solid #fff ;
  border-radius: 20px;
  cursor: pointer;
}

.title {
  color: #ef365c;
  font-size: 40px;
  margin: 0;
}
}

@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: 30px;
    }

     .section-desc {
    font-size: 14px;
}

.section-style {
        padding: 30px;
    }

}