/*
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}*/

/*body {

  font-family: 'Encode Sans Condensed';

  font-size: 18px;

  font-weight: 400;

  color: #1D1D1B;

  line-height: 38px;

  overflow-x: hidden;

  padding-top: 50px;

  width: 100%;
}

h2 {

  font-family: 'Encode Sans Condensed';

  font-size: 36px;

  font-weight: 700;

  color: #1D1D1B;

  margin: 70px 0 50px 0;

}

h3 {

  font-family: 'Encode Sans Condensed';

  font-size: 26px;

  font-weight: 700;

  color: #1D1D1B;

  margin: 40px 0 20px 0;

}

p {

  margin-top: 0;

  margin-bottom: 1rem;

}

a:hover {

  color: #0056b3;

  text-decoration: underline;

}
*/
.container-fluid-new {

  padding: 0;

}

.container-fluid-new .container {

  width: 100%;

  padding-right: 15px;

  padding-left: 15px;

  margin-right: auto;

  margin-left: auto;

  max-width: 1370px;

}



/* header css */


.container-fluid-new.navigatie-new {
  background: #ffffff;
  padding: 0;
  position: fixed;
  z-index: 9999;
  line-height: 38px !important;
  top: 0;
  left: 0;
}

.container-fluid-new .navbar {

  position: relative;

}

.container-fluid-new .navbar-brand {

  max-width: 190px;

  width: 100%;

  margin: 0;

  position: absolute;

  top: 0;

  left: -1px;

  padding-top: 0;

  z-index: 99999;

}

.container-fluid-new .navbar-brand .desktop {

  position: relative;

  /*top: -20px;*/

}

.container-fluid-new .navbar-brand .mobile {

  display: none;

}

.navbar-brand img {

  width: 80%;

}

.navbar-light .navbar-nav .nav-item .nav-link {

  font-weight: 700;

  padding: 8px 25px;

  color: #000000;

}

/*.navbar-expand-xl .navbar-nav .dropdown-menu .nav-item .nav-link {

  font-size: 27px;

  font-weight: 700;

  padding: 8px 25px;

  color: #ffffff;

}*/

.navbar-expand-xl .navbar-nav .dropdown-menu .nav-item .nav-link {
  font-size: 14px;
  font-weight: 700;
  padding: 1px 15px;
  color: #ffffff;
}

.navbar-light .navbar-nav > .nav-item.dropdown > a::after {

  content: "\f107";

  font-family: 'Font Awesome 5 Free';

  font-weight: 600;

  margin-left: 10px;

}

/*.navbar .navbar-nav > li.dropdown > ul.dropdown-menu {

  opacity: 0;

  visibility: hidden;

  position: fixed;

  top: 68px;

  left: 50px;

  z-index: 99;

  background: #000000;

  width: calc(100% - 100px);

  display: block;

  height: 0;

  padding: 100px 0 0 15%;

  overflow-y: hidden;

  -webkit-transition: all 0.5s ease-in-out;

  -moz-transition: all 0.5s ease-in-out;

  -o-transition: all 0.5s ease-in-out;

  transition: all 0.5s ease-in-out;

}
*/

.navbar .navbar-nav > li.dropdown > ul.dropdown-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 99;
  background: #000000;
  width: auto;
  display: block;
  height: auto;
  padding: 10px 0;
  overflow-y: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/*.navbar .navbar-nav > li.dropdown:hover > ul.dropdown-menu {

  opacity: 1;

  visibility: visible;

  position: fixed;

  top: 68px;

  left: 50px;

  display: block;

  height: calc(100% - 120px);

  padding: 100px 0 0 15%;

  -webkit-transition: all 0.5s ease-in-out;

  -moz-transition: all 0.5s ease-in-out;

  -o-transition: all 0.5s ease-in-out;

  transition: all 0.5s ease-in-out;

}*/

