:root{
    --main:#088178;
}
body{
    position: relative;
}
*{
    margin: 0;
    box-sizing: border-box;
}
nav{
    background: rgb(194, 221, 229) !important;
    padding: 15px 0 !important;
}
nav ul li{
    position: relative;
    font-size: 20px;
    margin-right: 12px;
}
nav ul li a{
    position: relative;
}
nav ul li .number{
    position: absolute;
    font-size: 15px;
    margin-right: 12px;
    bottom: -5px;
    right: -20px;
    background: var(--main);
    color: white;
    border-radius: 50%;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 66;
}
.active{
    position: relative;
    color: var(--main) !important;  
}
nav ul li a:hover{
    color: var(--main) !important;
    position: relative;
}
.active::after{
    content: "";
    position: absolute;
    background: var(--main) !important;
    width: 25px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
nav ul li::after{
    content: "";
    position: absolute;
    background: var(--main) !important;
    width: 0px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
nav ul li:hover::after{
    width: 50px;
}

.landing{
    margin-top: 79px;
    height: calc(100vh - 79px);
    width: 100%;
    background: url(../image/home.jpg);
    background-position: center;
    background-size:cover ;
    margin-bottom: 100px;
}
.landing {
    position: relative;
}
.landing  .text{
    position: absolute;
    top: 60%;
    left: 50px;
    transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -o-transform: translateY(-60%);
}
.landing  .text p:first-child{
    font-size: 24px;
    letter-spacing: 2px;
    margin: 0;
}
.landing  .text h1:nth-child(2){
    font-size: 56px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0;
}
.landing  .text h1:nth-child(3){
    font-size: 56px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0;
    color: var(--main);
}
.landing  .text p:nth-child(4){
    font-size: 18px;
    margin: 5px 0 20px;
    color: rgba(57, 57, 57, 0.933);
}
.landing .text button{
    position: relative;
    border: none;
    color: var(--main);
    background: transparent;
    font-size: 20px;
    font-weight: bold;
    z-index: 5;
}
.landing .text button::after{
    content: "";
    position: absolute;
    left: -50px;
    top: -10px;
    width: 240px;
    height: 50px;
    background: url(../image/button.png);
    z-index: 0;
}
.options img {
    width: 100%;
}
.options .container div {
    transform: scale(1.1);
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.262);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    color: var(--main);
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    margin: 15px 15px !important;
}
.options .container div p{
    width: fit-content;
    border-radius: 5px;
    padding: 5px;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.options .container div:hover{
    box-shadow: 0 0 6px 6px #d1e8f2;
}
.options .container div:nth-child(1) p{
    background: #fddde4;
}
.options .container div:nth-child(2) p{
    background: #cdebbc;
}
.options .container div:nth-child(3) p{
    background: #d1e8f2;
}
.options .container div:nth-child(4) p{
    background: #cdd4f8;
}
.options .container div:nth-child(5) p{
    background: #f6dbf6;
}
.options .container div:nth-child(6) p{
    background: #fff2e5;
}
.product{
}
.product .title{
    font-size: 50px;
    font-weight: bold;
    text-align: center;
}
.product .sTitle{
    color: rgba(57, 57, 57, 0.933);
    margin-bottom: 80px;
    text-align: center;
}
.product .cord{
    cursor: pointer;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 10px;
    width: calc(95% / 4);
    border: 1px solid #cdebbc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.product a{
    width: calc(95% / 4);
}

.product .cord:hover{
    border: 1px solid #d1e8f2;
    box-shadow: 0 0 6px 6px #d1e8f2;
}
.product .cord img{
    border-radius: 10px;
    height: 270px;
}
.product .cord p:nth-child(1){
    color: rgba(96, 96, 96, 0.933);
    margin-top: 10px;
    margin-bottom: 0;
}
.product .cord p:nth-child(2){
    color: black;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
    letter-spacing: 1px;
}
.product .cord .foot span{
    color: var(--main);
    font-weight: bold;
}
.product .cord .foot svg{
    color: var(--main);
    font-weight: bold;
    background: #61c5be80;
    border-radius: 50%;
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.poster{
    background: url(../image/b2.jpg);
    background-size:cover;
    width: 100%;
    height: 40vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 150px 0 ;
}
.poster .text{
    color: white;
    text-align: center;
}
.poster .text p{
    font-size: 25px;
    font-weight: bold;
}
.poster .text h1{
    font-weight: bold;
    margin-bottom: 30px;
}
.poster .text button{
    background: white;
    color: #088178;
    border: none;
    padding: 15px 30px;
    border-radius: 10px;
    transition: 0.4s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    font-weight: bold;
}
.poster .text button:hover{
    background: #088178;
    color: #fff;
}
.offers{
    height: 50vh;
}
.offers .container {
    display: flex;
    justify-content: space-between;
}
.offers .one{
    border-radius: 15px;
    background: url(../image/b11.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 49%;
    height: 45vh;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    padding-left:40px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.offers .two{
    border-radius: 15px;
    background: url(../image/b10.jpg);
    background-size: cover;
    width: 49%;
    height: 45vh;
    display: flex;
    align-items: center;
    padding-left:40px
}
.offers .text{
    color: white;
    font-weight: bold;
}
.offers button{
    position: relative;
    background: transparent;
    border: white 1px solid;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    transition: 0.4s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    z-index: 3;
}
.offers button::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: var(--main);
    height: 100%;
    width: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    z-index: -1;
}
.offers button:hover::after{
    width: 100%;
}
.offers button:hover{
    border: none;
    color: white;
    padding: 10px 20px;
}

.posters .one{
    background: url(../image/pic2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
}
.posters .two{
    background: url(../image/pic3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
}
.posters .three{
    background: url(../image/pic4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
}
.footer{
    padding: 20px 0;
    background: #190637;
}
.footer .up{
    color: white;
    position: relative;
}
.footer .up .left h1:nth-child(1){
    font-size: 25px;
}
.footer .up .left h1:nth-child(2){
    font-size: 20px;
    color: rgba(255, 255, 255, 0.529);
}
.footer .up .right{
    width: 400px;
    overflow: hidden;
    padding-left: 10px;
    height: 55px;
    background: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.footer .up .right input{
    background: transparent;
    height: 50px;
    border: none;
}
.footer .up .right button{
    height: 100%;
    border: none;
    background: var(--main);
    color: white;
    padding: 15px 25px;
}
.footer .up .right input:focus{
    outline: none;
    border: none;
}
footer .bor{
    border: 1px solid var(--main);
}


.kitle{
    color: white;
    background-size: cover;
    height: 300px;
    text-align: center;
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.kitle .text h1{
    font-size: 50px;
}
.stayHome{
    background: url(../image/b1.jpg);
    background-position: center;

}
.readMore{
    background: url(../image/b19.jpg);
    background-position: center;

}
.knowUs{
    background: url(../image/banner.png);
    background-position: center;

}
.contact{
    background: url(../image/banner.png);
    background-position: center;

}
.nice{
    background: url(../image/banner.png);
    background-position: center;

}
.events{
    padding-top: 100px;
}
.events .cord{
    position: relative;
    margin-bottom: 40px;
}
.events .cord .data{
    position: absolute;
    top: -60px;
    left: 0;
    color: rgba(96, 96, 96, 0.344);
    font-size: 80px;
    font-weight: bold;
    z-index: -1;
}
.events .cord {
    margin-bottom: 30px;
}

.events .line{
    position: relative;
}
.events .line::after{
    content: "";
    position: absolute;
    height: 1px;
    width: 70px;
    left: 180px;
    top: 50%;
    transform: translateY(-50%);
    background: black;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.whoWeAre .bork{
    border-bottom: dotted 1px black;
}
.app{
    cursor: pointer;
}

.buttons .move{
    background: var(--main);
    color: white;
    margin-right: 5px;
    width: 40px ;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: 0.2s;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
.buttons .move:hover{
    background: #2aa49c;
}

.content{
    z-index: 9959;
    width: 50%;
    height: 550px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    display: none;
}
.content h1{
    font-size: 25px;
}
.content span{
    cursor: pointer;
    position: absolute;
    right: -25px;
    top: -25px;
    width: 50px;
    height: 50px;
    z-index: 55555;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    background: red;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-weight: bold;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}
.content span:hover{
    background: rgb(105, 0, 0);
}
.shodo{
    z-index: 9950;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.62);
    top: 0;
    left: 0;
    position: absolute;
    display: none;
}


.cart .container .cord{
    display: flex;
    align-items: end;
}
.cart img{
    margin-right: 20px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.cart .card{
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}
.cart .card:hover{
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}
.done,.done1{
    position: fixed;
    top:50%;
    left: 50%;
    transform:translate(-50%,-50%);
    color: var(--main);
    font-size: 0px;
    -webkit-transform:translate(-50%,-10%);
    -moz-transform:translate(-50%,-10%);
    -ms-transform:translate(-50%,-10%);
    -o-transform:translate(-50%,-10%);
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    z-index: 88888;
    background: white;
    border-radius: 50%;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
@media(max-width:600px){
    .active::after{
        left:0%;
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
}
    nav ul li::after{
        left:0%;
        transform: translateX(0%);
    }
    nav ul li .number{
        width: 25px;
        top: 60%;
        transform: translateY(-60%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .landing  .text{
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-40%);
        -moz-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
        -o-transform: translateY(-40%);
    }
    .landing  .text p {
        margin: 25px 0 !important;
    }
    .landing  .text h1{
        margin: 25px 0 !important;
        font-size: 30px !important;
    }
    .product .title{
        font-size: 40px;
        font-weight: bold;
        text-align: center;
    }
    .product .cord{
        width: 100%;
        margin-right: 0 !important;
    }
    .footer .up .right{
        justify-content: center;
        width: 320px;
    }
    .events .cord {
        margin-bottom: 300px !important;
    }
    .events .cord .img {
        margin: auto;
        margin-top:20px ;
        margin-bottom: 20px;
        width: 90% !important;
        height: 50% !important;
    }
    .events .cord img {
        width: 50%;
    }
}
@media(min-width:600px) and (max-width:900px){
    .product .cord{
        width: calc(93% / 2);
    }

}
@media(min-width:900px) and (max-width:1200px){
    .product .cord{
        width: calc(93% / 3);
    }
}
@media(max-width:1200px){
    .offers .container{
        display: block;
        justify-content: center;
        text-align: center;
        padding-right: 0 !important;
    }
    .offers .one{
        margin-right: 0 !important;
        width: 95% !important;
    }
    .offers .two{
        width: 95% !important;
    }
    .posters{
        margin-top: 400px !important;
    }
    .events .cord {
        margin-bottom: 150px;
    }
    .events .cord .data{
        top: -100px;
    }

}