/* Base CSS */
.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #1B1B21;
    font-family: 'Montserrat', sans-serif;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.container {
    max-width: 1600px;
}

body {
    color: #545051;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

@font-face {
    font-family: RusticLoveTattoo;
    src: url(../otf/rusticlovetattoo.otf);
}

.selector-for-some-widget {
    box-sizing: content-box;
}

a:hover {
    text-decoration: none
}

button:focus {
    outline: 0;
    outline: 5px auto -webkit-focus-ring-color;
}

/* Header bar section start */
.header-area {
    background-color: #FFF8F2;
    padding: 50px 0;
}

.header-menu-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mainmenu ul li {
    display: inline-block;
    padding: 15px;
}

.header-main-menu {
    display: flex;
    align-items: center;
}

.mainmenu ul li a {
    font-weight: 500;
    color: #374273;
    font-size: 20px;
}

.mainmenu {
    padding-left: 14px;
}

.header-main-menu i {
    background: #374273;
    color: #fff;
    width: 22px;
    height: 22px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
}

.header-buttons {
    display: flex;
}

    .header-buttons .sign-up {
        background: #78EBE9;
        padding: 8px 0;
        border-radius: 30px;
        font-size: 18px;
        text-transform: capitalize;
        color: #333F6D;
        font-weight: 500;
        margin-right: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 110px;
    }

    .header-buttons .login {
        background: #BC86F8;
        padding: 8px 0;
        border-radius: 30px;
        font-size: 18px;
        text-transform: capitalize;
        color: #fff;
        font-weight: 500;
        margin-right: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 110px;
    }
/* Header bar section  END */


/*hero-area-start*/


.hero-content h4 {
    font-size: 37px;
    color: #1a2747;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.hero-content h2 {
    font-size: 61px;
    color: #1a2747;
    font-weight: 500;
    margin-bottom: 23px;
}

.hero-content {
    max-width: 800px;
    position: relative;
    z-index: 9;
}

    .hero-content p {
        font-size: 34px;
        color: #425075;
        line-height: 38px;
        font-weight: 500;
        margin-bottom: 30px;
    }

    .hero-content span {
        font-size: 17px;
        color: #1a2747;
        font-weight: 500;
        margin-bottom: 40px;
        display: block;
    }

    .hero-content a.startButton {
        background-color: rgb(55, 66, 115);
        width: 220px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 29px;
        font-size: 22px;
        color: #fff;
        font-weight: 500;
        border: 2px solid transparent;
        transition: .3s;
    }

    .hero-content a:hover {
        border: 2px solid #374273;
        color: #374273;
        background: transparent;
    }

.hero-area {
    background: #FFF8F2;
    padding-bottom: 0;
    position: relative;
}

.hero-wrap {
    position: relative;
    padding-bottom: 130px;
    padding-top: 50px;
}

.hero-img {
    position: absolute;
    right: 0;
    bottom: -28px;
    z-index: 1;
}

/*hero-area-end*/

/*example-area-start*/


.explain-innr {
    width: 920px;
    height: 420px;
    margin: auto;
    position: relative;
}

    .explain-innr img {
        width: 100%;
        height: 100%;
        border-radius: 12px;
    }

    .explain-innr a {
        font-size: 50px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        color: red;
    }

.example-title {
    text-align: center;
    margin-bottom: 70px;
}

    .example-title h2 {
        margin: 0;
        font-weight: 500;
        font-size: 42px;
        color: #261f71;
    }

.explain-area {
    padding-top: 70px;
    padding-bottom: 120px;
}

/*example-area-end*/

/*feature-ara-style-start*/


.feature-img {
    width: 43%;
}

.feature-content {
    width: 46%;
}

    .feature-content h5 {
        font-size: 28px;
        color: #374273;
        margin: 0;
        font-weight: 700;
        line-height: 20px;
    }

    .feature-content p {
        margin-top: 21px;
        font-size: 20px;
        color: #374273;
        font-weight:500;
    
    }

.feature-fx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.feature-area {
    padding-bottom: 120px;
}

.feature-content.feature-content-2 {
    width: 46%;
}

.feature-area.feature-2 {
    padding-bottom: 46px;
}

.feature-area.feature-3 {
    padding-bottom: 120px;
}

.country-content {
    width: 52%;
}

    .country-content h5 {
        font-size: 28px;
        color: #374273;
        margin: 0;
        font-weight: 700;
        line-height: 20px;
    }

    .country-content p {
        margin-top: 20px;
        font-size: 20px;
        color: #374273;
        font-weight: 500;
    }

.country-img {
    width: 44%;
}

    .country-img img {
        width: 100%;
        border-radius: 20px 20px 35px 35px;
        box-shadow: 0px 2px 6px 0px #76cfc873;
    }

.country-fx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 82%;
    margin: auto;
}

