@import url('https://fonts.googleapis.com/css2?family=Poppins: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=Turret+Road:wght@200;300;400;500;700;800&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;1,400&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Poppins: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=Turret+Road:wght@200;300;400;500;700;800&display=swap');

* {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-padding-top: 2rem;
    scroll-behavior: smooth;
    list-style: none;
    text-decoration: none;
}

:root {
    --main-color: #9C6137;
    --second-color: #CC9966;
    --text-color: #444444;
    --gradient: linear-gradient(#9C6137, #CC9966);
}

html::-webkit-scrollbar {
    width: 0.5rem;
}

html::-webkit-scrollbar-track {
    background: transparent;
}

html::-webkit-scrollbar-thumb {
    background: var(--main-color);
    border-radius: 5rem;
}

section {
    padding: 50px 100px;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #EEEFF1;
    padding: 15px 100px;
}

.logo img {
    width: 50px;
}

.navbar {
    display: flex;
}

.navbar li {
    position: relative;
}

.navbar a {
    font-size: 1rem;
    padding: 10px 20px;
    color: var(--text-color);
    font-weight: 500;
}

.navbar a::after {
    content: '';
    width: 0;
    height: 3px;
    background: #9C6137;
    bottom: -4px;
    left: 0;
    transition: .5s;
    position: absolute;
}

.navbar a:hover::after {
    width: 100%;
}

header .ri-close-line {
    display: none;
}

#menu-icon {
    font-size: 24px;
    cursor: pointer;
    z-index: 110;
    display: none;
}

.header-btn a {
    padding: 10px 20px;
    color: var(--text-color);
    font-weight: 500;
}

.header-btn .sign-in {
    background: #474FA0;
    color: #FFFFFF;
    border-radius: .5rem;
    transition: .5s;
}

.header-btn .sign-in:hover {
    background: #9C6137;
}

/*menu*/
.dropbtn {
    color: black;
    font-weight: bold;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #cbcbcc;
    color: black;

}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #11487e;
    color: rgb(255, 255, 255);

}

@media (max-width: 768px) {
    .logo {

        top: -21px;
        right: 0px;
        font-size: 2.5rem;
    }
}



.text h1 {
    font-size: 3.5rem;
    letter-spacing: 2px;
}

.text span {
    color: var(--main-color);
}

.text p {
    margin: 0.5rem 0 1rem;
    font-size: 1rem;
}




.swikar-font {
    font-family: 'Courier New', Courier, monospace;
    font-size: 35px;
    color: #6b3e26;

}

/*second section*/
:root {
    --white-100: hsl(206, 5%, 100%);
    --white-200: hsl(206, 5%, 90%);
    --white-300: hsl(206, 5%, 80%);
    --white-400: hsl(206, 5%, 65%);

    --black-100: hsl(210, 20%, 10%);
    --black-200: hsl(210, 20%, 8%);
    --black-300: hsl(210, 20%, 5%);
    --black-400: hsl(210, 20%, 3%);
}

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

html {
    font-size: 100%;
    box-sizing: inherit;
    scroll-behavior: smooth;
    height: -webkit-fill-available;
}

body {
    font-family: "Rubik", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--black-300);
    background-color: var(--white-100);
}

main {
    overflow: hidden;
}

a,
button {
    cursor: pointer;
    user-select: none;
    border: none;
    outline: none;
    background: none;
}

/* img {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
}
 */

.section {
    margin-inline: auto;
    padding-block: 5rem;
}

.container {
    max-width: 75rem;
    height: auto;
    margin-inline: auto;
    padding-inline: 1.25rem;
}


/* parallax of our team */
.parallax-container-about {
    display: flex;
    min-height: 30vh;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    /* padding-left: 50px; */
    padding-top: 14%;
    text-align: left;

    /*  this is where the magic happens:  */
    background-attachment: fixed;
    background-image: url(../images/about_us.png);
    /* background-position: center; */
    background-size: cover;
    /* background-color: #022e5a; */
    color: var(--color);
    row-gap: 4rem;
    text-align: right;
}





