
@font-face {

    font-family: PLAYFAIR;
    
    src: url("../fonts/PlayfairDisplay-VariableFont_wght.ttf") format("woff");

}


header {
    background-color: 
#1C1A1A;
    margin-top: -8px;
    margin-left: -8px;
    width: 100%;
    height: 9vh;

}

.logo {
    max-width: 25vh;
    margin-top: 0.6%;
    margin-left: 1%;
}

.container_menu {
    display: flex;
    margin-top: -2.3%;
    margin-left: 18%;
    gap: 6vw;
   
}

.text_menu {
    color: white;
    font-size: 0.9vw;
    font-family: PLAYFAIR;
    font-weight: bold;
}

.item {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-top: 0.90%;
  }

  .hover_text {
    display: none;
    position: absolute;
    top: 100%; 
    left: 0;
    background-color: #171717;
    padding: 10px;
    z-index: 1;
    white-space: nowrap;
    font-size: 1.2vw;
    color: white;
  }

  .item:hover .hover_text {
    display: grid;
    gap: 2vw;
  }

  a {
    text-decoration: none;

  }
  
  a:visited {
    color: rgb(255, 255, 255);

  }

  .itemtwo {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-top: 0.90%;
  }

  .hover_search {
    display: none;
    position: absolute;
    top: -30%; 
    left: -20%;

    z-index: 1;
    white-space: nowrap;

  }

  .itemtwo:hover .hover_search {
    display: grid;
    gap: 2vw;

  }

  .search_menu {
    width: 1970%;
    height: 5vh;
    font-size: 1.1vw;
    background-color: #171717;
    color: white;
  }


.icon_search {
    width: 98.3%;
    height: 2.32vh;
    margin-top: 0.9%;
}

.icon_favourites {
    width: 1.46%;
    height: 2.32vh;
    margin-top: 1%;
}

.icon_basket {
    width: 1.25%;
    height: 2.69vh;
    margin-top: 0.9%;
}

.icon_login_signin {
    width: 1.41%;
    height: 2.5vh;
    margin-top: 0.9%;
}



.burger-menu {


    z-index: 9999;
    padding: 10px;
    visibility: hidden;

    

  }
  
  




#wine_global {
    position: relative;
    background: radial-gradient(#A93C3C, #720B0B);    
    width: 100%;
    margin-top: 0.01%;
    height: 125vh;
    margin-left: -0.14%;
    



}



.container_wine_global1 {
    position: absolute;
    display: flex;
    margin-left: 1%;
    gap: 3vw;
    margin-top: 7%;


    

}

.container_wine_global2 {
    position: absolute;
    display: flex;


    gap: 3vw;
    margin-top: 33%;
    margin-left: 30%;
    
    
}

.text_wine_global {
    position: absolute;
    font-size: 2vw;
    margin-top: 2%;
    margin-left: 18%;
    color: white;

}


.country1 {
    display: block;
    justify-items: center;
    
    
}

                            
.image_george {
    background-image: url("../image/george.png");
    width: 23vw;
    aspect-ratio: 327.36 / 170.06;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.5s, background-image 0.5s;
}
.image_george:hover {
    background-image: url("../image/georgeanimation.png");
    transform: scale(1.1);
}

.image_israel {
    background-image: url("../image/israel.png");
    width: 18vw;
    aspect-ratio: 227.28 / 227.28;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.5s, background-image 0.5s;
}
.image_israel:hover {
    background-image: url("../image/israelanimation.png");
    transform: scale(1.1);
}

.image_usa {
    background-image: url("../image/usa.png");
    width: 28vw;
    aspect-ratio: 350.62 / 226.02;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.5s, background-image 0.5s;
}
.image_usa:hover {
    background-image: url("../image/usaanimation.png");
    transform: scale(1.1);
}

.image_france {
    background-image: url("../image/france.png");
    width: 18vw;
    aspect-ratio: 197.46 / 198.23;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.5s, background-image 0.5s;
}
.image_france:hover {
    background-image: url("../image/franceanimation.png");
    transform: scale(1.1);
}

.image_italy {
    background-image: url("../image/italy.png");
    width: 18vw;
    aspect-ratio: 225.67 / 225.67;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.5s, background-image 0.5s;
}
.image_italy:hover {
    background-image: url("../image/italyanimation.png");
    transform: scale(1.1);
}

