* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: Bahnschrift;
    src: url('./bahnschrift.ttf') format('truetype');
}

* {
    font-family: Bahnschrift;
    font-stretch: condensed;
}

@media screen and (min-width: 1160px) {
    .iconhead.close {
        cursor: pointer;
        background-image: url('./menu.png');
        background-size: cover;
        width: 50px;
        height: 50px;
        position: fixed;
        right: 15px;
        top: 15px;
        transition: all 0.3s;
    }
    .iconhead.close:hover {
        width: 60px;
        height: 60px;
        top: 10px;
        right: 10px;
    }
    .iconhead.open {
        cursor: pointer;
        background-image: url('./close.png');
        background-size: cover;
        width: 50px;
        height: 50px;
        position: fixed;
        right: 15px;
        top: 15px;
        transition: all 0.3s;
    }
    .iconhead.open:hover {
        width: 60px;
        height: 60px;
        top: 10px;
        right: 10px;
    }
    .menuspi.close {
        display: none;
    }
    .menuspi.open {
        list-style: none;
        height: 195px;
        position: fixed;
        top: 5px;
        right: 5px;
        opacity: 90%;
        background-color: #446894;
        border-radius: 20px 20px 20px 20px;
        width: 200px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .menuspi.open a {
        text-decoration: none;
        display: flex;
        align-items: center;
        color: white;
        font-size: 25px;
        height: 45px;
        width: 100px;
        margin-left: 20px;
        transition: all 0.3s;
    }
    .menuspi.open a:hover {
        color: #ffce00;
        margin-left: 30px;
        font-weight: 900;
    }
    header {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 95%;
        padding: 20px;
        align-items: center;
        justify-content: space-around;
    }
    #logotiphead {
        display: flex;
        align-items: center;
    }
    #logotiphead a {
        transition: 0.3s;
    }
    #logotiphead a:hover {
        scale: 102%;
    }
    #nameofsite {
        font-size: 40px;
        font-weight: 600;
        color:#446894;
        margin-left: 15px;
    }
    #nameofsite a {
        text-decoration: none;
        color: #446894;
        transition: 0.3s;
    }
    #nameofsite a:hover {
        color:#ffce00;
    }
    #addhead {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    #callhead {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    #mailhead {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    #headerimg {
        width: 50px;
        margin-right: 20px;
    }
    #yelhead {
        color:#ffce00;
        font-weight: 800;
    }
    #downyelhead {
        color:#446894;
    }
    #maininfobody {
        background-image: url('./solar.webp');
        background-repeat: no-repeat;
        background-size: cover;
        height: 700px;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        flex-wrap: wrap;
    }
    #maininfobody a {
        text-decoration: none;
        color: white;
    }
    #maininfoch1 {
        font-size: 160px;
        margin-left: 20px;
        font-weight: 900;
        color: white;
        opacity: 90%;
    }
    #podpod {
        display: flex;
        flex-direction: row;
    }
    #maininfoch2 {
        font-size: 60px;
        color: #5b95db;
        margin-left: 20px;
        margin-top: -30px;
        font-weight: 500;
        letter-spacing: -2px;
        opacity: 80%;
    }
    #maininfoch21 {
        font-size: 60px;
        color: #ffce00;
        margin-left: 20px;
        margin-top: -30px;
        font-weight: 500;
        letter-spacing: -2px;
        opacity: 80%;
    }
    #aboutusbutton {
        background-color: #5b95db;
        padding: 15px 30px 15px 30px;
        border-radius: 20px;
        margin-left: 20px;
        font-size: 25px;
        font-weight: 900;
        opacity: 90%;
        transition: all 0.3s;
    }
    #aboutusbutton:hover {
        background-color: #ffce00;
        opacity: 90%;
    }
    #aboutusblock {
        background-image: url('./back.jpg');
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 50px;
    }
    #mainphr {
        font-size: 200px;
        font-weight: 900;
        color: rgb(240, 240, 240);
        margin-left: 15px;
        text-shadow: -5px 0 #ffcc0060, 0 5px #ffce0060, 5px 0 #ffce0060, 0 -5px #ffce0060;
    }
    #abbusimg {
        width: 45%;
    }
    #txtinfoblock {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
        margin-top: -70px;
        flex-direction: row;
    }
    #txtinfoall {
        width: 20%;
        margin-left: 30px;
    }
    #zaginfo {
        color: #ffce00;
        font-size: 35px;
        margin-left: 25px;
        font-weight: 800;
    }
    #podinfo1 {
        width: 140%;
        font-size: 21px;
        margin-top: 10px;
        text-align: justify;
        color:#446894;
    }
    #podinfo2 {
        font-size: 18px;
        text-align: justify;
        color:#446894;
        margin-left: 30px;
        font-weight: 800;
    }
    #podinfo3 {
        list-style-type: circle;
        color:#446894;
        font-size: 19px;
        margin-left: 15px;
        width: 140%;
        text-align: justify;
    }
    #podinfo4 {
        font-size: 21px;
        text-align: justify;
        color:#446894;
        width: 140%;
        text-align: justify;
    }
    #podinfo5 {
        font-size: 21px;
        text-align: justify;
        color:#446894;
        width: 140%;
        text-align: justify;
    }
    #videosblock {
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: center;
        justify-content: space-around;
    }
    #txtvideosall {
        width: 50%;
    }
    #txtzagvideo {
        display: flex;
        flex-direction: column;
        align-items: start;
    }
    #podzagvid {
        display: flex;
        flex-direction: row;
    }
    #videoszag {
        font-size: 90px;
        color: #446894;
        font-weight: 900;
        margin-bottom: -52px;
    }
    #videoszag1 {
        font-size: 130px;
        width: 200%;
        margin-bottom: 50px;
        color: #ffce00;
        font-weight: 900;
    }
    #videoszag2 {
        font-size: 130px;
        width: 200%;
        margin-bottom: 50px;
        color: #446894;
        font-weight: 900;
    }
    #videostxt {
        color:#446894;
        font-size: 20px;
        width: 110%;
        text-align: justify;
    }
    #camsimg {
        width: 30%;
        margin-top: -2px;
    }
    #fireblock {
        width: 100%;
        display: flex;
        flex-direction: row;
        background-size: contain;
        background-color: #ffcc00;
        background-image: url('./fire.png');
    }
    #firfirzag {
        margin-top: -2px;
    }
    #firetxtall {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    #firech1 {
        width: 80%;
        font-size: 25px;
        text-align: justify;
        color:#446894;
        margin-left: 5%;
        margin-top: 60px;
        font-weight: 700;
    }
    #firech2 {
        margin-top: 30px;
        color:#446894;
        font-size: 25px;
        margin-left: 5%;
        text-align: justify;
        font-weight: 700;
    }
    #firech3 {
        margin-top: 30px;
        color:#446894;
        font-size: 25px;
        margin-left: 5%;
        font-weight: 900;
    }
    #firech4 {
        margin-top: 30px;
        color:#446894;
        font-size: 23px;
        margin-left: 7%;
        list-style-type: circle;
        padding-bottom: 30px;
        font-weight: 600;
    }
    #leftfire {
        width: 400px;
    }
    #txtfire {
        display: flex;
        flex-direction: column;
        margin-left: -5%;
    }
    #firerow {
        display: flex;
        flex-direction: row;
    }
    #blockwithhands {
        width: 100%;
        display: flex;
        flex-direction: row;
        display: flex;
    }
    #blockwimg {
        width: 50%;
        height: fit-content;
        margin: auto;
    }
    #txtinhands {
        margin-left: 30px;
        background-color: #ffcc00;
        font-size: 25px;
        color:#fff;
        text-align: justify;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-image: url('./bbaacckk.png');
        background-size: cover;
        background-repeat: no-repeat;
        margin-right: 60px;
        margin-top: 30px;
        margin-bottom: 30px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #handss1,#handss2,#handss3,#handss4,#handss5 {
        width: 90%;
    }
    footer {
        height: 100px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        background-color:#ffcc00;
        color: white;
        font-size: 20px;
        font-weight: 500;
    }
    footer a {
        text-decoration: none;
        color: white;
        transition: 0.3s;
    }
    footer a:hover {
        color: #446894;
    }
    #iconsfoot {
        display: flex;
        margin-left: 50%;
        transition: 0.3s;
    }
    #iiff {
        width: 60px;
    }
    #iconsfoot a {
        transition: 0.3s;
        border-radius: 25px;
        padding: 5px;
        margin: 5px;
    }
    #iconsfoot a:hover {
        scale: 105%;
        background-color: #446894;
        border-radius: 25px;
        padding: 5px;
        margin: 5px;
    }
}

