@import url('https://fonts.googleapis.com/css2?family=Poppins&family=Roboto:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');
:root {
    --brand-color-black: #000;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
    font-size: 16px;
}
body {
    line-height: 1.375;
    padding: 0; margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
}
/* Layout */
ul, ul li {
    margin: 0px;
    list-style: none;
    padding: 0px;
}
a {text-decoration: none;color:#000;font-size: 1rem;}
a:hover { text-decoration: none;}
h1, h2, h3, h4, h5, h6 {font-family: 'Roboto', sans-serif;}
h1, h2 {
    font-size: 2rem;
    margin: 1.25rem 0 1.56rem;
    font-weight: 400;
}
h3 {
    font-size: 1.5rem;
    margin: 1.25rem 0 1.56rem;
    font-weight: 400;
    line-height:140%;
    }
h4 {
    font-size: 1.3rem;
    margin: 1.56rem 0 1.56rem;
    font-weight: 400;
    line-height:140%;
}

img {
    max-width: 100%;
    height: auto;
}
p {margin-bottom: 15px;color: #000;font-size: 1rem;font-weight: 400;line-height: 1.5rem;}

.no-margin, .m-0 {
    margin: 0px !important; 
}
.no-margin-top, .mt-0 {
    margin-top: 0px !important;
}
.no-margin-bottom, .mb-0 {
    margin-bottom: 0px !important;
}
.no-margin-left, .ml-0 {
    margin-left: 0px !important;
}
.no-margin-right, .mr-0 {
    margin-right: 0px !important;
}
.no-margin-v, .mv-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.no-padding, .p-0 {
    padding: 0px !important; 
}
.no-padding-top, .pt-0 {
    padding-top: 0px !important;
}
.no-padding-bottom, .pb-0 {
    padding-bottom: 0px !important;
}
.no-padding-left, .pl-0 {
    padding-left: 0px !important;
}
.no-padding-right, .pr-0 {
    padding-right: 0px !important;
}
.no-padding-v, .pv-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.container {
    min-width: 320px;
}

.container {
    min-width: 320px;
}

body.width-full #fContent > .container {
    width: 100%;
    padding: 0;
}
body.width-full #fMatter {
    padding: 0;
}
body.title-off .fPageTitle {
    display: none;
}
#f-messages {
    margin: 0;
}

.padding-no {
    padding: 0 !important;
}
.margin-no {
    margin: 0 !important;
}
.spacing-no {
    padding: 0 !important;
    margin: 0 !important;
}
@media (max-width : 767.8px) {
    .col-xs-12 {
        float: none;
    }
}
#fMatter .fModule,
#fSidebarRight .fModule,
#fContentPre .fModule,
#fContentPost .fModule,
footer {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    overflow:hidden;
}
#fMatter .fModule.fBanner {
    padding-top: 0rem;
    padding-bottom: 0rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
    overflow: visible;
}
.row.row-equal {
    display: flex;
    flex-wrap: wrap;
}
.row-equal:before,
.row-equal:after {
   content: normal;
}
/*Module*/
.fModule .fModuleTitle,
.fModule .fModuleContent {
    width: 100%;
}
/* Button */
a.fButton,
input.fButton,
button.fButton {
    padding: 14px 40px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    background-color: #ed5423;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: none;
    border: none;
}