.image_spain {
    background-image: url("../image/spain.png");
    width: 23vw;
    aspect-ratio: 315.94 / 315.94;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.5s, background-image 0.5s;
    margin-top: -10%;
}
.image_spain:hover {
    background-image: url("../image/spainanimation.png");
    transform: scale(1.1);
}


.text_george {
    margin-top: 33%;
    font-size: 1.2vw;
    color: white;


}

.text_israel {
    margin-top: 9%;
    font-size: 1.2vw;
    color: white;


}

.text_usa {
    margin-top: 6%;
    font-size: 1.2vw;
    color: white;


}

.text_france {
    margin-top: 9%;
    font-size: 1.2vw;
    color: white;


}

.text_italy {
    margin-top: 15%;
    font-size: 1.2vw;
    color: white;


}



.text_spain {
    margin-top: 0.5%;
    font-size: 1.2vw;
    color: white;


}





#exclusive {
    position: relative;
    background-image: url("../image/rareluxury.jpg");


    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-left: -0.2%;
}

.text_container_exclusive {
    position: absolute;
    margin-top: 10%;
    margin-left: 3%;

}

.text_exclusive1 {
    font-size: 2.5vw;
    width: 30%;
    color: white;
    font-family: PLAYFAIR;
}

.text_exclusive2 {
    font-size: 1.8vw;
    width: 30%;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

#invite {
    position: relative;
    background-color: #EFEFEF;
    margin-top: -20px;
    margin-left: -8px;
    width: 100%;
    height: 100vh;
}


.container_invite1 {
    position: absolute;
    justify-items: center;
    margin-left: 1%;
    margin-top: 9%;

}

.text_invite {
    font-size: 3.2vw;
    font-family: PLAYFAIR;
}

.text_invite2 {
    font-size: 2vw;
    width: 84%;
    color: #636363;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.email_invite {
    background-color: white;
    border: 1px solid black;
    width: 500%;
    height: 6vh;
    font-size: 1.2vw;
    padding: 1.9% 0px 1.9% 2%;
}

input::placeholder {
    color: #A6A6A6;
    padding-left: 1.5%;
    font-family: Arial, Helvetica, sans-serif;
}

.button_invite {
    background-color: #292929;
    color: white;
    width: 503%;
    height: 7vh;
    font-size: 1.2vw;
    font-family: Arial, Helvetica, sans-serif;
}



.container_invite2 {
    display: grid;
    gap: 1vw;
    justify-items: center;
}



#about_us {
    position: relative;
    background-image: url("../image/fonaboutus.jpg");
    margin-top: -5.5%;
    margin-left: -0.2%;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.container_about_us {
    display: grid;
    position: absolute;
    margin-top: 80px;
    gap: 1vw;
    margin-left: 30px;
}

.text_about_us1 {
    font-size: 4vw;
    color: white;
    font-family: PLAYFAIR;
}

.text_about_us2 {
    font-size: 1.8vw;
    color: white;
    width: 40%;
    font-family: Arial, Helvetica, sans-serif;
}

.read_more {
    background-color: #ff000000;
    border: 1px solid white;
    width: 16%;
    height: 7vh;
    font-size: 2vw;
    color: white;
    font-family: PLAYFAIR;
    transition-duration: 0.5s;

    
}

.read_more:hover {

    background-color: #ffffff;
    width: 16%;
    height: 7vh;
    font-size: 2vw;
    color: rgb(0, 0, 0);
    font-family: PLAYFAIR;
    transition-duration: 0.5s;


}


#present {
    position: relative;
    margin-top: -4%;

    width: 100%;
    height: 45vh;

}


.container_present2 {
    display: flex;
    align-items: center;
    gap: 5vw;
}

.container_present3 {
    display: flex;
    align-items: center;
    gap: 5vw;
}

.container_present1 {
   
    display: grid;
    gap: 3vw;
    margin-top: 3%;
    justify-items: center;
}

.text_present {

    font-size: 2.2vw;
    color: #918C8C;
    margin-top: 7%;
    text-align: center;
    font-family: PLAYFAIR;
}




.oneplusone {
    width: 23.47%;  
    height: 3.63vh; 
}

.ut {
    width: 69.87%;  
    height: 5.88vh; 
}