.navbar .navbar-nav > li.dropdown:hover > ul.dropdown-menu {
  opacity: 1;
  visibility: visible;
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navbar-expand-xl .navbar-nav .dropdown-menu .nav-item {

  position: relative;

  list-style: none;

}

.navbar-expand-xl .navbar-nav .dropdown-menu .nav-item .nav-link::before {

  content: "\f061";

  font-family: 'Font Awesome 5 Free';

  font-size: 20px;

  font-weight: 600;

  font-style: normal;

  font-variant: normal;

  color: #ffffff;

  display: inline-block;

  text-rendering: auto;

  position: absolute;

  top: 10px;

  left: -10px;

}

.menu-row {

  position: absolute;

  top: 100px;

  right: 50px;

  left: auto;

  width: 50%;

}

.menu-row h2 {

  width: 100%;

  font-size: 27px;

  color: #ffffff;

  margin-top: 8px;

}

.close-btn {

  position: absolute;

  right: -35px;

  top: -100px;

  background: #1d1e1b;

  color: #fff;

  font-weight: bold;

  padding: 0 10px;

  cursor: pointer;

}

.navbar-expand-xl .navbar-nav .dropdown-menu .nav-item:hover > .nav-link {

  color: #FFBD02;

}

.navbar-expand-xl .navbar-nav .dropdown-menu .nav-item:hover > .nav-link::before {

  color: #FFBD02;

}

.navbar-expand-xl .navbar-nav .dropdown-menu .nav-item .nav-link::before {
  display: none;
}

.menu-row {
  display: none;
}

.menu-row .block.list a {

  color: #ffffff;

  margin-right: 10px;

}

.menu-row .block.list i {

  font-size: 27px;

}

.menu-row .block.list a:hover {

  color: #FFBD02;

}

.navbar-expand-xl .navbar-nav .dropdown-menu {

  border-radius: 0;

}

.navbar-expand-xl .navbar-nav .dropdown-menu .nav-item {

  position: relative;

  list-style: none;

}

/* end */



.video_desktop {

  position: relative;

  display: block;

  height: auto;

}

.video_desktop .text {

  position: absolute !important;
  /*position: absolute;*/

  top: 40%;

  color: #ffffff;

  width: 100%;

  line-height: 90px;

}

.video_desktop .text .firsttitle {

  font-size: 70px;

}

.video_desktop .text .secondtitle {

  font-size: 44px;

}

.video_desktop .text .firsttitle a,.video_desktop .text .secondtitle a{

  color: #ffffff;

  text-decoration: none;

  text-shadow: 0px 0px 10px #000;
}

.scroll_icoon {

  width: 100%;

}

.scroll_icoon img {

  width: 50px;

  position: absolute;

  bottom: 200px;

  left: calc(50% - 25px);

  z-index: 999;

}

.block.list.input .card-item {

  margin:0 0 30px;

  position: relative;

  border-radius: 0;

  border: none;

  overflow: hidden;

}

.block.list.input a {

  color: #FFFFFF;

}

.photo{overflow:hidden;}

.photo img{width: 150%;}

.block.list.input .card-item .photo {

  height: 100%;

  background-size: cover !important;

}

.block.list.input .card-item .photo .overlay {

  height: 100%;

  width: 100%;

  background: #1D1D1D;

  background: -moz-linear-gradient(top, rgba(29,29,29,0) 0%, rgba(29,29,29,0) 60%, rgba(29,29,29,0.5) 100%);

  background: -webkit-linear-gradient(top, rgba(29,29,29,0) 0%, rgba(29,29,29,0) 60%, rgba(29,29,29,0.5) 100%);

  background: linear-gradient(to bottom, rgba(29,29,29,0) 0%, rgba(29,29,29,0) 60%, rgba(29,29,29,0.5) 100%);

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1D1D1D', endColorstr='#1D1D1D',GradientType=1 );

  position: absolute;

  bottom: 0;

}

.block.list.input .card-item .photo .overlay .content {

  position: absolute;

  bottom: 25px;

  left: 25px;

  width: calc(90% - 50px);

  border-top: 1px solid #ffffff;

  padding-top: 25px;

  line-height: 30px;

  transition: all 0.5s ease-in-out;

  color: #ffffff !important;

}

.block.list.input .card-item .photo .overlay .content h3 {

  font-size: 22px;

  color: #ffffff;

  margin-top: 0;

}

.block.list.input .card-item .photo .overlay .content .text {

  visibility: hidden;

  opacity: 0;

  height: 0;

  transition: all 0.5s ease-in-out;

}

.block.list.input .masonary-images .card-item:hover .photo .overlay {

  height: 100%;

  width: 100%;

  background: #1D1D1D;

  background: -moz-linear-gradient(top, rgba(29,29,29,0.5) 20%, rgba(29,29,29,1) 100%);

  background: -webkit-linear-gradient(top, rgba(29,29,29,0.5) 20%, rgba(29,29,29,1) 100%);

  background: linear-gradient(to bottom, rgba(29,29,29,0.5) 20%, rgba(29,29,29,1) 100%);

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1D1D1D', endColorstr='#1D1D1D',GradientType=1 );

  transition: all 0.5s ease-in-out;

}

.block.list.input .masonary-images .card-item:hover .photo .overlay .content .text {

  visibility: visible;

  opacity: 1;

  height: 90px;

}

@media only screen and (max-width: 991px) {

  .block.list.input .card-item .photo .overlay .content {

    padding-top: 15px;
              
    bottom: 15px;

    left: 15px;

    width: calc(100% - 30px);

  }

}

.grid-sizer, .card-item {

  width: 31.7%;

}

#column174541 {

  padding: 50px 0;

}

