@import url('variables.css');

html {
  scroll-behavior: smooth;
}

body{
    font-family: "Josefin Sans", sans-serif;
}
.title-font{
    font-family: "Cormorant Infant", serif;
}
p{
    font-family: "Josefin Sans", sans-serif;
}
.high-padding-bottom{
    padding-bottom: 130px;
}
.section-padding{
    padding: 80px 0 80px 0;
}
.my-header{
    background-color: var(--main-blue);
    height: 80px;
    position: fixed;
    width: 100%;
    z-index: 6;
}
.logo-wrapper{
    width: 100%;
    height: 30px;
}
.logo{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}
.main-content{
    padding-top: 80px;
}
.landing-bg{
    min-height: calc(100dvh - 80px);
    background-image: url('./img/BgLandingHtml.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 20px 0 20px 0;
}
.project-bg{
    height: 485px;
    background-image: url('./img/BgProgettoHtml.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
.partner-bg{
    min-height: calc(100dvh - 80px);
    background-image: url('./img/BgPartnerHtml.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: 20px 0 20px 0;
}
.landscape-wrapper{
    width: 100%;
    height: 500px;
    overflow: hidden;
}
.landscape-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.big-title{
    font-size: 3rem; 
}

.button-scroll{
    background-color: var(--main-blue);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    cursor: pointer;
}

.green-bg{
    background-color: var(--main-green);
}

.yellow-bg{
    background-color: var(--main-yellow);
}

.my-text-blue{
    color: var(--main-blue);
}

.my-text-dark{
    color: var(--main-black);
}

.cta-btn-primary{
    border: none;
    background-color: var(--main-blue);
    color: white;
}

.img-wrapper{
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.img-wrapped{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

a{
    font-size: 0.5rem;
}
.cta-btn-secondary{
    border: none;
    background: transparent;
    border-bottom: 1px solid var(--main-blue);
}

.cta-btn-tertiary{
    border: none;
    background-color: var(--main-yellow);
    color: var(--main-black);
}

.blue-color{
    color: var(--main-blue);
}

.bg-storymap{
    background-image: url('./img/StoryMap.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
    height: 800px;
}

.phones-wrapper {
    border-radius: 10px;
    overflow: hidden;
}

.phones-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.footer-logos-wrapper{
    height: 80px;
}
.footer-logos{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.agency-logo-wrapper{
    height: 100px;
}
.btn-transparent{
    border: none;
    background: transparent;
}
.dropdown-toggle::after {
  display: none !important;
}
.project-padding{
    padding-top: 70px;
    padding-bottom: 120px;
}
.lang-wrapper{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}
.lang{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (min-width: 768px) { 
    a{
        font-size: 0.8rem;
    }
    .section-padding{
        padding: 120px 0 120px 0;
    }   
}

@media (min-width: 992px) { 
    .big-title{
        font-size: 8rem;
    }
    .phones-wrapper {
        position: absolute;
        top: -180px;         
        left: 5%;             
        width: 600px;        
        pointer-events: none;
        z-index: 5;
    }
    .phones-wrapper .phones-img {
        width: 100%;
        height: auto;     
        display: block;
    }
}