.country-area {
    padding-bottom: 100px;
}

.country-fx.fx-2 {
    max-width: 82%;
    margin: 0;
    margin-left: 90px;
}

.country-img.ppm {
    width: 44%;
}

/*feature-ara-style-end*/

/*paner-area-start*/


.patner-single-item {
    width: 18%;
    text-align: center;
}

.patner-fx {
    width: 53%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
}

.patner-single-item img {
    margin-bottom: 18px;
}

.patner-single-item p {
    margin: 0;
    font-size: 30px;
    font-weight: 500;
}

.patner-title {
    text-align: center;
    margin-bottom: 60px;
}

    .patner-title h2 {
        font-weight: 500;
        margin: 0;
        font-size: 42px;
        color: #0c195c;
    }

.pricing-area {
    padding-top: 160px;
    margin-top: -38px;
    background-size: cover;
    background-position: center top;
    padding-bottom: 50px;
}

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

.pricing-title h2 {
    font-size: 45px;
    color: #374273;
    font-weight: 900;
    margin-bottom: 30px;
}

.priciong-content h4 {
    font-size: 28px;
    color: #374273;
    line-height: 30px;
    margin-bottom: 21px;
    font-weight: 500;
}

    .priciong-content h4 span {
        font-weight: 900;
    }

.priciong-content p {
    font-size: 20px;
    color: #374273;
    margin-bottom: 33px;
    font-style: italic;
}

.priciong-content h3 {
    font-size: 30px;
    color: #374273;
    font-weight: 500;
    margin-bottom: 45px;
}

    .priciong-content h3 span {
        font-weight: 900;
    }

.priciong-content a {
    background-color: rgb(55, 66, 115);
    width: 190px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 63px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    margin: auto;
    border: 2px solid transparent;
    transition: .3s;
}

    .priciong-content a:hover {
        background: transparent;
        border: 2px solid #374273;
        color: #374273;
    }

.price-btm p {
    font-size: 20px;
    color: #374273;
    font-weight: 500;
    display: block;
    margin: 0;
}

.price-btm {
    margin-top: 80px;
    margin-bottom: 90px;
}

    .price-btm p span {
        display: block;
        font-weight: 300;
        font-style: italic;
    }

.contacty-wrap h3 {
    font-size: 42px;
    color: #374273;
    font-weight: 500;
}

.contacty-wrap p {
    font-size: 24px;
    color: #374273 !important;
    font-weight: 500;
    margin: 0;
}

    .contacty-wrap p a {
        font-weight: 500;
        color: #374273;
        font-size: 30px;
    }

.country-img.mopbile-2 {
    display: none;
}

.feature-img.featire-img2.mobile-1 {
    display: none;
}

.bar {
    width: 40px !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 31px;
    color: #000;
    display: none;
}

/*paner-area-end*/

/*offcanva*/

.offcanva {
    position: fixed;
    width: 310px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    left: -100%;
    top: 0;
    transition: .3s;
}

.offcanva-menu {
    margin-top: 70px;
}

    .offcanva-menu ul li a {
        font-size: 18px;
        color: #000;
        font-weight: 500;
        padding: 10px 20px;
        display: block;
        border-bottom: 1px solid #ddd;
        transition: .3s;
    }

.cross {
    font-size: 25px;
    position: absolute;
    right: 20px;
    top: 6px;
    cursor: pointer;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99;
    opacity: .6;
    left: -100%;
    top: 0;
    transition: .3s;
}

.cancva-btn a {
    width: 95px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #78EBE9;
    border-radius: 33px;
    font-size: 16px;
    font-weight: 500;
    color: #333f6d;
}

.sty {
    background: #BC86F8 !important;
    color: #fff !important;
}

.cancva-btn {
    display: flex;
    align-items: center;
    margin-top: 29px !important;
    max-width: 250px;
    justify-content: space-between;
    margin: auto;
}

.offcanva.active {
    left: 0;
}

.overlay.active {
    left: 0;
}

.offcanva-menu ul li a:hover {
    padding-left: 40px;
}

.explain-innr a img {
    max-width: 89px;
}


.country-content.nnv {
    width: 46%;
}
