@import "./theme/theme_dark.css";
@import "./theme/theme_light.css";
@import "./components/header.css";
@import "./components/footer.css";
@import "./components/buttons.css";

html,
body {
  height: 100%;
}

body{
    font-family: "Poppins", sans-serif!important;
    overflow-x: hidden;
}

p{
    margin:0;
}
hr{
    opacity:1;
}

.container-fluid{
    padding-left: 40px;
    padding-right: 40px;
}

.h-fit-content{
    max-height: fit-content;
}

.w-fit-content{
    max-width: fit-content;
}

@media (min-width:992px){
    .w-md-fit-content{
        max-width: fit-content;
    }
}

@media (max-width:991px){
    h1{
        font-size: 42px;
    }
    h2{
        font-size: 40px;
    }
    h3{
        font-size: 38px;
    }
    h4{
        font-size: 36px;
    }
    h5{
        font-size: 30px;
    }
    h6{
        font-size: 28px;
    }

    p{
        font-size: 26px;
    }

}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}
a, button {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    background-color: transparent;
    border: 0;
}
.link-follow li {
    list-style: none;
    display: inline-block;
}

.link-follow a {
    color: #fff;
    margin-left: 7px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 36px;
    width: 36px;
    background-color: #5d5d5d;
    border-radius: 5px;
}

.link-follow li {
    list-style: none;
    display: inline-block;
}


      /*modal class*/
      .modal-dialog {
        margin: 0% auto;
        max-width: 960px;
        width: 960px;
        padding: 35px;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
      }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .modal-dialog {
          max-width: 720px;
          width: 720px;
        }
      }
      @media only screen and (max-width: 767px) {
        .modal-dialog {
          width: 98%;
          max-width: 100%;
          padding: 35px 0;
        }
      }
      .modal-dialog .gallery-top .swiper-slide {
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        border: 2px solid #e1e1e1;
        border-radius: 5px;
      }
      .modal-dialog .gallery-thumbs {
        width: 80%;
        margin: 20px auto;
      }
      .modal-dialog .gallery-thumbs .swiper-slide img {
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        border: 2px solid #e1e1e1;
        border-radius: 5px;
      }
      .modal-dialog .gallery-thumbs .swiper-slide:hover img {
        border-color: #149888;
      }
      .modal-dialog .gallery-thumbs .swiper-slide.swiper-slide-thumb-active img {
        border-color: #149888;
      }
      .modal-dialog .gallery-thumbs .swiper-slide .img-responsive {
        width: auto;
      }
      .modal-dialog .btn-close {
        position: absolute;
        top: 0;
        right: -35px;
        color: #fff;
        border: 1px solid #149888;
        padding: 0px;
        outline: none;
        background-color: #149888;
        font-size: 24px;
        border-radius: 5px;
        background-image: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 35px;
        height: 35px;
        opacity: 1;
        z-index: 999999;
      }
      @media only screen and (max-width: 767px) {
        .modal-dialog .btn-close {
          width: 30px;
          height: 30px;
          right: 0;
          font-size: 18px;
        }
      }
      
      .modal.fade {
        display: block !important;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
      }
      
      .modal.fade.show {
        display: block !important;
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
      }
      
      .modal.customize-class .modal-dialog {
        max-width: 500px;
      }
      .modal.customize-class .modal-dialog .modal-body {
        padding: 30px 0;
      }
      .modal.customize-class .modal-dialog .modal-body .tt-modal-messages {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        color: #000;
        line-height: 1;
      }
      .modal.customize-class .modal-dialog .modal-body .tt-modal-messages i {
        font-size: 20px;
        color: #000;
        margin-right: 10px;
      }
      .modal.customize-class .modal-dialog .modal-body .tt-img img {
        max-width: 220px;
      }
      .modal.customize-class .modal-dialog {
        max-width: 720px;
      }
      .modal.customize-class .modal-dialog .contact-form {
        text-align: left;
        padding: 0 90px;
      }
      @media only screen and (max-width: 575px) {
        .modal.customize-class .modal-dialog .contact-form {
         
          padding: 0 20px;
        }
      }
      .modal.customize-class .modal-dialog .modal-body .tt-title {
        margin: 0;
        font-size: 16px;
        font-weight: 600;
      }
      .modal.customize-class .modal-dialog .modal-body .tt-title a {
        color: #000000;
      }
      .modal.customize-class .modal-dialog .modal-body .tt-title a:hover {
        color: #149888;
      }
      .modal-body hr{
        width: 70%;
        border-color: #fff;
        opacity: 1;
    }
