@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Mulish', sans-serif;
    background-image: url("../assets/images/blog/blog-bg1366.png");
    background-size: 90%;
    background-position: top right;
    background-repeat: no-repeat;
}


/* Gloabal */

.main-btn {
    text-transform: uppercase;
    color: #fff !important;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 14px;
    padding: 17px 30px;
    cursor: pointer;
    background-image: -moz-linear-gradient( -16.895deg, rgb(81, 102, 255) 0%, rgb(114, 206, 205) 100%);
    background-image: -webkit-linear-gradient( -16.895deg, rgb(81, 102, 255) 0%, rgb(114, 206, 205) 100%);
    background-image: -ms-linear-gradient( -16.895deg, rgb(81, 102, 255) 0%, rgb(114, 206, 205) 100%);
    box-shadow: 2.828px 2.828px 10px 0px rgba(0, 0, 0, 0.16);
    white-space: nowrap;
    word-wrap: normal;
}

.secondary-btn {
    color: #fff !important;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 14px;
    padding: 12px 31px;
    background-image: -moz-linear-gradient( -16.895deg, rgb(81, 102, 255) 0%, rgb(114, 206, 205) 100%);
    background-image: -webkit-linear-gradient( -16.895deg, rgb(81, 102, 255) 0%, rgb(114, 206, 205) 100%);
    background-image: -ms-linear-gradient( -16.895deg, rgb(81, 102, 255) 0%, rgb(114, 206, 205) 100%);
    box-shadow: 2.828px 2.828px 10px 0px rgba(0, 0, 0, 0.16);
    white-space: nowrap;
}

.plain-btn {
    text-transform: uppercase;
    color: #5d86f1;
    background: #fff;
    font-weight: 900;
    text-decoration: none;
    font-size: 11px;
    /* box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.15); */
    border-radius: 10px;
    padding: 13px 16px;
    box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.08);
    white-space: nowrap;
    cursor: pointer;
    transition: 0.3s ease;
}

.plain-btn.scrolled {
    color: #fff;
    background-image: -moz-linear-gradient( -16.895deg, rgb(81, 102, 255) 0%, rgb(114, 206, 205) 100%);
    background-image: -webkit-linear-gradient( -16.895deg, rgb(81, 102, 255) 0%, rgb(114, 206, 205) 100%);
    background-image: -ms-linear-gradient( -16.895deg, rgb(81, 102, 255) 0%, rgb(114, 206, 205) 100%);
    box-shadow: 2.828px 2.828px 10px 0px rgba(0, 0, 0, 0.16);
}

.abtn {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    font-size: 11px;
    outline: none;
    border: none;
    cursor: pointer;
    transition: 0.5s ease;
    padding: 13px 20px;
    border-radius: 10px;
    white-space: nowrap;
}

.abtn:hover {
    background: #fff;
    color: #5d86f1 !important;
    box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.08);
}

.abtn.scrolled {
    color: #2f56ee;
}

h1 {
    font-size: 2.5rem;
    font-weight: 500;
    padding-bottom: 15px;
    color: #2b2b2b;
}

h1>span {
    font-weight: 600;
    color: #2b2b2b;
}

h1>span>.blue {
    color: #6581e2;
}

h3 {
    color: #000;
    font-weight: 700;
    font-size: 26px;
}

h3.light {
    color: #000;
    font-weight: 500;
    font-size: 26px;
}

h4 {
    font-size: 20px;
    color: rgb(3, 5, 6);
    font-weight: bold;
    line-height: 2;
}

h4>span {
    color: #6581e2;
    font-weight: bold;
}

h6 {
    font-size: 18px;
    color: rgb(71, 71, 71);
    font-weight: bold;
    line-height: 2.333;
}

p {
    font-size: 18px;
    color: #8f8f8f;
    font-weight: 400;
}

p.small-p {
    font-size: 14px;
    color: #8d8f93;
    line-height: 1.8;
}

nav {
    width: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: 0.3s ease;
    overflow: hidden;
    transition: 0.3s ease;
}

nav.scrolled {
    /* background: rgba( 255, 255, 255, 0.25);
    backdrop-filter: blur( 4px);
    -webkit-backdrop-filter: blur( 4px);*/
    box-shadow: 0 6px 19px rgba(0, 0, 0, 0.05);
    /* background: #6E7EF7; */
    background: #fff;
}

nav .navigation {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 2vw 5.5vw;
    z-index: 999;
    transition: 0.3s ease;
}

#navigation.scrolled {
    padding: .9vw 5.5vw;
}

nav .navigation .logo {
    width: 18%;
    margin-right: 15px;
    cursor: pointer;
    transition: 0.3s ease;
}

nav .navigation .logo img {
    width: 100%;
}

nav .navigation .logo.scrolled {
    width: 14%;
}

nav .navigation .logo.scrolled img {
    width: 100%;
}

