.Barakallah-section {
            /*background-color: #c7dfe2;*/
			background:linear-gradient(to right, rgb(113, 197, 221) 0%, rgb(113, 197, 221) 50%, rgb(113, 197, 221) 100%);
            transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
            padding: 100px 0px 100px 0px;
			position: relative;
        }
        
        
        @media(max-width:1024px) {
             .element-72331ed7 {
                padding: 100px 25px 100px 25px;
            }
            
        }
        
        @media(max-width:767px) {
             .element-72331ed7 {
                padding: 30px 20px 50px 20px;
            }
            
        }

.shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}

.shape-top {
    top: -1px;
}

.shape-bottom {
    bottom: -1px;
}

.shape[data-negative=false].shape-bottom,.shape[data-negative=true].shape-top {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.shape svg {
    display: block;
    width: -webkit-calc(100% + 1.3px);
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.shape .shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