/* Column */
#fMatter .fCol5 .fGalleryImages .fGalleryItem,
#fContentPost .fCol5 .fGalleryImages .fGalleryItem,
.fCol5 .fGalleryImages .fGalleryItem {
    width: 20%;
    float: left;
    padding: 2em;
}
/* Common CSS */
.border {
    border:6px solid #fff;
    box-shadow: 0px 0px 2px 2px #ccc;
    border-radius:3px;
}
input.form-control,
textarea.form-control {
    display: inline-block;
    margin: 10px 0px;
}
/* Module */
.fModuleEnd .fModuleTitle,
.fModuleEnd .fModuleContent,
.fModuleBoxed {
  margin: 0 auto;
}   
/* Responsive Homepage */
@media (max-width : 319px) {
    .fModuleEnd .fModuleTitle,
    .fModuleEnd .fModuleContent,
    .fModuleBoxed {
        width: 280px;
    }  
}
@media (min-width : 320px) {
    .fModuleEnd .fModuleTitle,
    .fModuleEnd .fModuleContent,
    .fModuleBoxed {
        width: 300px;
    }        
}
@media (min-width : 480px) {
    .fModuleEnd .fModuleTitle,
    .fModuleEnd .fModuleContent,
    .fModuleBoxed {
        width: 470px;
    }
}
@media (min-width: 768px) {
    .fModuleEnd .fModuleTitle,
    .fModuleEnd .fModuleContent,
    .fModuleBoxed {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .fModuleEnd .fModuleTitle,
    .fModuleEnd .fModuleContent,
    .fModuleBoxed {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .fModuleEnd .fModuleTitle,
    .fModuleEnd .fModuleContent,
    .fModuleBoxed {
        width: 1170px;
    }
}
/*common class*/
.bg-black {
    background: var(--brand-color-black);
}
.bx-wrapper {
    margin-bottom: 0 !important;
}
.bx-wrapper .bx-viewport {
    background: transparent !important;
}
.fGalleryText h3 a {
    color: inherit;
    font-size: inherit;
}
.btn {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: #B5B5B5;
    color: #000;
}
/*common lass end*/
header .fModule {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.fLogo .fGalleryImage {
    display: inline-block;
}
.fLogo img {
    max-height: 80px;
    width: auto;
}
.navbar-header {
    float: none;
}
.region-header {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.region-header .fModule {
    display: flex;
    align-items: center;
}
.fMainMenu .fMenu {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
}
.fMainMenu .fMenu li {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.fMainMenu .fMenu li:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: #fff;
}
.fMainMenu .fMenu li:last-child:after {
    display: none;
}
.fMainMenu .fMenu li a {
    color: #fff;
    padding: 0 1rem;
}
.fBanner.homeBanner .fGalleryImage {
    display: inline-block;
}
.homeBanner .fGalleryItem {
    position: relative;
}
.homeBanner .fGalleryText {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    width: 50%;
}
.homeBanner h3 {
    color: #fff;
    font-size: 5rem;
    margin: 10px 0;
    font-family: 'Dancing Script', cursive;
}
.homeBanner .fGalleryText p {
    color: #fff;
}
.homeBanner .bx-controls {
    display: none;
}
.art-gallery li {
    /*height: calc(100vh - 112px);*/
    position: relative;
    /*background-image: url(https://storage.unitedwebnetwork.com/files/789/73e6ddf4ab91bd9ce45922ef06179069.jpg);
    background-size: cover;
    background-attachment: fixed;*/
}
.art-gallery .fGalleryImage {
    display: inline-block;
}
.art-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;  
    top: 0;
}
.art-menu li {
    position: absolute;
}
.art-menu li a {
    width: 100%;
    height: 100%;
    display: block;
}
.art-menu li.infinity {
    height: 20%;
    width: 15%;
    top: 43%;
    left: 2%;
}
.art-menu li.beyond {
    height: 51%;
    width: 10%;
    top: 22%;
    left: 36%;
    clip-path: polygon(4% 21%, 100% 11%, 100% 100%, 0% 93%);
}
.art-menu li.lost {
    height: 22%;
    width: 14%;
    top: 42%;
    left: 59%;
    clip-path: polygon(-5% 0%, 100% 19%, 100% 89%, 0% 100%);
}
.art-menu li.esmaralda {
    height: 27%;
    width: 5%;
    top: 35%;
    left: 87.5%;
    clip-path: polygon(2% 10%, 95% 3%, 100% 98%, 0% 96%);
}
.art-menu li.sara-logo {
    height: 17%;
    width: 7%;
    top: 45%;
    left: 25%;
    clip-path: polygon(-8% 13%, 100% 0, 100% 100%, 0% 91%);
}
.artPopup {
    position: fixed;
    right: 0;
    top: 58%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.7);
    width: 50%;
    padding: 1rem 2rem;
    margin: 0 !important;
    text-align: center;
    transition: 0.6s all;
}
.artPopup.hide {
    right: -100%;
}
.artPopup img {
    max-height: 180px;
    width: auto;
}
.artPopup h3,
.artPopup .fGalleryText,
.artPopup .fGalleryText p {
    color: #fff;
}
.artPopup .fGalleryText p .btn {
    margin-right: 5px;
}
.artPopup .fModuleTitle h3 {
    margin: 0;
    position: relative;
}
.artPopup .fModuleTitle h3 a {
    position: absolute;
    left: 0;
    color: #fff;
    font-size: 2rem;
}
.artPopup .fGalleryImage {
    display: inline-block;
}
#fMatter .contactPop {
    padding: 5rem 2rem;
}
.contactPop form {
    width: 60%;
    margin: 0 auto;
    color: #fff;
}
.contactPop .form-group {
    display: flex;
    align-items: center;
    justify-content: center;
}
.contactPop .form-group input,
.contactPop .form-group select {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    margin: 0;
    color: #fff;
}
.contactPop .form-group select option {
    color: #000;
}
.saraProfile li {
    display: flex;
    align-items: center;
}
.saraProfile li .fGalleryImage {
    display: inline-block;
}
.saraProfile li .fGalleryImage img {
    max-height: 1100px;
    width: auto;
}
.saraProfile li .fGalleryText {
    padding: 3rem;
}
.saraProfile li .fGalleryText p {
    color: #fff;
}
footer {
    display: none;
}


/*Responsive*/
@media (max-width: 767px) {
    .homeBanner .fGalleryText {
        position: relative;
        top: auto;
        transform: translateY(0);
        left: auto;
        width: 100%;
        padding: 10px 45px;
    }
    .homeBanner h3 {
        font-size: 2rem;
    }
    .saraProfile li {
        display: block;
    }
    .artPopup {
        right: auto;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        top: 60%;
    }
    .contactPop .form-group {
        display: block;
        text-align: left;
    }
}
@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}
@media (max-width: 992px) {
    header {
        position: relative;
    }
    .navbar-toggle {
        display: block;
        background: #fff;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 3%;
        margin: 0 5px;
    }
    .navbar-toggle .icon-bar {
        background: #000;
    }
    .region-header .fModule.fMainMenu {
        position: absolute;
        top: 100%;
        right: 0;
        display: none;
        z-index: 999;
        background: #000;
    }
    .fMainMenu .fMenu {
        display: block;
    }
    .fMainMenu .fMenu li a {
        padding: 1rem 5rem;
    }
    .fMainMenu .fMenu li:after {
        display: none;
    }
}
@media (min-width: 768px) {
    .h-100 {
        max-height: 100vh;
        overflow: hidden;
    }
}