nav .navigation .nav-links {
    width: 84%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

nav .navigation .nav-links .wrapper ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
}

nav .navigation .nav-links .wrapper ul li {
    list-style: none;
    margin-left: 10px;
}

#active {
    display: none;
}

nav #engine {
    width: 600px;
    height: 55px;
    border-radius: 10px;
    background: #fff;
    padding: 0 20px;
    box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.11);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s ease;
}

#engine.scrolled {
    height: 55px;
    background: #EBEFF1;
    box-shadow: none;
}

nav #engine .requirements {
    /* border-right: .5px solid #c9c5c5; */
    position: relative;
}

nav #engine .requirements .head {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

nav #engine .requirements .head::before {
    content: "";
    position: absolute;
    top: -5px;
    right: -25px;
    width: .5px;
    height: 50px;
    background: #c9c5c5;
}

nav #engine .requirements .head h5 {
    font-size: 12px;
    font-weight: 700;
    color: #7b7b7b;
    line-height: 0;
    padding-right: 20px;
}

nav #engine .requirements .head i {
    font-size: 14px;
    font-weight: 700;
    color: #7b7b7b;
    padding: 0;
    margin: 0;
    line-height: 0;
    cursor: pointer;
}

nav #engine .requirements:nth-child(n)>.box>select {
    font-size: 15px;
    font-weight: bold;
    color: #2e2e2e;
    border: none;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
    cursor: pointer;
    transition: 0.3s ease;
}

nav #engine .requirements:nth-child(n)>.box>select.scrolled {
    background: #EBEFF1;
    /* color: #a5a4af; */
}

nav #engine .requirements:nth-child(n)>.box>select option {
    font-size: 15px;
    font-weight: 400;
    color: #2e2e2e;
    background: #fff;
    cursor: pointer;
    padding: 20px !important;
}

nav #engine .search h5 {
    font-size: 12px;
    font-weight: 700;
    color: #7b7b7b;
    line-height: 0;
}

nav #engine .search input {
    font-size: 15px;
    font-weight: bold;
    color: #2e2e2e;
    border: none;
    outline: none;
    box-shadow: none;
    width: 130px;
    transition: 0.3s ease;
}

nav #engine .search input.scrolled {
    background: #EBEFF1;
}

nav #engine .search input::placeholder {
    font-size: 15px;
    font-weight: bold;
    color: #d7d7d7;
    transition: 0.3s ease;
}

nav #engine .search input.scrolled::placeholder {
    background: #EBEFF1;
}

nav #engine .search-icon i {
    color: #5166ff;
    font-size: 20px;
    font-weight: bolder;
    cursor: pointer;
}

#loginBtn i {
    color: #fff;
    font-size: 1.1rem;
    padding: 11px;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: .3s ease;
    box-shadow: 0 7px 19px rgba(0, 0, 0, 0.09);
}

#loginBtn i:hover {
    color: rgb(123, 127, 241);
    background: #fff;
}

#loginBtn i.scrolled {
    background-image: -moz-linear-gradient( -16.895deg, rgb(81, 102, 255) 0%, rgb(114, 206, 205) 100%);
    background-image: -webkit-linear-gradient( -16.895deg, rgb(81, 102, 255) 0%, rgb(114, 206, 205) 100%);
    background-image: -ms-linear-gradient( -16.895deg, rgb(81, 102, 255) 0%, rgb(114, 206, 205) 100%);
    color: #fff;
}


/* Hero Sectoion */

#hero {
    width: 100%;
    padding: 9vw 5.5vw 0 5.5vw;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    background: transparent;
}

#hero .text {
    width: 55%;
    padding-top: 40px;
}

#hero .text h1 {
    font-size: 2.3rem;
}

#hero .text p {
    /* width: 80%; */
    margin-bottom: 40px;
}

#hero .hero-img {
    width: 45%;
}

#hero .hero-img .img {
    width: 100%;
}

#choose {
    position: relative;
    width: 100%;
    padding: 0 5.5vw;
}

#choose #bg-choose {
    position: absolute;
    top: 10%;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    box-sizing: border-box;
    object-fit: cover;
    z-index: -999;
    opacity: 0.7;
}

#choose #bg-choose img {
    width: 100%;
    height: 90%;
}

#choose .text {
    width: 50%;
    margin: auto;
    text-align: center;
}

#choose .chosse-container {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#choose .chosse-container .select {
    width: 300px;
}

#choose .chosse-container .select .select1 {
    box-shadow: 0 7px 35px rgba(0, 0, 0, 0.05);
    border-top-right-radius: 19px;
    border-bottom-left-radius: 19px;
    padding: 15px 20px 20px 20px;
    margin-bottom: 15px;
    background: #fff;
    width: 100%;
}

#choose .chosse-container .select .select1 h6 {
    margin-bottom: 0;
    font-size: 14px;
}