/*********flutter
development*************/

/*headings*/
.headings {
    font-size: 30px;
    background: #121FCF;
    background: linear-gradient(to right, #121FCF 0%, #CF1512 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-weight: 800;
    letter-spacing: 3px;

}

/* parallax  */
.parallax-container {
    display: flex;
    min-height: 60vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    /*  this is where the magic happens:  */
    background-attachment: fixed;
    background-image: url(../images/flutter_background.jpg);
    background-position: center;
    background-size: cover;
    color: var(--color);
    /* row-gap: 4rem; */
    text-align: center;
}

.parallax-text1 {
    max-width: 55ch;
    padding-top: 5%;
    /* padding-left: 10%;
    padding-right: 10%; */
    line-height: 1.5;
}

/*******que*****/

#why_choose {
    text-align: center;
    color: black;
    font-weight: bold;
    font-size: 20px;
    padding-top: 10px;
    padding-right: 31px;
    padding-bottom: 10px;
    padding-left: 31px;
}

#paragraph_1 {
    text-align: center;
    font-size: 18px;
    padding-top: 10px;
    padding-right: 31px;
    padding-bottom: 10px;
    padding-left: 31px;
    color: grey;
}

#paragraph {
    background-image: url('../images/bg\ \(2\).jpg');
}

#categories {
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
}

.clr:after {
    content: "";
    display: block;
    clear: both;
}

#categories li {
    position: relative;
    list-style-type: none;
    width: 27.85714285714286%;
    /* = (100-2.5) / 3.5 */
    padding-bottom: 32.16760145166612%;
    /* =  width /0.866 */
    float: left;
    overflow: hidden;
    visibility: hidden;

    -webkit-transform: rotate(-60deg) skewY(30deg);
    -ms-transform: rotate(-60deg) skewY(30deg);
    transform: rotate(-60deg) skewY(30deg);
}

#categories li:nth-child(3n+2) {
    margin: 0 1%;
}

#categories li:nth-child(6n+4) {
    margin-left: 0.5%;
}

#categories li:nth-child(6n+4),
#categories li:nth-child(6n+5),
#categories li:nth-child(6n+6) {
    margin-top: -6.9285714285%;
    margin-bottom: -6.9285714285%;

    -webkit-transform: translateX(50%) rotate(-60deg) skewY(30deg);
    -ms-transform: translateX(50%) rotate(-60deg) skewY(30deg);
    transform: translateX(50%) rotate(-60deg) skewY(30deg);
}

#categories li:nth-child(6n+4):last-child,
#categories li:nth-child(6n+5):last-child,
#categories li:nth-child(6n+6):last-child {
    margin-bottom: 0%;
}

#categories li * {
    position: absolute;
    visibility: visible;
}

#categories li>div {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    overflow: hidden;

    -webkit-transform: skewY(-30deg) rotate(60deg);
    -ms-transform: skewY(-30deg) rotate(60deg);
    transform: skewY(-30deg) rotate(60deg);

    -webkit-backface-visibility: hidden;

}

/* HEX CONTENT */
#categories li img {
    left: -100%;
    right: -100%;
    width: auto;
    height: 100%;
    margin: 0 auto;
}

#categories div h1,
#categories div p {
    width: 100%;
    padding: 0 5%;
    background-color: #008080;
    background-color: rgba(0, 128, 128, 0.8);
    -webkit-transition: top .2s ease-out, bottom .2s ease-out, .2s padding .2s ease-out;
    -ms-transition: top .2s ease-out, bottom .2s ease-out, .2s padding .2s ease-out;
    transition: top .2s ease-out, bottom .2s ease-out, .2s padding .2s ease-out;
}

#categories li h1 {
    bottom: 110%;
    font-style: italic;
    font-weight: normal;
    font-size: 1.5em;
    padding-top: 100%;
    padding-bottom: 100%;
}

#categories li h1:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 45%;
    width: 10%;
    text-align: center;
    z-index: 1;
    border-bottom: 2px solid #fff;
}