.wsj {
    width: 25.33%;
    height: 7vh;
}

.reuters {
    width: 46.13%;
    height: 5.88vh;
}

.bbcua {
    width: 88%;
    height: 3.88vh;
}

.bi {
    width: 51.47%;
    height: 7.63vh;
}

.food {
    width: 23.2%;
    height: 11.25vh;
}

.nyt {
    width: 69.87%;
    height: 6.5vh;
}

.vogue {
    width: 39.73%;
    height: 4.75vh;
}

.forbes {
    width: 41.6%;
    height: 5.13vh;
}

.bloomberg {
    width: 47.47%;
    height: 4.5vh;
}

.rbk {
    width: 74.93%;
    height: 3.75vh;
}

#news {
    position: relative;
    width: 100%;
    height: 300vh;

}


.wine_news1 {

    margin-left: 62%;
    margin-top: 4%;
    width: 30%;
    aspect-ratio: 533.07 / 272;
}

.wine_news2 {
    margin-top: -3%;
    margin-left: -1%;
    width: 100%;
    aspect-ratio: 1521 / 1509.64;
}

.container_news1 {
    display: grid;
    justify-items: center;
    margin-top: -55%;
    gap: 1vw;
   margin-left: -1.3%;

}



.banner_news {
    border-radius: 5vh;

    box-shadow: 0.1em 0.1em 2.5em #00000046;

    width: 95%;
}

.text_news {
    font-size: 3vw;
    font-family: PLAYFAIR;
    color: white;
}

#reviews {
    width: 100%;
    height: 100vh;
}

.container_reviews1 {
    display: grid;
    justify-items: center;
    gap: 1vw;
    margin-top: -25%;
}

.container_reviews2 {
    display: flex;
    gap: 3vw;
    justify-content: center;
}



.text_reviews {
    color: black;
    text-align: center;
    font-size: 4vh;
    font-family: PLAYFAIR;
}

.image_reviews {
    box-shadow: 0em 0.3125em 1.75em #9b191938;
    min-width: 100%;
}


.card1 {
    background-color: #F8F8F8;
    width: 23.82%;
    height: 78.11vh;
    box-shadow: 1px 1px 18px #9b191938;
    
    
}

.card1 h1 {
    font-size: 3vh;
    font-family: PLAYFAIR;
    margin-left: 3%;
}

.card1 p {
    font-size: 1.2vh;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    width: 88%;
    margin-left: 3%;
    
}

#faq {
    position: relative;
    background-image: url("../image/fonthree.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    width: 100%;
    height: 100vh;
    margin-left: -0.2%;

}

.container_faq1 {
    max-width: 120vh;
    margin-left: 2%;
    display: grid;
    gap: 1vw;
    

}

.text_faq1 {
    color: white;
    font-size: 3vw;
    font-family: PLAYFAIR;
    

}

.container_faq2 {
    background-color: rgba(244, 11, 38, 0.3);
    border-radius: 1vh;


}

.text_faq2 {
    padding: 20px;
    color: white;
    font-weight: 500;
    font-size: 2vw;
    font-family: PLAYFAIR;
    
}



.text_faq3 {
    padding: 20px 30px;
    color: white;
    font-size: 1vw;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
}


.text_contacts2 {
    font-size: 1.67vw;         
    font-family: PLAYFAIR;
    text-align: center;

}

.container_contacts1 {
    display: flex;
    gap: 15vw;             
    margin-top: 3%;        
    justify-content: center;


}

.container_contacts2 {
    display: flex;
    gap: 2vw;
    align-items: center;             
}

.icon_contacts {
    min-height: 4vh;          
}

.text_contacts1 {
    font-size: 1.5vw;         
    font-family: PLAYFAIR;
}




.map_contacts {
    margin-top: 1%;
    width: 100%;
    height: 50vh;
    margin-left: -0.2%;
}


footer {
    background-color: #1C1A1A;
    color: white;
    position: absolute;
    width: 100%;
    height: 100vh;
    margin-left: -0.2%;
}

.container_footer1 {
    display: grid;
    justify-items: center;
    margin-top: 4.63%;
    gap: 2.6vw;

    
}

.logo_footer {
    width: 15%;
}

.container_footer_icons {
    display: flex;
    gap: 1.04vw;

}

