@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;


}


html,
body {
    overflow-x: hidden;
}



html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    width: 100vw;
    overflow-x: hidden;

}


::-webkit-scrollbar {
    width: 10px;



}

::-webkit-scrollbar-track {

    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
}

::-webkit-scrollbar-thumb {

    background-color: rgba(251, 194, 203, 10);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(203, 0, 101, 60);


}

header {
    width: 100vw;
    height: 130vh;
    justify-items: space-between;
    background-position: bottom;
    background-size: cover;



    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 10px;
    z-index: 99;

}

social-icon2s nav ul li a i {
    margin-right: 3px;
    color: rgba(203, 0, 101, 60);

}

nav ul li a {
    font-size: 18px;
    color: rgba(203, 0, 101, 60);
}

#priceg:hover {
    cursor: pointer;
    color: rgba(203, 0, 101, 60);
}

#priceg {

    background-color: transparent;
    border: none;
    color: rgba(203, 0, 101, 60);
}



.navigation {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    height: 80px;
    background: none;
    /* border-bottom: dotted rgba(203, 0, 101, 60);      */
    box-shadow: 0 2px 2px rgba(203, 0, 101, 60);
    z-index: 99;
}

.navigation {
    height: 70px;
    background: rgba(255, 251, 243, 60);
    box-shadow: 0 2px 2px rgba(203, 0, 101, 60);
}

.brand {
    position: absolute;
    padding-left: -250px;
    float: left;
    margin-top: -10px;
    text-transform: uppercase;
    font-size: 1.4em;
}

.brand a,
.brand a:visited {
    color: rgba(203, 0, 101, 60);
    text-decoration: none;

}

.nav-container {
    max-width: 1000px;
    margin: 0 auto;
}

nav {
    float: right;
}

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

nav ul li {
    float: left;
    position: relative;
}

nav ul li a,
nav ul li a:visited {
    display: block;
    padding: 0 20px;
    line-height: 70px;
    background: rgba(255, 251, 243, 60);
    color: rgba(203, 0, 101, 60);
    text-decoration: none;
}



nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: " ▾";
}

nav ul li ul li {
    min-width: 190px;
}

nav ul li ul li a {
    padding: 15px;
    line-height: 10px;

}

.nav-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    background: rgba(203, 0, 101, 60);
}

/* Mobile navigation */
.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(255, 251, 243, 60);
    height: 70px;
    width: 70px;
}




/* :start */
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');

/*Reset*/
html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    color: #1f4568;
}






.accordion {
    width: 90%;
    max-width: 1000px;
    margin: 2rem auto;
}

h1 {
    text-align: center;
    margin: 2rem 0;
    font-size: 2.5rem;
}

.accordion-item {
    background-color: #fff;
    color: #111;
    margin: 1rem 0;
    border-radius: 0.5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}

.accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.accordion-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
}

.accordion-item-header.active::after {
    content: "\2212";
}

.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}

@media(max-width:767px) {
    html {
        font-size: 14px;
    }
}


