@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&family=Ubuntu:wght@400;700&display=swap');


html,body{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
body{
    height:100vh;
    font-family: "poppins";
}
.container{
    display: grid;
    grid-template-areas: "header" "main" "footer";
    grid-template-rows: 5rem 1fr 5rem;
    grid-template-columns: 1fr;
    height:100%;
}

.burgerr-pile .fa-bars{
    color: yellow;
    font-size: 40px;
    position: absolute;
    top:10px;
    right:30px;
    display: none;
}

.top-header{
    grid-area: header;
    background-color: white;
    display: flex;
    justify-content: space-between;
}
main{
    grid-area: main;
    padding: 1rem;
    margin:0;
    padding:0;
}
 footer{
    grid-area: footer;
    background-color: #203040;
    color:#ffffff;
    display: flex;
    justify-content: center;
}
footer p{
    margin:20px auto;
}
.header-list{
    position: relative;
    margin:0;
    padding:0;
}

.header-list ul{
    list-style: none;
    display:flex;
    background-position: 100%;
    float: right;
    margin:0;
    padding:0;
}
.header-list ul li{
    font-size: 18px;
    margin:20px 20px;
    position: relative;
}
.header-list ul li ul li{
    margin:0;
    float: none;
}
.header-list ul li a{
    text-decoration: none;
    font-weight: 500;
    color: #203040;
}

.header-list ul li ul li a{
    color:#ffffff;
}

.top-header img{
    max-width:100%;
    max-height: 100%;
    border-radius: 20px;
    position: relative;
    margin-left:40px;
}
.main-background{
    margin-left:0;
    width:100%;
    height:100vh;
    background: #203040;
    color:#fff;
    z-index: -1;
    border-top: 4px solid #203040;
}
.main-background img{
    width: 100%;
    max-height: 500px;
}
ul ul li{
    margin:0;
    padding:0;
    line-height: 40px;
    z-index: -1;
    visibility: hidden;
}
ul li ul{
    position: absolute;
    top:40px;
    flex-direction: column;
    margin: 0;
    padding:0;
    display: none;
}
ul li:hover ul{
    visibility: visible;
    z-index:1;
    display: block;
}
ul li:hover ul li{
    visibility: visible;
}
ul ul li:hover{
    background-color: lightblue;
}

.column{
    float: left;
    height:100vh;
    position: relative;
}
.left{
    width:40%;
}
.right{
    width:60%;
}
.row:after{
    display:table;
    content:"";
    clear: both;

}
.column-2-container{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
img.outside-box{
    width:400px;
    height:500px;
}

p.para{
    line-height: 23px;
    opacity: .5;
    margin:0px 15px;
}

.main-background h2{
    position:absolute;
    top:50%;
}
.twoo{
    display: table;
    vertical-align:center;
}
.second-right{
    display: table;
    margin-top:150px;
}
.para-box{
    max-width:730px;
}
.fab{
    font-size: 32px ;
    margin: 10px 10px;
}
.fa-instagram{ 
    border-radius: 6px;
    color:#ffffff;
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    }

.icons-container{
    display: table;
    margin:0px auto;
}
.fa-youtube{
    background: white;
    color:red;
}
.fa-linkedin{
    background: #fff;
    color:purple;
}
.fa-facebook-square{
    background: #fff;
    color: #7f63f8;;
}
.three-card{
    display: flex;
    text-align: center;
    flex-wrap: wrap;
}
.four{
    position: relative;   
}
.four-background{
    background-image: url('../images/torres-del-paine-mountains-granite-granite-rock-57456.jpeg');
    background-color: purple;
    background-position: center;
    background-size: cover;
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    filter: brightness(30%);
    z-index: -1;
}

.four:after
{
content:".";
display:block;
clear:both;
visibility:hidden;
}
.four-content{
    padding-top:30px;
}
.card{
    width:27%;
    max-height:450px;
    background:#fff;
    text-align: center;
    margin-left:30px;
    margin-top:30px;
}

.fifty{
    width:40%;
    max-height:660px;
}


.one-card-content{
    padding-top:60px;
}
.four-card{
    width:27%;
    max-height:400px;
    background:#fff;
    text-align: center;
    border-radius: 20px;
    margin-left:30px;
}

.two-left-card{
    margin-left:70px;
}
.one-card-content i{
    padding:20px 0;
}
.one-card-content .fas{
    position: absolute;
    top:0;
    margin: -40px -40px;
}
.logo-background-width{
    width:180px;
}
.drop-down-icon::after{
    content: '\f0dd';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin:0px 0px 0px 10px;
    text-decoration:none;
    color:#203040;
 
}

header .menu-btn{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height:80px;
    z-index: 1;
    transition:all .5s ease-in-out;
    top:30px;
    right: 0;
    display: none;
    cursor: pointer;
}
header .menu-btn .menu-btn_burger{
    z-index: 1;
    width:40px;
    height:6px;
    background: crimson;
    border-radius: 5px;
    transition: all .3s linear;
}
header .menu-btn .menu-btn_burger::before,
header .menu-btn .menu-btn_burger::after{
    content: "";
    position: absolute;
    width:40px;
    height:6px;
    background: crimson;
    transition: all .3s linear;
}
header .menu-btn .menu-btn_burger::before{
    transform: translateY(-16px);
}
header .menu-btn .menu-btn_burger::after{
    transform: translateY(16px);
}
header .menu-btn.open .menu-btn_burger{
    transform: translateX(-50px);
    background: transparent;
    box-shadow: none;
}
header .menu-btn.open .menu-btn_burger::before{
    transform: rotate(45deg) translate(35px,-35px);
}
header .menu-btn.open .menu-btn_burger::after{
    transform: rotate(-45deg) translate(35px,35px);
}