html {
    scroll-behavior: smooth;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Quicksand', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Sans Anatolian Hieroglyphs', sans-serif;
    font-weight: 600;
    margin: 0;
}
hr {
    width: 120px;
    border: 2px solid #0c67b4;
    margin: 30px auto;
}
u{
    text-decoration: none;
    color: #f8c301;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
a{
    display: inline-block;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
p{
    margin: 0;
}

.container {
    max-width: 1200px;
   
}
.bg-white {
    background-color: #fff !important;
    padding: 10px 0px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.06);
}
.icon span {
    color: black;
    font-size: 24px;
}
.navbar-brand img {
    width: 100%;
    max-width: 115px;
}

.navbar-light .navbar-nav .nav-link {
    color: #0f0f0f !important;
    font-size: 16px;
    font-weight: 500;
    margin: 3px 14px 0px 14px;
    padding: 9px 5px;
    transition: 0.3s ease all !important;
    border-bottom: 1px solid transparent;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #0c67b4 !important;
    border-bottom: 2px solid #0c67b4;
    transition: .3s ease all;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
    padding: 0px;
}

.btn-primary {
    color: #fff;
    background-color: #0c67b4;
    border: none;
    font-weight: 500;
    font-size: 17px;
    padding: 14px 30px;
}
.btn-primary:hover{
    background-color: #e5772c;
    border: none;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #e5772c;
    border: none;
    box-shadow: none;
}
.btn-primary i {
    font-size: 15px;
    margin-left: 5px;
}
.navbar-nav .btn-primary {
    margin-left: 25px;
    font-size: 16px;
}





.hero_section {
    position: relative;
    min-height: 85vh;
    padding: 60px 0;
    background-image: url("../images/img2.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

}
.hero_section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: rgb(0 0 0 / 68%);
}
.hero_section .container {
    max-width: 765px;
    position: relative;
    z-index: 3;
}
.hero_section{
    text-align: left;
}
.hero_content{
    text-align: center;
}
.hero_content hr {
    margin: 30px auto;
    border: 2px solid #0c67b4;
}
.hero_content h2{
    font-size: 42px;
    color: #fff;
}
.hero_content p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 25px;
}
.two_btns {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}




.service_section{
    padding: 60px 0px;
}
.service_section h2{
    color: #0f0f0f;
    font-size: 38px;
    text-align: center;
}
.service_body {
    padding: 10px 10px 30px 10px;
    text-align: center;
    background-color: #fff;
    border-bottom: 3px solid #0c67b4;
    box-shadow: 0px 0px 10px 6px #00000008;
    border-radius: 10px;
}
.service_body img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 5px;
}
.service_content h3 {
    font-size: 22px;
    margin: 15px 0px;
}
.service_content p {
    font-size: 16px;
    line-height: 1.5;
    padding: 0px 5px;
}
.button_section {
    text-align: center;
    margin-top: 30px;
}




.section_s3{
    padding: 60px 0px;
}
.product_title {
    max-width: 860px;
    margin: auto;
}
.product_title h2{
    color: #0f0f0f;
    font-size: 38px;
    text-align: center;
}
.product_title p {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    margin: 0px 20px 20px 20px;
}
.body_s3 {
    padding: 30px 22px;
    text-align: center;
    background-color: #fff;
    border-bottom: 3px solid #e5772c;
    box-shadow: 0px 0px 10px 6px #00000008;
    border-radius: 10px;
    margin-bottom: 20px;
    height: 200px;
}
.body_s3 img{
    width: 60px;  
}
.s3_content h3 {
    font-size: 20px;
    margin: 15px 0px;
}
.s3_content p {
    font-size: 16px;
    line-height: 1.5;
}