#choose .chosse-container .select .select1 hr {
    margin: 4px 0;
    height: 1.9px;
    color: #2f56ee;
}

#choose .chosse-container .select .select1 .search {
    position: relative;
    margin-top: 3px;
}

#choose .chosse-container .select .select1 .search input {
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
    outline: none;
    border: none;
    padding: 10px 10px;
    border-radius: 11px;
    width: 100%;
}

#choose .chosse-container .select .select1 .search input::placeholder {
    font-weight: bold;
    font-size: 13px;
}

#choose .chosse-container .select .select1 .search a {
    position: absolute;
    top: 10px;
    right: 14px;
}

#tags {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
    opacity: 0.4;
    margin-top: 8px;
}

#tags .group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #94a8fa;
    border-radius: 19px;
    padding: 2px 10px;
    margin-right: 4px;
    margin-bottom: 6px;
    background: #f8f8fe;
}

#tags .group a {
    text-decoration: none;
    color: #2f56ee;
    font-size: 12px;
    font-weight: bold;
}

#tags .group i {
    margin-left: 6px;
    color: #2f56ee;
    font-weight: 500;
    cursor: pointer;
}

#choose .chosse-container .select .select1 p {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 10px;
}


/* #choose>div.chosse-container>div.select>div:nth-child(2)>div.tags {
    margin-top: 8px !important;
    opacity: 0.4;
}

#choose>div>div.select>div:nth-child(2)>div:nth-child(3)>div:nth-child(1),
#choose>div>div.select>div:nth-child(2)>div:nth-child(3)>div:nth-child(2) {
    opacity: 0.3;
}

#choose>div.chosse-container>div.select>div:nth-child(2)>div.tags>div:nth-child(1) {
    background: #d8e1ff !important;
}

#choose>div.chosse-container>div.select>div:nth-child(2)>div.tags>div:nth-child(2n) {
    background: #c9fff8 !important;
}

#choose>div.chosse-container>div.select>div:nth-child(2)>div.tags>div:nth-child(3n) {
    background: #f1f1f1 !important;
} */

#choose>div>div.select>div:nth-child(3)>h6,
#choose>div>div.select>div:nth-child(4)>h6 {
    padding-bottom: 8px;
}

#form2 .tick,
#form3 .tick {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 7px;
}

#form2 input,
#form3 input {
    margin-right: 8px;
}

#form2 label,
#form3 label {
    font-size: 13px;
    color: #69696b;
    font-weight: 600;
}

#form1 {
    display: none;
}

#form1.active {
    display: initial;
}

#popular {
    display: none;
}

#popular.active {
    display: initial;
}

#tags {
    display: none;
}

#tags.active {
    display: inline-flex;
}

#form2 {
    display: none;
}

#form2.active {
    display: initial;
}

#form3 {
    display: none;
}

#form3.active {
    display: initial;
}

#choose .chosse-container .cards {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

#choose .chosse-container .cards .card1 {
    width: 440px;
    height: auto;
    background: #fff;
    box-shadow: 12px 17px 65px rgba(0, 0, 0, 0.1);
    border-top-right-radius: 29px;
    border-bottom-left-radius: 29px;
    padding: 50px 20px 20px 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

#choose .chosse-container .cards .card1 .price-back {
    position: absolute;
    top: 275px;
    left: 25%;
    z-index: 0;
}

#choose .chosse-container .cards .card1 .price-back img {
    width: 220px;
}

#choose .chosse-container .cards .card1 img {
    width: 30px;
}

#choose .chosse-container .cards .card1 h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 0px;
}

#choose .chosse-container .cards .card1 h6 {
    background: #92f3da;
    font-size: 16px;
    padding: 0px 20px;
    border-radius: 29px;
    color: #000;
}

#choose .chosse-container .cards .card1 p {
    text-align: center;
}

#choose .chosse-container .cards .card1 .numbers {
    box-shadow: 0 0 20px rgb(179, 227, 241);
    border-radius: 50%;
    padding: 15px 0 0 0;
    text-align: center;
    display: block;
    width: 130px;
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid #89f0f0;
    background: #fff;
    margin: 20px 0 30px 0;
    position: relative;
}

#choose .chosse-container .cards .card1 .numbers .dollar {
    display: flex;
}

#choose .chosse-container .cards .card1 .numbers .dollar h5 {
    color: #2f56ee;
    font-weight: 700;
}

#choose .chosse-container .cards .card1 .numbers h1 {
    line-height: 0px;
    font-size: 3rem;
    margin-bottom: 10px;
}

#choose .chosse-container .cards .card1 .numbers p {
    font-size: 12px;
    margin-bottom: 0;
}

#choose>div>div.cards>div>h6:nth-child(7),
#choose>div>div.cards>div:nth-child(2)>h6:nth-child(6) {
    background: none !important;
}

