@font-face{
    font-family: 'open';
    src: url('open.ttf') format('truetype');
}
@font-face{
    font-family: 'openBold';
    src: url('openBold.ttf') format('truetype');
}

body{
    font: open;
    font: #3d3d3d;
    font-size: 14px;
}
.color1{
    color:#009540;
}
ul{
    padding-right: 40px;
    direction: rtl;
    display: flex;
    justify-content: center;
    align-items: center;
}
li a{
    color: #1b1b1b;
    font-size: 25px;
    margin: 15px;
    text-decoration: none;
    align-self: center;
}

li a:hover, a:hover {
    text-decoration: none;
}
.footera{
    font-size: 15px;
    color:#fff;
}


.hero-section {
    position: relative;
    min-height: 100vh;
    background: url("../images/Background.jpg") center center/cover no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.overlay {
    position: absolute;
    inset: 0;
    background: #052e51cc;
}

.container {
    width: 90%;
    max-width: 1300px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.hero-content {
    max-width: 650px;
    color: #fff;
}

.hero-tag {
    display: inline-block;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    padding: 10px 20px;
    border-radius: 50px;
    margin-bottom: 25px;
    font-size: 14px;
    letter-spacing: 1px;
}

.hero-content h1 {
    font-size: 72px;
    line-height: 1.1;
    margin-bottom: 25px;
    font-weight: 700;
}

.hero-content p {
    font-size: 18px;
    line-height: 1.9;
    color: rgba(255,255,255,0.85);
    margin-bottom: 35px;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-primary {
    background: #00c853;
    color: #fff;
    text-decoration: none;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 600;
    transition: .3s;
}

.btn-primary:hover {
    transform: translateY(-3px);
}

.btn-secondary {
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff;
    text-decoration: none;
    padding: 15px 35px;
    border-radius: 50px;
    transition: .3s;
}

.btn-secondary:hover {
    background: rgba(255,255,255,0.1);
}

.hero-stats {
    display: flex;
    gap: 50px;
    margin-top: 60px;
    flex-wrap: wrap;
}

.hero-stats h3 {
    font-size: 36px;
    margin-bottom: 5px;
}

.hero-stats span {
    color: rgba(255,255,255,0.7);
}

/* Tablet */
@media (max-width: 991px) {

    .hero-content h1 {
        font-size: 54px;
    }

    .hero-stats {
        gap: 30px;
    }
}

/* Mobile */
@media (max-width: 768px) {

    .hero-section {
        min-height: 90vh;
        text-align: center;
    }

    .hero-content {
        max-width: 100%;
    }

    .hero-content h1 {
        font-size: 40px;
    }

    .hero-content p {
        font-size: 16px;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-stats {
        justify-content: center;
        text-align: center;
    }
}

.mainsloganitem{
    width: 650px;
    border: 3px solid #009540;
    padding: 60px;
    text-align: center;
}
.mainslogan{
    font: open;
    font-size: 60px;
    color: #fff;
}
.slide{
    margin-top: -125px;
}
.sloganbutton{
    position: absolute;
    background-color:#6495ED ;
    border: none;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 200px;
    font-size: 25px;
    border-radius: 2px;
    margin-top: 35px;
}
.sloganbutton:hover{
    background-color:#85acf4 ;
}
.sloganbutton.a{
    font-size: 30px;
    color: #fff;
}
.uslogo{
    margin-left: 35px;
}
.aboutus{
    padding: 60px;
    padding-left: 120px;
    font-size: large;
}
.servies{
    width: 280px;
    height: 550px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 5px;
    padding: 0px;
    margin: 30px;
    box-shadow: 0.01em 0.01em 1em rgba(0,0,0,0.3);
}

.serviesimg{
    width: 400px;
    height: 400px;
    object-fit: cover;
    transition: 0.5s;
}
.serviesimg:hover {
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.2); 
  }
.gascontainer, .MS-container {
    background: linear-gradient(to top, #052e51cc, #052e51cc), url("../images/Contact\ Background.jpg");
    background-color: #1C2833;
    background-repeat: no-repeat;
    background-size:cover;
    background-attachment: fixed;
   }
   .gascontainer{
    background: linear-gradient(to top, #052e51cc, #052e51cc, 0.4), url("../images/Contact\ Background.jpg");
   }

   .facts{
    text-align: center;
    color: #fff;
    }
    .factsitem{
        width: 98%;
        height: 40vh;
        border: 2px solid #fff;
        border-radius: 5px;
        padding: 10px;
        margin: auto;
        font-size:19px;
        margin-bottom: 20px;
    }
   .factsitem > h1 {
    font-size: 60px;
   }
   .factsitem > h3 {
    font-size: 50px;
   }

.why-us {
    padding: 100px 20px;
    background: #f8fafc;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header span {
    color: #00a651;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
}

.section-header h2 {
    font-size: 42px;
    color: #1a1a1a;
    margin: 15px 0;
}

.section-header p {
    max-width: 650px;
    margin: auto;
    color: #666;
    line-height: 1.8;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.feature-card {
    background: #fff;
    padding: 35px 25px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.icon {
    width: 70px;
    height: 70px;
    background: #00a651;
    color: #fff;
    font-size: 28px;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-card h3 {
    margin-bottom: 15px;
    color: #222;
    font-size: 22px;
}

.feature-card p {
    color: #666;
    line-height: 1.7;
}

/* Responsive */

@media (max-width: 991px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-header h2 {
        font-size: 34px;
    }
}

@media (max-width: 576px) {
    .features-grid {
        grid-template-columns: 1fr;
    }

    .section-header h2 {
        font-size: 28px;
    }

    .why-us {
        padding: 70px 15px;
    }
}

.customer-logos {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    gap: 80px; 
    margin-top: 100px;
}

@media (max-width: 1150px) {
    .customer-logos {
        flex-direction: column;
        gap: 190px;
    }
}


.savino-banner {
    position: relative;
    min-height: 600px;
    background: url("../images/Background.jpg") center center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    direction: rtl;
    overflow: hidden;
}

.savino-banner .overlay {
    position: absolute;
    inset: 0;
    background: #052e51cc;
}

.banner-content {
    position: relative;
    z-index: 2;
    max-width: 850px;
    padding: 20px;
    color: #fff;
}

.banner-content span {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
    color: #7dd3fc;
}

.banner-content h2 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 25px;
}

.banner-content p {
    font-size: 18px;
    line-height: 2;
    color: rgba(255,255,255,0.9);
    margin-bottom: 35px;
}

.banner-btn {
    display: inline-block;
    padding: 15px 35px;
    background: #ffffff;
    color: #052e51;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    transition: 0.3s ease;
}

.banner-btn:hover {
    transform: translateY(-3px);
    background: #f3f4f6;
}

/* Tablet */
@media (max-width: 992px) {
    .banner-content h2 {
        font-size: 42px;
    }

    .banner-content p {
        font-size: 17px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .savino-banner {
        min-height: 500px;
    }

    .banner-content h2 {
        font-size: 32px;
    }

    .banner-content p {
        font-size: 16px;
        line-height: 1.9;
    }

    .banner-btn {
        padding: 13px 28px;
    }
}


.itext{
    width:80%;
    height: 50px;
    background: rgba(255, 255, 255, 0);
    border: none;
    border-bottom: 2px  solid #fff;
    margin-bottom: 10px;
    font-size: 20;
}
::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
}
footer{
    background-color: #03396c; 
    color: #fff;
}
      
      /*------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*------------------------------------------------------------------------------*/
@media screen and (min-width: 300px) and (max-width: 600px) {
        .container,.container-fluid{
        overflow: hidden;
    }
    .mainsloganitem{
        width: 100%;
        padding: 5px;
        border: none;
    }
    .mainslogan{
        font-size: 33px;
    }
    .sloganbutton{
        position: relative;
        margin-top: 0px;
    }
    .uslogo{
        margin-left: 0px;
    }
    .aboutus{
        padding-left: 10px;
    }
    .factsitem{
        height: auto;
    }
}