@media (min-width: 700px) and (max-width: 1159px) {
    .iconhead.close {
        cursor: pointer;
        background-image: url('./menu.png');
        background-size: cover;
        width: 50px;
        height: 50px;
        position: fixed;
        right: 15px;
        top: 15px;
        transition: all 0.3s;
    }
    .iconhead.close:hover {
        width: 60px;
        height: 60px;
        top: 10px;
        right: 10px;
    }
    .iconhead.open {
        cursor: pointer;
        background-image: url('./close.png');
        background-size: cover;
        width: 50px;
        height: 50px;
        position: fixed;
        right: 15px;
        top: 15px;
        transition: all 0.3s;
    }
    .iconhead.open:hover {
        width: 60px;
        height: 60px;
        top: 10px;
        right: 10px;
    }
    .menuspi.close {
        display: none;
    }
    .menuspi.open {
        list-style: none;
        height: 195px;
        position: fixed;
        top: 5px;
        right: 5px;
        opacity: 90%;
        background-color: #446894;
        border-radius: 20px 20px 20px 20px;
        width: 200px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .menuspi.open a {
        text-decoration: none;
        display: flex;
        align-items: center;
        color: white;
        font-size: 25px;
        height: 45px;
        width: 100px;
        margin-left: 20px;
        transition: all 0.3s;
    }
    .menuspi.open a:hover {
        color: #ffce00;
        margin-left: 30px;
        font-weight: 900;
    }
    header {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 95%;
        padding: 20px;
        align-items: center;
        justify-content: space-around;
    }
    #logotiphead {
        display: flex;
        align-items: center;
    }
    #logotiphead a {
        transition: 0.3s;
    }
    #logotiphead a:hover {
        scale: 102%;
    }
    #nameofsite {
        font-size: 40px;
        font-weight: 600;
        color:#446894;
        margin-left: 15px;
    }
    #nameofsite a {
        text-decoration: none;
        color: #446894;
        transition: 0.3s;
    }
    #nameofsite a:hover {
        color:#ffce00;
    }
    #addhead {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    #callhead {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    #mailhead {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    #headerimg {
        width: 50px;
        margin-right: 20px;
    }
    #yelhead {
        color:#ffce00;
        font-weight: 800;
    }
    #downyelhead {
        color:#446894;
    }
    body {
        width: 100%;
    }
    #maininfobody {
        background-image: url('./solar.webp');
        background-repeat: no-repeat;
        background-size: cover;
        height: 600px;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        flex-wrap: wrap;
    }
    #maininfobody a {
        text-decoration: none;
        color: white;
    }
    #maininfoch1 {
        font-size: 100px;
        margin-left: 20px;
        font-weight: 900;
        color: white;
        opacity: 90%;
    }
    #podpod {
        display: flex;
        flex-direction: row;
    }
    #maininfoch2 {
        font-size: 40px;
        color: #5b95db;
        margin-left: 20px;
        margin-top: -30px;
        font-weight: 500;
        letter-spacing: -2px;
        opacity: 80%;
    }
    #maininfoch21 {
        font-size: 40px;
        color: #ffce00;
        margin-left: 20px;
        margin-top: -30px;
        font-weight: 500;
        letter-spacing: -2px;
        opacity: 80%;
    }
    #aboutusbutton {
        background-color: #5b95db;
        padding: 15px 30px 15px 30px;
        border-radius: 20px;
        margin-left: 20px;
        font-size: 20px;
        font-weight: 900;
        opacity: 90%;
        transition: all 0.3s;
    }
    #aboutusbutton:hover {
        background-color: #ffce00;
        opacity: 90%;
    }
    #aboutusblock {
        background-image: url('./back.jpg');
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 50px;
    }
    #mainphr {
        font-size: 200px;
        font-weight: 900;
        color: rgb(240, 240, 240);
        margin-left: 15px;
        text-shadow: -5px 0 #ffcc0060, 0 5px #ffce0060, 5px 0 #ffce0060, 0 -5px #ffce0060;
    }
    #abbusimg {
        width: 45%;
    }
    #txtinfoblock {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
        margin-top: -70px;
        flex-direction: column;
    }
    #txtinfoall {
        width: 80%;
        margin-left: 30px;
    }
    #zaginfo {
        color: #ffce00;
        font-size: 35px;
        margin-left: 25px;
        font-weight: 800;
    }
    #podinfo1 {
        font-size: 21px;
        margin-top: 10px;
        text-align: justify;
        color:#446894;
    }
    #podinfo2 {
        font-size: 18px;
        text-align: justify;
        color:#446894;
        margin-left: 30px;
        font-weight: 800;
    }
    #podinfo3 {
        list-style-type: circle;
        color:#446894;
        font-size: 19px;
        margin-left: 15px;
        text-align: justify;
    }
    #podinfo4 {
        font-size: 21px;
        text-align: justify;
        color:#446894;
        text-align: justify;
    }
    #podinfo5 {
        font-size: 21px;
        text-align: justify;
        color:#446894;
        text-align: justify;
    }
    #videosblock {
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: center;
        justify-content: space-around;
    }
    #txtvideosall {
        width: 50%;
    }
    #txtzagvideo {
        display: flex;
        flex-direction: column;
        align-items: start;
    }
    #podzagvid {
        display: flex;
        flex-direction: row;
    }
    #videoszag {
        font-size: 60px;
        color: #446894;
        font-weight: 900;
        margin-bottom: -35px;
    }
    #videoszag1 {
        font-size: 80px;
        width: 200%;
        color: #ffce00;
        font-weight: 900;
    }
    #videoszag2 {
        font-size: 80px;
        width: 200%;
        margin-bottom: 10px;
        color: #446894;
        font-weight: 900;
    }
    #videostxt {
        color:#446894;
        font-size: 18px;
        width: 110%;
        text-align: justify;
    }
    #camsimg {
        width: 50%;
        margin-top: -2px;
    }
    #fireblock {
        width: 100%;
        display: flex;
        flex-direction: row;
        background-color: #ffcc00;
        background-image: url('./fire.png');
        background-size: contain;
    }
    #firfirzag {
        margin-top: -2px;
    }
    #firetxtall {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    #firech1 {
        width: 80%;
        font-size: 18px;
        text-align: justify;
        color:#446894;
        margin-left: 5%;
        margin-top: 60px;
        font-weight: 700;
    }
    #firech2 {
        margin-top: 10px;
        color:#446894;
        font-size: 20px;
        width: 90%;
        text-align: justify;
        font-weight: 700;
    }
    #firech3 {
        margin-top: 10px;
        color:#446894;
        font-size: 21px;
        margin-left: 5%;
        font-weight: 900;
    }
    #firech4 {
        margin-top: 10px;
        color:#446894;
        font-size: 18px;
        margin-left: 7%;
        list-style-type: circle;
        padding-bottom: 30px;
        font-weight: 600;
    }
    #leftfire {
        display: flex;
        align-items: center;
        width: 300px;
    }
    #txtfire {
        display: flex;
        flex-direction: column;
        margin-left: -5%;
    }
    #firerow {
        display: flex;
        flex-direction: row;
    }
    #blockwithhands {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    #blockwimg {
        width: 600px;
        height: 600px;
    }
    #txtinhands {
        background-color: #ffcc00;
        font-size: 20px;
        color:#fff;
        text-align: justify;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-image: url('./bbaacckk.png');
        background-size: cover;
        background-repeat: no-repeat;
        padding: 20px;
    }
    #handss1,#handss2,#handss3,#handss4,#handss5 {
        width: 90%;
    }
    footer {
        /* padding: 10px; */
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        background-color:#ffcc00;
        color: white;
        font-size: 20px;
        font-weight: 500;
        flex-wrap: wrap;
    }
    footer a {
        text-decoration: none;
        color: white;
        transition: 0.3s;
    }
    footer a:hover {
        color: #446894;
    }
    #iconsfoot {
        display: flex;
        transition: 0.3s;
    }
    #iiff {
        width: 50px;
    }
    #iconsfoot a {
        transition: 0.3s;
        border-radius: 25px;
        padding: 5px;
        margin: 5px;
    }
    #iconsfoot a:hover {
        scale: 105%;
        background-color: #446894;
        border-radius: 25px;
        padding: 5px;
        margin: 5px;
    }
}