#choose .chosse-container .cards .card1 ul {
    padding-left: 0;
    margin: 20px 0 30px 0;
}

#choose .chosse-container .cards .card1 ul li {
    list-style: none;
    font-size: 14px;
    font-weight: 600;
    color: #69696b;
    margin-bottom: 10px;
}

#choose .chosse-container .cards .card1 ul li i {
    margin-right: 6px;
}

#choose>div>div.cards>div>a {
    padding: 12px 30px;
    margin-bottom: 40px;
}


/* Two */

#choose>div>div.cards>div:nth-child(2) {
    background-image: url("../assets/images/pricing/price2-bg.png") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    box-shadow: 5px 17px 65px rgba(0, 0, 0, 0.09) !important;
    margin: 0;
    position: relative;
    left: -10px;
    z-index: -99;
}

#choose>div>div.cards>div:nth-child(2) .price2img {
    margin: 20px 0 30px 0;
}

#choose>div>div.cards>div:nth-child(2) .price2img img {
    width: 80px;
}


/* Payments Section */

#payment {
    position: relative;
    width: 100%;
    padding: 0 5.5vw;
}

#payment .payment-container {
    margin-top: 60px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#payment .payment-container .pay-box {
    width: 45%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 30px;
}

#payment .payment-container .pay-box img {
    width: 45px;
    margin-right: 20px;
}

#payment .payment-container .pay-box h3 {
    font-size: 1.3rem;
}

#payment .payment-container .pay-box p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #7d8085;
}

#payment .payment-container .pay-box .system {
    width: 100%;
    position: relative;
    left: -15px;
}


/* Blog Section */

#blog {
    width: 100%;
    padding: 0 10vw;
    position: relative;
}

#blog .blog-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#blog .blog-container .blog-box {
    width: 70%;
}

#blog .blog-container .blog-box .head {
    font-weight: 800;
    font-size: 16px;
}

#blog .blog-container .blog-box .highlight {
    color: #2f56ee;
    font-weight: 700;
}

#blog .blog-container .blog-box .highlight span {
    margin: 0 5px;
}

#blog .blog-container .author {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 60px;
}

#blog .blog-container .author .author-img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    position: relative;
}

#blog .blog-container .author .author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

#blog .blog-container .author .author-img .layer::before {
    background: url("../assets/images/search/img-layer.png") no-repeat;
    content: "";
    position: absolute;
    width: 85px;
    height: 75px;
    left: -10px;
    bottom: -10px;
    z-index: 99;
    transform: rotate(1deg);
    background-size: 100% 100%;
}

#blog .blog-container .author h6 {
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 8px;
    line-height: 25px;
}

#blog .blog-container .author p {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
}

#blog .blog-container .author .blue {
    color: #2f56ee;
}

#blog .blog-container .author .blue i {
    margin-left: 7px;
}

#blog .blog-container .author .social {
    margin-top: 14px;
}

#blog .blog-container .author .social i {
    font-size: 1.2rem;
    padding: 10px 12px;
    background: red;
    color: #fff;
    margin: 0 4px;
    cursor: pointer;
    border-radius: 10px;
    transition: 0.4s ease;
}

#blog .blog-container .author .social i:hover {
    border-radius: 0;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
}

#blog .blog-container .author .social i:nth-child(1) {
    background: #587cca;
}

#blog .blog-container .author .social i:nth-child(2) {
    background: #55ACEE;
}

#blog .blog-container .author .social i:nth-child(3) {
    background: #3B5998;
}

#blog .blog-container .author .social i:nth-child(4) {
    background: #55ACEE;
}

#blog .blog-container .author .social i #blog .blog-container .side {
    width: 21%;
}

#blog .blog-container .side .topic {
    text-align: start;
    height: 100%;
    padding: 40px 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.09);
    background: #fff;
    margin-bottom: 30px;
}

#blog .blog-container .side .topic h3 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
}

#blog .blog-container .side .topic h3 span {
    font-weight: 800;
}

#blog .blog-container .side .topic li {
    list-style: none;
    margin-bottom: 13px;
}

#blog .blog-container .side .topic li a {
    text-decoration: none;
    padding: 7px 16px;
    background: #e9eefd;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.03);
}

#blog .blog-container .side .topic li:nth-child(3n) a {
    background: #d5f4fa;
}

#blog .blog-container .side .topic li:nth-child(4n) a {
    background: #fdedf5;
}

#blog .blog-container .side .article {
    width: 265px;
    height: 100%;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.09);
    background: #fff;
    position: relative;
    margin-bottom: 30px;
}

#blog .blog-container .side .article img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    border-top-right-radius: 25px;
}

#blog .blog-container .side .article .topic {
    display: flex;
    box-shadow: none;
    justify-content: space-between;
    padding: 20px 20px 5px 20px;
    margin-bottom: 0;
}

