@import url('https://fonts.googleapis.com/css2?family=Lexend+Zetta:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;300;400;500;600;700;800;900&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Lexend', sans-serif;
    background-color: rgb(242, 242, 242);
    overflow-x: hidden;
    caret-color: transparent;
}

ul{
    list-style: none;
}

a{
    text-decoration: none;
}

h1{
  font-family: 'Lexend Zetta', sans-serif;
  font-size: 13px;
  font-weight: bold;
}

h2{
  font-family: 'Lexend Zetta', sans-serif;
  font-size: 12px;
  font-weight: normal;
}
h3{
  font-family: 'Lexend Zetta', sans-serif;
  font-size: 13px;
  font-weight: bold;
}
.title{
  font-family: 'Lexend Zetta', sans-serif;
  font-size: 13px;
  font-weight: normal;
}
h4{
  font-family: 'Lexend Zetta', sans-serif;
  font-size: 14px;
  font-weight: normal;
}
h5{
  font-size: 12px;
  font-weight:300;
}
p{
  font-size: 11px;
  font-weight:300;
}
.nav-link > a{
  font-family: 'Lexend Zetta', sans-serif;
  font-weight: bold;
}
hr.card{
margin-top: 0px;
background: #000000;
border-width: 1px;
}
header{
    position: fixed;
    top: 0px;
    background-color: #F2F2F2;
    width: 100%;
    z-index: 1000;
}

.mt-6,
.my-6 {
  margin-top: 1.875rem !important;
}

#preloader{
  background: #000;
  height: 100vh;
  width: 100%;
  position: absolute;
  z-index: 100;
}
.container{
    max-width: 65rem;
    padding: 0 1.5rem;
    margin: 0 auto;
    display: flex;
    position: relative;
}
.overlay{
  width: 100%;
}
footer{
  background-color: #000000;
  height: 120px;
  margin-top: 50px;
}
.logo-container{
    flex: 1;
    display: flex;
    align-items: center;
}
.main-img{
  margin-top: 80px;
  border-bottom-left-radius: 130px;
}
.nav-btn{
    flex: 3;
    display: flex;
    margin-top: 20px;
}

.nav-links{
    flex: 2;
}

