/** (end) hero area **/


/** main section **/


/** (start) welcome section  **/

main .welcome {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    margin: 0 3rem;
    padding-bottom: 4rem;
    background: url(/images/background2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50%;
}

main .welcome .image {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

main .welcome .content {
    width: 50%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

main .welcome .image img {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    /*border-radius: 24% 76% 74% 26% / 30% 61% 39% 70%;*/
    border-radius: 40px 80px / 20px 100px;
    border-radius: 11% 41% 10% 41% / 10% 36% 10% 38%;
    -webkit-box-shadow: -12px 12px 1px rgba(211, 179, 88, 1);
    box-shadow: -12px 12px 1px rgba(211, 179, 88, 1);
}

main .welcome .content .title img,
main .services .title img {
    width: 200px;
    height: 200px;
}


/** (end) welcome section **/


/** services section **/

main .services {
    padding: 4rem 0;
    background: url(/images/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

main .services .content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2rem;
}

main .services .content .widget {
    border-radius: 5px;
    border-top: var(--metallic-gold) 8px solid;
    border-bottom: var(--metallic-gold) 8px solid;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    /*border: 1px solid rgba(255, 255, 255, 0.3);*/
    width: 45%;
    text-align: center;
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
    margin: 2rem 0;
}

main .services .content .widget img {
    width: 25%;
    height: auto;
}

main .services .content .widget .view {
    margin: 1rem auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

main .services .content .widget .view .btn {
    position: relative;
    width: 120px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    font-size: 16px;
    font-weight: 900;
    color: var(--spanish-bistre);
    background-color: #ffffff;
    border-left: transparent 4px solid;
    border-right: transparent 4px solid;
    line-height: 1.5;
    border-radius: 0px 25px 25px;
    -webkit-box-shadow: 0 0 6px rgba(127, 108, 52, 1);
    box-shadow: 0 0 6px rgba(127, 108, 52, 1);
    transition: all 0.5s ease-in-out;
}

main .services .content .widget .view .btn img {
    width: 48px;
    height: auto;
}

main .services .content .widget h3 {
    margin: 1rem;
    font-weight: 600;
    font-size: 20px;
    color: var(--xiketic);
    text-transform: capitalize;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

main .services .content .widget h3:before {
    position: absolute;
    content: "";
    bottom: -0.3125rem;
    left: 50%;
    width: 40%;
    height: 2px;
    background: var( --metallic-sunburst);
    transform: translateX(-50%);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

main .services .content .widget p {
    line-height: 1.5;
    font-size: 16px;
    padding: 16px;
}


/** services section **/


/** (start) contact form **/

main .contact-us {
    margin: 90px 0;
    padding: 120px 0px;
    background-image: url(/images/background1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

main .contact-us .container {
    width: 70%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

main .contact-us .container .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}

main .contact-us .container .row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}

main .contact-us .container .row .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
}

main .contact-us .container .row form {
    display: block;
    margin-top: 0em;
    -webkit-box-shadow: 0 0 1rem rgba(169, 141, 64, 1);
    box-shadow: 0 0 1rem rgba(169, 141, 64, 1);
}

main .contact-us .container .row form#contact {
    position: relative;
    background-color: #fff;
    padding: 60px 80px;
    border-radius: 50px;
    text-align: center;
}

main .contact-us .container .row form .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}

main .contact-us .container .row form#contact input,
select {
    width: 100%;
    height: 46px;
    border-radius: 5px;
    background-color: transparent;
    border: 2px solid #efefef;
    outline: none;
    font-size: 15px;
    font-weight: 300;
    color: #2a2a2a;
    padding: 0px 20px;
    margin-bottom: 20px;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
}

.col-lg-9 {
    flex: 0 0 auto;
    width: 75%
}

.justify-center {
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
}

@media (min-width: 992px) {
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
}

ul {
    margin-bottom: 0px;
}

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

.contact-us .contact-info ul li .icon {
    margin-bottom: 10px;
}

.contact-us .contact-info ul li {
    text-align: center;
    display: block;
    margin-bottom: 30px;
}

.contact-us .contact-info ul li a {
    font-size: 15px;
    color: #afafaf;
    transition: all .5s;
}

a {
    text-decoration: none !important;
}

.contact-us .contact-info ul li .icon {
    margin-bottom: 10px;
}

.contact-us .contact-info ul li .icon img {
    max-width: 32px;
}

img {
    width: 100%;
    overflow: hidden;
}

main .contact-us .container .row form .row .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
}

main .contact-us .container .row form .row .col-lg-9 {
    flex: 0 0 auto;
    width: 75%
}

main .contact-us .container .row form .row .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
}

.contact-us .contact-info {
    padding: 40px 30px;
    border: 2px solid #eee;
}

form#contact textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: 180px;
    min-height: 140px;
    height: 140px;
    border-radius: 5px;
    background-color: transparent;
    border: 2px solid #efefef;
    outline: none;
    font-size: 15px;
    font-weight: 300;
    color: #2a2a2a;
    padding: 15px 20px;
    margin-bottom: 20px;
}

textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

textarea {
    resize: vertical;
}

form#contact button {
    display: flex;
    flex-flow: row nowrap;
    background-color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    color: var(--metallic-sunburst);
    margin-top: 16px;
    text-align: center;
    align-items: center;
    text-transform: capitalize;
    padding: 8px;
    border-radius: 0px 25px 25px;
    width: 140px;
    letter-spacing: 0.25px;
    border-bottom: 2px solid var(--metallic-sunburst)!important;
    transition: all .3s;
    outline: none;
    border: none;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}


/** (end) contact-form **/


/*******************
*
*
* Responsive CSS
*
*
********************/


/********************
* 
* extra large screens, tv 
*
*********************/

@media only screen and (min-width:1200px) {}


/********************
* 
* desktop, large screens 
*
*********************/

@media only screen and (min-width:1025px) and (max-width:1200px) {
    main .welcome {
        flex-flow: column nowrap;
        margin: 4rem auto;
    }
    main .welcome .image {
        width: 90%;
    }
    main .welcome .content {
        width: 90%;
    }
    /**************
    * our services 
    ***************/
    main .features .content {
        flex-flow: column-reverse nowrap;
    }
    main .features .content .image {
        width: 100%;
    }
    main .features .content .widgets {
        width: 100%;
    }
    /**************
    * our products
    ***************/
    main .services .content .widget {
        width: 45%;
        border-width: 6px;
    }
}


/********************
* 
* small screens, laptops 
*
*********************/

@media only screen and (min-width:769px) and (max-width:1024px) {
    main .welcome {
        flex-flow: column nowrap;
        margin: 4rem auto;
    }
    main .welcome .image {
        width: 90%;
    }
    main .welcome .content {
        width: 90%;
    }
    /**************
    * our services 
    ***************/
    main .features .content {
        flex-flow: column-reverse nowrap;
    }
    main .features .content .image {
        width: 100%;
    }
    main .features .content .widgets {
        width: 100%;
    }
    /**************
    * our products
    ***************/
    main .services .content .widget {
        width: 45%;
        border-width: 6px;
    }
    /*******************
    *
    * contact form 
    *
    *******************/
    main .contact-us .container {
        width: 80%;
    }
    main .contact-us .container .row form#contact {
        padding: 30px 40px;
    }
    .col-lg-6 {
        width: 80%;
    }
}