.footer_icons {
    min-width: 4vh;
} 

.container_footer2 {
    display: flex;
    gap: 5.21vw;
}


.text_container_footer1 {
    display: block;
}


.line {
    background-color: white;
    width: 100%;
    height: 0.2vh;
}

.text_container_footer2 {
    display: flex;
    gap: 40vw;
    margin-left: 0.4%;

}

.privacy_policy_and_terms_of_use {
    display: flex;
    gap: 5vw;
}

.text_footer1 {

    font-family: PLAYFAIR;
    font-size: 1vw;
}

.text_footer2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3vw;
}

.invite_footer {
    display: block;
}

.email_invite_footer {
   display: block;
    background-color: #1C1A1A;
    border: 1px solid rgb(255, 255, 255);
    width: 90%;
    height: 5vh;
    font-size: 0.8vw;
    padding: 0.83% 0 0.83% 0.83%;
    color: white;
    font-family: Arial, Helvetica, sans-serif;


}

.button_invite_footer {
    background-color: white;
    width: 91.3%;
    height: 6vh;
    font-size: 1.2vw;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 3%;
}

@media (max-width: 768px) {

    
header {
    width: 380px;
    height: 140px;



}



.logo {
    max-width: 200px;
    margin-top: 14px;
    margin-left: 111px;
}




#burger-toggle {
    display: none;
    visibility: visible;

  }

  .burger-label {
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 10;
    position: relative;
    visibility: visible;
    margin-top: -9px;

  }

  .burger-label img {

    height: auto;
    visibility: visible;
    margin-top: 10px;

  }

  .burger-menu {
    position: fixed;
    top: 140px;
    left: 0;
    width: 210px;
    background: #1b1a1a;
    border: 1px solid #ccc;
    display: none;
    flex-direction: column;
    padding: 10px;
    visibility: visible;

  }

  #burger-toggle:checked + .burger-label + .burger-menu {
    display: flex;
    visibility: visible;

  }

  .burger-menu a {
    padding: 10px;
    text-decoration: none;
    color: #ffffff;
    border-bottom: 1px solid #eee;
    visibility: visible;
    font-size: 30px;
    font-family: PLAYFAIR;

  }





.container_menu h1{
    visibility: hidden;
}

.container_menu img {
    margin-right: -392px;



}



.icon_search {
    position: absolute;
    width: 35px;
    height: 35px;
    margin-top: 34px;
}

.icon_favourites {
    position: absolute;
    width: 38px;
    height: 35px;
    margin-top: 34px;
    margin-left: 100px;
}

.icon_basket {
    position: absolute;
    width: 34px;
    height: 39px;
    margin-top: 30px;
    margin-left: 180px;
}

.icon_login_signin {
    position: absolute;
    width: 37px;
    height: 37px;
    margin-top: 32px;
    margin-left: 260px;
}

.itemtwo {
    margin-left: -190px;
    margin-top: 2px;
}

.hover_search {
   margin-top: 82px;
   width: 14px;
}

.search_menu {
    font-size: 17px;
}

.item {
    visibility: hidden;
}


#wine_global {
    background: radial-gradient(#A93C3C, #720B0B);    
    width: 380px;
    margin-top: -1px;
    margin-left: -8px;
    height: 2350px;

}

.container_wine_global1 {
    position: absolute;
    display: grid;
    margin-left: -515px;
    gap: 100px; 
    margin-top: 150px;
    width: 1410px;
    color: white;
    justify-content: center;
    

}

.container_wine_global2 {
 
    position: absolute;
    display: grid;
    gap: 100px;
    width: 650px;
    height: 320px;
    margin-left: -120px;
    margin-top: 1630px;
    color: white;
    justify-content: center;
    
    
}


.country1 {
    display: block;
    justify-items: center;
    
}

.text_wine_global {
    position:absolute;
    color: white;
    margin-left: 10px;
    margin-top: 25px;
    font-family: PLAYFAIR;
    font-size: 20px;
    width: 350px;
    
}

.image_george {
    min-width: 222px;
}

.image_israel {
    min-width: 222px;
}

.image_usa {
    min-width: 222px;
}

.image_france {
    min-width: 222px;
}

.image_italy {
    min-width: 222px;
}

.image_spain {
    min-width: 222px;
}