@media (min-width: 0px) and (max-width: 699px) {
    .iconhead.close {
        cursor: pointer;
        background-image: url('./menu.png');
        background-size: cover;
        width: 50px;
        height: 50px;
        position: fixed;
        right: 15px;
        top: 15px;
        transition: all 0.3s;
    }
    .iconhead.close:hover {
        width: 60px;
        height: 60px;
        top: 10px;
        right: 10px;
    }
    .iconhead.open {
        cursor: pointer;
        background-image: url('./close.png');
        background-size: cover;
        width: 50px;
        height: 50px;
        position: fixed;
        right: 15px;
        top: 15px;
        transition: all 0.3s;
    }
    .iconhead.open:hover {
        width: 60px;
        height: 60px;
        top: 10px;
        right: 10px;
    }
    .menuspi.close {
        display: none;
    }
    .menuspi.open {
        list-style: none;
        height: 195px;
        position: fixed;
        top: 5px;
        right: 5px;
        opacity: 90%;
        background-color: #446894;
        border-radius: 20px 20px 20px 20px;
        width: 200px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .menuspi.open a {
        text-decoration: none;
        display: flex;
        align-items: center;
        color: white;
        font-size: 25px;
        height: 45px;
        width: 100px;
        margin-left: 20px;
        transition: all 0.3s;
    }
    .menuspi.open a:hover {
        color: #ffce00;
        margin-left: 30px;
        font-weight: 900;
    }
    header {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 95%;
        align-items: center;
        justify-content: space-around;
    }
    #logotiphead {
        display: flex;
        align-items: center;
    }
    #logotiphead a {
        transition: 0.3s;
    }
    #logotiphead a:hover {
        scale: 102%;
    }
    #nameofsite {
        font-size: 30px;
        font-weight: 600;
        color:#446894;
        margin-left: 15px;
    }
    #nameofsite a {
        text-decoration: none;
        color: #446894;
        transition: 0.3s;
    }
    #nameofsite a:hover {
        color:#ffce00;
    }
    #addhead {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    #callhead {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    #mailhead {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    #headerimg {
        width: 50px;
        margin-right: 20px;
    }
    #yelhead {
        color:#ffce00;
        font-weight: 800;
    }
    #downyelhead {
        color:#446894;
    }
    body {
        width: 100%;
    }
    #maininfobody {
        background-image: url('./solar.webp');
        background-repeat: no-repeat;
        background-size: cover;
        height: 400px;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        flex-wrap: wrap;
        padding-left: 10px;
    }
    #maininfobody a {
        text-decoration: none;
        color: white;
    }
    #maininfoch1 {
        font-size: 70px;
        font-weight: 900;
        color: white;
        opacity: 90%;
    }
    #podpod {
        display: flex;
        flex-direction: row;
        width: 100%;
    }
    #maininfoch2 {
        font-size: 25px;
        color: #5b95db;
        margin-top: -20px;
        font-weight: 500;
        letter-spacing: -2px;
        opacity: 80%;
    }
    #maininfoch21 {
        font-size: 25px;
        color: #ffce00;
        margin-left: 1%;
        margin-right: 1%;
        margin-top: -20px;
        font-weight: 500;
        letter-spacing: -2px;
        opacity: 80%;
    }
    #aboutusbutton {
        background-color: #5b95db;
        padding: 5px 10px 5px 10px;
        border-radius: 20px;
        font-size: 15px;
        font-weight: 900;
        opacity: 90%;
        transition: all 0.3s;
    }
    #aboutusbutton:hover {
        background-color: #ffce00;
        opacity: 90%;
    }
    #aboutusblock {
        background-image: url('./back.jpg');
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 50px;
    }
    #mainphr {
        font-size: 100px;
        font-weight: 900;
        color: rgb(240, 240, 240);
        margin-left: 15px;
        text-shadow: -5px 0 #ffcc0060, 0 5px #ffce0060, 5px 0 #ffce0060, 0 -5px #ffce0060;
    }
    #abbusimg {
        width: 45%;
    }
    #txtinfoblock {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
        margin-top: -30px;
        flex-direction: column;
    }
    #txtinfoall {
        width: 80%;
    }
    #zaginfo {
        color: #ffce00;
        font-size: 25px;
        font-weight: 800;
    }
    #podinfo1 {
        font-size: 17px;
        margin-top: 10px;
        text-align: justify;
        color:#446894;
    }
    #podinfo2 {
        font-size: 15px;
        text-align: justify;
        color:#446894;
        margin-left: 30px;
        font-weight: 800;
    }
    #podinfo3 {
        list-style-type: circle;
        color:#446894;
        font-size: 15px;
        margin-left: 15px;
        text-align: justify;
    }
    #podinfo4 {
        font-size: 17px;
        text-align: justify;
        color:#446894;
        text-align: justify;
    }
    #podinfo5 {
        font-size: 17px;
        text-align: justify;
        color:#446894;
        text-align: justify;
    }
    #videosblock {
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: center;
        justify-content: space-around;
    }
    #txtvideosall {
        width: 50%;
    }
    #txtzagvideo {
        display: flex;
        flex-direction: column;
        align-items: start;
    }
    #podzagvid {
        display: flex;
        flex-direction: row;
    }
    #videoszag {
        font-size: 30px;
        color: #446894;
        font-weight: 900;
        margin-bottom: -17px;
    }
    #videoszag1 {
        font-size: 40px;
        color: #ffce00;
        font-weight: 900;
    }
    #videoszag2 {
        font-size: 40px;
        margin-bottom: 10px;
        color: #446894;
        font-weight: 900;
    }
    #videostxt {
        color:#446894;
        font-size: 15px;
        width: 100%;
        text-align: justify;
        margin-left: 15px;
    }
    #camsimg {
        width: 50%;
        margin-top: -2px;
    }
    #fireblock {
        width: 100%;
        display: flex;
        flex-direction: row;
        background-color: #ffcc00;
        background-image: url('./fire.png');
        background-size: contain;
    }
    #firfirzag {
        margin-top: -2px;
    }
    #firetxtall {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    #firech1 {
        width: 80%;
        font-size: 15px;
        text-align: justify;
        color:#446894;
        margin-left: 5%;
        margin-top: 60px;
        font-weight: 700;
    }
    #firech2 {
        margin-top: 10px;
        color:#446894;
        font-size: 17px;
        width: 90%;
        text-align: justify;
        font-weight: 700;
    }
    #firech3 {
        margin-top: 10px;
        color:#446894;
        font-size: 17px;
        margin-left: 5%;
        font-weight: 900;
    }
    #firech4 {
        margin-top: 10px;
        color:#446894;
        font-size: 15px;
        margin-left: 7%;
        list-style-type: circle;
        padding-bottom: 30px;
        font-weight: 600;
    }
    #leftfire {
        display: flex;
        align-items: center;
        width: 200px;
    }
    #txtfire {
        display: flex;
        flex-direction: column;
        margin-left: 1%;
    }
    #firerow {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding-top: 30px;
    }
    #blockwithhands {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    #blockwimg {
        width: 300px;
        height: 300px;
    }
    #txtinhands {
        background-color: #ffcc00;
        font-size: 17px;
        color:#fff;
        text-align: justify;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-image: url('./bbaacckk.png');
        background-size: cover;
        background-repeat: no-repeat;
        padding: 20px;
    }
    #handss1,#handss2,#handss3,#handss4,#handss5 {
        width: 90%;
    }
    footer {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        background-color:#ffcc00;
        color: white;
        font-size: 15px;
        font-weight: 500;
        flex-wrap: wrap;
    }
    footer a {
        text-decoration: none;
        color: white;
        transition: 0.3s;
    }
    footer a:hover {
        color: #446894;
    }
    #iconsfoot {
        display: flex;
        transition: 0.3s;
    }
    #iiff {
        width: 40px;
    }
    #iconsfoot a {
        transition: 0.3s;
        border-radius: 25px;
        padding: 5px;
        margin: 5px;
    }
    #iconsfoot a:hover {
        scale: 105%;
        background-color: #446894;
        border-radius: 25px;
        padding: 5px;
        margin: 5px;
    }
}