/********************
* 
* Ipads, tablets 
*
*********************/

@media only screen and (min-width:481px) and (max-width:768px) {
    main .welcome {
        flex-flow: column nowrap;
        margin: 4rem auto;
    }
    main .welcome .image {
        width: 90%;
    }
    main .welcome .content {
        width: 90%;
    }
    /**************
    * our services 
    ***************/
    main .features .content {
        flex-flow: column-reverse nowrap;
    }
    main .features .content .image {
        width: 100%;
    }
    main .features .content .widgets {
        width: 100%;
    }
    main .features .widgets .widget {
        flex-flow: column nowrap;
    }
    main .features .widgets .widget img {
        height: 64px;
        width: 64px;
        margin: 8px 0;
    }
    main .features .widgets .widget h4 {
        font-size: 20px;
        font-weight: 900;
    }
    main .features .widgets .widget p {
        font-size: 16px;
        line-height: 1.5;
        word-spacing: 4px;
    }
    /**************
    * our products
    ***************/
    main .services .content .widget {
        width: 90%;
        border-width: 6px;
        margin: 1rem auto;
    }
    main .services .content .widget h3 {
        margin: 1rem 0;
        font-size: 20px;
    }
    main .services .content .widget p {
        font-size: 16px;
    }
    /*******************
    *
    * contact form 
    *
    *******************/
    main .contact-us .container {
        width: 100%;
    }
    main .contact-us .container .row form#contact {
        padding: 15px 20px;
    }
}


/********************
* 
* Mobile devices 
*
*********************/

@media only screen and (min-width:320px) and (max-width:480px) {
    .hero-area .content {
        padding: 2rem 1rem;
    }
    main .welcome {
        flex-flow: column nowrap;
        margin: 4rem auto;
    }
    main .welcome .image {
        width: 90%;
    }
    main .welcome .content {
        width: 90%;
    }
    /**************
    * our services 
    ***************/
    main .features .content {
        flex-flow: column-reverse nowrap;
    }
    main .features .content .image {
        width: 100%;
    }
    main .features .content .widgets {
        width: 100%;
    }
    main .features .widgets .widget {
        flex-flow: column nowrap;
    }
    main .features .widgets .widget img {
        height: 64px;
        width: 64px;
        margin: 8px 0;
    }
    main .features .widgets .widget h4 {
        font-size: 18px;
        font-weight: 900;
    }
    main .features .widgets .widget p {
        font-size: 14px;
        line-height: 1.5;
        word-spacing: 4px;
    }
    /**************
    * our products
    ***************/
    main .services .content .widget {
        width: 90%;
        border-width: 6px;
        margin: 1rem auto;
    }
    main .services .content .widget h3 {
        margin: 1rem 0;
        font-size: 18px;
    }
    main .services .content .widget p {
        font-size: 14px;
    }
    /*******************
    *
    * contact form 
    *
    *******************/
    main .contact-us .container {
        width: 100%;
    }
    main .contact-us .container .row form#contact {
        padding: 15px 20px;
    }
}