#blog .blog-container .side .article h3 {
    padding: 0 20px 30px 20px;
    font-size: 20px;
}

#blog .blog-container .side .article .more {
    font-weight: 700;
    font-size: 16px;
    padding: 4px 16px;
    background: #fff;
    position: absolute;
    top: 10px;
    left: -9px;
    border-radius: 16px;
    text-decoration: none;
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.09);
}


/* Categroies section */

#categories {
    width: 100%;
    padding: 0 5.5vw;
    position: relative;
}

#categories .text {
    width: 50%;
    text-align: center;
    margin: auto;
}

#categories h3 {
    font-weight: 400;
    position: relative;
    overflow: hidden;
}

#categories>h3:nth-child(3)::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 200px;
    background: #a7a2a2;
    width: 100%;
    height: 1px;
}

#categories>h3:nth-child(5)::after,
#categories>h3:nth-child(7)::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 250px;
    background: #a7a2a2;
    width: 100%;
    height: 1px;
}

#categories>h3:nth-child(9)::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 300px;
    background: #a7a2a2;
    width: 100%;
    height: 1px;
}

#categories>h3:nth-child(11)::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 350px;
    background: #a7a2a2;
    width: 100%;
    height: 1px;
}

#categories .cat-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

#categories .cat-row .cat-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

#categories .cat-row .cat-col a {
    text-decoration: none;
    font-size: 16px;
    color: #8f8f8f;
    font-weight: 400;
    padding: 5px 0;
}


/* Footer section */

#footer {
    width: 100%;
    padding: 0 5.5vw;
    position: relative;
    background-image: linear-gradient(to top, #3b4ccd, #4052d8, #4557e3, #495dee, #4e63f9);
}

#footer h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
}

#footer hr {
    color: #fff;
}

#footer .navigation ul li {
    list-style: none;
    padding: 5px 0;
}

#footer .navigation ul li i {
    font-size: 12px;
    font-weight: 200;
}

#footer .navigation ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #ffff;
    font-weight: 300;
}

#footer .payment {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#footer .payment p {
    color: #fff;
    font-size: 17px;
}

#footer .payment img:nth-child(1) {
    width: 50%;
    margin-bottom: 25px;
}

#footer .payment img:nth-child(2) {
    width: 70%;
}

#footer .social .sub input {
    width: 230px;
    height: 36px;
    outline: none;
    border: none;
    padding: 0 10px;
    margin-right: 5px;
}

#footer .social .sub {
    margin-top: 40px;
}

#footer .social .sub a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    background: #51c9c8;
    padding: 8px;
}

#footer .social .profile {
    margin-top: 20px;
}

#footer .social .profile a {
    color: #fff;
    font-size: 28px;
    margin-right: 30px;
}

#footer .copyright p {
    color: #fff;
    font-size: 16px;
    font-weight: 200;
}

#footer>div.copyright>div>img {
    width: 40% !important;
}


/* 
@media (min-width: 1919px) {
    body {
        background-image: url("../assets/images/home/bg/home-bg2048.png");
        background-position: top right;
        background-repeat: no-repeat;
    }
}

@media (max-width: 2561px) and (min-width: 2050px) {
    #hero {
        padding: 1vw 5.5vw 0 5.5vw;
    }
    #engine {
        width: 700px;
    }
    #hero .img {
        width: 27%;
        margin-right: 150px;
    }
    #blog #bg-blog {
        top: -15%;
        right: 0;
    }
}

@media (max-width: 2049px) and (min-width:1922px) {
    #hero .img {
        width: 35%;
        margin-right: 150px;
    }
    #engine {
        width: 700px;
    }
}

@media (max-width: 1921px) and (min-width: 1602px) {
    #engine {
        width: 700px;
    }
    #blog #bg-blog {
        bottom: 0%;
        right: 0;
    }
}

@media (max-width: 1601px) and (min-width: 1442px) {
    #hero {
        padding: 2vw 5.5vw 0 5.5vw;
    }
    #hero .img {
        width: 27%;
        margin-right: 150px;
    }
    #engine {
        width: 700px;
    }
}

@media (max-width: 1441px) and (min-width: 1368px) {
    #hero .img {
        width: 32%;
        margin-right: 150px;
    }
}
*/

