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

::-webkit-scrollbar {
  width: 10px; }

::-webkit-scrollbar-track {
  background-color: #acacac; }

::-webkit-scrollbar-thumb {
  background-color: #444444; }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #6d6d6d; }

body {
  background-color: #2c2c2c;
  overflow-x: hidden;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  transition: 1s; }
  body header {
    /*carousel*/ }
    body header .head-slide {
      height: 450px; }
      body header .head-slide .head-carousel {
        width: 100%;
        height: 450px; }
        body header .head-slide .head-carousel .carousel-indicators li {
          margin: 0px 5px;
          height: 12px;
          width: 12px;
          border-radius: 50%; }
        body header .head-slide .head-carousel .carousel-inner .first-item img {
          display: block;
          width: 300px;
          height: 400px;
          margin: auto;
          margin-right: 400px; }
          @media screen and (max-width: 768px) {
            body header .head-slide .head-carousel .carousel-inner .first-item img {
              margin: auto; } }
        body header .head-slide .head-carousel .carousel-inner .first-item .carousel-caption .col-12 {
          margin-bottom: 30px; }
        body header .head-slide .head-carousel .carousel-inner .first-item .carousel-caption .col-md-6 {
          margin-bottom: 10px; }
          @media screen and (max-width: 768px) {
            body header .head-slide .head-carousel .carousel-inner .first-item .carousel-caption .col-md-6 {
              padding: 5ps 0px; } }
        body header .head-slide .head-carousel .carousel-inner .second-item img {
          display: block;
          width: 500px;
          height: 400px;
          margin: auto;
          margin-right: 400px; }
          @media screen and (max-width: 768px) {
            body header .head-slide .head-carousel .carousel-inner .second-item img {
              margin: auto; } }
        body header .head-slide .head-carousel .carousel-inner .second-item .carousel-caption button {
          padding: 10px; }
          body header .head-slide .head-carousel .carousel-inner .second-item .carousel-caption button span {
            padding-right: 3px; }
          @media screen and (max-width: 768px) {
            body header .head-slide .head-carousel .carousel-inner .second-item .carousel-caption button {
              margin-top: 20px; } }
        body header .head-slide .head-carousel .carousel-inner .third-item img {
          display: block;
          width: 500px;
          height: 400px;
          margin: auto;
          margin-right: 400px; }
          @media screen and (max-width: 768px) {
            body header .head-slide .head-carousel .carousel-inner .third-item img {
              margin: auto; } }
        body header .head-slide .head-carousel .carousel-inner .third-item .carousel-caption h5 {
          color: #ffffff; }
        body header .head-slide .head-carousel .carousel-inner .third-item .carousel-caption .progress {
          width: 300px;
          margin-left: auto;
          margin-right: auto; }
        body header .head-slide .head-carousel .carousel-control {
          display: none;
          width: 30px;
          height: 30px;
          margin-top: 225px; }
          @media screen and (max-width: 768px) {
            body header .head-slide .head-carousel .carousel-control {
              display: block; } }
        body header .head-slide .head-carousel .carousel-control-next:hover {
          transform: translateX(5px); }
        body header .head-slide .head-carousel .carousel-control-prev:hover {
          transform: translateX(-5px); }
    body header .theme-btn {
      background-color: #918989 !important;
      border-radius: 50%;
      position: fixed;
      z-index: 1;
      top: 100px;
      right: 100px; }
      body header .theme-btn:focus {
        box-shadow: none; }
      @media screen and (max-width: 768px) {
        body header .theme-btn {
          right: 20px; } }
  body nav {
    background-color: #282828;
    padding: 0px 10px !important;
    box-shadow: 5px 5px 5px #000; }
    @media screen and (max-width: 768px) {
      body nav {
        padding: 5px 2px;
        min-height: 50px; } }
    body nav .navbar-brand img {
      width: 40px;
      height: 40px; }
    body nav .navbar-toggler {
      transition: 0.5s;
      border: none !important;
      outline: none !important;
      box-shadow: none !important; }
      body nav .navbar-toggler:focus {
        border: none !important;
        outline: none !important; }
      body nav .navbar-toggler span {
        font-size: 25px; }
    body nav .rotate-button {
      transform: rotate(180deg); }
    body nav .collapse ul .nav-item {
      margin: 0px 10px; }
      @media screen and (max-width: 768px) {
        body nav .collapse ul .nav-item {
          margin: 0px;
          text-align: center; } }
      @media screen and (min-width: 1200px) {
        body nav .collapse ul .nav-item:hover {
          border-bottom: 2px outset #ffffff41; } }
      body nav .collapse ul .nav-item .nav-link {
        font-size: 18px;
        line-height: 75px; }
        body nav .collapse ul .nav-item .nav-link span {
          padding: 0px 3px; }
    @media screen and (min-width: 1200px) {
      body nav .collapse ul .active {
        border-bottom: 2px outset white; } }
  body .sign-in-button {
    width: 100px;
    color: white;
    border: 1px solid white;
    border-radius: 10px; }
    body .sign-in-button:focus {
      box-shadow: none; }
    body .sign-in-button:hover {
      color: white;
      border-color: rgba(255, 255, 255, 0.753); }
  body main {
    /*modal*/
    /*main header*/
    /*slick slider*/ }
    @media screen and (max-width: 768px) {
      body main {
        padding: 0 10px; } }
    body main .modal .modal-dialog .modal-content .modal-header {
      border: none;
      background-color: rgba(2, 0, 36, 0.6954131995); }
      body main .modal .modal-dialog .modal-content .modal-header button {
        color: white !important;
        background-color: #998484;
        margin-right: 3px;
        margin-top: 3px;
        transition: 1s;
        outline: none; }
        body main .modal .modal-dialog .modal-content .modal-header button:hover {
          transform: rotate(720deg); }
    body main .modal .modal-dialog .modal-content .modal-body {
      background-image: linear-gradient(180deg, rgba(2, 0, 36, 0.6954131995) 0%, rgba(9, 9, 121, 0.7) 22%, rgba(9, 15, 125, 0.7) 51%, rgba(9, 9, 116, 0.7) 70%, rgba(0, 104, 255, 0.7) 89%, rgba(0, 104, 255, 0.7) 96%); }
      body main .modal .modal-dialog .modal-content .modal-body .card {
        background-color: inherit;
        color: white;
        padding: 10px;
        border: none; }
        body main .modal .modal-dialog .modal-content .modal-body .card img {
          display: block;
          width: 200px;
          height: 200px;
          margin-left: auto;
          margin-right: auto; }
        body main .modal .modal-dialog .modal-content .modal-body .card .card-body form .form-group input[type="email"],
        body main .modal .modal-dialog .modal-content .modal-body .card .card-body form .form-group [type="password"] {
          background-color: #f2f2f2;
          border: none;
          box-shadow: none;
          transition: 0.5s; }
          body main .modal .modal-dialog .modal-content .modal-body .card .card-body form .form-group input[type="email"]:hover,
          body main .modal .modal-dialog .modal-content .modal-body .card .card-body form .form-group [type="password"]:hover {
            box-shadow: 5px 5px 5px 3px #7a7a7a inset; }
          body main .modal .modal-dialog .modal-content .modal-body .card .card-body form .form-group input[type="email"]:focus,
          body main .modal .modal-dialog .modal-content .modal-body .card .card-body form .form-group [type="password"]:focus {
            box-shadow: 5px 5px 5px 3px #7a7a7a inset; }
        body main .modal .modal-dialog .modal-content .modal-body .card .card-body form button {
          width: 100% !important;
          margin: 5px 0px; }
        body main .modal .modal-dialog .modal-content .modal-body .card .card-body button {
          width: 100%;
          margin: 5px 0px; }
    body main .main-header {
      background-color: #bfbfbf;
      border-radius: 5px;
      padding: 30px;
      margin: 30px auto;
      transition: 1s; }
      body main .main-header:hover {
        transform: translateY(-30px); }
      body main .main-header img {
        border-right: inset 1px #a6a6a6; }
        @media screen and (max-width: 768px) {
          body main .main-header img {
            border: none; } }
    body main .slick-container {
      padding: 20px 0px; }
      body main .slick-container .container-lg .slick-slider .slick-center {
        transform: scale(1.1);
        opacity: 1 !important; }
      body main .slick-container .container-lg .slick-slider .slick-item {
        padding: 20px 0px;
        outline: none;
        opacity: 0.7; }
        body main .slick-container .container-lg .slick-slider .slick-item .card {
          background-color: #a8a7a7;
          width: 300px;
          height: 550px;
          margin-left: auto;
          margin-right: auto;
          box-shadow: 5px 5px 10px black;
          transition: 1s; }
          body main .slick-container .container-lg .slick-slider .slick-item .card .card-body a span {
            margin: 0px 3px; }
  body footer {
    padding: 10 0px;
    margin-left: auto;
    margin-right: auto; }
    body footer img {
      width: 350px;
      height: 350px;
      border-right: 1px inset #3f3e3e; }
      @media screen and (max-width: 768px) {
        body footer img {
          border: none; } }
    body footer .container-md {
      background-color: #585858;
      padding: 30px;
      box-shadow: 0px 0px 15px black;
      margin-top: 30px;
      margin-right: 200px;
      height: 300px;
      border-radius: 30px; }
      @media screen and (max-width: 768px) {
        body footer .container-md {
          margin-left: auto;
          margin-right: auto; } }
      body footer .container-md input[type="email"],
      body footer .container-md [type="text"] {
        color: white !important;
        background-color: #585858;
        border: none;
        border-radius: 0;
        border-bottom: 1px solid white; }
        body footer .container-md input[type="email"]:focus,
        body footer .container-md [type="text"]:focus {
          background-color: #585858;
          box-shadow: none;
          outline: none;
          border-color: white; }
      body footer .container-md .btn {
        border: none;
        outline: none;
        margin-top: 30px; }
        body footer .container-md .btn span {
          padding: 3px; }
    body footer .social-container {
      background-color: rgba(0, 0, 0, 0.658); }
      body footer .social-container ul li {
        transition: 0.5s; }
        body footer .social-container ul li:hover {
          transform: scale(1.3); }
