:root {
    --primary-font: "Bai Jamjuree", sans-serif;
    --secondary-font: "Montserrat", sans-serif;
    --primary-color: #e96aad;
    --seconday-color: #6b429c;
    --color-1: #041529;
    --color-black: #000;
    --color-white: #fff;
}

body,
html {
    overflow-x: hidden;
}

body {
    font-family: var(--secondary-font);
    font-weight: 500;
    font-size: 18px;
    font-style: normal;
    line-height: 1.8;
    color: var(--color-1);
    background: var(--color-white);
}

* {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--primary-font);
    line-height: 1.2;
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 10px;
}

ul,
li,
ol {
    margin-bottom: 0;
    list-style-type: none;
    padding: 0;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

img {
    max-width: 100%;
}

input:focus,
textarea:focus {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    outline: none;
    border-color: var(--primary-color);
}

button:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.navbar-toggler:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

h1 {
    font-size: 72px;
    color: var(--color-white);
    margin-bottom: 30px;
    line-height: 1.05;
}

h1 span {
    color: var(--primary-color);
}

h2 {
    color: var(--color-1);
    font-size: 55px;
}

h3 {
    color: var(--color-1);
    font-size: 40px;
}

h4 {
    font-size: 26px;
    color: var(--color-1);
}

.btn {
    border-radius: 40px;
    padding: 18px 28px;
    padding-right: 60px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    font-weight: 600;
    font-size: 20px;
    font-family: var(--primary-font);
    border: 0;
    line-height: 0.8;
    position: relative;
}
.btn:after {
      position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    background: var(--color-white);
}
.cf7-btn-wrap {
  display: inline-block;
  position: relative;
}

.cf7-btn-wrap .wpcf7-submit {
  border-radius: 40px;
    padding: 18px 28px;
    padding-right: 60px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    font-weight: 600;
    font-size: 20px;
    font-family: var(--primary-font);
    border: 0;
    line-height: 0.8;
    position: relative;
  
}

.cf7-btn-wrap .circle {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  margin: 0px 98px 0;
}

.btn-primary {
    background: -webkit-gradient(linear, right top, left top, from(#a5499c), to(#8f61aa));
    background: -o-linear-gradient(right, #a5499c, #8f61aa);
    background: linear-gradient(to left, #a5499c, #8f61aa);
    color: var(--color-white);
}

.btn-primary:hover {
    opacity: 0.7;
}

button.btn:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: transparent;
}

.cmn-gap {
    padding: 80px 0;
}

.cmmn-hdr {
    margin-bottom: 50px;
}

.cmmn-hdr.wh h2 {
    color: var(--color-white);
}

.top-hdr {
    color: var(--seconday-color);
    font-weight: 600;
    font-size: 20px;
    position: relative;
    display: inline-block;
    line-height: 1;
}

.top-hdr:after,
.top-hdr:before {
    position: absolute;
    content: '';
    background: var(--seconday-color);
    width: 50px;
    height: 1px;
    top: 11px;
}

.top-hdr.center {
    padding-left: 65px;
    padding-right: 65px;
}

.top-hdr.center:before {
    left: 0;
}

.top-hdr.center:after {
    right: 0;
}

.top-hdr.right:after {
    right: 0;
}

.top-hdr.right:before {
    display: none;
}

.top-hdr.right {
    padding-right: 65px;
}


/* header */
.navbar-toggler {
    display: none;
}

.header {
    padding: 25px 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}

.header-otr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.hdr-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 37px;
}

.hdr-right .btn {
    padding-right: 45px;
}

.navbar {
    padding: 0;
}

.navbar-nav li {
    margin-right: 36px;
}

.navbar-nav li:last-child {
    margin-right: 0;
}

.navbar-nav li a {
    font-size: 20px;
    color: var(--color-white);
    font-family: var(--primary-font);
    font-weight: 600;
    padding: 0 !important;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus,
.navbar-nav li.current-menu-item a {
    color: var(--primary-color);
}

/* banner */
.banner-sec {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 255px 0;
}

.ban-wrapper {
    max-width: 770px;
}

.ban-wrapper p {
    color: var(--color-white);
    margin-bottom: 30px;
    max-width: 675px;
}

/* attach sec */
.attach-platform-sec {
    position: relative;
    z-index: 1;
}

.attach-back {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.bottom-qto {
    text-align: center;
    font-size: 36px;
    color: var(--seconday-color);
    font-weight: 700;
    font-family: var(--primary-font);
    margin-top: 50px;
    margin-bottom: 0;
    line-height: 1.2;
}

/* team sec */
.team-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -9px;
}

.team-innr {
    width: calc(100% / 5);
    padding: 0 9px;
    min-height: 430px;
}

.team-box {
    background: #fceff6;
    border-radius: 15px;
    padding: 7px;
    text-align: center;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.team-box:hover,
.team-box.show {
    background: #8869af;
}

.team-img {
    height: 240px;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.team-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.team-content {
    padding: 10px 0;
    min-height: 70px;
}

.team-content h4 {
    font-size: 22px;
    margin-bottom: 0;
    color: var(--color-1);
}

.team-box:hover h4,
.team-box.show h4 {
    color: var(--color-white);
}

.team-content p {
    font-weight: 600;
    padding-top: 10px;
    margin-bottom: 0;
    line-height: 1.5;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    display: none;
    font-size: 13px;
}

.team-box:hover .team-content p,
.team-box.show .team-content p {
    display: block;
    color: var(--color-white);
}

.attach-bio {
    margin-top: 10px;
}

/* how-it-works */
.how-it-works-sec {
    background: url('./images/back.jpg') no-repeat;
    background-size: cover;
}

.mb-36 {
    margin-bottom: 36px;
}

/* advantage-sec */
.advantage-sec {
    background: url('./images/advantage-back.jpg') no-repeat;
    background-size: cover;
}

.add-otr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}

.add-img {
    max-width: 100px;
    height: 100px;
    min-width: 100px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff;
    border: 2px solid #9061ab;
    position: relative;
    margin-left: 10px;
    z-index: 1;
}

.add-img:after {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 100%;
    border-radius: 100%;
    top: 2px;
    left: -10px;
    z-index: -1;
}

.add-content h4 {
    margin-bottom: 15px;
    color: var(--color-white);
}

.add-content p {
    color: var(--color-white);
    margin-bottom: 0;
    line-height: 1.4;
}

/* applications sec */
.application-sec {
    position: relative;
}

.application-sec .attach-back {
    bottom: 0;
    top: auto;
}

.mb-45 {
    margin-bottom: 45px;
}

.app-content {
    padding-left: 60px;
    max-width: 564px;
}

.app-content p {
    margin-bottom: 36px;
}

.app-img {
    position: relative;
    padding: 0 10px 10px;
    z-index: 1;
}

.app-img:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--seconday-color);
    border-radius: 30px;
    width: 100%;
    height: 80%;
    z-index: -1;
}

.app-img img {
    width: 100%;
    border-radius: 40px;
}

.tab-wrapper .nav-tabs {
    margin-bottom: 55px;
    gap: 10px;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    padding: 15px 0;
}

.tab-wrapper .nav-tabs .nav-link {
    margin: 0;
    padding: 0;
    border: 0;
    color: var(--color-1);
    font-weight: 600;
    font-size: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    font-family: var(--primary-font);
}

.tab-wrapper .nav-tabs .nav-link.active {
    color: var(--seconday-color);
}

.tab-wrapper .nav-tabs .nav-link.active img {
    -webkit-filter: invert(48%) sepia(9%) saturate(2501%) hue-rotate(224deg) brightness(91%) contrast(83%);
            filter: invert(48%) sepia(9%) saturate(2501%) hue-rotate(224deg) brightness(91%) contrast(83%);
}

.tab-wrapper .nav-item {
    line-height: 1;
}

/* features sec */
.features-sec {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #f9f7fb;
}

.features-img {
    display: none;
}

.features-img img {
    width: 100%;
}

.mb-36 {
    margin-bottom: 36px;
}

.features-content {
    padding: 80px 0 116px;
    max-width: 720px;
}

.features-content ul {
    padding: 0;
}

.features-content ul li {
    margin-bottom: 10px;
    list-style-type: disc;
    list-style-position: inside;
    color: var(--seconday-color);
    font-size: 22px;
    font-weight: 600;
    font-family: var(--primary-font);
    line-height: 1.1;
}

.features-content ul li::marker {
    font-size: 27px;
    color: #8c65ad;
}

.features-content ul li:last-child {
    margin-bottom: 0;
}

.features-wrapper {
    position: relative;
    z-index: 1;
}

.at-bio {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    max-width: 900px;
}

/* get in touch sec */
.get-in-touch-form {
    background: #fceff6;
    padding: 15px;
    border-radius: 15px;
}

.get-in-touch-form h2 {
    padding: 12px;
    border-radius: 10px;
    text-align: center;
    background: #a7469a;
    color: var(--color-white);
    line-height: 0.8;
    margin-bottom: 22px;
}

.get-in-touch-form .form-group {
    margin-bottom: 10px;
}

.get-in-touch-form .form-control {
    height: 50px;
    width: 100%;
    border-radius: 10px;
    background: var(--color-white);
    border: 1px solid #dbc8d2;
    font-size: 17px;
    color: var(--color-1);
    font-weight: 500;
    padding: 5px 15px;
}

.get-in-touch-form .form-control:focus {
    border-color: var(--primary-color);
}

.get-in-touch-form .form-control::-webkit-input-placeholder {
    color: var(--color-1);
}

.get-in-touch-form .form-control::-moz-placeholder {
    color: var(--color-1);
}

.get-in-touch-form .form-control:-ms-input-placeholder {
    color: var(--color-1);
}

.get-in-touch-form .form-control::-ms-input-placeholder {
    color: var(--color-1);
}

.get-in-touch-form .form-control::placeholder {
    color: var(--color-1);
}

.get-in-touch-form textarea.form-control {
    height: 132px;
    padding-top: 15px;
}

.get-in-touch-form .submit-btn {
    padding-right: 110px;
}

.get-in-touch-wrapper {
    background: rgba(252, 239, 246, 0.4);
    border-radius: 15px;
    padding: 8px;
    margin-bottom: -200px;
    position: relative;
    z-index: 1;
}

.get-in-touch-otr {
    background: var(--color-white);
    border-radius: 15px;
    padding: 15px;
}

.get-in-touch-img {
    position: relative;
    text-align: right;
    z-index: 1;
}

.get-back {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    max-width: 58%;
}

.get-img {
    max-width: 65%;
}

/* footer */
.footer {
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 250px;
}

.footer-bottom {
    padding: 20px 0;
}

.footer-bottom p {
    font-size: 15px;
    color: var(--color-white);
    margin-bottom: 0;
}

.footer-top {
    border-bottom: 1px solid #5b3e93;
}

.ft-innr {
    border-right: 1px solid #5b3e93;
    padding: 0 55px 55px;
}

.ft-innr:last-child {
    border-right: 0;
}

.ft-otr {
    margin: 0 -55px;
}

.ft-logo {
    display: block;
    margin-bottom: 25px;
}

.ft-para {
    font-size: 15px;
    color: var(--color-white);
}

.social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.social-icon li a {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid var(--color-white);
    color: var(--color-white);
}

.social-icon li a:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.ft-hdr {
    font-weight: 700;
    font-size: 24px;
    color: var(--color-white);
    margin-bottom: 15px;
}

.ft-menu li {
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.ft-menu li a.link {
    color: #fff;
}

.ft-menu li:last-child {
    margin-bottom: 0;
}

.ft-menu li a,
.ft-menu li {
    font-size: 15px;
    color: var(--color-white);
}

.ft-menu li a:hover {
    color: #fff;
}

.ft-menu li span {
    width: 36px;
    min-width: 36px;
    height: 36px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid var(--color-white);
    color: var(--color-white);
}

.subscribe-form input {
    height: 56px;
    width: 100%;
    border: 1px solid var(--color-white);
    padding: 5px 24px;
    border-radius: 40px;
    background: transparent;
    color: var(--color-white);
    font-weight: 500;
    font-size: 15px;
}

.subscribe-form input::-webkit-input-placeholder {
    color: var(--color-white);
}

.subscribe-form input::-moz-placeholder {
    color: var(--color-white);
}

.subscribe-form input:-ms-input-placeholder {
    color: var(--color-white);
}

.subscribe-form input::-ms-input-placeholder {
    color: var(--color-white);
}

.subscribe-form input::placeholder {
    color: var(--color-white);
}

.subscribe-form .btn {
    margin-top: 20px;
    padding-right: 90px;
}

/* responsive */

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }

}

@media only screen and (min-width:1600px) {
    .container {
        max-width: 1500px;
    }
}


@media (max-width: 1599px) {
    body {
        font-size: 16px;
    }

    h4 {
        font-size: 23px;
    }

    /* team sec */
    .team-content h4 {
        font-size: 18px;
    }

    .team-content {
        min-height: auto;
    }

    /* application-sec */
    .tab-wrapper .nav-tabs .nav-link {
        font-size: 18px;
    }

    /* features-sec */
    .features-content ul li {
        font-size: 18px;
    }

    .at-bio {
        max-width: 750px;
    }

    .features-content {
        max-width: 600px;
    }

    .features-content {
        padding: 60px 0 100px;
    }

    /* banner-sec */
    .ban-wrapper p {
        max-width: 600px;
    }

    /* footer */
    .ft-hdr {
        font-size: 22px;
    }
}

@media (max-width: 1399px) {
    h2 {
        font-size: 45px;
    }

    body {
        font-size: 14px;
    }

    h1 {
        font-size: 60px;
    }

    /* header */
    .logo-area {
        display: block;
        max-width: 240px;
    }

    /* banner */
    .banner-sec {
        padding: 200px 0;
    }

    /* attach-platform-sec */
    .bottom-qto {
        font-size: 29px;
    }


    /* team sec */
    .team-content h4 {
        font-size: 15px;
    }

    .team-innr {
        min-height: 410px;
    }

    /* advantage sec */
    .add-img {
        max-width: 80px;
        height: 80px;
        min-width: 80px;
    }

    /* applications sec */
    .tab-wrapper .nav-tabs .nav-link {
        font-size: 16px;
    }
}

@media (max-width: 1199px) {
    .cmn-gap {
        padding: 60px 0;
    }

    h1 {
        font-size: 51px;
    }

    h2 {
        font-size: 35px;
    }

    .cmmn-hdr {
        margin-bottom: 30px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 19px;
    }

    /* header */
    .logo-area {
        max-width: 170px;
    }

    .navbar-nav li a {
        font-size: 16px;
    }

    .btn {
        font-size: 16px;
    }

    /* banner */
    .banner-sec {
        padding: 150px 0;
    }

    .ban-wrapper {
        max-width: 550px;
    }

    /* attach platform sec */
    .top-hdr {
        font-size: 16px;
    }

    .bottom-qto {
        font-size: 23px;
    }

    .attach-back {
        max-width: 450px;
    }

    /* team sec */
    .team-innr {
        width: calc(100% / 3);
        min-height: 370px;
    }

    .attach-bio {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    /* application-sec */
    .application-sec .attach-back {
        max-width: 450px;
    }

    /* features sec */

    .at-bio {
        max-width: 600px;
    }

    .features-content {
        max-width: 450px;
    }

    .features-sec {
        background-position: right center;
    }

    /* footer */
    .ft-hdr {
        font-size: 18px;
    }

    .ft-para,
    .ft-menu li a,
    .ft-menu li,
    .footer-bottom p {
        font-size: 13px;
    }

    .ft-innr {
        padding: 0 20px 30px;
    }

    .ft-otr {
        margin: 0 -20px;
    }

    .footer-bottom {
        padding: 15px 0;
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 38px;
        margin-bottom: 20px;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 21px;
    }

    h4 {
        font-size: 16px;
    }

    /* header */

    .navbar-nav li a {
        font-size: 14px;
    }

    .navbar-nav li {
        margin-right: 15px;
    }

    .logo-area {
        max-width: 140px;
    }

    .hdr-right {
        gap: 20px;
    }

    .btn {
        font-size: 14px;
        padding: 15px 25px;
    }

    /* banner */
    .ban-wrapper {
        max-width: 406px;
    }

    .banner-sec {
        padding: 110px 0;
    }

    .btn::after {
        width: 6px;
        height: 6px;
        right: 12px;
    }

    /* attach platform sec */
    .bottom-qto {
        margin-top: 25px;
        font-size: 17px;
    }

    .attach-back {
        max-width: 350px;
    }

    /* advantage sec */
    .add-content h4 {
        margin-bottom: 10px;
    }

    /* application-sec */
    .app-content {
        padding-left: 0;
    }

    .application-sec .attach-back {
        max-width: 350px;
    }

    /* features sec */
    .features-content ul li {
        font-size: 15px;
    }

    .features-content ul li::marker {
        font-size: 22px;
    }

    /* get in touch */
    .get-in-touch-form .form-control {
        height: 45px;
        font-size: 13px;
        padding: 5px 10px;
    }

    .get-in-touch-form textarea.form-control {
        height: 100px;
    }

    /* footer */
    .ft-innr:nth-child(2) {
        border-right: 0;
    }

    .ft-logo {
        max-width: 200px;
        margin-bottom: 15px;
    }

    .features-content {
        max-width: 370px;
    }

    .features-content {
        padding: 40px 0 100px;
    }


}

@media (max-width: 767px) {
    h1 {
        font-size: 30px;
        margin-bottom: 14px;
    }

    .g-5,
    .gy-5 {
        --bs-gutter-y: 2rem;
    }

    .g-5,
    .gx-5 {
        --bs-gutter-x: 2rem;
    }

    .top-hdr.right {
        padding-left: 65px;
    }

    .top-hdr.right:before {
        left: 0;
        display: block;
    }

    /* header */
    .navbar-toggler {
        display: block;
        background: var(--primary-color);
        padding: 4px 10px;
    }

    .header {
        padding: 15px 0;
    }

    .navbar {
        position: static;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        border-radius: 5px;
    }

    .navbar-nav {
        padding: 15px;
        gap: 10px;
    }

    .navbar-nav li a {
        font-size: 16px;
        color: #000;
        padding: 10px 15px !important;
        border-radius: 5px;
        background: #fedcee;
    }

    .navbar-nav li a:hover,
    .navbar-nav li a:focus,
    .navbar-nav li.current-menu-item a {
        background: var(--primary-color);
        color: var(--color-white);
    }

    .header-otr {
        position: relative;
    }

    .navbar-nav li {
        margin-right: 0;
    }

    /* banner */
    .ban-wrapper {
        max-width: 320px;
    }

    .banner-sec {
        padding: 90px 0;
    }

    /* attach platform sec */
    .attach-back {
        max-width: 250px;
    }

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

    /* team sec */
    .team-innr {
        width: calc(100% / 2);
        min-height: 390px;
    }

    /* advantage sec */
    .cmn-gap {
        padding: 40px 0;
    }

    .add-otr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

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

    /* application sec */
    .tab-wrapper .nav-tabs {
        gap: 20px;
        margin-bottom: 30px;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        overflow-x: auto;
    }

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

    .app-content p {
        margin-bottom: 25px;
    }

    .tab-wrapper .nav-tabs .nav-link {
        white-space: nowrap;
    }

    .tab-wrapper .nav-tabs .nav-link span {
        min-width: 20px;
    }

    /* .features-sec */
    .features-sec {
        background: #f9f7fb;
        padding-bottom: 40px;
    }

    .features-img {
        display: block;
    }

    .features-content {
        max-width: 100%;
        text-align: center;
        padding: 40px 0 30px;
    }

    .get-back {
        max-width: 46%;
    }
 .at-bio {
    max-width: 400px;
    position: static;
    margin-bottom: -20px;
  }
    /* footer */
    .footer {
        text-align: center;
    }

    .ft-logo {
        max-width: 150px;
        margin-left: auto;
        margin-right: auto;
    }

    .social-icon {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .ft-menu li {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .subscribe-form input {
        height: 48px;
        padding: 5px 15px;
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 21px;
    }

    h3 {
        font-size: 19px;
    }

    /* header */
    .logo-area {
        max-width: 110px;
    }

    .hdr-right .btn {
        padding-right: 30px;
    }

    .hdr-right {
        gap: 10px;
    }

    .navbar-toggler {
        padding: 3px 6px;
    }

    /* banner  */
    .ban-wrapper {
        max-width: 100%;
        text-align: center;
    }
    /* team sec */
    .team-innr {
        width: 100%;
    }

    .team-innr {
        min-height: 368px;
    }

}

@media (max-width:360px) {
    .btn {
        padding: 13px 18px;
    }
}