@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600&display=swap');


body {
    min-height: 100vh;
    background: var(--bg-color);
    color: var(--text-color);
    touch-action: pan-x pan-y;
}

header .logopic{
    height: 50px;
    width: 50px;
    margin-right: -5rem;
    margin-left: -1.2rem;
}

header .logo{
    font-weight: bolder;
    font-size: 22px;
    color: black;
}

.mobile-home {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 2%;
    margin-bottom: 2rem;
    margin-top: -2rem;
}


.mobile-home .mb-home-img img {
    width: auto;
    height: 300px;
}

.mobile-home .mobile-home-text {
    text-align: center;
}

.mobile-home .mobile-home-text .mb-heading {
    font-size: 1.2rem;
}

.mobile-home .mobile-home-text .mb-button {
    margin-top: 5px;
    margin-bottom: 10px;
}

.mobile-home .mobile-home-text .mb-button .get-website-btn {
    display: inline-block;
    padding: 2px 2%;
    font-size: 1rem;
    font-weight: 300;
    background-color: #5C59C2;
    border: 2px solid #5C59C2;
    color: #fff;
    border-radius: 8px;
    margin-right: 15px;
}

.mobile-home .mobile-home-text .mb-button .visit-portfolio-btn {
    display: inline-block;
    padding: 2px 2%;
    font-size: 1rem;
    font-weight: 600;
    background-color: #ffffff;
    border: 2px solid #000;
    color: #000000;
    border-radius: 8px;
    margin-right: 15px;
}

.mobile-home .mobile-home-text .mb-button .mb-bottomline {
    font-size: 8px;
}

.mobile-pick-card {
    padding: 30px 3%;
    background-image: url(Elements/background.png);
    background-size: cover;
}

.mobile-pick-card .mb-items {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.mobile-pick-card .mb-items .mb-text {
    text-align: center;
}

.mobile-pick-card .mb-items .mb-text .mb-heading {
    font-size: 1.4rem;
}

.mobile-pick-card .mb-items .mb-text .mb-subheading {
    font-size: 12px;
}

.mobile-pick-card .mb-items .mb-cards {
    display: flex;
    flex-direction: column;
    padding: 20px 0%;
    align-content: center;
    justify-content: center;
}

.mobile-pick-card .mb-items .mb-cards .mb-maincard {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}


.mobile-pick-card .mb-items .mb-cards .mb-card1 {
    padding: 15px 1%;
    height: 10rem;
    width: 20rem;
    border-radius: 10px;
    background-color: #C2AB59;
    cursor: pointer;
    margin-bottom: 2rem;
    align-self: center;
    justify-self: center;
}

.mobile-pick-card .mb-items .mb-cards .mb-card1 h1 {
    font-size: 1.3rem;
    color: white;
    text-align: center;
}

.mobile-pick-card .mb-items .mb-cards .mb-card1 .img {
    height: 100px;
    width: auto;
    margin-top: 1px;
}

.mobile-pick-card .mb-items .mb-cards .mb-card1 ul {
    font-size: 10px;
    color: white;
    margin-top: 25px;
}

.mobile-pick-card .mb-items .mb-cards .mb-card2 {
    padding: 20px 1%;
    height: 10rem;
    width: 20rem;
    border-radius: 10px;
    background-color: #5C59C2;
    cursor: pointer;
    align-self: center;
    justify-self: center;
}

.mobile-pick-card .mb-items .mb-cards .mb-card2 h1 {
    font-size: 1.3rem;
    color: white;
    line-height: 1.5rem;
    text-align: center;
}

.mobile-pick-card .mb-items .mb-cards .mb-card2 .img {
    height: 90px;
    width: auto;
    margin-top: 5px;
}

.mobile-pick-card .mb-items .mb-cards .mb-card2 ul {
    font-size: 10px;
    color: white;
    margin-top: 25px;
    margin-left: 8px;
}

.mobile-pick-card .mb-items .mb-check-pricing-btn {
    display: flex;
    align-content: center;
    justify-content: center;
}

.mobile-pick-card .mb-items .mb-check-pricing {
    display: inline-block;
    padding: 2px 2%;
    font-size: 1rem;
    font-weight: 500;
    background-color: #5C59C2;
    border: 2px solid #5C59C2;
    color: #fff;
    border-radius: 8px;
}

.mobile-services {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.mobile-services .mb-text {
    text-align: center;
    padding: 20px 5%;
}

.mobile-services .mb-text .mb-heading {
    font-size: 2rem;
}

.mobile-services .mb-text .mb-subheading {
    font-size: 12px;
    color: #858282;
}

.mobile-services .mb-service-cards {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}


.mobile-services .mb-service-cards .mb-card {
    background-color: #ffffff;
    padding: 10px 6%;
    border-radius: 15px;
    height: fit-content;
    width: 18rem;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.mobile-services .mb-service-cards .mb-card:hover {
    transform: translateY(-18px);
    transition: 0.3s all ease;
}

.mobile-services .mb-service-cards .mb-card h1 {
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: .3rem;
    margin-top: .5rem;
}

.mobile-services .mb-service-cards .mb-card h2 {
    font-size: .8rem;
    font-weight: 500;
    color: #858282;
    margin-bottom: .4rem;
}

.mobile-portfolio{
    display: flex;
    flex-direction: column;
    background-image: url(/Elements/mb-portfolio-background.png);
    background-size: cover;
}

.mobile-portfolio .mb-text{
    text-align: center;
    padding: 50px 0%;
}

.mobile-portfolio .mb-text h1{
    font-size: 2rem;
    color: #F6F6F6; 
    padding: 10px 5%;
}

.mobile-portfolio .mb-text h2{
    font-size: 11px;
    color: #e2d8d8;
    padding: 0px 6%;
    font-weight: 400;
}

.mobile-portfolio .visit-portfolio-btn2{
    display: inline-block;
    padding: 2px 1.5%;
    font-size: 1rem;
    font-weight: 500;
    background-color: #5C59C2;
    border: 2px solid #5C59C2;
    color: #fff;
    border-radius: 8px;
    margin-top: 1rem;
}

.container {
    padding-top: 40px;
    margin-bottom: 1rem;
}

.container .slick-slide img {
    height: 55px;
    width: auto;
}

.container h1 {
    text-align: center;
    padding: 20px;
    font-size: 2rem;
}

.container h2 {
    font-size: 11px;
    color: #858282;
    padding: 0px 6%;
    text-align: center;
    margin-bottom: 1.5rem;
}

.faqsection {
    padding: 40px 5%;
    margin-bottom: 3rem;
}

.faqsection h1 {
    text-align: center;
    padding: 20px;
    font-size: 2rem;
}

.faqsection .accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    font-size: .8rem;
    font-weight: 600;
    padding: 20px 3%;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin-bottom: 4px;
}

.faqsection .panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
    font-size: .75rem;
    padding: 6px 4%;
}

.footer {
    padding: 40px 7%;
}

.social-icon__link {
    font-size: 1.4rem;
    color: #fff;
}

.menu__link {
    font-size: 1rem;
    color: #fff;
}

.footer p {
    color: #fff;
    margin: 15px 0 10px 0;
    font-size: .8rem;
    font-weight: 300;
}