body {
    background-image: linear-gradient(to top, #ff9a9e 0%, #fecfef 99%, #fecfef 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* colors 8a3aff, 6f79ff, 3a9fff black-> 1f4568  grey->8198ae*/
.sect {

    position: relative;
}


.collapse {
    display: block;
}



.sect--violet {
    background-color: #6f79ff;
}

.sect--padding-bottom {
    padding-bottom: 115px;
}

.sect--padding-top {
    padding-top: 90px;
}



.row--center {
    max-width: 1000px;
    margin: 0 auto;
}

.row--margin {
    margin-top: 45px;
}

.row__title {
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    margin-top: 0px;
}

.row__sub {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin: 0px;
    color: #8198ae;
}

.price-box {
    padding: 0px 25px;
}

.price-box__wrap {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.2);
    /*0px 22px 20px -10px rgba(0, 0, 0,0.2)*/
    padding: 35px 35px 40px 35px;
    text-align: center;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.price-box__img {
    display: inline-block;
}

.price-box__img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}



.price-box--purple .price-box__img {
    background-image: url("https://image.ibb.co/iGjEKG/1.png");

}


.price-box--violet .price-box__img {
    background-image: url("https://image.ibb.co/iyT8eG/2.png");

}

.price-box--blue .price-box__img {
    background-image: url("https://preview.ibb.co/nDRpmw/3.png");

}

.price-box__title {
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.price-box__people {
    font-size: 12px;
    color: #8198ae;
    font-weight: 300;
    letter-spacing: 1px;
}

.price-box__discount {
    font-size: 28px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 0;
}

.price-box__dollar {
    font-size: 18px;
    font-weight: 400;
    vertical-align: top;
    margin-right: 4px;
}

.price-box--purple .price-box__dollar {
    color: #8a3aff;
}

.price-box--violet .price-box__dollar {
    color: #6f79ff;
}

.price-box--blue .price-box__dollar {
    color: #3a9fff;
}

.price-box__discount--light {
    font-weight: 400;
    font-size: 20px;
    margin-left: 3px;
}

.price-box__price {
    margin-top: 3px;
    font-size: 14px;
    color: #8198ae;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-weight: 300;
    text-decoration: line-through;
}

.price-box__feat {
    margin-top: 30px;
    font-size: 16px;
}

.price-box__list {
    text-align: left;
    padding-left: 30px;
    margin: 0;
    list-style: none;
}

.price-box__list-el {
    position: relative;
    margin-bottom: 8px;
    font-weight: 300;
}

.price-box__list-el:before {
    content: "✓";
    position: absolute;
    left: -25px;
    font-size: 18px;
    top: -4px;
}

.price-box--purple .price-box__list-el:before {
    color: #8a3aff;
}

.price-box--violet .price-box__list-el:before {
    color: #6f79ff;
}

.price-box--blue .price-box__list-el:before {
    color: #3a9fff;
}

.price-box__wrap:hover {
    backface-visibility: hidden;
    transform: scale(1.05, 1.05);
    box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1);
}

.btn {
    background-color: rgba(203, 0, 101, 60);
    border-radius: 20px;
    padding: 10px 25px;
    color: #fff;
    box-shadow: 0px 18px 13px -6px rgba(0, 0, 0, 0.2);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}



.btn:hover {
    box-shadow: 0px 25px 18px -6px rgba(0, 0, 0, 0.2);
    background-color: rgba(203, 0, 101, 60);
    color: #fff;
}

.price-box__wrap:hover .btn {
    box-shadow: 0px 25px 18px -6px rgba(0, 0, 0, 0.2);
}

.btn--revert {
    padding-right: 150px;
    background-color: transparent;
    color: #8198ae;
    box-shadow: none;
    border-bottom: 3px solid rgba(203, 0, 101, 60);
}

.btn--revert:hover {
    padding-right: 150px;
    background-color: transparent;
    color: rgba(203, 0, 101, 60);
    box-shadow: none;
    border-bottom: 3px solid rgba(203, 0, 101, 60);
}


.btn--purple {
    background-color: #8a3aff;
}

.btn--purple:hover {
    background-color: #b284f6;
}

.btn--violet {
    background-color: #6f79ff;
}

.btn--violet:hover {
    background-color: #878ef3;
}

.btn--blue {
    background-color: #3a9fff;
}

.btn--blue:hover {
    background-color: #63b2fc;
}

.btn--width {
    width: 120px;
}

.btn--white {
    background-color: #fff;
    border: 1px solid #ededed;
    color: #8198ae;
}

.btn--white:hover {
    background-color: #fff;
    color: #8198ae;
}

.price-box__btn {
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -55px;
}

.row__sub--light {
    color: #aec0d2;
}

.item__img {
    width: 25px;
    margin-right: 10px;
}



.row__carousel {
    display: inline-block;
    float: none;
    border-radius: 6px;
}

.row--text-center {
    text-align: center;

}

.carousel-control {
    opacity: 1;
    background-image: none !important;
}

.carousel-control.left {
    left: -100px;
}

.carousel-control.right {
    right: -100px;
}

.carousel-inner {
    margin-top: -25px;
}

.carousel-control__img {
    position: absolute;
    top: 50%;
    margin-top: -90px;
}

.carousel-control.left .carousel-control__img {
    left: 0;
}

.carousel-control.right .carousel-control__img {
    right: 0;
}

.carousel-indicators li {
    height: 12px;
    width: 12px;
    background-color: #fff;
    border: 2px solid #8198ae;
    margin-right: 8px;
}

.carousel-indicators li.active {
    height: 14px;
    width: 14px;
    background-color: #fff;
    border: 3px solid #6f79ff;
    margin-right: 10px;
}

.item {
    text-align: left;
    position: relative;
    padding: 25px 15px 0px 25px;
}

.item__content {
    padding: 40px;
    border-radius: 6px;
    box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    position: relative;
    height: 305px;
}

.item__img {
    display: inline-block;
}

.item__name {
    display: inline-block;
    font-size: 22px;
    vertical-align: middle;
    font-weight: 700;
}

.item__description {
    margin-top: 35px;
    color: #8198ae;
    line-height: 23px;
}

.item__avatar {
    height: 45px;
    width: 45px;
    background-image: url("https://static.pexels.com/photos/428333/pexels-photo-428333.jpeg");
    background-size: cover;
    border-radius: 50%;
    margin: 50px auto 15px auto;

}

.carousel-indicators {
    width: auto;
    margin: 0;
    right: 68px;
    text-align: right;
    top: 72px;
    left: auto;
    bottom: auto;
}

.item__content:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    bottom: -20px;
    position: absolute;
    left: 50%;
    margin-left: -23px;
    filter: drop-shadow(0px 7px 4px rgba(0, 0, 0, .2));
}

