/*font-family: 'Inter', sans-serif;
font-family: 'Libre Baskerville', serif;
 font-family: 'Raleway', sans-serif;  */

* {
    margin: 0%;
    padding: 0%;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
a,
p {
    margin: 0%;
    padding: 0%;
}

/* header part css */
.header_hero_part {
    background-image: url(../image/banner\ img.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9);
    margin-left: -28px;
}

.navbar-brand img {
    width: 90%;
}

.nav_padding {
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 600;
    margin-right: 15px;
    transition: .5s all ease-in-out;
}

.navbar-light .navbar-nav .nav-link:focus {
    color: #cf1e23;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #cf1e23;
}

.nav_right ul {
    list-style: none;
    display: flex;
}

.nav_right ul li {
    margin-left: 20px;
    font-size: 20px;
}

.nav_right ul li a {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    text-decoration: none;
    color: #fff;
    font-weight: 400;

}

.nav_right ul li a img {
    width: 80%;
}


/* banner part css */

.banner_part {
    align-items: center;
    min-height: 90vh;
}


.banner_content h1 {
    font-family: 'Libre Baskerville', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    Line-height: 91.52px;
    color: #ffffff;

}

.banner_content p {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23.48px;
    color: #ffffff;
    margin: 40px 0;
}

.banner_content button {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    padding: 20px 40px;
    background: #cf1e23;
    color: #ffffff;
    font-weight: 500;
    border: 2px solid #d01e23;
    transition: .8s all ease-in-out;
}

.banner_content button:hover {
    background: transparent;
}

/* service_part css */
.service_part {
    padding: 48px 0;
}

.service_part_content {
    text-align: center;
    align-items: center;
}

.service_part_content h1 {
    font-family: 'Libre Baskerville', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 41px;
    color: #000000;
    text-align: center;


}

.service_part_content p {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    margin: 40px 0;
}

.service_part_content button {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    padding: 20px 40px;
    background: #cf1e23;
    border: none;
    color: #ffffff;
    font-weight: 500;
    border: 2px solid #d01e23;
    transition: .8s all ease-in-out;

}

.service_part_content button:hover {
    background: transparent;
    color: #000000;
}

/* service_item_part csss */
.service_item {
    position: relative;
}

.service_item::before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background-color: #00000029;
    transition: .8s all ease-in-out;
}

.service_item:hover::before {
    height: 100%;
}

.service_item h1 {
    font-family: 'Libre Baskerville', serif;
    position: absolute;
    left: 50%;
    top: 90%;
    transform: translate(-50%, -50%);
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 80px;
    color: #FFFFFF;
    opacity: 0;
    transition: .8s all ease-in-out;
}

.service_item:hover h1 {
    opacity: 1;
    top: 50%;
}

/* catalogue_part css */
.mobile{
    display: none;
}

.catalogue_part {
    padding: 48px 0;
}


.catalogue_text {
    text-align: center;
    padding: 14px 0;
}

.catalogue_text h5 {
    font-family: 'Libre Baskerville', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    text-align: center;
    color: #000000;
}

.catalogue_text p {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #000000;
    margin: 12px 0;
    padding: 0 10px;
}

.catalogue_text button {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    padding: 6px 9px;
    background-color: transparent;
    border: 2px solid #d01e23;
    transition: .5s all ease-in-out;
}

.catalogue_text button:hover {
    background-color: #d01e23;
    color: #ffffff;
}

/* about part css  */
.about_part {
    background-image: url(../image/contact\ img.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.about_text {
    padding: 40px 0;
}

.social_link ul {
    list-style: none;
    display: flex;
    margin: 40px 0 30px 0;
}

.social_link ul li {
    margin-right: 10px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #fff;
    transition: .3s all ease-in-out;
    border-radius: 100%;

}

.social_link ul li:hover {
    border: 1px solid #cf1e23;
}

.social_link ul li a {
    color: #000000;
    font-size: 20px;
    transition: .3s all ease-in-out;
}

.social_link ul li:hover a {
    color: #cf1e23;
}

.about_text h1 {
    font-family: 'Libre Baskerville', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 75px;
    color: #000000;
    padding: 0 14px 0 0;
}

.about_text p {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #000000;
    margin: 30px 0;
    padding: 0px 183px 0 0;
}

.about_btn {
    display: flex;
    margin-bottom: 60px;
}

.about_btn_1 button {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    padding: 20px 40px;
    background: #cf1e23;
    border: none;
    color: #ffffff;
    font-weight: 500;
    margin-right: 20px;
    border: 2px solid #d01e23;
    transition: .5s all ease-in-out;
}


.about_btn_1 button:hover {
    background-color: transparent;
    color: #000000;
}

.about_btn_2 button {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    padding: 20px 37px;
    font-weight: 500;
    color: #000000;
    background-color: transparent;
    border: 2px solid #d01e23;
    transition: .5s all ease-in-out;
}


.about_btn_2 button:hover {
    background-color: #d01e23;
    color: #ffffff;
}

/* contact_part css */
.content_mobile{
    display: none;
}
.contact_part {
    background-color: #075964;
    padding: 40px 0;
}

.footer_logo img {
    margin-top: -25px;
    margin-left: -25px;
}


.footer_menu ul {
    list-style: none;
}

.footer_menu ul li {
    margin-bottom: 12px;
}

.footer_menu ul li a {
    font-family: 'Inter';
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.footer_content {

    width: 67%;
}

.footer_content h6 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.footer_content p {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
    margin: 15px 0;
}

form {
    position: relative;
}

form input {
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 1.5px solid #FFFFFF;
    color: #ffffff;
    width: 100%;
    padding-bottom: 8px;
}

form input::placeholder {
    background-color: transparent;

}

.mail_icon {
    position: absolute;
    right: 0;
    top: 0;
    color: #ffffff;
}



.address {
    margin-left: 55px;
}

.address h5 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.address h6 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}


.social_icon ul {
    margin: 0;
    list-style: none;
    display: flex;
}

.social_icon ul li {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    background: #fff;
    border-radius: 100%;
    margin-right: 20px;
    transition: .4s all ease-in-out;
}

.social_icon ul li a {
    color: #000000;
    font-size: 20px;
    transition: .3s all ease-in-out;
}

.social_icon ul li:hover a {
    color: #d01e23;
}