/*.text {
  position: unset !important;
  text-align: left !important;
}*/

.block.list.input.more {margin:0 auto;}

@media screen and (max-width: 750px) {

  .grid-sizer, .card-item {

    width: 45%;

  }

}

@media screen and (max-width: 500px) {

  .grid-sizer, .card-item {

    width: 90%;

  }

}

                                                                              

/*css for sub menu*/
.sub_text h1 {
font-family: 'Encode Sans Condensed';
font-size: 46px;
font-weight: 700;
color: #1D1D1B;
margin: 70px 0 50px 0;
}

.page_header{ margin: 0 -15px 50px -15px; }
.page_header .photo{ padding: 70px 0 50px 0; background-size: cover !important; background-position: center center !important; height: 400px; position: relative; }
.page_header .photo .overlay{ position: absolute; top: 0; right: 0; height: 100%; width: 100%; background: #1D1D1D;
background: -moz-linear-gradient(top, rgba(29,29,29,0) 0%, rgba(29,29,29,0) 60%, rgba(29,29,29,0.6) 100%);
background: -webkit-linear-gradient(top, rgba(29,29,29,0) 0%, rgba(29,29,29,0) 60%, rgba(29,29,29,0.6) 100%);
background: linear-gradient(to bottom, rgba(29,29,29,0) 0%, rgba(29,29,29,0) 60%, rgba(29,29,29,0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1D1D1D', endColorstr='#1D1D1D',GradientType=1 );
transition: all 0.5s ease-in-out; }
.page_header .photo .text{ position: absolute; bottom: 50px; left: 0; width: 100%; }
.page_header .photo .text h1{ margin: 0; color: #ffffff; text-shadow: 0px 0px 10px #000;}

.block.product .item{ position: relative; margin-bottom: 30px; height: calc(100% - 30px); }
.block.product .item img{ width: 100%; }
.block.product .item .overlay{ position: absolute; top: 0; right: 0; height: 100%; width: 100%; background: #1D1D1D;
background: -moz-linear-gradient(top, rgba(29,29,29,0) 0%, rgba(29,29,29,0) 40%, rgba(29,29,29,0.6) 100%);
background: -webkit-linear-gradient(top, rgba(29,29,29,0) 0%, rgba(29,29,29,0) 40%, rgba(29,29,29,0.6) 100%);
background: linear-gradient(to bottom, rgba(29,29,29,0) 0%, rgba(29,29,29,0) 40%, rgba(29,29,29,0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1D1D1D', endColorstr='#1D1D1D',GradientType=1 );
transition: all 0.5s ease-in-out; }
.block.product .item .overlay .content{ color: #ffffff; }
.block.product .item .overlay .content .vvvlogo{ width: 40px; height: 40px; position: absolute; top: 25px; left: 25px; }
.block.product .item .overlay .content .location{ background: #ffffff; font-size: 11px; font-weight: 700; color: #1D1D1D; line-height: 20px; display: inline-block; padding: 5px 25px; position: absolute; top: 10px; right: 10px; }
.block.product .item .overlay .content .distance{ background: #FFBD02; font-size: 16px; font-weight: 700; color: #1D1D1D; line-height: 20px; display: inline-block; padding: 5px 25px; position: absolute; top: 50%; right: 0; }
/*.block.product .item .overlay .content .info{ position: absolute; bottom: 0; left: 0; }*/
.block.product .item .overlay .content .info {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 95%;
  margin: 0 auto;
  transform: translateX(-50%);
}
/*.block.product .item .overlay .content .info .name{ margin: 0 25px 25px 25px; padding-top: 10px; line-height: 26px; min-height: 52px; border-top: 1px solid #FFFFFF; }*/
.block.product .item .overlay .content .info .name {
    margin: 0px 0px 2px 0px;
    padding-top: 10px;
    line-height: 26px;
    min-height: 32px;
    border-top: 1px solid #FFFFFF;
    width: auto;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 1px;
    text-shadow: 0 0 5px #000;
}
.block.product a .item:hover .overlay{ height: 100%; width: 100%; background: #1D1D1D;
background: -moz-linear-gradient(top, rgba(29,29,29,0.5) 20%, rgba(29,29,29,1) 100%);
background: -webkit-linear-gradient(top, rgba(29,29,29,0.5) 20%, rgba(29,29,29,1) 100%);
background: linear-gradient(to bottom, rgba(29,29,29,0.5) 20%, rgba(29,29,29,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1D1D1D', endColorstr='#1D1D1D',GradientType=1 ); transition: all 0.5s ease-in-out; }
.page_header .photo .text.sub_text {
  position: absolute !important;
}
.block.content.sub_content {
  width: 100%;
}
.item.sub_img {
height: 300px !important;
width:100% !important;
}
.item.sub_img img {
object-fit: cover;
object-position: center;
height: 100%;
width: 100%;
}
.c-footer {
  text-align: center;
}
.c-footer_left {
  padding-left: 0;
  padding-right: 0;
}
.c-footer_right {
  width: auto;
}
.c-footer_logo {
  margin-right: 0;
}
.block.list.input .card-item .photo .overlay .content .text {
  padding: 8px 0px 8px 0;
}
.comp_location {
  display: block;
}
.comp_distance {
  display: block;
}
.comp_location_img {
  display: block;
}
.comp_location_img {
  float: left;
  width: 14px !important;
  margin-right: 10px;
  position: relative;
  top: 9px;
  height: unset !important;
}
.comp_location {
  float: left;
  width: 60%;
  text-transform: uppercase;
  font-family: 'Bebas Neue', cursive;
  text-shadow: 0 0 5px #000;
}
.comp_distance {
  float: right;
  width: 28%;
  text-align: right;
  text-transform: uppercase;
  font-family: 'Bebas Neue', cursive;
  text-shadow: 0 0 5px #000;
}
/*.company_list {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  display: none;
  border: 1px solid #000;
}*/
.container_comp_div {
/*.container_div {*/
  display: inline-block;
  width: 100%;
  margin-top: 90px;
}
.sub-part {
  display: none;
}
.time_div {
  position: absolute;
  top: -4px;
  right: 6px;
}
.time_div img {
    max-width: 100% !important;
    width: 17px !important;
    float: left;
    margin-right: 10px;
    position: relative;
    top: 10px;
    height: 18px !important;
}
.time_div .comp_color {
  float: left;
}
.time_div .comp_color .comp_red {
  color: red;
  text-transform: uppercase;
  font-family: 'Bebas Neue', cursive;
}
.time_div .comp_color .comp_green {
    color: green;
    text-transform: uppercase;
    font-family: 'Bebas Neue', cursive;
}
.time img {
  width: 19px;
}
.comp_gray {
  color: gray;
  text-transform: uppercase;
  font-family: 'Bebas Neue', cursive;
}
                                     
/*************     *************/

.banner-slider {
  position: relative;
}
.banner-slider #sync1 .item {
  display: inline-block;
  width: 100%;
}
.banner-slider #sync2 .item {
  cursor: pointer;
  overflow: hidden;
  height: 140px;
}
.b-image {
  width: 100%;
  display: inline-block;
  text-align: center;
  height: 500px;
  overflow: hidden;
}
.b-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/*#sync2 {
  position: absolute;
  bottom: 120px;
}*/
.banner-slider #sync2 .item img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.banner-slider .owl-stage-outer .owl-item {
    height: unset !important;
}
.banner-slider .owl-nav {
  display: none;
}
.banner-slider .owl-dots {
  display: none;
}
.banner-slider .owl-stage {
  margin: 0 auto;
}
.company-title {
    position: absolute;
    top: 62%;
    z-index: 2;
    width: 100%;
}
.company-title h4 {
  font-size: 46px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
  text-shadow: 0px 0px 10px #000;
}
.company-details {
  display: inline-block;
  width: 100%;
}
.coom-s-profile {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
.c-logo {
  float: left;
  width: auto;
}
.c-logo img {
  width: 250px;
}
.s-icon {
  float: right;
  width: auto;
}
.s-icon #st-1 {
  margin-top: 0 !important;
}
.time_div.open-close-time {
  position: unset;
}
.c-text {
  display: inline-block;
  width: 100%;
}
.c-text p {
  display: block;
}
.comapny-profile {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  padding: 30px;
  background: #e1e2e3;
}
.c-title {
  display: inline-block;
  width: 100%;
}
.c-title h5 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 42px;
}
.c-address address {
  display: block;
  font-size: 18px;
  margin-bottom: 0;
}
.c-cotact , .c-email , .c-website{
  display: inline-block;
  width: 100%;
}
.c-cotact a , .c-email a , .c-website a{
  color: #000;
  font-size: 18px;
}
a:hover {
  text-decoration: none;
}
.c-time span {
  display: block;
  font-size: 18px;
}
.c-map {
  display: inline-block;
  width: 100%;
}
.c-map iframe {
  width: 100%;
  height: 400px;
}
.c-days {
  float: left;
  /*width: 44px;*/
  width: 75px;                 
}
.comp_white {
  color: #fff;
  text-shadow: 0 0 5px #000;
}
.b-title {
    position: absolute;
    bottom: 50px;
}
.b-title h4 {
  font-size: 46px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
}

.i-b-slider {
  position: relative;
  display: inline-block;
  width: 100%;
}
.i-b-slider .owl-nav {
  display: none;
}
.i-b-slider .owl-dots {
  display: none;
}
.b-content {
  position: absolute;
  bottom: 50px;
  width: 100%;
  padding-left: 50px;
}
.b-content h4 {
  font-size: 46px;
  font-weight: bold; 
  color: #fff;
  margin-bottom: 0;
  text-shadow: 0px 0px 10px #000;
}
.banner-image {
  height: 500px;
  overflow: hidden;
}
.banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.c-video {
  display: inline-block;
  width: 100%;
}
.c-video video {
  display: inline-block;
  width: 100%;
  height: 400px;
}

.c-container {
  max-width: 1380px;
  padding: 0 30px;
  margin: 0 auto;
}
.r-detail {
  width: 100%;
  /*background: #139088;*/
  padding: 20px 0;
  display: none;
  margin-top: 63px;
}
.r-title {
  text-align: center;
  /*color: #fff;*/
}
.r-title h4 {
  font-size: 25px;
  display: block;
  margin-bottom: 0;
  font-weight: bold;
}
.r-title span {
  font-size: 18px;
  line-height: 25px;
  display: block;
  margin-top: 30px;
  /*margin-top: 10px;*/
}
.r-qt-box {
  background: #fff;
  margin-top: 50px;
  padding: 20px;
}
.r-qt-box small {
  display: block;
  font-size: 13px;
}
.r-qt-box span {
  display: block;
  line-height: 25px;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.qt-box {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
.qt-box span {
  /*height: 90px;*/
  width: 100%;
  overflow: hidden;
}
.qt-box label {
  display: block;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}
.qt-radio {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.qt-radio input {
  display: inline-block;
  /*width: 100%;*/
}
.qt-radio label {
  /*display: block;*/
  line-height: 18px;
  margin-bottom: 0;
  font-size: 14px;
}
.r-qt-box p {
  font-size: 14px;
  line-height: 21px;
  display: block;
  margin-bottom: 0;
}
.restaurant-form {
  display: block;
  margin-top: 10px;
}
.restaurant-form {
  display: block;
}
.r-field {
  margin-top: 20px;
  display: block;
}
.r-field label {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 0;
  display: block;
  font-weight: bold;
}
.r-field input {
  display: block;
  width: 100%;
  padding: 5px 10px;
  line-height: 10px;
}
.restaurant-form button {
  display: block;
  margin-top: 20px;
  border: none;
  background: #000;
  color: #fff;
  font-size: 15px;
  line-height: 19px;
  padding: 10px 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-bottom: 13px;
  cursor: pointer;
}
.r-like {
  width: 100%;
  background: #00a71c;
  padding: 20px 0;
  text-align: center;
  display: none;
  margin-top: 63px;
}
.r-like span {
  height: 280px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.r-like span img {
  max-width: 100%;
  height: 100%;
}
.l-text {
  font-size: 30px;
  display: block;
  color: #fff;
}
.r-text {
  font-size: 18px;
  display: block;
  line-height: 25px;
  color: #fff;
  margin-top: 20px;
}
.r-like.r-dislike {
  background: #f51702;
}
.restaurant-form.ja-nee-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.restaurant-form.ja-nee-btn button {
    display: inline-block;
    margin-top: 5px;
    width: 100px;
    padding-right: 0;
    padding-left: 0;
}
.banner-top-image {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
.banner-top-image img {
    max-width: 250px;
}
.c-c-logo {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.c-c-logo span {
  display: inline-block;
}
.c-c-logo span img {
  max-width: 100%;
  max-height: 100%;
}
.bottom_container {
  max-width: 1370px;
  padding: 0 30px;
  margin: 0 auto;
}
.desktop_row .content .row{
  margin-top: 100px;
}
.block.content h2 {

  font-family: 'Encode Sans Condensed';

  font-size: 36px;

  font-weight: 700;

  color: #1D1D1B;

  margin: 70px 0 50px 0;

}
.container{
  margin: auto;
}