.log-sign{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.logo{
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 3rem;
}

.logo span{
    font-weight: 300;
}

.btn{
    display: inline-block;
    padding: .5rem 1.3rem;
    font-size: .8rem;
    border: 2px solid #fff;
    border-radius: 2rem;
    line-height: 1;
    margin: 0 .2rem;
    transition: .3s;
    text-transform: uppercase;
}

.btn.solid, .btn.transparent:hover{
    background-color: #fff;
    color: #69bde7;
}

.btn.transparent, .btn.solid:hover{
    background-color: transparent;
    color: #fff;
}

.nav-links > ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.nav-link{
    position: relative;
}

.nav-link > a{
    line-height: 3rem;
    color: #000000;
    padding: 0 .1rem;
    letter-spacing: 1px;
    font-family: 'Lexend Zetta', sans-serif;
    font-weight: 600;
    font-size: .75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
}

.nav-link > a > i{
    margin-left: .2rem;
}

.nav-link:hover > a{
    transform: scale(1.1);
}

/* Button Circle */
.btn-rounded-circle {
  border-radius: 50%;
}

/* Button Icon */
.btn {
  text-transform: uppercase;
  box-shadow: none !important;
  padding: 0.3125rem 1rem;
}
.btn.btn-square {
  border-radius: 0px;
}
.btn.btn-pill {
  border-radius: 20px;
}
@media (min-width: 768px) {
  .btn.btn-pill {
    border-radius: 30px;
  }
}
@media (min-width: 768px) {
  .btn {
    padding: 0.56rem 1.5rem;
  }
}
.btn-icon {
  width: 43px;
  height: 43px;
  padding: 0.312rem 0.625rem;
  color: #ffffff;
  font-size: 1.25rem;
}
.btn-icon:hover {
  color: #ffffff;
}

.btn-icon-stamped {
  width: 48px;
  height: 48px;
  padding: 0.312rem 0.625rem;
  color: #ffffff;
  font-size: 1.25rem;
}
.btn-icon-stamped:hover {
  color: #ffffff;
}

.dropdown{
    position: absolute;
    top: 100%;
    left: 0;
    width: 10rem;
    transform: translateY(10px);
    opacity: 0;
    pointer-events: none;
    transition: .5s;
}

.dropdown ul{
    position: relative;
}

.dropdown-link > a{
    display: flex;
    background-color: #fff;
    color: #3498db;
    padding: .5rem 1rem;
    font-size: .9rem;
    align-items: center;
    justify-content: space-between;
    transition: .3s;
}

.dropdown-link:hover > a{
    background-color: #3498db;
    color: #fff;
}

.dropdown-link:not(:nth-last-child(2)){
    border-bottom: 1px solid #efefef;
}

.dropdown-link i{
    transform: rotate(-90deg);
}

.arrow{
    position: absolute;
    width: 11px;
    height: 11px;
    top: -5.5px;
    left: 32px;
    background-color: #fff;
    transform: rotate(45deg);
    cursor: pointer;
    transition: .3s;
    z-index: -1;
}

.dropdown-link:first-child:hover ~ .arrow{
    background-color: #3498db;
}

.dropdown-link{
    position: relative;
}

.dropdown.second{
    top: 0;
    left: 100%;
    padding-left: .8rem;
    cursor: pointer;
    transform: translateX(10px);
}

.dropdown.second .arrow{
    top: 10px;
    left: -5.5px;
}

.nav-link:hover > .dropdown,
.dropdown-link:hover > .dropdown{
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
}

.hamburger-menu-container{
    flex: 1;
    display: none;
    align-items: center;
    justify-content: flex-end;
}

.hamburger-menu{
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hamburger-menu div{
    width: 1.6rem;
    height: 3px;
    border-radius: 3px;
    background-color:#91B9C3;
    position: relative;
    z-index: 1001;
    transition: .5s;
}

.hamburger-menu div:before,
.hamburger-menu div:after{
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    background-color: #91B9C3;
    border-radius: 3px;
    transition: .5s;
}

.hamburger-menu div:before{
    transform: translateY(-7px);
}

.hamburger-menu div:after{
    transform: translateY(7px);
}

#check{
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    z-index: 90000;
    cursor: pointer;
    opacity: 0;
    display: none;

}

#check:checked ~ .hamburger-menu-container .hamburger-menu div{
    background-color: transparent;
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div:before{
    transform: translateY(0) rotate(-45deg);
    background-color: #91B9C3;
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div:after{
    transform: translateY(0) rotate(45deg);
    background-color: #91B9C3;
}
.show{
  display: none;
}
.circle{
  border-radius: 100%;
  width: 150px;
  height: 150px;
  margin-top: 72px;
  margin-left: -2px;
  background-color: rgb(242, 242, 242);
  padding: 4px;
  object-fit: cover;
}
.profilesocial-icons a {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #6CB4C0;
    border-radius: 100px;
    color: white;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.profilesocial-icons a:hover {
    background-color: #CAD6D6;
    color: white;
}
.profilesocial-iconsdefault a {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(242, 242, 242);
    border-radius: 100px;
    color: white;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.profilesocial-iconsdefault a:hover {
    background-color: #fff;
    color: white;
}
.prSocial{
  padding-right: 0px;
}
.social-icons a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #6CB4C0;
    border-radius: 100px;
    color: white;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
}

.social-icons a:hover {
    background-color: #CAD6D6;
    color: white;
}
.photo{
  width: 400px; height: 400px; object-fit: cover;
}
.mar-top{
  margin-top: 30px;
}
.heig-60{
  height: 60px;
}
@keyframes animation{
    from{
        opacity: 0;
        transform: translateY(15px);
    }
    to{
        opacity: 1;
        transform: translateY(0px);
    }
}

@media (max-width: 920px){
    .hamburger-menu-container{
        display: flex;
    }

    #check{
        display: block;
    }
    .main-img{
      margin-top: 80px;
      border-bottom-left-radius: 55px;
    }
    footer{
      background-color: #000000;
      height: 80px;
      margin-top: 10px;
    }
    .prSocial{
      padding-right: 70px;
    }
    .social-icons a {
        width: 20px;
        height: 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: #6CB4C0;
        border-radius: 100px;
        color: white;
        margin-top: 10px;
        margin-left: 5px;
        margin-right: 5px;
        font-size: 10px;
    }

    .social-icons a:hover {
        background-color: #CAD6D6;
        color: white;
    }
    .nav-btn{
        position: fixed;
        height: 310px;
        top: 5rem;
        left: 0px;
        width: 50%;
        float: right;
        background-color: rgb(0, 0, 0,0.8);
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        overflow-x: hidden;
        overflow-y: auto;
        transform: translateX(200%);
        transition: .65s;
        border-bottom-left-radius: 50px;
        margin-top: 0px;
    }

    #check:checked ~ .nav-btn{
        transform: translateX(100%);
    }

    #check:checked ~ .nav-btn .nav-link,
    #check:checked ~ .nav-btn .log-sign{
        animation: animation .5s ease forwards var(--i);
    }

    .nav-links{
        flex: initial;
        width: 100%;
    }

    .nav-links > ul{
        flex-direction: column;
    }

    .nav-link{
        width: 100%;
        opacity: 0;
        transform: translateY(15px);
    }

    .nav-link > a{
        line-height: 1;
        padding: 10px;
        margin-right: 10px;
        color: #ffffff;
        float: right;
        font-size: 11px;
    }

    .show{
      display: block;
    }

    .nav-link > img{
      height: 40px;
      width: 40px;
      float: right;
      margin-top: 10px;
      margin-right: 10px;
    }

    .dropdown, .dropdown.second{
        position: initial;
        top: initial;
        left: initial;
        transform: initial;
        opacity: 1;
        pointer-events: auto;
        width: 100%;
        padding: 0;
        background-color: #3183ac;
        display: none;
    }

    .nav-link:hover > .dropdown,
    .dropdown-link:hover > .dropdown{
        display: block;
    }

    .nav-link:hover > a > i,
    .dropdown-link:hover > a > i{
        transform: rotate(360deg);
    }

    .dropdown-link > a{
        background-color: transparent;
        color: #fff;
        padding: 1.2rem 2rem;
        line-height: 1;
    }

    .dropdown.second .dropdown-link > a{
        padding: 1.2rem 2rem 1.2rem 3rem;
    }

    .dropdown.second .dropdown.second .dropdown-link > a{
        padding: 1.2rem 2rem 1.2rem 4rem;
    }

    .dropdown-link:not(:nth-last-child(2)){
        border-bottom: none;
    }

    .arrow{
        z-index: 1;
        background-color: #69bde7;
        left: 10%;
        transform: scale(1.1) rotate(45deg);
        transition: .5s;
    }

    .nav-link:hover .arrow{
        background-color: #50a9d6;
    }

    .dropdown .dropdown .arrow{
        display: none;
    }

    .dropdown-link:hover > a{
        background-color: #3a91bd;
    }

    .dropdown-link:first-child:hover ~ .arrow{
        background-color: #50a9d6;
    }

    .nav-link > a > i{
        font-size: 1.1rem;
        transform: rotate(0deg);
        transition: .7s;
    }

    .dropdown i{
        font-size: 1rem;
        transition: .7s;
    }

    .log-sign{
        flex: initial;
        width: 100%;
        padding: 1.5rem 1.9rem;
        justify-content: flex-start;
        opacity: 0;
        transform: translateY(15px);
    }
    .photo{
      width: 150px; height: 150px; object-fit: cover;
    }
}
