@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
* {
    box-sizing: border-box;
}

:root {
    --grey: #616b84;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Libre Baskerville", serif;
    color: var(--grey);
    overflow-x: hidden;
}
.logo-h {
    height: 35px;
}

.bg-home {
    background-image: url(img/1.jpg);
    background-color: #cccccc;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-slider {
    background-image: url(img/6.jpg);
    background-color: #cccccc;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-footer {
    color: var(--grey);
    background-image: url(img/1.jpg);
    background-color: #cccccc;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.brand-title {
    font-size: 36px;
    color: var(--grey);
}

.carousel-item {
    height: 100vh;
}

.nav-link {
    font-weight: 500;
    font-size: 17px;
    color: var(--grey);
}

.nav-link:hover {
    color: white;
}
.jour-text {
    font-size: max(53px, 4.5vw);
    letter-spacing: -0.05em;
    line-height: 0.75em;
}

.jour-text-slide {
    text-align: center;
    font-size: max(53px, 1.5vw);
    letter-spacing: -0.05em;
    line-height: 1.75em;
}

/* slider css 1 */
.slider {
    position: relative;
    width: 100%;
}

.items {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    margin: 0;
}

.item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

.item.current {
    opacity: 1;
}

.item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* slider css 1 */

/* detail exp slider */


.items-exp {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    margin: 0;
}

.item-exp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

.item-exp.current {
    opacity: 1;
}

.item-exp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* detail exp slider */


.story-img-item {
    height: 200px;
}

.slider-story {
    position: relative;
    width: 100%;
}

.items-story {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 80vh;
    margin: 0;
}

.item-story {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

.item-story.current-story {
    opacity: 1;
}

.item-story img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* slider css end */

.arrow-div {
    left: 50%;
    transform: translateY(0%) rotate(45deg);
    opacity: 0;
    width: 2em;
    height: 2em;
    background-color: transparent;
    z-index: 80;
    position: absolute;
    border-width: 0 0.25em 0.25em 0;
    border-style: solid;
    border-color: antiquewhite;
    animation: scrolldown 1.2s ease-in-out infinite;
}

@keyframes scrolldown {
    0% {
        transform: translateY(20%) rotate(45deg);
        opacity: 0.7;
    }
    50% {
        transform: translateY(0%) rotate(45deg);
        opacity: 0.2;
    }
    100% {
        transform: translateY(20%) rotate(45deg);
        opacity: 0.7;
    }
}

.why-p {
    letter-spacing: 0.04em !important;
    line-height: 1.4em;
}

.why-h {
    font-weight: 600;
    letter-spacing: 0.08em;
    color: var(--grey);
}

.bg-letter {
    background-image: url(img/7.jpg);
    background-color: #cccccc;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-story {
    background-image: url(img/7.jpg);
    background-color: #cccccc;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.letter-img {
    height: 100vh;
}

.w-20 {
    width: 20%;
}

.btn-contact {
    background: unset;
    border: 1px solid var(--grey);
    color: var(--grey);
    border-radius: 7px;
    padding: 10px 20px;
    letter-spacing: -0.02em;
    line-height: 1em;
}

.btn-contact:hover {
    background-color: white;
}

.top-43 {
    top: 43% !important;
}

.story-img {
    height: 500px;
    border-radius: 50%;
}

/* slider css */

.slider_1 {
    position: relative;
}

.items-1 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    margin: 0;
}

.item-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

.item-1.current-1 {
    opacity: 1;
}

.item-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* slider css end */

a,
a:active,
a:focus {
    color: #333;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
}

/* a {
  position: relative;
  overflow: hidden;
}

a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid white;
  transform: scaleX(0);
  transform-origin: right; 
  transition: transform 0.3s ease; 
}

a:hover::before {
  transform: scaleX(
    1
  ); 
} */

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer {
    padding-top: 80px;
    padding-bottom: 40px;
}

@media only screen and (max-width: 768px) {
    .single_footer {
        margin-bottom: 30px;
    }
}
.single_footer h4 {
    color: var(--grey);
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}
.single_footer h4::after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background: var(--grey);
    margin-top: 20px;
}
.single_footer p {
    color: var(--grey);
}
.single_footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single_footer ul li a {
    color: var(--grey);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 36px;
    font-size: 15px;
    text-transform: capitalize;
}
.single_footer ul li a:hover {
    color: var(--grey);
}

.single_footer_address ul li {
    color: var(--grey);
}
.single_footer_address ul li span {
    font-weight: 400;
    color: var(--grey);
    line-height: 28px;
}
.contact_social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.subscribe {
    display: block;
    position: relative;
    margin-top: 15px;
    width: 100%;
}
.subscribe__input {
    background-color: var(--grey);
    border: medium none;
    border-radius: 5px;
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: 500;
    height: 60px;
    letter-spacing: 0.4px;
    margin: 0;
    padding: 0 150px 0 20px;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
}
@media only screen and (max-width: 768px) {
    .subscribe__input {
        padding: 0 50px 0 20px;
    }
}