.item__people {
    margin: 0;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}

.item__occupation {
    font-size: 14px;
    color: #8198ae;
    text-align: center;
}

.site {
    text-align: center;
}

.site__title {
    font-size: 30px;
    margin: 0;
    text-align: center;
}

.site__subtitle {
    font-size: 22px;
    color: #8198ae;
    margin: 15px 0 40px 0;
    text-align: center;
}

.site__img {
    margin-top: 50px;
    display: inline-block;
    width: 77%;
}

.site__box-link .btn--revert {
    margin-left: 15px;
}


/*menu header*/
.header {
    padding: 30px 25px;
}

.header__elenco {
    padding: 0;
    margin: 0;
    list-style: none;
}

.header__menu {
    float: right;
}

.header__el {
    padding: 0 25px;
    display: inline-block;
}

.header__img {
    display: inline-block;
    vertical-align: middle;
}

.header__logo,
.header__menu {
    display: inline-block;
    vertical-align: middle;
}

.header__title {
    font-size: 18px;
    margin: 0;
    margin-left: 10px;
    display: inline-block;
    line-height: 18px;
    vertical-align: middle;
}

.header__light {
    color: #8198ae;
}

.header__link {
    color: #1f4568;
    font-size: 14px;

}

.header__link:hover {
    text-decoration: none;
    color: #3a9fff;
}

.navbar-toggle .icon-bar {
    background-color: #8198ae;
}

.navbar-toggle {
    margin: 5px 0;
}

.partner {
    margin-bottom: 15px;
    text-align: center;
}

.partner_img {
    width: 83px;
    opacity: 0.5;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.sect--no-padding {
    padding-top: 0;
}

.partner_img:hover {
    transform: scale(1.08, 1.08);
    opacity: 0.9;

}

.article-pre__col {
    padding: 0 70px;
    margin-bottom: 50px;
}

.article-pre__img {
    height: 0;
    background-position: center;
background-size: contain;
    padding-bottom: 100%;
    border-radius: 6px;
    box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.3);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transform: rotate(90deg);
    image-resolution: from-image;
}

.article-pre__img--first {
    background-image:  url(/img/snimka\ 1.PNG)  ;

}

.article-pre__img--second {
    background-image: url(/img/snimka2.PNG);}

.article-pre__img--third {
    background-image: url(/img/snimka3.PNG);
}

.article-pre__img--fourth {
    background-image: url(/img/snimka4.PNG);
}

.article-pre:hover .article-pre__img {
    box-shadow: 0px 10px 13px 4px rgba(0, 0, 0, 0.2);
}

.article-pre:hover {
    text-decoration: none;
}

