*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
}

html{
    scroll-behavior: smooth;
}

:root{
    --bluu-color:#11679a;
}

body{
    text-transform: capitalize;
    font-family: 'Titillium Web', sans-serif;
}

ul{
    list-style: none;
    gap: 30px;
}

.contenar{
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width:767px){
    .contenar{
    width: 750px;
    }
}


@media (min-width:992px){
    .contenar{
    width: 970px;
}

}


@media (min-width:1200px){
    .contenar{
    width: 1170px;
}

}

.head{
    margin: 15px;
    background-color: var(--bluu-color);
    border-bottom-left-radius: 20px 18px;
    border-bottom-right-radius: 20px 18px;
    border-top-right-radius: 20px 18px;
    border-top-left-radius: 20px 18px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.head .top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    border-bottom: 2px solid #fff;
    
}
.head .top .logo{
    color: white;
    display: flex; 
    align-items: center;
    margin-bottom: 10px;
}
.head .top .logo img{
    width: 40px;
    border-radius: 50%;
    margin-right: 10px;
}
.head .top .logo h1{
    margin: 0;
}
.head .top .link{
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
}
.head .top .link .icon{
    flex-wrap: wrap;
    width: 30px;
    display: none;
    cursor: pointer;
}
.head .top .link .icon span{
    width: 100%;
    height: 3px;
    background-color: black;
    margin-bottom: 5px;
    border-radius: 25%;
}
.x{
    transition: 0.5s;
}
.x .none{
    display: none;
}
.head .top .link .x span{
    transform: rotate(45deg);
    margin: -2px;
    transition: 0.5s;
}
.head .top .link .x span:last-child{
    transform: rotate(-45deg);
}
.head .top .link nav ul{
    display: flex;
}
.head .top .link nav ul li a{
    text-decoration: none;
    color: white;
    font: 20px;
    transition: 0.5s;
}
.head .top .link nav ul li a:hover{
    opacity: 0.5;
}
@media(max-width:767px){
    .head .top .link .icon{
        display: flex;
    }
    .head .top .link nav ul{
        display: none;
        position: absolute;
        background: #333;
        right: 0;
        width: 200px;
        height: 120px;
        top: 30px;
        padding: 10px;
        transition: 0.5s;
    }
    .head .top .link nav ul::before{
        content: "";
        position: absolute;
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent #333 transparent;
        top: -19px;
        right: 0;
    }
    .head .top .link nav ul li{
        width: 100%;
        padding-bottom: 20px;
        text-align: center;
    }
}
.landing{
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
}
.landing .text{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.landing .text p {
    color: white;
    line-height: 2;
    font-size: 19px;
}
.landing .img{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.landing .img img{
    width: 70%;
    border-radius: 50%;
}
@media(max-width:767px){
    .landing{
        flex-wrap: wrap;
        margin-bottom: 20px;
    }   
    .landing .text{
        width: 100%;
        margin-bottom: 20px;
    }
    .landing .img{
        width: 100%;
    }
    .landing .img img{
        width: 80%;
    }
}
.timeline{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
}
.timeline .time{
    width: 100%;
    border-bottom: 2px solid #344A58;
    color: #344A58;
    display: flex;
    justify-content: center;
    align-items: center;
}
.timeline .time h1{
    margin: 0;
}
.timeline .cele{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}
.timeline .cele .all{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}
.timeline .cele .all .sec{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    width: 200px;
    height: 60px;
   border-radius: 100px;
    margin-right: 8px;
}
.timeline .cele .all .sec .span{
    width: 70%;
}
.timeline .cele .all .sec .span span{
    font-size: 11px;
    padding-left: 6%;
    color: aliceblue;
    display: block;
    width: 100%;
    line-height: 12px;
}
.timeline .cele .all .sec .white{
    margin-right: -5px;
    background-color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.timeline .cele .all .sec .white .number{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.timeline .cele .all .dot{
    width: 2px;
    height: 2px;
    margin-right: 1px;
    background-color: black;
}
.timeline .cele .all .rrr{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: black;
}
.line{
    font-size: 14px;
}
.flex{
    flex-direction: row-reverse;
}
.timeline .cele .all .flex{
    margin: 0 0 0 8px;
}
.timeline .cele .all .flex span{
    padding: 0 20px 0 0 !important;
}
.flex .white{
    margin: 0 0 0 -5px !important;
}
.flex .dot{
    margin: 0 0 0 1px !important;
}
.flex .rrr{
    margin: 0 0 0 10px !important;
}
.color1{
    background-color: #D7A05B;
}
.color1110{
    color: #D7A05B;
}
.color2{
    background-color: #D69253;
}
.color20{
    color: #D69253;
}
.color3{
    background-color: #D67564;
}
.color30{
    color: #D67564;
}
.color4{
    background-color: #AD5553;
}
.color40{
    color: #AD5553;
}
.color5{
    background-color: #CE6573;
}
.color50{
    color: #CE6573;
}
.color6{
    background-color: #9C4152;
}
.color60{
    color: #9C4152;
}
.color7{
    background-color: #6A597B;
}
.color70{
    color: #6A597B;
}
.color8{
    background-color: #005D6C;
}
.color80{
    color: #005D6C;
}
.color9{
    background-color: #527974;
}
.color90{
    color: #527974;
}
.color10{
    background-color: #649AA4;
}
.color100{
    color: #649AA4;
}
.color11{
    background-color: #75846D;
}
.color110{
    color: #75846D;
}
.color12{
    background-color: #6D945D;
}
.color120{
    color: #6D945D;
}
.color13{
    background-color: #D7A05B;
}
.color130{
    color: #D7A05B;
}
.cele p{
    margin-top: 50px;
    margin-bottom: 50px;
    color: #D7A05B;
}
.timeline .cele .all .sec .topic{
    font-size: 16px !important;
}