@media only screen and (max-width: 1237px) {
    .abtn {
        background: #fff;
        color: #5d86f1 !important;
        box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.08);
        padding: 13px 20px;
        border-radius: 10px;
    }
    .abtn:hover {
        background: #fff;
        color: #5d86f1 !important;
        box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.08);
    }
    .wrapper {
        position: fixed;
        top: 0;
        right: -100%;
        height: 100%;
        width: 100%;
        background: rgba( 174, 194, 255, 0.25);
        box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.17);
        backdrop-filter: blur( 7.5px);
        -webkit-backdrop-filter: blur( 7.5px);
        border-radius: 10px;
        border: 1px solid rgba( 255, 255, 255, 0.18);
        transition: all 0.6s ease-in-out;
        z-index: 9999;
    }
    #active:checked~.wrapper {
        right: 0;
    }
    .menu-btn {
        position: fixed;
        z-index: 99999;
        right: 20px;
        top: 20px;
        height: 50px;
        width: 60px;
        text-align: center;
        line-height: 50px;
        font-size: 20px;
        cursor: pointer;
        border-radius: 5px;
        background: linear-gradient(90deg, #7b59f3, #6442ad);
        transition: all 0.3s ease-in-out;
    }
    .menu-btn span,
    .menu-btn:before,
    .menu-btn:after {
        content: "";
        position: absolute;
        top: calc(50% - 1px);
        left: 30%;
        width: 40%;
        border-bottom: 2px solid #fff;
        transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .menu-btn:before {
        transform: translateY(-8px);
    }
    .menu-btn:after {
        transform: translateY(8px);
    }
    .close {
        z-index: 1;
        width: 100%;
        height: 100%;
        pointer-events: none;
        transition: background .6s;
    }
    #active:checked+.menu-btn span {
        transform: scaleX(0);
    }
    #active:checked+.menu-btn:before {
        transform: rotate(45deg);
        border-color: #fff;
    }
    #active:checked+.menu-btn:after {
        transform: rotate(-45deg);
        border-color: #fff;
    }
    nav .nav-links .wrapper ul {
        height: 90px;
        flex-direction: row !important;
        justify-content: flex-end !important;
        align-items: center !important;
        flex-wrap: wrap !important;
    }
    nav .navigation .nav-links .wrapper ul {
        display: flex;
        flex-direction: row !important;
        justify-content: flex-end !important;
        align-items: center !important;
        flex-wrap: wrap !important;
    }
    .wrapper ul {
        position: absolute;
        top: 20%;
        left: 65%;
        height: 90%;
        transform: translate(-50%, -50%);
        list-style: none;
        text-align: center;
    }
    .wrapper ul li {
        margin: 15px 10px;
    }
    .wrapper ul li {
        opacity: 0;
        transition: all 0.3s ease;
        transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    nav input[type="checkbox"] {
        display: none;
    }
    #active:checked~.wrapper ul li {
        opacity: 1;
    }
    .wrapper ul li {
        transition: opacity 1.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translateX(100px);
    }
    #active:checked~.wrapper ul li {
        transform: none;
        transition-timing-function: ease, cubic-bezier(.1, 1.3, .3, 1);
        transition-delay: .6s;
        transform: translateX(-100px);
    }
    #engine.scrolled {
        background: #fff;
        box-shadow: 0px 7px 14px 0px rgb(0 0 0 / 11%);
    }
    nav #engine .requirements:nth-child(n)>.box>select.scrolled {
        background: #fff;
        /* color: #a5a4af; */
    }
    nav #engine .search input.scrolled {
        background: #fff;
    }
    nav #engine .search input.scrolled::placeholder {
        background: #fff;
    }
    #loginBtn i {
        background: rgb(123, 127, 241);
        color: #fff;
    }
}

@media only screen and (max-width: 769px) {
    body {
        background-size: 188%;
    }
    nav {
        width: 100%;
        margin: 0 1vw;
    }
    nav .navigation {
        padding: 1vw 2vw !important;
    }
    #navigation.scrolled {
        padding: 1vw 5.5vw;
    }
    nav .navigation .logo.scrolled {
        width: 30%;
    }
    nav .navigation .logo.scrolled img {
        width: 100%;
    }
    nav .navigation .logo {
        width: 40%;
        margin-right: 0;
    }
    .menu-btn {
        right: 20px;
        top: 15px;
        height: 50px;
        width: 60px;
    }
    #hero {
        width: 100%;
        margin-top: 3rem;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        padding: 10vw 3vw 0 3vw;
    }
    #hero>div.hero-img {
        width: 80% !important;
    }
    #hero>div.hero-img img {
        width: 100% !important;
    }
    #hero .text {
        position: relative;
        top: -60px;
        width: 90%;
        text-align: center;
    }
    #choose {
        position: relative;
        width: 100%;
        padding: 0 3vw;
    }
    #choose .text {
        width: 90%;
    }
    #choose .chosse-container {
        margin-top: 40px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    #choose .chosse-container .select {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    #choose>div>div.select>div:nth-child(2) {
        order: 2;
    }
    #choose>div>div.select>div:nth-child(3),
    #choose>div>div.select>div:nth-child(4) {
        width: 200px;
    }
    #choose .chosse-container .cards {
        width: 100%;
        margin-top: 30px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #choose>div>div.cards>div:nth-child(2) {
        left: 0;
    }
    #payment {
        padding: 0 3vw;
    }
    #payment .payment-container .pay-box {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        margin-bottom: 30px;
    }
    #categories {
        padding: 0 3vw;
        margin-top: 0 !important;
    }
    #categories .text {
        width: 90%;
    }
    #footer {
        padding: 0 3vw;
    }
    #footer>div.row>div.payment {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: start;
    }
    #footer>div.row>div.payment>div {
        display: flex;
        flex-direction: column;
    }
    #footer>div.row>div.payment>p {
        margin-bottom: 15px;
        margin-top: 20px;
    }
    #footer .payment img:nth-child(1) {
        width: 70%;
        margin-bottom: 25px;
    }
    #footer .payment img:nth-child(2) {
        width: 80%;
        margin-bottom: 25px;
    }
    #footer .social {
        margin-top: 20px;
    }
    #footer .social .sub {
        margin-top: 15px;
    }
    #footer>div.copyright>div>img {
        width: 15% !important;
    }
}

