html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    font-family: "Nunito Regular";
}

a {
    text-decoration: none;
    color: white;
}

/* ================== Start Header ================== */

header {
    background: url("../images/Hero_BG.png");
    height: 757px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

}

.nav {
    display: flex;
    justify-content: space-between;
    padding-bottom: 35px;
    align-items: baseline;
}

.main-menu {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    z-index: 999;

}

.menu-item {
    margin-right: 20px;
    padding: 40px 18px 15px 18px;
    cursor: pointer;
}

.menu-item.active {
    background-color: #93A5FF;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.menu-item:nth-of-type(1) {
    z-index: 9999;
}

.logo-img {
}

.login-btn {
    color: #93A5FF;
    background: #FFFFFF;
    padding: 10px 15px;
    border-radius: 5px;
    font-family: Nunito Bold;
    transition: all 0.35s linear;
}

.login-btn span {
    margin-left: 10px;
}

.login-btn:hover {
    background: #93A5FF;
    color: #FFF;

}

.menu-icon {
    font-size: 28px;
    cursor: pointer;
    display: none;
}


.menu-icon2 {
    display: none;

}


.header-btn {
    margin-left: 25px;
    transition: all 0.5s;
}

.header-btn:hover {
    background: #a0aeff;
}

.header-txt {
    padding: 14px 15px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    background-color: #384170;
    color: white;
    margin-right: 2px;
    max-width: 290px;
    width: 100%;
}

.header-txt::placeholder {
    color: #FFFFFF;
}

.header-domians {
    background-color: #384170;
    color: white;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 11px 20px 11px 10px;
}

.header-caption {
    opacity: 0.8;
    font-size: 21px;
}

.header-title {
    font-size: 40px;
    font-family: Roboto;
}

.header-content {
    margin-top: 50px;
}

.flex-wrapper {
    flex-basis: 380px;
}

/* ================== End Header ================== */


/* ================== Start Main ================== */

.section-title {
    font-family: "Nunito ExtraBold";
    color: #2E2E2E;
    margin: 0;
    text-align: center;
    font-size: 30px;
}

.section-caption {
    color: #2E2E2E;
    opacity: 0.8;
    margin-top: 10px;
    text-align: center;
    font-size: 22px;
    margin-bottom: 0;
}


/* ================== Services Section ================== */

.services {
    text-align: center;
}

/*.services div .row {*/
/*    margin-top: 80px;*/
/*}*/

.service {
    align-items: flex-start;
    margin-top: 45px;
}

.service img {
    margin-right: 22px;
    width: 60px;
}

.service-content {
    text-align: left;
}

.service-content h3 {
    font-family: "Nunito Bold";
    margin-bottom: 15px;
    color: #2E2E2E;
}

.service-content p {
    opacity: 0.79;
    font-size: 17px;
    color: #2E2E2E;
    line-height: 28px;
    max-width: 430px;
}

/* ================== Start Section ================== */


.start {
    background-color: #F7F8FF;

}

.start-title {
    font-family: "Nunito Bold";
    color: #FFFFFF;
    margin-top: 38px;
    text-transform: uppercase;
}

.start-description {
    line-height: 28px;
    color: #FFFFFF;
}

.start-box {
    border-radius: 5px;
    padding: 30px;
    position: relative;
    height: 100%;
}

