@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
:root{
    --blue: #00adef;
	--yellow: #ffc835;
}
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:100%;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after { clear:both;}

img {max-width:100%;	vertical-align:bottom;}

a:hover {text-decoration:none;}

a:focus {outline:0;text-decoration:none;}

a:hover, a:active {	outline:0;}

input:focus, textarea:focus, button:focus {	outline:0;	border:0;}

ul,li,h1,h2,h3,h4,h5,h6 {list-style-type:none;margin:0;padding:0}

h1      {font-size: 45px;line-height: 52px;}
h2		{font-size: 34px;line-height: 40px;}
h3      {font-size: 24px;line-height: 32px;}

.bold{font-weight: 700;}

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

a{display: inline-block;text-decoration: none;}
a:hover{color:#000}
h1,h2 {
    font-family: 'Impact';
}
ul,li,h1,h2,h3,h4,h5 
{
    list-style-type:none;
    margin:0;
    padding:0
}
span{display: inline-block;}
body {
    font-size: 18px;
    color: #272727;
    line-height: 26px;
  font-family: "Poppins", sans-serif;
}

@font-face {
    font-family: 'Impact';
    src: url('../css/Impact.ttf');
}
.container{
    width: 98%;
    max-width: 1140px;
}

/*------------------------------------*\
                HEADER
\*------------------------------------*/
.header{
    position: absolute;
    width: 100%;
    z-index: 9;
}
.social-link{
    display: flex;
    gap: 10px;
}
.social-link a{
    width: 40px;
    height: 40px;
    min-width: 40px;
    background-color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--blue);
    border-radius: 50%;
}
.header-btn{
    background-color: #fff;
    border-radius: 30px;
    padding: 10px 40px;
    font-weight: 600;
    color: #000;
}
/*------------------------------------*\
                FOOTER
\*------------------------------------*/
.footer{
    background: #2d2d2d;
}
/*------------------------------------*\
                INDEX
\*------------------------------------*/
.banner {
    position: relative;
}
.banner-text{
    position: absolute;
    top: 25%;
/*    max-width: 520px;*/
}
.about-section p{
    padding-bottom: 20px;
}
.banner-slider .owl-dots .owl-dot span {
    background: #eaeaea;
    width: 15px;
    height: 15px;
}
.banner-slider .owl-dots .owl-dot.active span, .banner-slider .owl-dots .owl-dot:hover span {
    background: var(--yellow)
}

.img-slider .owl-nav {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.img-slider img{
    border-radius: 30px;
}
.img-slider .owl-nav button{
    background-color: #ffffffa6 !important;
    width: 55px;
    height: 55px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    margin: 0 25px 25px 25px !important;

}
.madison-section{
    background: #f2f2f2;
}
.person-section{
    background: url('../image/Plane_and_Line.png') no-repeat center;
    background-size: 65%;
}






