@media only screen and (max-width: 523px) {
    body {
        background-size: 260%;
    }
    /* Gloabal */
    .main-btn {
        font-size: 1rem;
        font-weight: 500;
        border-radius: 14px;
        padding: 17px 30px;
        box-shadow: 2.828px 2.828px 10px 0px rgba(0, 0, 0, 0.16);
    }
    .secondary-btn {
        font-size: 1.1rem;
        font-weight: 500;
        border-radius: 14px;
        padding: 12px 31px;
        box-shadow: 2.828px 2.828px 10px 0px rgba(0, 0, 0, 0.16);
    }
    .plain-btn {
        text-transform: uppercase;
        color: #5d86f1 !important;
        background: #fff;
        font-weight: 900;
        font-size: 10px;
        border-radius: 10px;
        padding: 13px 20px;
        box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.08);
    }
    .abtn {
        color: #5d86f1 !important;
        background: #fff;
        font-weight: 900;
        font-size: 10px;
        border-radius: 10px;
        padding: 13px 20px;
        box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.08);
    }
    h1 {
        font-size: 1.7rem;
    }
    h3 {
        font-weight: 600;
        font-size: 24px;
    }
    h3.light {
        font-weight: 500;
        font-size: 24px;
    }
    h6 {
        font-size: 18px;
    }
    nav {
        width: 100% !important;
        padding: 9vw 0vw;
        margin: 0 0;
        overflow: hidden !important;
        position: relative;
        background: #fff;
    }
    nav .bg-main {
        display: none;
    }
    nav .navigation {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding-right: 0 !important;
        padding-left: 10px !important;
        padding-top: 0 !important;
        padding-bottom: 11px !important;
        background: #fff;
        box-shadow: 0 5px 12px rgba(0, 0, 0, 0.08);
    }
    nav .navigation .logo {
        width: 45% !important;
        margin-right: 0;
        margin-top: 5px;
    }
    nav .navigation .logo img {
        width: 100% !important;
    }
    .menu-btn {
        right: 20px;
        top: 15px;
        height: 50px;
        width: 60px;
    }
    .wrapper {
        position: fixed;
        top: 0;
        right: -100%;
        height: 90%;
        width: 90%;
    }
    .wrapper ul {
        position: absolute;
        top: 45%;
        right: -75%;
        height: 90%;
    }
    nav .nav-links .wrapper ul {
        flex-wrap: wrap;
    }
    .wrapper ul li {
        margin: 15px 0;
    }
    .wrapper ul li {
        opacity: 0;
    }
    nav .navigation .nav-links {
        width: 0;
    }
    nav .navigation .nav-links .wrapper ul {
        height: 280px;
        display: flex;
        flex-direction: row !important;
        justify-content: flex-end !important;
        align-items: center !important;
    }
    nav .navigation .nav-links .wrapper ul li {
        list-style: none;
        margin-left: 0;
    }
    nav .navigation .nav-links .wrapper ul li .abtn {
        margin-left: 10px;
    }
    nav #engine {
        width: 280px;
        height: 190px;
        padding: 20px 20px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    #engine.scrolled {
        width: 280px;
        height: 190px;
    }
    nav #engine .requirements {
        position: relative;
        margin-bottom: 15px;
    }
    nav #engine .requirements .head {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
    }
    nav #engine .requirements .head::before {
        top: 45px;
        right: -70px;
        width: 200px;
        height: .5px;
    }
    nav #engine .requirements .head h5 {
        font-size: 12px;
        font-weight: 700;
        padding-right: 20px;
    }
    #engine>div.search>h5 {
        text-align: start;
    }
    nav #engine .requirements .head i {
        font-size: 14px;
        font-weight: 700;
        color: #7b7b7b;
    }
    nav #engine .requirements:nth-child(n)>.box>select {
        font-size: 15px;
        font-weight: bold;
        background: #fff;
    }
    nav #engine .search h5 {
        font-size: 12px;
        font-weight: 700;
    }
    nav #engine .search input {
        font-size: 15px;
        font-weight: bold;
        width: 100%;
    }
    nav #engine .search input::placeholder {
        font-size: 15px;
        font-weight: bold;
    }
    nav #engine .search-icon i {
        color: #5166ff;
        font-size: 20px;
        font-weight: bolder;
        position: absolute;
        bottom: 20px;
        right: 20px;
    }
    .plain-btn.scrolled {
        color: #5d86f1 !important;
        background: #fff;
    }
    nav #engine .search input.scrolled::placeholder {
        background: #fff;
    }
    #loginBtn {
        display: block;
        width: 100%;
        margin-left: 5px;
    }
    #hero {
        margin-top: 3rem;
    }
    #hero>div.hero-img img {
        width: 130% !important;
        margin-top: 30px;
    }
    #hero .text {
        top: -30px;
    }
    #choose {
        padding-top: 40px;
    }
    #choose .chosse-container .cards .card1 {
        width: 100%;
    }
    #choose .text {
        width: 90%;
    }
    #choose>div>div.select>div:nth-child(3) {
        margin: 0 0;
    }
    #choose .chosse-container .select .select1 .search input {
        width: 100%;
    }
    #payment .payment-container .pay-box img {
        margin-right: 10px;
    }
    #categories {
        padding: 0 3vw;
        text-align: center;
        width: 100%;
        margin: 0 !important;
        padding-top: 0 !important;
    }
    #categories h3 {
        margin-bottom: 20px;
    }
    #categories>h3::after {
        display: none;
    }
    #categories .cat-col {
        width: 100%;
        text-align: center;
    }
    #categories .cat-row .cat-col {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #footer {
        width: 100%;
        overflow: hidden !important;
    }
    #footer .navigation {
        text-align: center;
    }
    #footer .navigation ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    #footer .navigation ul li a {
        font-size: 14px;
    }
    #footer>div.row>div.payment {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding-left: 0;
    }
    #footer .payment img:nth-child(1) {
        margin: 0 auto 25px auto;
    }
    #footer .payment img:nth-child(2) {
        margin: 0 auto 25px auto;
    }
    #footer>div.row.pt-5.pb-4>div.social.col-lg-4.col-md-6.col-12 {
        text-align: center;
        padding: 0;
    }
    #footer>div.row.pt-5.pb-4>div.social.col-lg-4.col-md-6.col-12>div.sub.d-flex.align-content-center.flex-wrap {
        display: flex !important;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    #footer .social .profile a {
        color: #fff;
        font-size: 28px;
        margin: 0 13px;
    }
    #footer>div.copyright.row.d-flex.align-items-center.justify-content-between.pb-3>div.col-lg-3.col-md-4.col-12 {
        padding: 0;
        text-align: center;
    }
    #footer>div.copyright.row.d-flex.align-items-center.justify-content-between.pb-3>div.col-lg-3.col-md-5.col-12.d-flex.align-items-center {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