.article-pre__info {
    font-size: 16px;
    color: #8198ae;
    margin: 0;
    padding: 25px 25px 0 25px;
}

.article-pre__date {
    float: right;
}

.article-pre__title {
    font-size: 20px;
    color: #1f4568;
    margin: 0;
    padding: 15px 25px;
}

.article-pre__arrow--purple {
    color: #8a3aff;
}

.contacts_title-ag {
    margin: 0;
    margin-left: 0px;
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    margin-left: 10px;
}

.contacts__link {
    color: #1f4568;
}

.contacts--light {
    color: #8198ae;
}

.contacts__address {
    margin-top: 20px;
    color: #8198ae;
    font-size: 16px;
    line-height: 27px;
    padding-bottom: 12px;
    margin-bottom: 17px;
    position: relative;
}

.contacts__address:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #8198ae;
    bottom: 0;
    left: 0;
}

.contacts__info {
    color: #8198ae;
    font-size: 16px;
    margin-bottom: 2px;
}

.contacts__info-link {
    color: #3a9fff;
    text-decoration: none;
}

.form-group {
    margin-bottom: 20px;
    display: table;
    width: 100%;
    position: relative;
}




/* price list  */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
        Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}



.cards__copy {
    text-align: center;
    padding-bottom: 5rem;
}

.cards__title {
    font-size: 48px;
    margin-bottom: 2rem;
}

label.cards__copy-toggle-monthly,
label.cards__copy-toggle-annually {
    text-transform: uppercase;
    font-weight: 500;
    color: #aaa;
    border: 1px solid transparent;
    padding: 5px;
}

#pricing__monthly:checked~* label.cards__copy-toggle-monthly,
#pricing__annually:checked~* label.cards__copy-toggle-annually {
    color: #262a33;
    border: 2px solid rgba(203, 0, 101, 60);
    border-radius: 10px;
}

.cards__container {
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
    padding: 12px;
}

.cards {
    background-color: none;
}

.pricing__choice,
.card__price-annually,
.card__price-monthly {
    display: none;
}

#pricing__annually:checked~* .card__price-annually,
#pricing__monthly:checked~* .card__price-monthly {
    display: block;
}

.cards__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    column-gap: 20px;
}

.card {
    width: 100%;
    max-width: 340px;
    margin-bottom: 2rem;
    background-color: #F2F2F2;
    border-radius: 10px;
    text-align: center;
    border: 1px solid rgba(203, 0, 101, 60);
    box-shadow: -2px 2px 12px 1px rgba(203, 0, 101, 60);
    margin-right: 50px;
}

.card__inner {
    display: flex;
    flex-direction: column;
    min-height: 480px;
}

.card__title {
    font-size: 28px;
    margin: 2rem 0 2rem 0;
}

.card__price {
    margin-bottom: 2rem;
    font-size: 26px;
    font-weight: 700;
    background-color: #eee4;
    padding: 20px 0;
}

.price__type {
    color: #0006;
    font-size: 16px;
    font-weight: 500;
}

.card__feature {
    font-size: 16px;
    font-weight: 500;
    padding: 5px 3px;
    color: rgba(203, 0, 101, 60);
    width: 170px;
    margin-left: auto;
    margin-right: auto;
}

.card__feature:last-of-type {
    margin-bottom: 2rem;
}

.card__feature:not(:last-of-type) {
    border-bottom: 1px solid rgba(203, 0, 101, 60);
}

@media (min-width: 960px) {
    .cards__copy {
        margin-bottom: 0;
    }

    .card {
        max-width: 300px;
    }

    .cards__list {
        column-gap: 5px;
    }

    .card.main__card {
        transform: scale(1);
        box-shadow: 0 0 6px rgba(203, 0, 101, 60);
        transform: scale(1.1);
    }

    .card.main__card .card__price {
        margin-top: 10px;
    }
}

/* BUTTONS */
.button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #242830;
    color: #fff;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    padding: 16px 32px;
    height: 36px;
    white-space: nowrap;
}

.button:hover {
    background: #262a33;
}

