@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Georgian:wght@100..900&family=Paytone+One&display=swap');




@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

html, body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
  }
  
:root{
    --primary-font:Merriweather ;
    --secondary-font:Noto Sans Georgian ;
    --primary-color:#135AFD;
    --secondary-color:#FFFF00;
}

.customNav2{
    font-size: 50px;
    font-weight: 350;
    font-family: var(--secondary-font);
}
.navbar{
    padding-top: 0;
}
.navbar-nav{
    margin-left: 170px;
}
.nav-link{
    padding-bottom: 0;
    padding-top: 0;
    transition: all 0.5s;
    color: white;
}
.nav-link:hover{
    background-color: blue;
    border-radius: 20px;
   
}



.about_top{
    background: url("../images/aboutPage.jpg");
    width: 100%;
    height: 500px;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}


.about_heading{
    font-family: var(--primary-font);
    font-size: 50px;
}
.about_para{
    padding-top: 14rem;
    font-family: var(--secondary-font);
}

.who1{
      width: 40%;
      height: 350px;
      text-align: center;
      margin-top: 11rem;
}
.who2{
     width: 60%;
     height: 350px;
}
.who_heading{
    font-family: var(--primary-font);
    font-size: 60px;
}
.who_para{
    font-family: var(--secondary-font);
    line-height: 2 ;
}


.goal1{
     width: 40%;
     height: 500px;
}
.goal2{
    width: 60%;
    height: 500px;
}

.goalImg{
    margin-top: 55px;
    height: 400px;
    width: 500px;
    border-radius: 20px;
}

.values_heading{
    font-family: var(--primary-font);
    font-size: 60px;
}



/* inverted border */

.about_inverted_border{
    /* inverted border */
    position: relative;
    width: 100%;
    margin-top: -11px;  
}
/* inverted border */
.about_inverted_border::after, .about_inverted_border::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 40px;
    z-index: 1;
}
.about_inverted_border::after{
    background: rgb(0, 13, 26);
    top: 0;
    right: 0;
    border-top-right-radius: 40px;
    box-shadow: 40px 0 0 var(--primary-color);
}
.about_inverted_border::before{
    height: 80px;
    width: 40px;
    background: transparent;
    bottom: 100%;
    left: 0;
    border-bottom-left-radius: 40px;
    box-shadow: 0 40px 0 rgb(0, 13, 26);
}






.who{
    /* inverted border */
    position: relative;
    width: 100%;
    margin-top: -40px;
}

/* inverted border */
.who::after, .who::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 40px;
    z-index: 1;
}
.who::after{
    background: white;
    top: 0;
    right: 0;
    border-top-right-radius: 40px;
    box-shadow: 40px 0 0 black;
}
.who::before{
    height: 80px;
    width: 40px;
    background: transparent;
    bottom: 100%;
    left: 0;
    border-bottom-left-radius: 40px;
    box-shadow: 0 40px 0 white;
}

.goal{
    /* inverted border */
    position: relative;
    width: 100%;
    margin-top: -40px;
}
/* inverted border */
.goal::after, .goal::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 40px;
    z-index: 1;
}
.goal::after{
    background: var(--primary-color);
    top: 0;
    right: 0;
    border-top-right-radius: 40px;
    box-shadow: 40px 0 0 white;
}
.goal::before{
    height: 80px;
    width: 40px;
    background: transparent;
    bottom: 100%;
    left: 0;
    border-bottom-left-radius: 40px;
    box-shadow: 0 40px 0 var(--primary-color);
}


.values{
    margin: 0;
    padding: 0;
    /* inverted border */
    position: relative;
    width: 100%;
    margin-top: -40px;
}
/* inverted border */
.values::after, .values::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 40px;
    z-index: 1;
}
.values::after{
    background: white;
    top: 0;
    right: 0;
    border-top-right-radius: 40px;
    box-shadow: 40px 0 0 var(--primary-color);
}
.values::before{
    height: 80px;
    width: 40px;
    background: transparent;
    bottom: 100%;
    left: 0;
    border-bottom-left-radius: 40px;
    box-shadow: 0 40px 0 white;
}


/* responsive design */

@media only screen and (max-width:475px){
    .about_heading{
        font-size: 30px;
    }
    .about_para{
        font-size: 20px;
        padding-top: 0;
    }
    .responsive_about_para{
        color: black;
        font: bold;
        font-weight: 600;
    }
    .who{
        display: flex;
        flex-direction: column;
        /* text-align: center; */
    }
    .who1{
        width: 100%;
        height: 100%;
        margin-top: 30px;
    }
    .who2{
        width: 100%;
        height: 100%;
    }
    .who_heading{
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 15px;
        text-align: left;
    }
    .who_para{
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
     }

    .goal{
        display: flex;
        flex-direction: column;
        /* text-align: center; */
    }
    .goal_heading{
        /* text-align: center; */
        font-size: 30px;

    }
    .goal1{
        width: 100%;
        height: 100%;
    }
    .goal2{
        width: 100%;
        height: 100%;
    }
    .goalImg{
        display: none;
    }

    .values{
        display: flex;
        flex-direction: column;
        /* text-align: center; */
    }
    .values_para{
       padding-bottom: 30px;
       padding-left: 20px;
       padding-right: 20px;
       padding-top: 0;
    }
    .values_heading{
        text-align: start;
        padding-left: 20px;
        margin-bottom: 0;
    }
}