/*
Theme Name: Draftspot blog theme
Theme URI:
Author: Draftspot
Author URI: www.draftspot.net
Description:  The best wordpress theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: draftspot_theme
Tags: flashrad,Draftspot
*/

#sluzby option{
	font-size: 24px;
    font-weight: 600;
    color: #727272;
}

#sluzby  {
    font-size: 24px;
    font-weight: 600;
    color: #727272;
    padding: 0.5em;
    height: 2.5em;
}
.ds_galls_con{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2em;
}
.ds_galls_con img{
    max-width: 100%;
}

.ds_home_section_hero {
    position: relative;
    height: calc(100vh - 9.875rem);
    background: url("http://codetest.draftspot.net/wp-content/uploads/2024/04/image38.webp") center center;
    background-size: cover;
    color: white;
}

.ds_home_section_hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(27, 28, 66, 1), rgba(102, 102, 102, 0));
}

.ds_home_section_hero h1 {
    color: white;
    font-size: 4.25rem;
    line-height: 1.42em;
}

.ds_home_section_hero p {
    font-size: 1.25rem;
    margin-bottom: 6rem;
}

.ds_home_section_hero a {
    display: inline-flex;
}

.ds_home_section_hero a:hover {
    background: #003BA7;
    border-color: #003BA7;
}

.ds_home_section_hero a:active {
    background: #2971F5;
    border-color: #2971F5;
    transition-duration: 0.1s;
}

.ds_home_section_hero .container {
    height: 100%;
}

.ds_home_section_hero .row {
    height: 100%;
    align-items: center;
    width: 75%;
}

.ds_home_section_points .container {
    margin-top: 8.125rem;
    text-align: center;
}

.ds_home_section_points .row {
    displaY: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3.127rem;
}

.ds_home_section_points .row > div {
    padding: 2.048rem 1.024rem 1.024rem;
}

.ds_home_section_points h3 {
    margin-top: 2.711rem;
    margin-bottom: 1.1875rem;
    font-size: 2rem;
    color: #003BA7;
}

.ds_home_section_points p {
    font-size: 1.5rem;
    margin: 0;
    line-height: 2rem;
}

.ds_home_section_points p > span {
    font-size: 0.583em;
}

.ds_card {
    box-shadow: rgba(7, 46, 117, 0.1) 1rem 1.188rem 4.375rem;
    border-radius: 0.4375rem;
    background: white;
}

.ds_home_section_offers {
    margin: 6.625rem 0 9.8125rem;
}

.ds_home_section_offers .container {
    padding: 2.125rem 4.324rem;
    position: relative;
}

.ds_home_section_offers h2 {
    color: #003BA7;
    font-size: 3rem;
}

.ds_home_section_offers p {
    font-size: 1.5rem;
}

.ds_home_section_offers .btn_outline, .ds_services .btn_outline {
    display: inline-flex;
    min-width: unset;
    min-height: 4rem;
    border-color: #2E3192;
}

.ds_home_section_offers .btn_outline:hover, .ds_services .btn_outline:hover {
    background: #003BA7;
    border: 1px solid #2E3192;
}

.ds_home_section_offers .btn_outline:active, .ds_services .btn_outline:active {
    background: rgba(19, 99, 244, 0.91);
    border: 1px solid #090E9A;
    transition-duration: 0.1s;
}

.ds_home_section_offers .ds_bathtub {
    position: absolute;
    bottom: 3.35rem;
    right: 0;
    z-index: -1;
    transform: translate(50%, 50%);
}

.ds_home_section_locations {
    background: #072E75;
    color: white;
}

.ds_home_section_locations .container {
    padding: 4.438rem 0;
    position: relative;
}

.ds_home_section_locations h2 {
    font-size: 3rem;
    color: white;
    margin: 0;
}

.ds_locations_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3rem;
    width: 80%;
    justify-self: end;
    min-height: 100%;
}

.ds_locations_item {
    font-size: 2.25rem;
}

.ds_locations_item img, .ds_locations_item span {
    vertical-align: middle;
}

.ds_mappin {
    position: absolute;
    top: 0;
    left: 4.5rem;
}

.ds_home_section_services .container {
    padding: 6.125rem 0;
}

.ds_home_section_services h2 {
    font-size: 3rem;
    color: #003BA7;
    margin-bottom: 3.4375rem;
}

.ds_services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 4.9375rem;
}

.ds_services .ds_card {
    padding: 1.06rem;
}

.ds_services img {
    width: 100%;
}

.ds_services h3 {
    font-size: 1.5rem;
    line-height: 2.136rem;
    min-height: 4.25rem;
    margin: 0.625rem 0;
}

.ds_services p {
    min-height: 6.4375rem;
}

.ds_services .btn_outline {
    min-height: 2.6875rem;
    min-width: 7.75rem;
    font-size: 1rem;
}