.start-logo {
    width: 70px;
    height: 70px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.start-btn {
    background-color: #FFFFFF;
    color: #93A5FF;
    font-family: "Nunito Bold";
    display: block;
    margin-left: auto;
    width: 155px;
    padding: 14px 0 14px 15px;

}

.start-btn:hover i {
    margin-left: 15px;
}

.start-btn i {
    margin-left: 10px;
    transition: all 0.5s;
}

.start-img-fix {
    position: absolute;
    right: 15px;
    top: 15px;
    max-width: 220px
}

.start-1 {
    background-color: #93A5FF;
}

.start-2 {
    background-color: #424D83;
}

.start-logo-1 {
    background-color: #424D83;

}

.start-logo-2 {
    background-color: #93A5FF;

}

/*.start .row {*/
/*    margin-top: 80px;*/
/*}*/

.fuck {
    background: #93A5FF;
    height: 70px;
    width: 80px;
    position: absolute;
    top: -2px;
    right: 571.155555px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*.fuck:hover {*/
/*    height: 30px;*/
/*    border-top: solid 5px #93A5FF;*/
/*    transition: 1s all linear;*/
/*}*/

.padding-set {
    padding-right: 25px;
    padding-left: 25px;

}

/* ================== End Section ================== */


/* ================== Start Plan ================== */

.plans {

}

/*.plans .row {*/
/*    margin-top: 80px;*/
/*}*/

.plan {
    color: #2E2E2E;
    /* border: solid 1px black; */
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 13%);
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    user-select: none;
    cursor: pointer
}

.plan:hover .plan-footer {
    height: 239px;
}

.plan:hover .plan-header {
    border-top: 8px solid #93A5FF;

}


.plan-header {
    padding: 60px 30px 0px 30px;
    border-top: 8px solid transparent;
    transition: 0.5s;
    height: 330px;
}

.plan-footer {
    border-top: 1px solid #EBEBEB;
    padding: 30px 0;
    height: 139px;
    overflow: hidden;
    transition: 0.5s;

}

.plan-title {
    font-family: "Nunito Bold";
}

.plan-description {
    line-height: 28px;
}


.plan-price {
    font-size: 30px;
    margin-top: 25px;
}

.plan-btn {
    display: block;
    width: 185px;
    background-color: #F7F8FF;
    color: #93A5FF;
    margin-top: 40px;
    margin-bottom: 25px;
    font-family: "Nunito Bold";
    padding: 14px 0 14px 15px;
    transition: all 0.5s;
    text-align: left;

}

.plan-btn:hover {
    color: #F7F8FF;
    background-color: #93A5FF;

}


.plan-btn i {
    margin-left: 10px;
    transition: all 0.5s;
}

.plan-btn:hover i {
    margin-left: 15px;
}

.plan-img {

}

.plan-price small {
    font-size: 14px;
}

/* ================== End Plan ================== */

/* ================== Start Comments ================== */


.comments {
    background-color: #F7F8FF;
    position: relative;
}

.comments-img {
    position: absolute;
    width: 160px;
}

.comments-img1 {
    top: -22px;
    right: 0;
}

.comments-img2 {
    bottom: -40px;
    left: 0;
}

.comment {
    align-items: flex-start;
    padding: 0 60px;
}

.comment-img {
    margin-right: 15px;
    width: 85px !important;
    border-radius: 50%;
    height: 85px;
    object-fit: cover;
    box-shadow: 0 5px 10px rgb(0 0 0 / 16%);

}

.comment-content {

}

.comment-rating {

}

.comment-rating i {
    color: #FAD56B;
    margin-right: 3px;
}

.comment-body {
    color: #2E2E2E;
    font-family: "Nunito italic";
    line-height: 28px;
    max-width: 386px;
}

.comment-person {
    color: #2E2E2E;
    font-family: "Nunito Bold";
}

.comment-person:before {
    content: "-";
    margin-right: 5px;
}


.owl-dots .owl-dot {
    outline: none;
}

.owl-dots .owl-dot.active span {
    transform: scale(1.6);
    opacity: 1;
    box-shadow: 0 0 10px rgb(147 165 255 / 45%);
}


.owl-dots .owl-dot span {
    background-color: #93A5FF !important;
    opacity: 0.38;
    /*width: 12px !important;*/
    /*height: 12px !important;*/
}

.owl-prev i, .owl-next i {
    font-size: 34px !important;
    color: #889CFF !important;
    width: 40px;
    height: 40px;
    /* height: 100%; */
    background: rgba(147, 165, 225, 0.15) !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.owl-prev, .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    outline: none;


}

.owl-prev {
    left: -20px;
}

.owl-next {
    right: -20px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: 0;
    color: 0;
    text-decoration: none;
}

/* ================== End Comments ================== */

/* ================== Start Client ================== */

/*.client .container {*/
/*    margin-top: 80px;*/
/*}*/

.clients-logo {
    list-style-type: none;
    padding-bottom: 30px;
    padding-left: 0;
    /*text-align: center;*/
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.clients-logo li {
    /*flex-grow: 1;*/
    margin-bottom: 20px;
}

.clients-logo li img {
    width: 160px;
}

.btn-clients {
    display: block;
    width: 152px;
    margin: 0 auto;
    transition: all 0.5s;
}

.btn-clients:hover {
    background-color: #a0aeff;
}

/* ================== End Client ================== */


/* ================== Start Footer ================== */

footer {
    background: url("../images/footer_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFF;
    padding: 140px 0 40px 0;
    background-position: center top;
}

footer a {
    transition: all 0.5s ease-in-out;
}

footer a:hover {
    color: #7f9fe9;
    letter-spacing: 1px;
}

footer p {
    line-height: 28px;
}

footer .footer-bottom > div:last-child > a {
    line-height: 28px;
}

.footer-list {

}

.footer-list-title {
    text-transform: uppercase;
}

.footer-menu {
    list-style-type: none;
    padding-left: 0;

}

.footer-menu-item {
    margin-bottom: 8px;

}

.footer-menu-link {

}

.accept {
    width: 70px;
    background: #2D355D;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    margin-bottom: 5px;
    height: 35px;
    padding: 0 5px;
}

.accept img {
    width: 70%;
}

.accept-img-35 {
    width: 35% !important;
}

.accepts {

}

.footer-bottom {
    margin-top: 60px;
    align-items: flex-start;

}

.social-item {
    margin-right: 10px;
}

.social {
    justify-content: flex-end;
    margin-bottom: 15px;
}


.footer-logo {
    margin-bottom: 15px;
}

.br-1:after {
    content: " ";
    border-right: 1px solid #fff;
    margin: 0 15px;
}


/* ================== End Footer ================== */





