/* GENERAL */

@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');


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

.icon {
    width: 50px;
    height: 50px;
    background-color: rgba(52, 58, 64, 0.5);
    text-align: center;
    color: white;
    line-height: 50px;
    border-radius: 5px;
    position: fixed;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.icon:hover {
    background-color: #343a40;
}

/* / GENERAL */


/* ============================================================= */


/* HEADER */

header {
    width: 100%;
    height: 750px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%),
    url('https://startbootstrap.github.io/startbootstrap-stylish-portfolio/assets/img/bg-masthead.jpg') ;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 280px;
}

header h1{
    font-size: 88px;
    color: #120202;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}

header h3{
    font-size: 28px;
    color: #120202;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}

header a{
    font-size: 15px;
    color: #f7f0f0;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    padding: 20px 30px;
    border-radius: 5px;
    margin-top: 20px;
    display: inline-block;
    background: #1D809F;
}

header a:hover {
    background: #196d87;
}

/* / HEADER */


/* ============================================================= */


/* SECTION-1 */

.section-1 {
    padding: 100px 120px;
    text-align: center;
    background: #f7f0f0;
}

.section-1 h2 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 35px;
}

.section-1 p {
    margin-bottom: 20px;
    font-size: 20px;
    color: #6c757d;
}

.section-1 a:first-child{
    color: #10778c
}

.btn-2 {
    font-size: 15px;
    color: #f7f0f0;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    padding: 20px 30px;
    border-radius: 5px;
    margin-top: 30px;
    display: inline-block;
    background: black;
}

.btn-2:hover {
    background: #343a40;
}

/* / SECTION-1 */


/* ============================================================= */


/* SECTION-2 */


.section-2 {
    padding: 100px 120px;
    text-align: center;
    background: rgb(29, 128, 159);
}

.section-2 h3 {
    font-size: 1rem;
    color: rgb(236, 184, 7);
}

.section-2 h2 {
    font-size: large;
    font-size: 3rem;
    margin-bottom: 40px;
    color: white;
}

.offers {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px;
}

.offers div {
    color: white;
    margin: auto;
}

.offers span {
    display: inline-block;
    background-color: white;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
}

.offers span i {
    position: absolute;
    top: 50%;
    left: 36%;
    color: #1D809F;
}

.offers h4 {
    font-size: 1.5rem;
    margin-top: 20px;
    margin-bottom: 10px;
}

.offers p {
    font-size: 1rem;
    color: #B2D9E2;
    margin-bottom: 20px;
}



/* / SECTION-2 */


/* ============================================================= */


/* SECTION-3 */

.section-3 {
    text-align: center;
    background: #f7f0f0;
    padding-top: 250px;
    height: 750px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%),
    url('https://startbootstrap.github.io/startbootstrap-stylish-portfolio/assets/img/bg-callout.jpg') ;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.section-3 h1{
    font-size: 48px;
    color: #120202;
    font-family: "Poppins", sans-serif;
}

.section-3 em{
    font-weight: 600;
}

.section-3 a{
    font-size: 15px;
    color: #f7f0f0;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    padding: 20px 30px;
    border-radius: 5px;
    margin-top: 20px;
    display: inline-block;
    background: #1D809F;
}

.section-3 a:hover {
    background: #196d87;
}

/* / SECTION-3 */


/* ============================================================= */


/* SECTION-4 */

.section-4 h3 {
    margin-top: 90px;
    font-size: 1rem;
    color: rgb(236, 184, 7);
}

.section-4 h2 {
    font-size: large;
    font-size: 3rem;
    margin-bottom: 40px;
}

.section-4 h2,h3{
    text-align: center;
}

.section-4 h1 {
    margin-bottom: 10px;
}

.section-4 .container {
    margin: auto;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

.section-4 .item {
    width: 50%;
    height: 400px;
    position: relative;
    transition: 0.5s;
    clip-path: inset(0);
}

.section-4 .item img {
    width: 100%;
    height: 100%;
}

.section-4 .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    color: white;
    font-size: 15px;
    display: flex;
    align-items: flex-end;
    padding: 50px;
    transition: 0.5s;
}

.section-4 .item:hover .overlay {
    background: rgb(23, 102, 127, 0.8)
}

.section-4 .item:hover {
    clip-path: inset(35px);
}

/* / SECTION-4 */


/* ============================================================= */


/*  SECTION-5 */

.section-5 {
    padding: 100px 120px;
    text-align: center;
    background: rgb(29, 128, 159);
}


.section-5 h3 {
    font-size: large;
    font-size: 30px;
    margin-bottom: 10px;
    color: white;
}

.section-5 div:last-child{
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-5 div:last-child a {
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    padding: 20px 30px;
    border-radius: 5px;
    margin-top: 20px;
    display: inline-block;
    margin: 15px;
}

.section-5 div:last-child a:first-child {
    color: black;
    background: white;
}

.section-5 div:last-child a:last-child {
    color: white;
    background: black;
}

.section-5 div:last-child a:first-child:hover {
    background-color: #c6c7c8;
}

.section-5 div:last-child a:last-child:hover {
    background-color: #343a40;
}

/* / SECTION-5 */


/* ============================================================= */


/* SECTION-6 */

iframe {
    width: 100%;
    height: 500px;
}

/* / SECTION-6 */


/* ============================================================= */


/* FOOTER */

footer {
    padding: 100px 120px;
    text-align: center;
}

footer p {
    color: #6C7592;
}

.social {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.social div {
    color: white;
    margin: 5px;
    padding-bottom: 60px;
}

.social span {
    display: inline-block;
    background-color: #1D809F;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: relative;
}

.social span:hover {
    background-color: #196d87;
}

.social span i {
    color: white;
    position: absolute;
    top: 50%;
    left: 36%;
}

/* / FOOTER */