/*Fonts*/

@font-face {
    font-family: "AcuminProCondBold";
    src: url('AcuminProCondBold.otf');
    font-display: swap;
}


/*Fonts*/

@font-face {
    font-family: "AcuminProCondSemibold";
    src: url('AcuminProCondSemibold.otf');
    font-display: swap;
}

@font-face {
    font-family: "AcuminProUltraBlack";
    src: url('AcuminProUltraBlack.otf');
    font-display: swap;
}

@font-face {
    font-family: "AcuminProWideBold";
    src: url('AcuminProWideBold.otf');
    font-display: swap;
}

body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bg {
    position: absolute;
    background-image: url(../img/bg.png);
    background-position: unset;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.main-container {
    z-index: 9999;
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.address {
    position: relative;
    color: white;
    margin: 0;
}

.address a {
    font-family: AcuminProCondSemibold;
    font-size: 40px;
    font-size: 1.4vw;
    margin: 0px;
    line-height: 103%;
    color: white;
    text-decoration: none;
}

.address a:hover {
    color: white;
    cursor: pointer;
}

.phone a:hover {
    color: white;
    cursor: pointer;
}

.address>img {
    position: absolute;
    left: -12%;
    top: 8px;
    width: 7%;
}

.phone {
    position: relative;
    color: white;
}

.phone a {
    font-family: AcuminProCondBold;
    font-size: 43px;
    font-size: 1.5vw;
    color: white;
    text-decoration: none;
}

.phone>img {
    position: absolute;
    left: -13%;
    bottom: 20%;
    width: 9%;
}

.p1 {
    width: 21%;
}

.p2 {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.p2>img {
    width: 18%;
    margin-bottom: 15px;
    transition: all 1s ease;
}

.p2>img:hover {
  /*  transform: rotate(360deg);*/
}

.p2>h4 {
    color: white;
    font-family: AcuminProCondBold;
    font-size: 1.4vw;
    background-color: #e4354e;
    border-radius: 25px;
    padding: 3px 30px;
    letter-spacing: 1px;
    transition: all 1s ease;
}

.p2 h4:hover {
    transform: scale(1.1);
}

.p2>h3 {
    color: white;
    font-family: AcuminProUltraBlack;
    font-size: 1.3vw;
    word-spacing: 4px;
    transition: all 1s ease;
}

.p2>h3:hover {
    transform: scale(1.1);
}

.p3 {
    width: 20%;
}

.p3 h4 {
    font-family: AcuminProCondSemibold;
    font-size: 1.1vw;
    color: white;
    text-align: center;
    margin: 0;
    transition: all 1s ease;
}

.p3 h4:hover {
    transform: scale(1.1);
}

.p3 h5:hover {
    transform: scale(1.1);
}

.p3 h5 {
    font-family: AcuminProCondSemibold;
    font-size: 1.6vw;
    color: white;
    text-align: center;
    line-height: 96%;
    margin-bottom: 18px;
    transition: all 1s ease;
}

.p3 .social {
    display: flex;
    align-items: center;
    justify-content: center;
}

.p3 .social a {
    width: 19%;
    margin: 0px 4px;
    transition: all 1s ease;
}

.p3 .social a:hover {
    transform: rotateY(360deg);
}

.p3 .social a img {
    width: 100%;
}

@media screen and (max-width:1440px) {
    .bg {
        background-size: cover;
    }
}

@media screen and (max-width:1200px) and (min-width:991px) {
    .bg {
        background-position: inherit;
    }
}

@media only screen and (min-width:769px) and (max-width:991px) {
    .main-container {
        overflow: scroll;
        height: auto;
    }
    .bg {
        background-position: 9%;
    }
    .main-container {
        display: flex;
        position: absolute;
        flex-direction: column-reverse;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
    .p2>img {
        width: 21%;
    }
    .p2>h4 {
        font-size: 4vw;
    }
    .p3 {
        width: 30%;
    }
    .p3 h4 {
        font-size: 2vw;
    }
    .p3 h5 {
        font-size: 3vw;
    }
    .p3 .social a {
        width: 16%;
    }
    .p3 .social {
        margin-bottom: 20px;
    }
    .p2 {
        width: 85%;
    }
    .p2>h3 {
        font-size: 5.3vw;
    }
    .address,
    .phone {
        text-align: center;
    }
    .p1 {
        width: 30%;
    }
    .address {
        margin-top: 20px;
    }
    .address a {
        font-size: 2.7vw;
    }
    .phone a {
        font-size: 3vw;
    }
}

@media only screen and (max-width:768px) {
    .main-container {
        overflow: scroll;
        height: auto;
    }
    .bg {
        background-position: 9%;
    }
    .main-container {
        display: flex;
        position: absolute;
        flex-direction: column-reverse;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
    .p2>img {
        width: 46%;
        margin-bottom: 25px;
        margin-top: 0px;
    }
    .p2>h4 {
        font-size: 3.1vw;
    }
    .p3 {
        width: 53%;
        margin-bottom: 20px;
    }
    .p3 h4 {
        font-size: 5.8vw;
    }
    .p3 h5 {
        font-size: 6vw;
    }
    .p3 .social a {
        width: 16%;
    }
    .p3 .social {
        margin-bottom: 0px;
    }
    .p2 {
        width: 85%;
    }
    .p2>h3 {
        font-size: 5.3vw;
    }
    .address,
    .phone {
        text-align: center;
    }
    .p1 {
        width: 60%;
    }
    .address {
        margin-top: 0px;
    }
    .address a {
        font-size: 4.7vw;
    }
    .phone a {
        font-size: 6vw;
    }
}