@media only screen and (max-width: 376px) {
    /* Gloabal */
    .wrapper ul {
        top: 45%;
        right: -80%;
        height: 90%;
        flex-wrap: wrap;
    }
    .menu-btn {
        right: 15px;
        top: 13px;
        height: 50px;
        width: 60px;
    }
    .wrapper {
        top: 0;
        right: -100%;
        height: 100%;
        width: 100%;
    }
    nav .navigation .nav-links .wrapper ul {
        height: 280px;
        display: flex;
        flex-direction: row !important;
        justify-content: flex-end !important;
        align-items: flex-end !important;
        flex-wrap: wrap !important;
    }
    nav #engine {
        width: 280px;
    }
    #engine.scrolled {
        width: 280px;
        height: 190px;
    }
    nav #engine .search-icon i {
        font-size: 20px;
        bottom: 20px;
        right: 20px;
    }
    #loginBtn {
        position: relative;
        top: 10px;
    }
    ul.timeline>li a:hover {
        padding: 20px 30px 20px 43px;
        width: 100%;
        background: #fff;
        background-color: #fff;
        border-radius: 10px;
        color: rgb(36, 72, 252) !important;
        font-weight: 700;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    }
    ul.timeline>li a img {
        position: absolute;
        left: 0;
        bottom: 25%;
        width: 9%;
        visibility: hidden;
        transform: scale(0);
        transition: 0.7s ease;
        margin: 0 15px 0 15px;
    }
    #choose .chosse-container .select .select1 {
        width: 100%;
    }
    #choose .chosse-container .cards .card1 .price-back {
        position: absolute;
        top: 295px;
        left: 16%;
        z-index: 0;
    }
    #payment .payment-container .pay-box img {
        width: 40px;
    }
}