#categories li p {
    padding-top: 50%;
    top: 110%;
    padding-bottom: 50%;
}


/* HOVER EFFECT  */

#categories li div:hover h1 {
    bottom: 50%;
    padding-bottom: 10%;
}

#categories li div:hover p {
    top: 50%;
    padding-top: 10%;
}

#fork {
    position: fixed;
    top: 0;
    left: 0;
    color: #000;
    text-decoration: none;
    border: 1px solid #000;
    padding: .5em .7em;
    margin: 1%;
    transition: color .5s;
    overflow: hidden;
}

#fork:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 130%;
    height: 100%;
    background: #000;
    z-index: -1;
    transform-origin: 0 0;
    transform: translateX(-100%) skewX(-45deg);
    transition: transform .5s;
}

#fork:hover {
    color: #fff;
}

#fork:hover:before {
    transform: translateX(0) skewX(-45deg);
}




/*************WEBSITE DEVELOPEMENT***********/
.heading {
    text-align: center;
}

.quote {
    color: #6b3e26;
}

.about-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 2rem;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
}

.about-img img {
    width: 100%;
}

.about-text span {
    font-weight: 500;
    color: var(--main-color);
    text-transform: uppercase;
}

.about-text p {
    margin: 0.5rem 0 1.4rem;
}

.about-text .btn {
    padding: 10px 20px;
    background: #474FA0;
    color: #FFFFFF;
    border-radius: .5rem;
    transition: .5s;
}

.about-text .btn:hover {
    background: var(--main-color);
}








/* Accordion */
.flex_icon {
    display: block;
    margin: auto;
    width: 145px;

}

* {
    box-sizing: border-box;
}

.padding {
    text-align: center;
}