.s4_dark{
    padding: 70px 0px !important;
    background-color: #0f0f0f;
    background-image: url("../images/black-new.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}
.s4_dark h2{
    color: #fff !important;
}
.s4_dark p{
    margin-bottom: 30px !important;
}
.s4_dark .s4_image img {
    height: 560px !important;
}
.section_s4{
    padding: 60px 0px;
}
.s4_content h2{
    color: #0f0f0f;
    font-size: 35px;
}
.s4_content hr {
    margin: 25px 0px;
}
.s4_content p {
    font-size: 17px;
    margin-bottom: 15px;
}
.s4_image img {
    width: 100%;
    border-radius: 10px;
    height: 525px;
    object-fit: cover;
}
.s4_content li {
    font-size: 17px;
    line-height: 1.3;
    padding-bottom: 18px;
}
.s4_content .fa-check-double, .s4_content .fa-hand-point-right, .s4_content .fa-check-circle  {
    color: #e5772c;
    font-size: 18px;
}





.section_product {
    padding: 60px 10px 30px;
    background-color: #f6f6f6;
    background-image: url("../images/grey_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}
.owl-theme .owl-dots .owl-dot span {
    width: 4px !important;
    height: 4px !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #0c67b4 !important;
}
.owl-theme .owl-dots .owl-dot span {
    margin: 5px 4px !important;
}

.product-card {
    border: 1px solid #e5e5e5;
    overflow: hidden;
    background: #fff;
    text-align: center;
    transition: all 0.3s ease;
    margin: 0px 5px;
    height: 465px;
}

.product-card:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.product-header {
    background: #0c67b4;
    color: #fff;
    padding: 30px 30px;
    height: 160px;
}
.product-header h3 {
    margin: 0;
    font-size: 26px;
    font-weight: bold;
}

.product-header p {
    font-size: 17px;
    font-weight: 500;
    margin-top: 20px;
}

.product-header span {
    font-size: 14px;
    opacity: 0.9;
}

.product-image {
    padding: 30px 20px;
    height: 220px;
}

.product-image img {
    width: 100%;
    max-width: 170px;
    margin: auto;
}

.product-footer {
    padding: 15px;
    border-top: 1px solid #eee;
}

.view-btn {
    display: inline-block;
    color: #00479d;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s;
}

.view-btn i {
    margin-left: 6px;
}

.view-btn:hover {
    color: #002f66;
}






.contact_section {
    padding: 60px 0px;
    background-color: #f6f6f6;
    background-image: url("../images/grey_dot.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.contact_content {
    text-align: center;
    max-width: 600px;
    margin: auto;
}
.contact_content hr {
    margin: 25px auto 20px auto;
    border: 2px solid #0c67b4;
}
.contact_content h2 {
    font-size: 38px;
    color: #0f0f0f;
    line-height: 1em;
}
.contact_content p {
    font-size: 18px;
    color: #0f0f0f;
    margin: 0px 20px;
}



.information_content, .booking-form{
    background: #fff;
    border-radius: 15px;
    padding: 40px;
    height: 420px;
}
.information_content{
    background-image: url("../images/img2.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.information_content:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: rgb(0 0 0 / 55%);
}
.information_content .i_c {
    position: relative;
    z-index: 3;
}
.information_content h2{
    font-size: 30px;
    color: #fff;
}
.information_content hr {
    margin: 30px 0px;
    border: 1px solid #dbdbdb;
    width: 100%;
}




.contact_form .booking-form {
    padding: 60px 40px;
}
.form-control {
    border-radius: 8px;
    padding: 12px;
    font-size: 15px;
    border: 1px solid #ccc;
    height: 50px;
}
.form-group {
    margin-bottom: 10px !important;
}

.btn-custom {
    background-color: #0c67b4;
    color: #fff;
    font-weight: 600;
    padding: 15px;
    font-size: 17px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-custom:hover {
    background-color: #e5772c;
    color: #fff;
}




.has_phone_header a {
    display: inline-flex;
    color: #000;
    text-decoration: none;
}
.has_icon i {
    background: #0c67b4;
    padding: 18px;
    border-radius: 80px;
    font-size: 23px;
    color: #ffffff;
}
.has_text span {
    font-size: 15px;
    display: block;
    color: #fff;
    margin-bottom: 4px;
    font-weight: 500;
}
.has_text {
    font-size: 21px;
    text-align: left;
    padding-left: 12px;
    font-weight: 700;
    font-family: 'Noto Sans Anatolian Hieroglyphs', sans-serif;
    color: #fff;
    line-height: 1.1em;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(12 103 180 / 1);
    }

    70% {
        box-shadow: 0 0 0 10px rgb(12 103 180 / 0);
    }

    100% {
        box-shadow: 0 0 0 50px rgb(12 103 180 / 0);
    }
}

.pulse {
    box-shadow: 0 0 0 0 rgb(12 103 180 / 0.4);
    -moz-animation: pulse 2s infinite;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    border-radius: 80px;
}



.section_footer{
    padding: 20px 0px;
    background-color: #0f0f0f;
}
.footer_content p{
    color: #fff;
    font-size: 17px;
    text-align: center;
}



/*Tablet*/
@media screen and (max-width:992px)and (min-width: 768px){

.navbar-nav .btn-primary {
    display: none;
}
.hero_content h2 {
    font-size: 32px;
}
.hero_content p {
    font-size: 16px;
}
.form-control {
    height: 45px;
}
.service_section h2, .section_s3 h2, .s4_content h2, .section_product h2 {
    font-size: 32px;
}
.service_content h3 {
    font-size: 19px;
}
.service_content p {
    font-size: 15px;
}
.body_s3 {
    height: 290px;
}
.contact_content h2 {
    font-size: 34px;
}
.information_content, .booking-form {
    padding: 30px;
}



}



/*Mobile 768px*/
@media screen and (max-width:768px){

.navbar-brand img {
    max-width: 100px;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 15px;
}
.navbar-nav .btn-primary {
    display: none;
}
.hero_content {
    text-align: center;
}
.pr-4, .px-4 {
    padding-right: 0rem !important;
}
.hero_content h2 {
    font-size: 29px;
    line-height: 1.4em;
}
.hero_content hr {
    margin: 30px auto;
}
.hero_content p {
    font-size: 16px;
}
.btn-primary {
    font-size: 15px;
}
.hero_form{
    margin-top: 25px;
}
.booking-form {
    padding: 22px;
}
.form-control {
    font-size: 14px;
    height: 45px;
}
.service_section h2, .section_s3 h2, .s4_content h2, .section_product h2 {
    font-size: 28px;
}
.product_title p {
    margin: 0px 0px 20px 0px;
}
.service_body {
    margin-bottom: 15px;
}
.service_content h3 {
    font-size: 19px;
}
.service_content p {
    font-size: 15px;
}
.button_section {
    margin-top: 10px;
}
.s3_content h3 {
    font-size: 18px;
}
.body_s3 {
    margin-bottom: 15px;
}
.s4_dark .s4_image img {
    height: 100% !important;
}
.s4_image img {
    height: 100%;
}
.pl-4, .px-4 {
    padding-left: 0rem!important;
}
.s4_content li {
    font-size: 16px;
}
.tr_testimonials {
    padding: 25px;
}
.tr_content {
    height: 215px;
}
.footer_content p {
    font-size: 16px;
}
.contact_content h2 {
    font-size: 23px;
}
.contact_content p {
    font-size: 17px;
    margin: 0;
}
.contact_form .booking-form {
    padding: 30px 20px;
    margin-top: 25px;
}
.information_content, .booking-form {
    height: 100%;
    padding: 30px 20px;
}
.information_content h2 {
    font-size: 25px;
}
.has_text span {
    font-size: 14px;
}
.has_text {
    font-size: 18px;
    padding-left: 8px;
}
.has_icon i {
    font-size: 18px;
}
.product-header {
    height: 100%;
}
.product-header h3 {
    font-size: 22px;
}
.product-image img {
    max-width: 100%;
}
.product-card {
    height: 100%;
}
.product-image {
    height: 100%;
}
.s4_image {
    margin-top: 20px;
}


}