.subscribe__btn {
    background-color: transparent;
    border-radius: 0 25px 25px 0;
    color: #01c7e9;
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
}
.subscribe__btn i {
    transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 768px) {
    .subscribe__btn {
        right: 0px;
    }
}

.subscribe__btn:hover i {
    color: #cbdfeb;
}

button {
    padding: 0;
    border: none;
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.bottom-s {
    bottom: 40px;
}

.font-14 {
    font-size: 14px;
    font-weight: 500;
}

.story-img-1 {
    /* height: 500px; */
    border-radius: 0 90px 0 0;
}

.story-para {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.75em;
}

.bg-self {
    font-size: 14px;
    font-weight: normal !important;
    background-color: transparent;
    background-image: url("img/5.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0% 0%;
    background-size: cover;
    overflow-x: hidden !important;
    max-width: 100%;
}

/* .exp-img {
  border-radius: 20px 50px;
  height: 500px;
} */

.portfolio-title {
    font-size: max(30px, 2.25vw);
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: -0.01em;
    line-height: 0.8em;
    color: var(--grey);
}

.font-exp-big {
    font-size: max(30px, 2.5vw);
    text-align: center;
    /* letter-spacing: -0.05em; */
    /* text-transform: uppercase; */
    line-height: 0.75em;
}

.exp-para {
    font-size: 20px;
    font-weight: normal;
    text-align: justify;
    letter-spacing: 0;
    line-height: 1.75em;
    width: 70%;
    margin: 0 auto 1.9em;
}

/* .form-div {
  background: linear-gradient(
    315deg,
    hsl(199deg 25.03% 84.3%) 0%,
    hsl(274deg 52.1% 94.22%) 100%
  );
  padding: 32px 36px;
  border-radius: 30px;
} */

.exp-input {
    background: unset;
    border: 1px solid var(--grey);
    padding: 13px 20px;
    border-radius: 10px;
}

.exp-label {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.25em;
}

.btn-submit {
    background: #616b84;
    /* width: 100%; */
    color: white;
    border-radius: 25px;
    padding: 15px 60px;
}

/*START SOCIAL PROFILE CSS*/
.social_profile {
    margin-top: 40px;
}
.social_profile ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.social_profile ul li {
    float: left;
}
.social_profile ul li a {
    text-align: center;
    border: 0px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    margin: 0px 5px;
    font-size: 18px;
    color: #fff;
    background-color: var(--grey);
    border-radius: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 768px) {
    .social_profile ul li a {
        margin-right: 10px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 480px) {
    .social_profile ul li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}
.social_profile ul li a:hover {
    background: #cbdfeb;
    border: 1px solid #cbdfeb;
    color: var(--grey);
    border: 0px;
}

.copyright {
    padding-top: 40px;
    color: var(--grey);
    font-size: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    text-align: center;
}
.copyright a {
    color: #01c7e9;
    transition: all 0.2s ease 0s;
}
.copyright a:hover {
    color: var(--grey);
}

@media (max-width: 768px) {
    /* .bg-mob {
    background-color: white;
  } */
    .nav-link {
        text-align: center;
    }
    .top-43 {
        width: 55%;
    }
    .items-1 {
        width: 100%;
        height: 27rem;
    }

    .exp-para {
        width: 100%;
    }

    .letter-img {
        height: unset;
    }
    .jour-text {
        line-height: 1em;
    }
    .hover-animation {
        height: unset !important;
    }
    .hover-animation img {
        position: relative !important;
    }
    .image-back {
        display: none !important;
    }
    .exp-title {
        margin-top: 20px;
    }

    .item > img {
        object-position: 35% 80%;
        object-fit: cover;
    }
    .story-img {
        height: 100%;
    }
    .bg-self {
        background-position: 10% 0%;
    }

    .footer {
        padding-top: 30px;
    }
    .jour-text-slide {
        font-size: max(30px, 1.5vw);
    }
}

.banner-bg-gradient {
    background: linear-gradient(315deg, hsla(199, 32%, 79%, 1) 0%, hsla(274, 23%, 88%, 1) 100%);
}

.h-100-vh {
    height: 100vh;
}

.hover-animation {
    position: relative;
    height: 475px;
}

.hover-animation img {
    position: absolute;
    left: 0;
    transition: opacity 1s ease-in-out;
}

.hover-animation img.image-front:hover {
    opacity: 0;
    cursor: pointer;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hover-animation {
        height: 330px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
    .hover-animation {
        height: 225px;
    }
    .portfolio-title {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1199px) and (max-width: 1400px) {
    .hover-animation {
        height: 400px;
    }
}

.banner-scale {
    /* object-position: 44% 82%; */
    object-fit: cover;
}

.cursor-pointer {
    cursor: pointer;
}

.partner-img {
  height: 150px;
}