.text_george {
    font-size: 30px;
}

.text_israel {
    font-size: 30px;
}



.text_usa {
    font-size: 30px;
}

.text_france {
    font-size: 30px;
}

.text_italy {
    font-size: 30px;
}

.text_spain {
    font-size: 30px;
}


#exclusive {
    position: relative;
    background-image: url("../image/rareluxury.jpg");
    width: 383px;
    height: 601px;
    margin-top: -20px;
    margin-left: -10px;
}

.text_container_exclusive {
    position: absolute;
    margin-top: 130px;
    margin-left: 20px;
    font-family: PLAYFAIR;
    background-color: #171717db;
    width: 233px;
    border: 5px solid rgb(90, 1, 1);
    
}

.text_exclusive1 {
    font-size: 25px;
    width: 300px;
    color: white;
    font-family: PLAYFAIR;
    margin-left: 13px;
}

.text_exclusive2 {
    font-size: 15px;
    width: 200px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 13px;
}

#invite {
    position: relative;
    background-color: #EFEFEF;
    margin-top: -20px;
    margin-left: -8px;
    width: 382px;
    height: 260px;
}


.container_invite1 {
    position: absolute;
    justify-items: center;
    margin-left: -1px;
    margin-top: 10px;

}

.text_invite {
    font-size: 12px;
    font-family: PLAYFAIR;

}

.text_invite2 {
    font-size: 10px;
    width: 380px;
    color: #636363;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.email_invite {
    background-color: white;
    border: 1px solid black;
    width: 315px;
    height: 22px;
    font-size: 10px;
    padding: 9px 0px 9px 16px;
}

input::placeholder {
    color: #A6A6A6;
    padding-left: 5px;
    font-family: Arial, Helvetica, sans-serif;
}

.button_invite {
    background-color: #292929;
    color: white;
    width: 332px;
    height: 40px;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: -10px;
}



.container_invite2 {
    display: grid;
    gap: 17px;
}


#about_us {
    position: relative;
    background-image: url("../image/fonaboutus.jpg");
    width: 770px;
    height: 618px;
    margin-top: -31px;
    margin-left: -400px;
}

.container_about_us {
    display: grid;
    position: absolute;
    margin-top: 150px;
    gap: 10px;
    margin-left: 410px;
    background-color: #171717db;
    width: 303px;
    height: 363px;
    border: 5px solid rgb(90, 1, 1);
}

.text_about_us1 {
    font-size: 25px;
    color: white;
    font-family: PLAYFAIR;
    margin-left: 10px;
}

.text_about_us2 {
    font-size: 14px;
    color: white;
    width: 270px;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 10px;
}

.read_more {
    background-color: #ff000000;
    border: 1px solid white;
    width: 171px;
    height: 28px;
    font-size: 14px;
    color: white;
    font-family: PLAYFAIR;
    transition-duration: 0.5s;
    margin-left: 10px;
    
}

#present {
    position: relative;
    margin-top: -150px;
    margin-left: -8px;
    width: 1521px;

}


.container_present2 {
    display: grid;
    gap: 40px;

    
}

.container_present3 {
    display: grid;

    gap: 50px;
    
}

.container_present1 {
    margin-left: -1170px;
}

.text_present {
    font-size: 22px;
    color: #918C8C;
    margin-top: 180px;
    text-align: center;
    font-family: PLAYFAIR;
    margin-left: -1292px;
    
}


.oneplusone {

    width: 88px; 
    height: 29px;
}


.ut {

    width: 262px; 
    height: 47px;

}



.wsj {

    width: 95px; 
    height: 56px;

}


.reuters {

    width: 173px; 
    height: 47px;

}


.bbcua {

    width: 330px; 
    height: 31px;


}


.bi {

    width: 193px; 
    height: 61px;


}


.food {

    width: 87px; 
    height: 90px;


}

.nyt {

    width: 262px; 
    height: 52px;

}


.vogue {

    width: 149px; 
    height: 38px;

}


.forbes {

    width: 156px; 
    height: 41px;

}

.bloomberg {

    width: 178px; 
    height: 36px;

}

.rbk {

    width: 281px; 
    height: 30px;

}

#news {
    position: relative;
    height: 733px;;
    margin-top: 700px;
}