.accordion dl,
.accordion-list {
    border: 1px solid #ddd;

    &:after {
        content: "";
        display: block;
        height: 1em;
        width: 100%;
        background-color: darken(#38cc70, 10%);
    }
}

.accordion dd,
.accordion__panel {
    background-color: #fdf8f8;
    font-size: 1em;
    line-height: 1.5em;
}

.accordion p {
    padding: 1em 2em 1em 2em;
}

.accordion {
    position: relative;
    background-color: #eee;
}

.container {
    max-width: 960px;
    margin: 0 auto;
    padding: 2em 0 2em 0;
}

.accordionTitle,
.accordion__Heading {
    background-color: #ae7d9f;
    text-align: center;
    font-weight: 700;
    padding: 2em;
    display: block;
    text-decoration: none;
    color: #fff;
    transition: background-color 0.5s ease-in-out;
    border-bottom: 1px solid darken(#38cc70, 5%);

    &:before {
        content: "+";
        font-size: 1.5em;
        line-height: 0.5em;
        float: left;
        transition: transform 0.3s ease-in-out;
    }

    &:hover {
        background-color: darken(#38cc70, 10%);
    }
}

.accordionTitleActive,
.accordionTitle.is-expanded {
    background-color: darken(#38cc70, 10%);

    &:before {

        transform: rotate(-225deg);
    }
}

.accordionItem {
    height: auto;
    overflow: hidden;

    max-height: 50em;
    transition: max-height 1s;


    @media screen and (min-width:48em) {
        max-height: 15em;
        transition: max-height 0.5s
    }


}

.accordionItem.is-collapsed {
    max-height: 0;
}

.no-js .accordionItem.is-collapsed {
    max-height: auto;
}

.animateIn {
    animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
    animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@keyframes accordionIn {
    0% {
        opacity: 0;
        transform: scale(0.9) rotateX(-60deg);
        transform-origin: 50% 0;
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes accordionOut {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(0.9) rotateX(-60deg);
    }
}

hr {
    border: none;
    height: 20px;
    width: 90%;
    height: 50px;
    margin-top: 0;
    border-bottom: 1px solid #1f1209;
    box-shadow: 0 20px 20px -20px #333;
    margin: -50px auto 10px;
}







/*footer*/
ul {
    margin: 0px;
    padding: 0px;
}

.footer-section {
    background: #ffffff;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #000000;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #000000;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #000000;
    line-height: 28px;
}

.footer-social-icon span {
    color: #000000;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
    padding-left: 0px;

}

.footer-social-icon a {
    color: #000000;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}



.footer-widget-heading h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #000000;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #ffffff;
}

.footer-widget ul li a {
    color: #000000;
    text-transform: capitalize;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #f3ebe8;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

#example1 {
    padding: 25px;
    background: linear-gradient(to top right, #fdf5c9, #6b3e26);
    background-repeat: no-repeat;
    background-size: auto;

}

/*footer*/


/* Responsive */

@media(max-width: 1375px) {
    .text {
        display: none;
    }
}

@media(max-width: 991px) {
    header {
        padding: 18px 40px;
    }

    section {
        padding: 50px 40px;
    }
}

@media(max-width: 881px) {
    .home {
        background-position: center;
    }

    .form-container .form {
        bottom: 0.2rem;
        left: 40px;
    }

    .text {
        display: initial;
    }
}

@media(max-width: 795px) {
    header {
        padding: 11px 40px;
    }

    #menu-icon {
        display: initial;
    }

    .sign-up {
        display: none;
    }

    .text h1 {
        font-size: 2.5rem;
        width: 320px;
    }

    .text p {
        font-size: .8rem;
        width: 320px;
    }

    .home {
        grid-template-columns: 1fr;
    }

    .form-container form {
        position: unset;
    }

    header .navbar {
        position: absolute;
        top: -500px;
        left: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        background: #FFFFFF;
        box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
        transition: .2s ease;
        text-align: left;
    }

    .navbar.active {
        top: 100%;
    }

    .navbar a {
        padding: 1rem;
        border-left: 2px solid var(--main-color);
        margin: 1rem;
        display: block;
        transition: .3s ease;
    }

    .navbar a:hover {
        color: #FFFFFF;
        background: var(--main-color);
        border: none;
    }

    .navbar a::after {
        display: none;
    }

    .heading span {
        font-size: .9rem;
        font-weight: 600;
    }

    .heading h1 {
        font-size: 1.3rem;
    }

    .about-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .about-img {
        padding: 1rem;
        order: 1;
    }

    .about-text {
        order: 2;
    }
}

@media(max-width: 568px) {
    .home {
        background-position: left;
    }

    .text h1 {
        width: 300px;
    }

    .text p {
        width: 300px;
    }

    .form-container {
        padding-top: 2rem;
    }

    .about-text p {
        font-size: 14px;
    }

    .copyright {
        flex-direction: column;
    }

    .newsletter .box {
        width: 284px;
    }
}

@media(max-width: 460px) {
    header {
        padding: 6px 14px;
    }

    .logo img {
        width: 30px;
    }

    section {
        padding: 50px 6px;
    }

    .header-btn .sign-in {
        padding: 7px 10px;
        font-size: 14px;
        font-weight: 400;
    }

    .text h1 {
        font-size: 2rem;
    }

    .services-container {
        grid-template-columns: repeat(auto-fit, minmax(254px, auto));
    }
}



/*paragraph*/
#paragraph_website {
    background-image: url('../images/bg.jpg');
    text-align: center;
    padding-left: 15%;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-right: 15%;
    font-weight: lighter;
    font-size: 18px;
    line-height: 200%;
}

#paragraph_website_mobile {
    background-image: url('../images/bg.jpg');
    text-align: center;
    padding-left: 10%;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-right: 10%;
    font-size: 18px;

}

#paragraph_website {
    display: block;
}

#paragraph_website_mobile {
    display: none;
}

@media screen and (max-width: 600px) {
    #paragraph_website_mobile {
        display: block;
    }

    #paragraph_website {
        display: none;
    }
}

/* Services */
.heading {
    text-align: center;
}

.services-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, auto));
    gap: 1rem;
    margin-top: 2rem;
}

.services-container .box {
    padding: 10px;
    border-radius: 1rem;
    box-shadow: 1px 4px 41px rgba(0, 0, 0, .1);
}