.card__button {
    background: rgba(203, 0, 101, 60);

    font-size: 17px;
    height: 48px;
    font-weight: bold;

    width: fit-content;
    margin: auto auto 2rem auto;
}

.card__button:hover {
    background: rgba(203, 0, 101, 60);

    color: whitesmoke;
}

/* price list */






.form__field {
    height: 50px;
    position: relative;
    border: none;
    padding: 10px 12px;
    width: 100%;
    border-radius: 6px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    z-index: 2;
}

.form__select {
    background-image: url('http://www.austinlawrencepartners.com/wp-content/uploads/arrow-down-gray-hi.png');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position-x: 97%;
    width: 100%;
    padding-right: 30px;
    background-position-y: center;
    background-color: #fff;
    color: #8198ae;
}

.form__field--half {
    width: 50%;
    float: left;
}

.form__field--half:first-of-type {
    padding-right: 15px;
}


.form__textarea {
    height: 200px;
}

.btn--up {
    position: absolute;
    bottom: -15px;
    right: 25px;
    z-index: 3;
}

.career_title {
    color: #fff;
    font-size: 28px;
}

.career_sub {
    font-size: 22px;
    color: #c7cbff;
    margin-top: 0;
    margin-bottom: 30px;
}

.career-img {
    position: absolute;
    bottom: 0;
    width: 65%;
    z-index: 0;
    left: 20%;
}


.footer {
    background-color: #1f4467;
    padding: 40px 0;
}

.footer__title {
    font-size: 18px;
    margin: 0;
    margin-left: 0px;
    margin-left: 10px;
    display: inline-block;
    line-height: 18px;
    vertical-align: middle;
    color: #3a9fff;
}

.footer__light {
    color: #fff;
}

.footer__social {
    float: right;
}

.footer__social-l {
    margin-left: 15px;
    vertical-align: middle;
}

@media screen and (max-width:1024px) {
    .collapse {
        display: none;
    }

    .navbar-toggle {
        margin: 0;
        display: inline-block;
        margin-right: 10px;
        margin-top: 10px;
    }

    .header__container {
        width: 100%;
        padding: 0;
    }

    .header__menu {
        width: 100%;
    }

    .header {
        background-color: #fff;
        padding: 0;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 4;
    }

    .header__logo {
        padding: 12px 20px 12px 20px;
    }

    .header__el {
        display: block;
        padding: 10px 20px;
        border-top: 1px solid #ededed;
    }

    .header .btn--white,
    .header .btn--white:hover {
        padding: 0;
        border: 0;
        box-shadow: none;
        color: #fff;
        background-color: transparent;
    }

    .header__el--blue {
        background-color: #3a9fff;
    }

}


@media screen and (max-width:991px) {
    .price-box {
        padding: 0px 10px;
    }

    .carousel-control.left {
        left: -25px;
    }

    .carousel-control.right {
        right: -25px;
    }

    .item__content {
        height: auto;
    }
}