.wine_news1 {
    position: absolute;
    width: 133.07px;
    height: 67.94px;        
    margin-left: 235px;
    margin-top: 32px;
}

.wine_news2 {
    margin-top: 89px;
    margin-left: -7px;
    width: 392px;
    height: 575.29px;
}

.container_news1 {
    display: grid;
    justify-items: center;
    margin-top: -297px;
    margin-left: -48px;
    gap: 2px;

}



.banner_news {
    border-radius: 10px;
    box-shadow: 1px 1px 38px #00000046;
    margin-top: -1px;
    max-width: 352px;
}

.text_news {
    font-size: 24px;
    font-family: PLAYFAIR;
    color: white;
}



#reviews {
    height: 1920px;
}

.container_reviews1 {
    display: grid;
    justify-items: center;
    gap: 30px;
    margin-top: -60px;
    margin-left: -32px;
}

.container_reviews2 {
    display: grid;
    gap: 35px;
    justify-content: center;
}

.container_reviews3 {
    display: flex;
    gap: 34px;

}

.icon_reviews {
    max-width: 43px;
}

.text_reviews {
    color: black;
    text-align: center;
    font-size: 22px;
    font-family: PLAYFAIR;
}

.image_reviews {
    box-shadow: 0px 5px 28px #9b191938; 
    max-width: 243px;
}


.card1 {
    background-color: #F8F8F8;
    width: 243px;
    height: 576.21px;
    
    box-shadow: 1px 1px 18px #9b191938;
    
    
}

.card1 p {
    font-size: 11px;
}

#faq {
    position: relative;
    background-image: url("../image/fonthree.png");

    width: 878px;
    height: 818px;
    margin-left: -500px;
    margin-top: 55px;

    
}


.container_faq1 {
    position:absolute;
    display: grid;
    gap: 22px;
    margin-top: 30px;
    margin-left: 510px;
    max-width: 280px;
    
}

.text_faq1 {
    color: white;
    font-size: 32px;
    font-family: PLAYFAIR;
}

.container_faq2 {
   background-color: #870a19;


}

.text_faq2 {
    padding: 22px;
    color: white;
    cursor: pointer;
    font-weight: 300;
    font-size: 16px;
}

.text_faq3 {

    color: white;
    font-size: 16px;
    width: 200px;
}

.text_contacts2 {
    font-size: 32px;
    font-family: PLAYFAIR;
    margin-left: -232px;
}



.container_contacts1 {
    display: grid;
    gap: 19px;
    margin-top: -10px;
    margin-left: -70px;
}

.container_contacts2 {
    display: grid;
    gap: 3px;


    
}

.icon_contacts {
    max-height: 40px;

}

.text_contacts1 {
    font-size: 24px;
    font-family: PLAYFAIR;

}

.map_contacts {
    margin-top: 20px;
    width: 373px;

}

footer {
    background-color: #1C1A1A;
    color: white;
    position: absolute;
    width: 371px;
    height: 1600px;
}

.container_footer1 {
    display: grid;
    justify-items: center;
    margin-top: 40px;
    gap: 50px;
    
}

.logo_footer {
    min-width: 250px;
}



.container_footer_icons {
    display: flex;
    gap: 20px;

}

.container_footer2 {
    display: grid;
    gap: 20px;
}


.text_container_footer1 {
    display: block;
    justify-items: center;
}


.line {
    background-color: white;
    width: 1513px;
    height: 1px;
    margin-top: 43px;
}

.text_container_footer2 {
    display: grid;
    gap: 7px;
    margin-left: 20px;
    margin-top: 26px;
}

.privacy_policy_and_terms_of_use {
    display: grid;
    gap: 3px;
}

.text_footer1 {

    font-family: PLAYFAIR;
    font-size: 23px;
}

.text_footer2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}


.invite_footer {
    display: grid;
    justify-items: center;
    
}

.invite_footer h5 {
    width: 300px;
    margin-left: 49px;
}

.email_invite_footer {
   display: block;
    background-color: #1C1A1A;
    border: 1px solid rgb(255, 255, 255);
    width: 325px;
    height: 18px;
    font-size: 15px;
    padding: 9px 0px 9px 16px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;


}

.button_invite_footer {
    background-color: white;
    width: 345px;
    height: 38px;
    font-size: 16px;
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
}   



}