.services-container .box .box-img {
    width: 100%;
    height: 200px;
}

.services-container .box .box-img img {
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    object-fit: cover;
    object-position: center;
}

.services-container .box p {
    padding: 0 10px;
    border: 1px solid var(--text-color);
    width: 58px;
    border-radius: .5rem;
    margin: 1rem 0 1rem;
}

.services-container .box h3 {
    font-weight: 500;
}

.services-container .box h2 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--main-color);
    margin: 0.2rem 0 0.5rem;
}

.services-container .box h2 span {
    font-size: .8rem;
    font-weight: 500;
    color: var(--text-color);
}

.services-container .box .btn {
    display: flex;
    justify-content: center;
    background: #474FA0;
    color: #FFFFFF;
    padding: 10px;
    border-radius: .5rem;
    transition: .5s;
}

.services-container .box .btn:hover {
    background: var(--main-color);
}


/*features*/
#call {
    height: 45%;

}

#navigation {
    height: 45%;
    padding-top: 10px;
}

#quality_content {
    height: 45%;
}

#responsive_webdesign {
    height: 25%;
}

#web {
    text-align: center;
}


/*Cards Container Class*/

.cards-container {
    /* List Styling Clean-Up */
    list-style: none;
    padding: 0;
    margin: 0;

    /* Alignment */
    margin: auto;
}



@media (min-width: 788px) {
    .cards-container {
        width: 728px;
    }

    /* Clear Fix */
    .cards-container::after {
        content: "";
        clear: both;
        display: table;
    }
}

@media (min-width: 1166px) {
    .cards-container {
        width: 1106px;
    }
}

/*
 * ## Feature Card Class
 */

[class$='feature-card'] {
    /* Positioning and Sizing */
    position: relative;
    box-sizing: border-box;
    width: 350px;
    height: 250px;

    /* Alignment */
    margin: 0;
    padding: 32px;

    /* Box Details */
    border-radius: 10px;
    border-top: solid 5px black;
    box-shadow: 2px 5px 20px rgb(0, 0, 0, 0.1);
}

/*
 * ### Inner Elements
 */

[class$='feature-card'] h2,
[class$='feature-card'] p {
    margin: 0;
}

[class$='feature-card'] img {
    position: absolute;
    bottom: 32px;
    right: 32px;
}

/* Top Border Colors Rules
 */

[class$='feature-card'][class*='cyan'] {
    border-color: hsl(180, 62%, 55%);
}

[class$='feature-card'][class*='red'] {
    border-color: hsl(0, 78%, 62%);
}

[class$='feature-card'][class*='orange'] {
    border-color: hsl(34, 97%, 64%);
}

[class$='feature-card'][class*='blue'] {
    border-color: hsl(212, 86%, 64%);
}

/*
 * ### Responsive Layout Rules
 */



@media (min-width: 788px) {
    [class$='feature-card'] {
        float: left;
    }

    @media (min-width: 1166px) {

        [class$='feature-card']:first-child {
            margin: 140px 0;
        }

        [class$='feature-card']:nth-child(2),
        [class$='feature-card']:nth-child(3) {
            margin: 0 22px;
        }

        [class$='feature-card']:last-child {
            margin-top: -110px;
        }

        [class$='feature-card']:nth-child(3) {
            margin-top: 30px;
        }
    }

    @media (max-width: 1165px) {

        [class$='feature-card']:nth-child(3),
        [class$='feature-card']:nth-child(4) {
            margin-top: 30px;
        }

        [class$='feature-card']:nth-child(2),
        [class$='feature-card']:nth-child(4) {
            margin-left: 28px;
        }
    }
}

@media (max-width: 787px) {

    [class$='feature-card'] {
        width: 300px;
        height: 220px;
        margin: auto;
    }

    [class$='feature-card']:not(:first-child) {
        margin-top: 22px;
    }


    #call {
        display: none;
    }

    #navigation {
        display: none;
    }

    #quality_content {
        display: none;
    }

    #responsive_webdesign {
        display: none;
    }
}