* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    outline: 0;
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    color: inherit;
    box-sizing: border-box;
}

*:focus {
    outline: 0;
}

body {
    overflow-x: hidden;
    position: relative;
    height: 100%;
    background-image: url('../img/doodle.png');
    background-size: 24%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

p {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

.section-heading {
    text-align: center;
    margin-bottom: 50px;
    font-family: 'Tajawal', sans-serif !important;
}

.section-heading h1 {
    font-size: 35px;
    color: #5d2132;
}

.page-nav {
    background-image: url('../img/bg-circle.png'), url('../img/bg-triangle.png'), linear-gradient(to bottom right, #ffeea6, #ffe2e9, #ebffac);
    background-position: left 0px top 0px, right 0px top 50%, center top;
    background-repeat: no-repeat;
    padding: 180px 10px 100px;
    text-align: center;
}

.page-nav h1 {
    color: #5d2132;
}

input:focus,
textarea:focus {
    border-color: #dee2e6;
    box-shadow: none !important;
}




/* header  */
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    transition: .2s;
}

header.white {
    background-color: #fff;
    box-shadow: 0 7px 15px rgb(25 25 25 / 10%);
}

header .pc {
    padding: 15px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .2s;
}

header.white .pc {
    padding: 10px 0px;
}

header .logo img {
    width: 90px;
    transition: .2s;
}

header.white .logo img {
    width: 60px;
}

header.white .nav {
    margin-left: 30px;
}

header .nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    transition: 0s;
}

header .nav ul li a {
    color: #5d2132;
}

header .apply-btn a {
    color: #5d2132;
    border: 1px solid #5d2132;
    padding: 8px 15px;
    border-radius: 20px;
}

/* mobile  */
header.mob {
    display: none;
}

header .mobile {
    background-color: #fff;
}

header .mobile .main {
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .mobile .logo img {
    width: 70px;
}

header .mobile .nav {
    display: none;
    width: 95%;
    margin: auto;
    border-top: 1px solid #ded8d8;
}

header .mobile .nav ul {
    padding: 10px 0px;
    width: 100%;
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px;
    background-color: #fff;
}





/* BANNER  */
.banner {
    background-image: url('../img/bg-circle.png'), url('../img/bg-triangle.png'), linear-gradient(to bottom right, #ffeea6, #ffe2e9, #ebffac);
    background-position: left 0px top 0px, right 0px top 50%, center top;
    background-repeat: no-repeat;
    padding: 180px 10px 100px;
}



.banner .text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 100px;
}

.banner h2 {
    color: #5d2132;
    font-weight: bold;
    font-size: 33px;
    word-spacing: 5px;
    letter-spacing: 1px;
    line-height: 1;
    font-family: 'Tajawal', sans-serif !important;
}

.banner h2.head {
    margin-bottom: 40px;
}


.banner p {
    font-size: 17px;
    color: #fff;
}


.banner .banner-btn {
    display: inline-block;
    min-width: 130px;
    width: 130px;
    padding: 10px 20px;
    margin-top: 40px;
    background-color: #5d2132;
    color: #fff;
    border: 2px solid #5d2132;
    border-radius: 50px;
}



/* mobile images  */
.banner .mobile-slider-section {
    position: relative;
    width: 253px;
    height: 500px;
    padding: 15px;
    margin: auto;
}

/* .banner .mobile-slider-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('../img/screenshot-frame.png') center center no-repeat;
    background-size: 253px 500px;
    z-index: 1;
} */


.banner .mobile-slider-section ul.slick-dots {
    position: absolute;
    right: -70px;
    top: 45%;
}

.banner .mobile-slider-section ul.slick-dots li {
    margin-bottom: 10px;
}

.banner .mobile-slider-section ul.slick-dots li:last-child {
    margin-bottom: 0px;
}

.banner .mobile-slider-section ul.slick-dots li button {
    padding: 4px;
    border-radius: 50px;
    display: block;
    height: 15px;
    width: 15px;
    font-size: 0;
    border: 3px solid #fff;
}

.banner .mobile-slider-section ul.slick-dots li.slick-active button {
    background-color: #5d2132;
}







/* ABOUT  */
.about {
    padding: 80px 10px;
}

.about .image {
    padding-right: 20px;
}

.about .image img {
    border-radius: 10px;
    box-shadow: 0px 5px 20px #67676742;
    width: 100%;
}

.about .text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
}

.about .text h2 {
    font-size: 35px;
    margin-bottom: 25px;
    font-family: 'Tajawal', sans-serif !important;
    color: #5d2132;
}

.about .text p {
    margin-bottom: 40px;
}











/* solution  */
.solution {
    padding: 80px 10px;
    background: linear-gradient(to bottom right, #fff5c9, #ffe2e9, #f0ffc0) !important;
}

.solution .section-heading p {
    margin-top: 20px;
    color: #919294;
}

.solution .single-box {
    padding: 30px 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0px 4px 12px 3px #76767642;
    transition: .3s all;
    background-color: #fff;
}

.solution .single-box:hover {
    transform: translateY(-15px);
}

.solution .single-box .name {
    color: #5d2132;
    font-weight: 500;
}




/* middlew banner  */
.middle-banner {
    background-image: url('../img/ice-cream-bg2.jpg');
    background-position: center;
    padding: 120px 0px 100px;
    text-align: center;
}

.middle-banner img {
    width: 170px;
    background-color: #fff;
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 100px;
}

.middle-banner h1 {
    color: #fff;
    font-size: 60px;
}



/* what we offer */
.what-we-offer {
    padding: 100px 10px;
}

.what-we-offer .wrapper {
    text-align: center;
    height: 100%;
    padding: 25px 50px;
    background: #fff;
    box-shadow: 0px 5px 20px #67676742;
    border-radius: 10px;
}

.what-we-offer .wrapper .icon {
    background-image: linear-gradient(to bottom right, #ffeea6, #ffe2e9, #ebffac);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    display: inline-block;
    height: 120px;
    width: 120px;
    border-radius: 100px;
    margin-bottom: 30px;
}

.what-we-offer .wrapper .icon i {
    padding: 32.5px;
    font-size: 50px;
    color: #5d2132;
}




.what-we-offer .wrapper .text .name {
    font-size: 22px;
    margin-bottom: 10px;
}


.what-we-offer .wrapper .text .desc {
    color: #919294;
    line-height: 1.8;
}

.what-we-offer .wrapper .text ul {
    text-align: start;
    padding-left: 20px;
    margin: auto;
    width: 90%;
}

.what-we-offer .wrapper .text ul li {
    list-style: disc;
}



/* form page  */
.form-page {
    padding: 100px 10px;
}

.form-page form {
    width: 60%;
    margin: auto;
    background-color: #fff;
    padding: 30px;
    box-shadow: 0px 5px 20px #67676742;
    border-radius: 20px;
}

.form-page form .form-group {
    margin-bottom: 20px;
}

.form-page form .form-group label {
    margin-bottom: 3px;
    color: #5d2132;
}


.form-page form .form-group .sbmt-btn {
    display: inline-block;
    padding: 10px 25px;
    margin-top: 30px;
    background-color: #5d2132;
    color: #fff;
    border: 2px solid #5d2132;
    border-radius: 50px;
}

/* PRIVACY POLICY  */
.privacy-policy {
    padding: 30px 10px;
    text-align: center;
}

.privacy-policy .desc {
    width: 70%;
    margin: auto;
}

.privacy-policy h4 {
    margin-top: 40px;
    margin-bottom: 10px;
}

.privacy-policy p {
    margin: 10px 0;
}

.privacy-policy ul {
    padding: 0 20px;
}

.privacy-policy .section {
    margin-bottom: 30px;
}





/* FOOTER  */
footer {
    padding: 40px 0px 0px;
    background-image: url('../img/bg-circle.png'), url('../img/bg-triangle.png'), linear-gradient(to bottom right, #ffeea6, #ffe2e9, #ebffac);
    background-position: left 0px bottom 0px, right 0px top 50%, center top;
    background-repeat: no-repeat;
    color: #494949;
    font-size: 18px;
}

footer .head {
    color: #5d2132;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

footer .links {
    text-align: center;
}

footer .links li {
    margin-bottom: 10px;
}

footer .links li i {
    margin-right: 15px;
}

footer a {
    color: #5d2132;
    transition: .3s;
}

footer a:hover {
    color: #c37b8f;
}

footer img {
    width: 40px;
    margin-right: 10px;
}

footer li {
    color: #5d2132;
}





footer .copytext {
    text-align: center;
    margin-top: 40px;
    padding: 25px;
    border-top: 1px solid #6e535b;
    color: #5d2132;
}



/* MEDIA QUERIES  */
@media (min-width:1500px) {
    .banner .content {
        max-width: 60%;
    }
}

@media (max-width:1200px) {
    .container {
        max-width: 1050px;
    }

    .what-we-offer .wrapper {
        padding: 25px;
    }

    .banner .text {
        padding-left: 20px;
    }
}

@media (max-width:1200px) {
    .banner .content .text h4 {
        font-size: 90px;
    }

    .middle-banner h1 {
        font-size: 50px;
    }
}

@media (max-width:991px) {
    .about .text h2 {
        font-size: 25px;
    }

    .banner .content .text h4 {
        font-size: 83px;
    }

    .banner .content .logo img {
        width: 30%;
        border-radius: 50%;
    }


    .about .about-icons {
        display: flex;
        gap: 70px;
        align-items: center;
    }

    .form-page form {
        width: 80%;
        margin: auto;
    }

    .privacy-policy .desc {
        width: 85%;
        margin: auto;
    }

    .banner {
        padding: 150px 10px 100px;
    }

    .middle-banner h1 {
        font-size: 40px;
    }
}

@media (max-width:850px) {
    .banner .content .text h4 {
        font-size: 75px;
    }

    header .logo img {
        width: 80px;
    }

    .banner h2 {
        font-size: 33px;
    }
}

@media (max-width:767px) {

    header .pc {
        display: none;
    }

    header.mob {
        display: block;
    }

    .about .image {
        padding-right: 0px;
        margin-bottom: 30px;
    }

    .banner .content {
        width: 70%;
    }

    .banner .content .text h4 {
        font-size: 53px;
    }

    .banner .content .text .date-and-btn {
        display: block;
        margin-top: 60px;
    }

    .banner .content .text p {
        margin-bottom: 60px;
    }

    .solution .single-box {
        margin-bottom: 20px;
    }

    .what-we-offer {
        padding: 100px 0px 50px;
    }

    .what-we-offer .col-md-4 {
        margin-bottom: 50px;
    }

    .what-we-offer .wrapper {
        height: 100%;
    }

    .banner h2.head {
        margin-bottom: 30px;
    }

    .form-page form {
        width: 98%;
        margin: auto;
    }

    .privacy-policy .desc {
        width: 98%;
        margin: auto;
    }

    .banner .text {
        align-items: center;
        text-align: center;
        margin-bottom: 80px;
        padding-left: 0px;
    }

    .banner {
        padding: 110px 10px 100px;
    }

    .middle-banner img {
        width: 100px;
    }

    .about .text {
        padding-left: 0px;
    }

    footer .col-md-4 {
        margin-bottom: 30px;
    }

    footer .col-md-4:last-child {
        margin-bottom: 0px;
    }
}

@media (max-width:630px) {

    .solution .single-box {
        padding: 25px 0px;
    }
}

@media (max-width:575px) {
    .banner .content .text h4 {
        font-size: 40px;
    }

    .banner .content .logo img {
        width: 40%;
    }

    .solution {
        padding: 80px 20px;
    }

    .banner h2 {
        font-size: 24px;
    }

    .banner .mobile-slider-section ul.slick-dots {
        right: -50px;
    }

    footer .links.contact {
        margin-top: 30px;
    }

    .middle-banner h1 {
        font-size: 30px;
    }
}

@media (max-width:420px) {
    .what-we-offer .wrapper .text ul {
        width: 100%;
    }
}