@media screen and (max-width:767px) {
    .footer {
        padding: 25px 0;
    }

    .price-box {
        padding: 0px 35px;
        margin-bottom: 50px;
    }

    .site__img {
        width: 100%;
    }

    .item__content {
        padding: 20px;

    }

    .item__description {
        font-size: 12px;
        line-height: 20px;
    }

    .article-pre__info {
        padding: 25px 10px 0 10px;
        font-size: 14px;
    }

    .article-pre__title {
        padding: 10px 10px;
        font-size: 16px;
    }

    .form {
        margin-top: 30px;
    }

    .form__field--half:first-of-type {
        margin-bottom: 10px;
        padding-right: 0px;
    }

    .form__field--half {
        width: 100%;
        float: none;
    }

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



@media screen and (max-width:480px) {
    .price-box {
        padding: 0px 20px;
    }

    .carousel-control__img {
        width: 20px;
    }

    .carousel-control.left {
        left: -5px;
    }

    .carousel-control.right {
        right: -5px;
    }

    .partner {
        width: 100%;
    }

    .footer {
        padding: 15px 0;
    }

    .footer__img {
        width: 15px;
    }

    .footer__title {
        font-size: 16px;
        margin-left: 5px;
    }

    .sect {
        padding: 20px 0;
    }

    .sect--padding-top {
        padding-top: 80px;
    }

    .row__sub {
        font-size: 16px;
    }

    .row__title {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .price-box__title {
        font-size: 18px;
        margin-top: 10px;
    }

    .price-box__img {
        width: 100px;
        height: 100px;
    }

    .price-box__wrap {
        padding: 20px 20px 30px 20px;
    }

    .price-box__people {
        font-size: 10px;
        font-weight: 400;
    }

    .price-box__discount {
        font-size: 22px;
    }

    .price-box__price {
        font-size: 12px;
    }

    .price-box__feat {
        margin-top: 15px;
        font-size: 14px;
    }

    .price-box__list-el {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .site__title {
        font-size: 24px;
    }

    .site__subtitle {
        font-size: 18px;
        margin: 10px 0 20px 0;
    }

    .site__img {
        margin-top: 30px;
    }

    .row--margin {
        margin-top: 30px;
    }

    .btn {
        font-size: 12px;
        padding: 8px 8px;
    }

    .btn--width {
        width: 100px;
    }

    .career_title {
        font-size: 18px;
        margin-top: 0;
    }

    .career_sub {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .carousel-indicators {
        display: none;
    }

    .item__name {
        font-size: 18px;
    }

    .item__description {
        margin-top: 18px;
    }

    .article-pre__date {
        font-size: 12px;
        float: none;
    }


}

/* end */

@media only screen and (max-width: 798px) {
    .nav-mobile {
        display: block;
    }

    nav {
        width: 100%;
        padding: 70px 0 15px;
    }

    nav ul {
        display: none;
    }

    nav ul li {
        float: none;
    }

    nav ul li a {
        padding: 15px;
        line-height: 20px;
    }

    nav ul li ul li a {
        padding-left: 30px;
    }

    .nav-dropdown {
        position: static;
    }
}

@media screen and (min-width: 799px) {
    .nav-list {
        display: block !important;
    }
}

#nav-toggle {
    position: absolute;
    left: 18px;
    top: 22px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: rgba(203, 0, 101, 60);
    position: absolute;
    display: block;
    content: "";
    transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
}

article {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px;
}


/* rightbuton */


/* rightbuton end */












p,
h1,
h2,
h3,
h5,
h6,
a {
    margin: 0;
    padding: 0;
}

.container-fqa {


    min-height: 100vh;
    width: 100vw;
    overflow-x: hidden;

}

.row3 {
    display: flex;


}


.section-faq {
    font-family: "Roboto", sans-serif;
    padding-top: 120px;
    padding-bottom: 80px;
}

.section-faq .header-section {
    margin-bottom: 70px;
}

.section-faq .header-section .title {
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 30px;
}

.section-faq .header-section .title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 3px;
    background-color: rgba(203, 0, 101, 60);
}

.section-faq .header-section .description {
    font-size: 20px;
    opacity: 0.7;
}

.section-faq .questions .single-question {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.section-faq .questions .single-question div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 3px solid rgba(203, 0, 101, 60);
    border-radius: 7px;
    padding: 11px 20px;
    cursor: pointer;
    transition: all .3s;
}

.section-faq .questions .single-question:hover>div,
.section-faq .questions .active>div {
    border-color: rgba(203, 0, 101, 60);
    color: rgba(203, 0, 101, 60);
}

.section-faq .questions .single-question h3 {
    font-family: "Poppins", sans-serif;
    font-size: 21px;
}

.section-faq .questions .single-question i {
    font-size: 20px;
    transition: transform .4s;
}

.section-faq .questions .active i {
    transform: rotateX(180deg);
}

.section-faq .questions .single-question .answer {
    padding-top: 25px;
    padding-bottom: 5px;
    opacity: 0.7;
    display: none;

}

.section-faq .question-form {
    background-color: #f8f8f8;
    border-radius: 8px;
    padding: 50px 60px;
}

.section-faq .question-form .title {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    margin-bottom: 25px;
}



.section-faq .question-form form input .section-faq .question-form form textarea {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 10px 15px;
    transition: all .3s;
    outline: none;
}

.section-faq .question-form form input {
    margin-bottom: 10px;
}

.section-faq .question-form form textarea {
    height: 100px;
    min-height: 50px;
}

.section-faq .question-form form input:focus,
.section-faq .question-form form textarea:focus {
    background-color: #fff;
    border-color: #bbb;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
}




.section-faq .question-form form .send-request:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
}

/* mit */





.banner {
    position: relative;
    height: 100vh;
    width: 100%;
    background: url('/img/Untitled-1.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-top: 10px;
    margin-bottom: -1000px;
    margin-top: -200px;



    display: block;

    z-index: 4;
}

.banner h4 {

    font-size: 75px;
    width: 350px;
    margin-top: 180px !important;
    padding-top: 25px;
    padding-bottom: 15px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    font-family: 'Special Elite';
    color: whitesmoke;
    z-index: 9;
}



.clouds {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    z-index: 3;
}

.clouds img {
    position: absolute;
    bottom: 0;
    max-width: 100%;
    animation: animate calc(2s * var(--i)) linear infinite;
    z-index: 2;
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    25%,
    75% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(3);
    }
}





.container {
    width: 100%;
    max-width: 1200px;
    margin: 1rem auto;
}

.flexBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.flexBox .shape-wrap {
    /*width:30%;*/
    display: flex;
    width: calc(20px + 1vw);
    height: calc(30px + 1vw);
    margin: 0.5rem;
    /*background:#000;*/
    position: relative;
}

.flexBox .shape-wrap .shape-outer {
    display: flex;
    flex-shrink: 0;
    border-radius: 50%;
    height: calc(20px + 1vw);
    width: calc(20px + 1vw);
    margin: 0rem 0;
    background-image: linear-gradient(to bottom right, #ff3cac, #562b7c, #2b86c5);
}

.flexBox .shape-wrap .shape-inner {
    height: calc(15px + 1vw);
    width: calc(15px + 1vw);
    margin: auto;
}

.flexBox .shape-wrap .asker {
    background: url(/aniimg/proba.jpg) no-repeat center;
    background-size: cover;
    border-radius: 50%;
}

.flexBox .shape-wrap .answer {

    background: url(/img/Angelina\ .jpg) no-repeat center;
    background-size: cover;
    border-radius: 50%;
}












.flexBox .shape-wrap .name {
    position: absolute;
    text-align: center;
    width: calc(20px + 2vw);
    left: -9px;
    bottom: -8px;
}

.flexBox .textBox {
    /*width:70%;*/
    display: flex;
    flex: 1 0 80%;
}

blockquote {
    background: #f4f4f4;
    padding: 1rem;
    display: grid;
    grid-template-columns: auto 1fr auto;
    line-height: 1.8;
    border-radius: 30px;
}


















/* mit end */


.relativ {


    margin-top: 200px;


}


/* laptop media */
@media (max-width : 1400px) {

    .banner {
        margin-top: -50px;
        position: relative;
        height: 100vh;
        width: 100%;
        background: url('/img/Untitled-1.jpg');
        background-size: cover;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;

        display: block;
        border-top: 10px;

    }


    .relativ {


        margin-top: 400px;


    }







    .banner h4 {

        font-size: 46px;
        width: 350px;
        margin-top: 180px !important;
        padding-top: 25px;
        padding-bottom: 15px;
        box-sizing: border-box;
        margin: 0 auto;
        text-align: center;
        font-family: 'Special Elite';
        color: whitesmoke;
        z-index: 9;
    }

    #map {


        margin-top: -20x;
        position: relative;
        width: cover;

    }


}


/* laptop end */
@media(max-width: 991.9px) {
    .section-faq .questions {
        margin-bottom: 60px;




    }


}
















@media(max-width: 1826px) {





    header {
        width: 100vw;
        height: 150vh;
        justify-items: space-between;
        background-position: bottom;
        background-size: cover;

    }




    .mit {
        width: 100%;
        height: 100vh;

    }




    /* footer */


    #map {
        position: relative;
        width: cover;

    }

    .row ul {
        list-style: none;
        float: left;


    }

    .row ul li {
        padding-bottom: 10px;

    }


    .row i {
        color: rgba(203, 0, 101, 60);
     
    }

 




    .site-footer {
        margin-top: -14px;
        width: 100%;
        background-color: #26272b;
        padding: 45px 0 20px;
        font-size: 15px;
        line-height: 24px;
        color: #737373;

    }

    .site-footer hr {
        border-top-color: rgba(203, 0, 101, 60);
        opacity: 0.5
    }

    .site-footer hr.small {
        margin: 20px 0
    }

    .site-footer h6 {


        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        margin-top: 5px;
        letter-spacing: 2px
    }

    .site-footer a {
        color: #737373;
    }

    .site-footer a:hover {

        color: rgba(251, 194, 203, 10);
        text-decoration: none;
    }

    .footer-links {
        float: left;
        list-style: none
    }

    .footer-links li {
        display: block
    }

    .footer-links a {
        color: #737373;
    }

    .footer-links a:active,
    .footer-links a:focus,
    .footer-links a:hover {
        color: rgba(251, 194, 203, 10);
        text-decoration: none;
    }

    .footer-links.inline li {
        display: inline-block
    }

    .site-footer .social-icons {
        text-align: right
    }

    .site-footer .social-icons a {

        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-left: 6px;
        margin-right: 0;
        border-radius: 100%;
        background-color: none;
    }

    .copyright-text {
        margin: 0
    }

    @media(max-width: 1826px) {





        header {
            width: 100vw;
            height: 150vh;
            justify-items: space-between;
            background-position: bottom;
            background-size: cover;

        }

        @media (max-width:994px) {
            .site-footer [class^=col-] {
                margin-bottom: 30px
            }

            .site-footer {
                padding-bottom: 0
            }

            .site-footer .copyright-text,
            .site-footer .social-icons {
                text-align: center
            }

            .footer-links {
                text-align: center;
                justify-content: center;


            }



        }

        .social-icons {
            padding-left: 0;
            margin-bottom: 0;
            list-style: none
        }

        .social-icons li {
            display: inline-block;
            margin-bottom: 4px
        }

        .social-icons li.title {
            margin-right: 15px;
            text-transform: uppercase;
            color: #96a2b2;
            font-weight: 700;
            font-size: 13px
        }

        .social-icons a {
            background-color: #33353d;
            color: #818a91;
            font-size: 16px;
            display: inline-block;
            line-height: 44px;
            width: 44px;
            height: 44px;
            text-align: center;
            margin-right: 8px;
            border-radius: 100%;
            -webkit-transition: all .2s linear;
            -o-transition: all .2s linear;
            transition: all .2s linear
        }

        .social-icons a:active,
        .social-icons a:focus,
        .social-icons a:hover {
            color: rgba(203, 0, 101, 60);
            background-color: none;
        }

        .social-icons.size-sm a {
            line-height: 34px;
            height: 34px;
            width: 34px;

        }

        .social-icons a.facebook:hover {
            background-color: rgba(251, 194, 203, 10);
        }

        .social-icons a.instagram:hover {
            background-color: rgba(251, 194, 203, 10);
        }

        @media (max-width:767px) {
            .social-icons li.title {
                display: block;
                margin-right: 0;
                font-weight: 600
            }
        }

        @media (max-width:920px) {}


        @media(max-width: 1826px) {



            @media (max-width:1209px) {

                /* position: relative; */












            }
        }
    }
}

/* phone size  */


@media (max-width:450px) {


    .card {
        width: 100%;
        max-width: 340px;
        margin-bottom: 2rem;
        background-color: #F2F2F2;
        border-radius: 10px;
        text-align: center;
        border: 1px solid rgba(203, 0, 101, 60);
        box-shadow: -2px 2px 12px 1px rgba(203, 0, 101, 60);
        align-items: center;
        margin-left: 52px;
    }



    .banner {
        margin-top: 1350px;
        position: relative;
        height: 100vh;
        width: 100%;
        background: url('/img/Untitled-1.jpg');
        background-size: cover;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        border-top: 10px;




        display: block;

        z-index: 4;
    }


    .relativ {

        margin-left: 30px;
        margin-top: 400px;


    }

    .row3 {
        display: block;


    }
}
